commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
6c1248cf5688b7325b3a0e44b819331421909172
.travis.yml
.travis.yml
language: go go: - 1.8 - 1.9 - "1.10" - tip
language: go go: - 1.8 - 1.9 - "1.10" - tip addons: postgresql: "10" apt: packages: - postgresql-10
Declare PostgreSQL 10 dependencies explicitly
Declare PostgreSQL 10 dependencies explicitly See travis-ci/travis-ci#9011
YAML
agpl-3.0
hockeypuck/pghkp
4802065a385c5e5063833bfce0fddbad562d928a
.travis.yml
.travis.yml
language: python sudo: false matrix: include: - python: 3.5 env: - TOX_ENV=py35 fast_finish: true env: global: - secure: "Zmj7rrKx4z3JyaKNJUzILhMSESf7tCPBt9ad67veaX+fwYlJzrHUq+iy+5RXSye/g3vpsfehpKs/F2bAQcmX1ysLDOvd8w+UvwQPRi/GXxvVn7CHD6C4rpiSJAJHbCk7FZwQlo8P6VE8qiqUMCJcXjnjl63egkvJlkl6+rbE...
language: python sudo: false matrix: include: - python: 2.7 env: TOX_ENV=py27 - python: pypy env: TOX_ENV=pypy - python: 3.3 env: TOX_ENV=py33 - python: 3.4 env: TOX_ENV=py34 - python: 3.5 env: TOX_ENV=py35 - python: 2.7 env: TOX_ENV=pyflakes - python:...
Switch to explicit build matrix and remove duplicate py27.
Switch to explicit build matrix and remove duplicate py27.
YAML
mit
twisted/constantly,twisted/constantly
5d9b08078432eecbe6e459ef54e14ea3dcf86955
.travis.yml
.travis.yml
language: clojure jdk: - oraclejdk8 install: - wget -O boot https://github.com/boot-clj/boot/releases/download/2.4.0/boot.sh - chmod 755 boot - ./boot -V script: - ./boot produce after_success: - cd target - git init - git config user.name "Travis CI" - git config user.email "andrewdolby@gmail.com" - git add . - git co...
language: clojure jdk: - oraclejdk8 install: - wget -O boot https://github.com/boot-clj/boot/releases/download/2.4.0/boot.sh - chmod 755 boot - ./boot -V script: - ./boot produce after_success: - cd target - git init - git config user.name "Travis CI" - git config user.email "andrewdolby@gmail.com" - echo "andrewdolby....
Add CNAME file to GitHub pages
Add CNAME file to GitHub pages
YAML
mit
adolby/AndrewDolby.com,adolby/AndrewDolby.com
094ffa52c16aa5ac98c934b7904a577c4afa5454
.travis.yml
.travis.yml
language: python python: - "3.4" - "2.7" addons: postgresql: "9.3" before_install: - export PATH=/usr/lib/postgresql/9.3/bin:$PATH - sudo locale-gen --no-archive fr_FR.UTF-8 - sudo mkdir -p /extra/pg/ts1 /extra/pg/ts2 - sudo chown postgres:postgres /extra/pg/ts1 /extra/pg/ts2 - sudo apt-get update -qq ...
language: python python: - "3.5" - "2.7" addons: postgresql: "9.4" before_install: - export PATH=/usr/lib/postgresql/9.4/bin:$PATH - sudo locale-gen --no-archive fr_FR.UTF-8 - sudo mkdir -p /extra/pg/ts1 /extra/pg/ts2 - sudo chown postgres:postgres /extra/pg/ts1 /extra/pg/ts2 - sudo apt-get update -qq ...
Upgrade Travis-CI builds to PG 9.4 and Python 3.5. (merge master)
Upgrade Travis-CI builds to PG 9.4 and Python 3.5. (merge master)
YAML
bsd-3-clause
perseas/Pyrseas,dvarrazzo/Pyrseas
fe8c50031d9cc115be6070362309bab6bc452ab5
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-18mode - jruby-19mode - jruby-head - ruby-head - rbx-2 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rbx-2 gemfile: .travis.gemfile before_install: - gem install bundler
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-18mode - jruby-19mode - jruby-9.0.5.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head gemfile: .travis.gemfile before_install: - gem install bundler
Remove testing of rbx on Travis, add testing on JRuby 9.0.5.0
Remove testing of rbx on Travis, add testing on JRuby 9.0.5.0 rbx-2 has internal failures in sort_by, rbx-3 doesn't install correctly.
YAML
mit
celsworth/roda,jeremyevans/roda,celsworth/roda,celsworth/roda,jeremyevans/roda,jeremyevans/roda
6f18572ee1cb88a57314ebb1fcd42de111dffc9c
.travis.yml
.travis.yml
language: node_js node_js: - 4 - 5 before_script: - npm install -g grunt-cli
language: node_js node_js: - 4 - 5 - 6 - 7 before_script: - npm install -g grunt-cli
Support Node 6 and 7
Support Node 6 and 7 Fixes #17
YAML
apache-2.0
cettia/cettia-protocol
8a1967fb4191416d463186fe2ef075e8cbfa2e88
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.2" - "1.9.3" - "2.0.0" script: "bundle exec ruby ./spec_helper.rb"
language: ruby rvm: - "1.9.2" - "1.9.3" - "2.0.0" script: "bundle exec ruby ./spec_helper.rb" before_install: - "# This entry was added for connecting to the Acquia Cloud API\nmachine cloudapi.acquia.com\n login me@acquia.com\n password t0ps3cret" > ~/.netrc
Add in custom netrc file for builds
Add in custom netrc file for builds
YAML
mit
jacobbednarz/acquia-toolbelt,jacobbednarz/acquia-toolbelt
abab85ee45e6668974d23d5f7724e2163e5d1fc6
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - ree #- jruby
rvm: - 1.8.7 - 1.9.2 - ree - rbx - jruby
Enable JRuby and Rubinius on Travis.
Enable JRuby and Rubinius on Travis.
YAML
mit
netzpirat/guard-coffeescript,guard/guard-coffeescript
7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9
.travis.yml
.travis.yml
script: 'ci/travis.rb' before_install: - gem install bundler rvm: - 1.9.3 - 2.0.0 env: - "GEM=railties" - "GEM=ap,am,amo,as,av" - "GEM=ar:mysql" - "GEM=ar:mysql2" - "GEM=ar:sqlite3" - "GEM=ar:postgresql" notifications: email: false irc: on_success: change on_failure: always channels: ...
script: 'ci/travis.rb' before_install: - travis_retry gem install bundler rvm: - 1.9.3 - 2.0.0 env: - "GEM=railties" - "GEM=ap,am,amo,as,av" - "GEM=ar:mysql" - "GEM=ar:mysql2" - "GEM=ar:sqlite3" - "GEM=ar:postgresql" notifications: email: false irc: on_success: change on_failure: always ...
Add retry to `gem install bundler` for Travis
Add retry to `gem install bundler` for Travis This adds the retry behaviour used for other commands to the bundler installation.
YAML
mit
iainbeeston/rails,repinel/rails,deraru/rails,Erol/rails,flanger001/rails,sergey-alekseev/rails,printercu/rails,gauravtiwari/rails,betesh/rails,tgxworld/rails,yahonda/rails,arunagw/rails,gavingmiller/rails,voray/rails,gauravtiwari/rails,starknx/rails,Erol/rails,deraru/rails,sealocal/rails,eileencodes/rails,kachick/rails...
51af5687e57b0c347aa391f3a2729149cdb978a4
.travis.yml
.travis.yml
sudo: false language: node_js node_js: "node" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
sudo: required language: node_js node_js: "node" before_install: - sudo apt-get install python-software-properties - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -y - sudo apt-get install gcc-4.9 g++-4.9 -y - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 ...
Use a gcc version that can build bcrypt
Use a gcc version that can build bcrypt
YAML
mit
feathersjs/feathers-client,jonlambert/feathers-client,jonlambert/feathers-client,feathersjs/feathers-client
1b860d27a7fae512f389edade6c9a8d5f8b7b19f
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly install: - git clone https://github.com/sass/sass-spec.git - cd sass-spec - bundle install - cd .. script: cargo build --verbose
language: rust rust: - beta - nightly install: - git clone https://github.com/sass/sass-spec.git - cd sass-spec - bundle install - cd .. script: cargo build --verbose && cargo test && cd sass-spec && ./sass-spec.rb -c '../target/debug/sassers'
Build and test everything, but just beta and nightly
Build and test everything, but just beta and nightly imports are failing on 1.3.0????? o.O
YAML
mit
carols10cents/sassers
8b66c6f6a670ae15059301a1cab2baffb66d6f95
.travis.yml
.travis.yml
language: c sudo: required dist: trusty compiler: - clang - gcc script: - mkdir -p build/doc - cd build - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_CLIENT=ON -DBUILD_SERVER=ON .. - make - ctest -V - make doc - cat doxylog && [ ! -s doxylog ] env: - CFLAGS="-O3" - CFLAG...
language: c sudo: required dist: trusty compiler: - clang - gcc before_install: - pip install --user cpp-coveralls script: - mkdir -p build/doc - cd build - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_CLIENT=ON -DBUILD_SERVER=ON -DCOVERAGE=On .. - make - ctest -V - make doc -...
Send coverage data to coveralls
Send coverage data to coveralls
YAML
mit
worr/wsh,elentar/wsh,elentar/wsh,worr/wsh,worr/wsh,elentar/wsh
627f50d471fe119de6a827f987aa22d4f05f2289
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.5" install: - pip install -r requirements.txt script: coverage run --source=whereismybus230 --omit whereismybus230/test_main.py whereismybus230/test_main.py after_success: - coveralls
language: python python: - "3.4" - "3.5" install: - pip install -r requirements.txt script: coverage run --source=whereismybus230 --omit whereismybus230/test_main.py whereismybus230/test_main.py after_success: - coveralls
Drop support for Python 2
Drop support for Python 2
YAML
mit
paraita/whereismybus230
268efd613f91469519ecff7bd032d3a707c52ea3
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false install: - bundle install before_script: - psql -c 'create database scoped_search_test;' -U postgres - mysql -e 'create database scoped_search_test;' script: - bundle exec rake rvm: - "1.9" - "2.0" - "2.1" - "2.2.2" - "2.3.0" - ruby-head - jruby-19mode - jruby-head gemfile: ...
language: ruby cache: bundler sudo: false install: - bundle install before_script: - psql -c 'create database scoped_search_test;' -U postgres - mysql -e 'create database scoped_search_test;' script: - bundle exec rake rvm: - "1.9" - "2.0" - "2.1" - "2.2.2" - "2.3.1" - ruby-head - jruby-19mode - jruby-head gemfile: ...
Exclude activerecord 3.2 from running of ruby 2.3.1
Exclude activerecord 3.2 from running of ruby 2.3.1
YAML
mit
wvanbergen/scoped_search,wvanbergen/scoped_search
1ad97f7004164150ca6349337f549274857bb4b8
.travis.yml
.travis.yml
language: node_js node_js: - "6.*" - "4.*" services: - mysql before_script: - mysql -e 'create database momy;' after_success: - bash <(curl -s https://codecov.io/bash) env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
language: node_js node_js: - "6.*" - "4.*" services: - mysql before_script: - mysql -e 'create database momy;' after_success: - bash <(curl -s https://codecov.io/bash)
Revert "Adds gcc to Travis manually"
Revert "Adds gcc to Travis manually" This reverts commit 47b577941b9c0870a680601fbcba5f8d305f46e9.
YAML
mit
cognitom/momy,cognitom/momy
b76525cfd8d8a793e2698b9fddab91d2ad708354
.travis.yml
.travis.yml
language: node_js node_js: - "7.7.3"
language: node_js node_js: - "7.7.3" addons: code_climate: repo_token: 34d7a7423409180c47b106b12a4db36271a9dbb743913aa2f4b2894d4c0bf967
Add Code Climate to Travis CI.
Add Code Climate to Travis CI.
YAML
mit
nerdnoir/beatlab,nerdnoir/beatlab
09042f8eef43abbfbab89daef2cdb8e96b24252f
.travis.yml
.travis.yml
language: php sudo: false php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: 7.0 fast_finish: true include: - php: 7.1 env: - COVERALLS=1 before_script: - composer self-update - rm composer.lock - composer install --prefer-dist --no-interaction - sh ...
language: php sudo: false php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly fast_finish: true include: - php: 7.1 env: - COVERALLS=1 before_script: - composer self-update - rm composer.lock - composer install --prefer-dist --no-interaction -...
Allow failures when building with PHP nightly
Allow failures when building with PHP nightly
YAML
mit
burzum/cakephp-file-storage
b52725d9297a1930091cf9d5cecbfd32a1ea6f22
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "stable" script: - npm run ci
language: node_js sudo: false node_js: - "stable" - "4.2" script: - npm run ci
Add Node 4.2 in Travis.yml
Add Node 4.2 in Travis.yml
YAML
mit
Pearson-Higher-Ed/compounds
0c382c3dac058b553870f4f5a67201f34ab735a3
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with Node.js 0.12 on Travis CI.
Test with Node.js 0.12 on Travis CI.
YAML
mit
bigeasy/packet,bigeasy/packet
6bb67f19f2a972f2cd583306b004d3719448cffc
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - '2.1' - '2.2' - '2.3.0' - '2.4.0' - '2.5.0' script: - bundle exec rubocop - bundle exec rspec - rake install - colorls - colorls -1 - colorls -a - colorls -A - colorls -d - colorls -f - colorls -l - colorls -l spec/fixtures/symlinks - ( cd sp...
language: ruby cache: bundler rvm: - '2.1' - '2.2' - '2.3.0' - '2.4.0' - '2.5.0' script: - bundle exec rubocop - bundle exec rspec - bundle exec rake install - bundle binstubs colorls - PATH=$PWD/bin:$PATH - colorls - colorls -1 - colorls -a - colorls -A - colorls -d - colorls -f ...
Fix build failure on `rake install`
Fix build failure on `rake install` ``` $ rake install rake aborted! Gem::LoadError: You have already activated rake 12.3.0, but your Gemfile requires rake 12.3.1. Prepending `bundle exec` to your command may solve this.d ``` * use `bundle exec rake install` instead as suggested * generate binstubs with bundler and p...
YAML
mit
athityakumar/colorls,athityakumar/colorls
9966568cc777770726b8dc6d32865d5d30b009ae
.travis.yml
.travis.yml
language: d d: # order: latest DMD, oldest DMD, LDC/GDC, remaining DMD versions # this way the overall test time gets cut down (GDC/LDC are a lot # slower tham DMD, so they should be started early), while still # catching most DMD version related build failures early - dmd-2.070.0 - dmd-2.067.1 - ldc-0.1...
language: d d: # order: latest DMD, oldest DMD, LDC/GDC, remaining DMD versions # this way the overall test time gets cut down (GDC/LDC are a lot # slower tham DMD, so they should be started early), while still # catching most DMD version related build failures early - dmd-2.071.0 - dmd-2.067.1 - ldc-0.1...
Test on 2.071.0 and skip testing libasync on 2.067.1.
Test on 2.071.0 and skip testing libasync on 2.067.1.
YAML
mit
chalucha/vibe.d,DBankov/vibe.d,Mihail-K/vibe.d,etcimon/vibe.d,schuetzm/vibe.d,rejectedsoftware/vibe.d,gedaiu/vibe.d,AndreyMZ/vibe.d,Geod24/vibe.d,etcimon/vibe.d
9a9361727784d233fb60b1b8865c99530523b2ff
.travis.yml
.travis.yml
language: node_js branches: except: - gh-pages node_js: - 4 - 5 - 6 - 7 before_script: - npm run tsc script: - npm run cover after_success: - npm run cover:up notifications: email: false
language: node_js branches: except: - gh-pages node_js: - 4 - 6 - 7 before_script: - npm run tsc script: - npm run cover after_success: - npm run cover:up notifications: email: false
Drop support for node v5; fix
Drop support for node v5; fix
YAML
mit
json-schema-faker/json-schema-faker,pateketrueke/json-schema-faker,rlugojr/json-schema-faker,rlugojr/json-schema-faker,json-schema-faker/json-schema-faker,rlugojr/json-schema-faker
098b6b25b7a3661bf83336791a275bb9b192dde0
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: pip install -r requirements.txt # command to prepare for tests before_script: - export DATABASE_URL='sqlite:///local.db' - python models.py # command to run tests script: python -m unittest discover tests
language: python python: - "2.7" sudo: false # command to install dependencies install: pip install -r requirements.txt # command to prepare for tests before_script: - export DATABASE_URL='sqlite:///local.db' - python models.py # command to run tests script: python -m unittest discover tests
Upgrade to Travis CI containers
Upgrade to Travis CI containers http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
YAML
mit
esegal/anyway,esegal/anyway,hasadna/anyway,boazin/anyway,yosinv/anyway,OmerSchechter/anyway,hasadna/anyway,yosinv/anyway,HamutalCohen3/anyway,HamutalCohen3/anyway,hasadna/anyway,OmerSchechter/anyway,hasadna/anyway,omerxx/anyway,boazin/anyway,boazin/anyway,HamutalCohen3/anyway,omerxx/anyway,esegal/anyway,yosinv/anyway,O...
0cf3861ae0d54610a62b5ca93187ee8c13cb65d3
.travis.yml
.travis.yml
language: rust addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev rust: - stable - beta - nightly - 1.13.0 before_script: - | pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: - | travis-...
language: rust addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev rust: - stable - beta - nightly - 1.13.0 before_script: - | pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: - | travis-...
Fix typo in kcov command
Fix typo in kcov command
YAML
mit
jeromefroe/circbuf-rs
5faede27b6a165cb241bd03ec9080805b5f9c5a0
.travis.yml
.travis.yml
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
Fix Oracle JDK8 in Travis CI
[TOREE-505] Fix Oracle JDK8 in Travis CI Install of Oracle JDK 8 Failing in Travis CI and as a result, build is failing for new pull requests. We just need to add `dist: trusty` in the .travis.yml file as mentioned in the issue below: https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038
YAML
apache-2.0
lresende/incubator-toree,lresende/incubator-toree,apache/incubator-toree,lresende/incubator-toree,apache/incubator-toree,apache/incubator-toree,lresende/incubator-toree
561c0ed9945f74777f1f10933af155e01c80010d
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang before_script: - sudo apt-get -qq update - sudo apt-get -qq install octave script: make && make check
language: cpp compiler: - gcc - clang before_script: - sudo apt-get -qq update - sudo apt-get -qq install octave script: make && make check && make stress
Add stress test to CI
Add stress test to CI
YAML
mpl-2.0
RhysU/ar,RhysU/ar
dac860d356c854fecfb168b2cafdd57d509d396d
.travis.yml
.travis.yml
# https://docs.travis-ci.com/user/customizing-the-build/ language: node_js # Be aware of https://github.com/nodejs/LTS when choosing versions to test # Update engines.node in package.json if removing old versions. node_js: - node - 0.12 # If the package has OS-dependent features, uncomment this. #os: # - linux # ...
# https://docs.travis-ci.com/user/customizing-the-build/ language: node_js # Be aware of https://github.com/nodejs/LTS when choosing versions to test # Update engines.node in package.json if removing old versions. node_js: - node - 7 # Test on 7 until nock supports 8 - 0.12 # If the package has OS-dependent ...
Test with Node 7 on Travis CI
Test with Node 7 on Travis CI To catch errors on newish Node versions, add 7 to the test matrix until 8 covers everything. Signed-off-by: Kevin Locke <ffb4761cba839470133bee36aeb139f58d7dbaa9@kevinlocke.name>
YAML
mit
kevinoid/swagger-spec-validator,kevinoid/swagger-spec-validator,kevinoid/swagger-spec-validator
fdbe89a4c22f6065ff1f12c3a1acedb6a490a340
.kitchen.docker.yml
.kitchen.docker.yml
settings: parallel: true driver: name: docker # privileged is required otherwise the container doesn't boot right privileged: true platforms: - name: centos-6 driver: image: centos:6 platform: rhel run_command: /sbin/init provision_command: - /usr/bin/yum install -y initscripts net-too...
settings: parallel: true driver: name: docker # privileged is required otherwise the container doesn't boot right privileged: true verifier: name: inspec platforms: - name: centos-6 driver: image: centos:6 platform: rhel run_command: /sbin/init provision_command: - /usr/bin/yum inst...
Set the verifier to inspec
Set the verifier to inspec
YAML
apache-2.0
chef-cookbooks/openssh,opscode-cookbooks/openssh,juliandunn/openssh,opscode-cookbooks/openssh,juliandunn/openssh,juliandunn/openssh,chef-cookbooks/openssh
f3a4d1383f63065ac578476eba2ac1eb3e1483e3
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.4 before_install: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs before_script: - cd lib/assets && npm install && npm run bundle -- -p && cd - - cp config/database_example.yml config/database.yml - cp config/secrets_example.yml conf...
language: ruby addons: chrome: beta rvm: - 2.4.4 before_install: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs before_script: - cd lib/assets && npm install && npm run bundle -- -p && cd - - cp config/database_example.yml config/database.yml - cp config/...
Add Google chrome to Travis CI config
Add Google chrome to Travis CI config
YAML
mit
CDLUC3/dmptool,DigitalCurationCentre/roadmap,CDLUC3/dmptool,DMPRoadmap/roadmap,DigitalCurationCentre/roadmap,CDLUC3/roadmap,CDLUC3/roadmap,CDLUC3/roadmap,CDLUC3/roadmap,DMPRoadmap/roadmap,CDLUC3/dmptool,CDLUC3/dmptool,DigitalCurationCentre/roadmap,DMPRoadmap/roadmap
f6b56d6092baf8e1de26b8ab7fc4c5b4a19ad29f
.travis.yml
.travis.yml
sudo: required language: java services: - docker before_install: - openssl aes-256-cbc -K $encrypted_062685903f37_key -iv $encrypted_062685903f37_iv -in whitesource-docker-agent.config.enc -out whitesource-docker-agent.config -d - wget https://s3.amazonaws.com/docker-agent/whitesource-docker-agent-1.0.2.jar ...
sudo: required language: java services: - docker before_install: - openssl aes-256-cbc -K $encrypted_062685903f37_key -iv $encrypted_062685903f37_iv -in whitesource-docker-agent.config.enc -out whitesource-docker-agent.config -d - wget https://s3.amazonaws.com/docker-agent/whitesource-docker-agent-1.0.2.jar ...
Disable out the WhiteSource analysis
Disable out the WhiteSource analysis
YAML
mit
rigoford/gitlab-ce
1eb797841e4b40a9fd8ffe24c80c8fb2cfc7619b
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.4.5 - 2.5.3 - 2.6.0 before_install: - if [ ! -e "$HOME/.cargo/bin" ]; then curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y; fi - export PATH="$HOME/.cargo/bin:$PATH" - rustup default stable - rustc --version install: - bundle install --path ven...
sudo: false language: ruby rvm: - 2.4.5 - 2.5.5 - 2.6.2 before_install: - if [ ! -e "$HOME/.cargo/bin" ]; then curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y; fi - export PATH="$HOME/.cargo/bin:$PATH" - rustup default stable - rustc --version install: - bundle install --path ven...
Update Travis CI Ruby versions
Update Travis CI Ruby versions
YAML
mit
lautis/rscsv,lautis/rscsv,lautis/rscsv
926f3314d602d25705c4992b08b57a7d648feebc
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" sudo: false cache: bundler rvm: - 2.0 - 2.1 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 - rbx-2 matrix: allow_failures: - rvm: jruby-9.0.4.0 - rvm: rbx-2
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" sudo: false cache: bundler rvm: - 2.2.4 - 2.3.0 - jruby-9.0.4.0 - rbx-2 matrix: allow_failures: - rvm: jruby-9.0.4.0 - rvm: rbx-2
Remove testing for Ruby 2.0 and 2.1 since they are EOL
Remove testing for Ruby 2.0 and 2.1 since they are EOL
YAML
mit
ld4l/works_rdf
6220e9f829819e40b7a29bbe5ed4f998237736ab
.travis.yml
.travis.yml
# Configuration file for building this project with Travis CI language: python python: - "2.7" install: pip install -r REQUIREMENTS --use-mirrors script: python manage.py test --settings=settings.travis postgres: adapter: postgresql database: atlas_test username: postgres before_install: - "sudo apt-get inst...
# Configuration file for building this project with Travis CI language: python python: - "2.7" install: pip install -r REQUIREMENTS --use-mirrors script: python manage.py test --settings=settings.travis postgres: adapter: postgresql database: atlas_test username: postgres before_install: - "sudo apt-get inst...
Add master to branches that get built with Travis.
Add master to branches that get built with Travis.
YAML
mit
denverfoundation/storybase,denverfoundation/storybase,denverfoundation/storybase,denverfoundation/storybase
bef1439f0b7967c032d1bfbb5a443704e558cf6b
.travis.yml
.travis.yml
language: java install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B jdk: - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/endpoint/c6cc872b193cbad86273/529f9078ed5ab0b3bf04ef9a/ before_script: - curl -L https:/...
language: java install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B jdk: - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/endpoint/c6cc872b193cbad86273/529f9078ed5ab0b3bf04ef9a/ before_script: - curl -L https:/...
Fix after script for Travis CI
Fix after script for Travis CI
YAML
bsd-3-clause
koraktor/mavanagaiata
a468d4bc92d70a651acd1b9623e46d036de3297d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - jruby-19mode - 2.1
language: ruby rvm: - 1.9.3 - jruby-19mode - 2.1 jdk: - openjdk7 - openjdk6
Check to see if jruby failures are jdk-dependent
Check to see if jruby failures are jdk-dependent
YAML
mit
billdueber/line_iterator
599fce81cf3356ef48dcf7e44c3552106705ad9b
.travis.yml
.travis.yml
dist: xenial sudo: false cache: directories: - $HOME/.cache/pip language: python matrix: include: - python: "2.7" env: TOXENV=py2 - python: "3.5" env: TOXENV=py3 - python: "3.6" env: TOXENV=py3 - python: "3.7" env: TOXENV=py3 # Meta - python: "3.7" env:...
dist: xenial sudo: false cache: directories: - $HOME/.cache/pip language: python matrix: include: - python: "2.7" env: TOXENV=py2 - python: "3.5" env: TOXENV=py3 - python: "3.6" env: TOXENV=py3 - python: "3.7" env: TOXENV=py3 - python: "3.8" env: TOXENV=py3 ...
Add Python 3.8 to test matrix.
Add Python 3.8 to test matrix.
YAML
isc
nfcpy/ndeftool
eaaaa0044968a3e675165c6d72305165cfd19d6e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' - '5' - '4' - '0.12' - '0.10'
sudo: false language: node_js node_js: - '6' - '5' - '4' - '0.12'
Remove test for Node.js 0.10
Remove test for Node.js 0.10
YAML
mit
mrmlnc/posthtml-attrs-sorter
4e55aedecbb85f01844ebf3803f07f7a01cff118
.travis.yml
.travis.yml
language: php sudo: false php: - 7.1 - 7.2 env: global: - coverage=no matrix: - setup=basic - setup=lowest - setup=stable before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-d...
language: php sudo: false php: - 7.1 - 7.2 - 7.3 - nightly env: global: - coverage=no matrix: - setup=basic - setup=lowest - setup=stable before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry compose...
Test againsts php 7.3 and nightly
Test againsts php 7.3 and nightly Signed-off-by: Mior Muhammad Zaki <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
YAML
mit
orchestral/installer,orchestral/installer
2115c9c39a48ae26174b982e477dd17d8c6d84a7
.travis.yml
.travis.yml
language: scala scala: - 2.11.4 jdk: - openjdk7 install: - npm install script: - activator "test-only *Spec" - grunt test notifications: recipients: - matthieu.nicolas@loria.fr email: on_success: change on_failure: always template: - "%{repository}/%{branch} (%{commit} - %{author}): %{me...
language: scala scala: - 2.11.4 jdk: - openjdk7 env: - ACTIVATOR_VERSION=1.2.12 install: - wget http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/typesafe-activator-${ACTIVATOR_VERSION}-minimal.zip - unzip -q typesafe-activator-${ACTIVATOR_VERSION}-minimal.zip - npm install script: - t...
Add Play in Travis configuration
Add Play in Travis configuration
YAML
agpl-3.0
MatthieuNICOLAS/webPLM,BuggleInc/webPLM,BenjaminThirion/webPLM,BuggleInc/webPLM,BaptisteMounier/webPLM,MatthieuNICOLAS/webPLM,polux/webPLM,BuggleInc/webPLM,BenjaminThirion/webPLM,BuggleInc/webPLM,BuggleInc/webPLM,BaptisteMounier/webPLM,polux/webPLM,BenjaminThirion/webPLM,BenjaminThirion/webPLM,MatthieuNICOLAS/webPLM,Ba...
6e8c930ef69a6e255ed95204e6a0d8d1c346d214
.travis.yml
.travis.yml
language: node_js install: npm install && npm run build jobs: include: - stage: tests name: "Unit - Node 8" script: npm run test node_js: "8" - script: npm run test name: "Unit - Node 10" node_js: "10" - script: npm run test name: "Unit - Node 11" node_js: "11....
language: node_js install: npm install && npm run build jobs: - script: npm run test name: "Unit - Node 10" node_js: "10" - script: npm run test name: "Unit - Node 12" node_js: "12" - script: npm run lint name: "Linting" node_js: "12" - script: npm run coverage ...
Test against 10 and 12
Test against 10 and 12
YAML
apache-2.0
Half-Shot/matrix-appservice-discord
0ebe3115e4699a4b0aa65695a98d9dd7a68d1dee
.travis.yml
.travis.yml
language : node_js node_js : - "0.10" before_install: - "npm install -g grunt-cli"
language : node_js node_js : - "5" before_install: - "npm install -g grunt-cli"
Use Node 5.x and npm 3.x for TravisCI builds.
Use Node 5.x and npm 3.x for TravisCI builds.
YAML
mit
stefcameron/yllr
8d7c9ff10a64d66d743afd1da5f57354ddd88da5
.travis.yml
.travis.yml
language: php php: - hhvm - 7.0 - 5.6 - 5.5 - 5.4 - 5.3 matrix: include: - php: 5.6 env: dependencies=lowest - php: 7 env: dependencies=lowest - php: 5.6 env: dependencies=highest - php: 7 env: dependencies=highest install: - if [ -z "$dependencies" ]; then tra...
language: php php: - hhvm - 5.5 - 5.4 - 5.3 matrix: include: - php: 5.6 env: dependencies=lowest - php: 7 env: dependencies=lowest - php: 5.6 env: dependencies=highest - php: 7 env: dependencies=highest install: - if [ -z "$dependencies" ]; then travis_retry compos...
Remove duplicate instances from the build matrix
Remove duplicate instances from the build matrix
YAML
mit
kgilden/pager
888d8454e540c4b3eddd5ce5c0d3d46aeb1e33e1
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" # command to install dependencies install: ./configure make # command to run tests script: make test addons: apt: packages: - nginx
language: python python: - "2.7" - "3.5" # command to install dependencies before_install: ./configure install: make # command to run tests script: make test addons: apt: packages: - nginx
Fix split of ./configure and make.
Travis: Fix split of ./configure and make.
YAML
mit
tchalvak/fractalish,tchalvak/fractalish,tchalvak/tinker-engine,tchalvak/fractalish,tchalvak/tinker-engine
f0e119fc22172c9279d8242c31c7a5d2940e4c2e
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DB=sqlite - DB=mysql - DB=postgres before_script: - mysql -e 'create database sentry;' - psql -c 'create database sentry;' -U postgres install: - pip install mysql-python - pip install psycopg2 - make develop script: - make test notifications: irc:...
language: python python: - "2.6" - "2.7" env: - DB=sqlite - DB=mysql - DB=postgres before_script: - mysql -e 'create database sentry;' - psql -c 'create database sentry;' -U postgres install: - make develop dev-postgres dev-mysql script: - make test notifications: irc: channels: "irc.freenode.or...
Use standardized make commands for mysql and postgres
Use standardized make commands for mysql and postgres
YAML
bsd-3-clause
jean/sentry,ifduyue/sentry,1tush/sentry,JamesMura/sentry,wujuguang/sentry,kevinlondon/sentry,wong2/sentry,hongliang5623/sentry,boneyao/sentry,looker/sentry,zenefits/sentry,camilonova/sentry,JamesMura/sentry,JamesMura/sentry,NickPresta/sentry,BayanGroup/sentry,looker/sentry,imankulov/sentry,mvaled/sentry,llonchj/sentry,...
b09130589a4db62e12eab5bfe80d3b2cb4d86369
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "lts/*" cache: yarn: true directories: - "node_modules" script: - npm run build
language: node_js node_js: - "lts/*" - "node" cache: yarn: true directories: - "node_modules" before_install: - yarn global add greenkeeper-lockfile@1 before_script: - greenkeeper-lockfile-update after_script: - greenkeeper-lockfile-upload script: - npm run build
Add yarn lockfile support for greenkeeper
Add yarn lockfile support for greenkeeper
YAML
mit
paulsmirnov/proto-deep
f758df0c4fe79c3b5fe86c03bb50fcd46b615393
.travis.yml
.travis.yml
branches: only: - master language: ruby matrix: allow_failures: - rvm: ruby-head install: - gem install bundler # Disable support for sudo to get faster builds with Docker sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby - ruby-head
branches: only: - master language: ruby matrix: allow_failures: - rvm: ruby-head before_install: - gem install bundler # Disable support for sudo to get faster builds with Docker sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby - ruby-head
Install bundler as `before_install` hook on Travis.
Install bundler as `before_install` hook on Travis. By overriding the `install` hook, Travis won't run `bundle install`. Either we could add that or just run before the install step.
YAML
mit
deadmanssnitch/snitcher
05865e92855d3002317f7f283701b0280426940f
.travis.yml
.travis.yml
sudo: required arch: packages: - qt5-declarative - qt5-quickcontrols2 - qt5-graphicaleffects - qt5-svg - cmake - extra-cmake-modules - xorg-server-xvfb - git script: - scripts/fetch_icons.sh - cmake . -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=/usr - make ...
language: c compiler: - clang - gcc sudo: required arch: packages: - qt5-declarative - qt5-quickcontrols2 - qt5-graphicaleffects - qt5-svg - cmake - extra-cmake-modules - xorg-server-xvfb - git - clang - clazy-git script: - scripts/fetch_icons.sh - if [ "$CC" =...
Enable clang and clazy for CI
Enable clang and clazy for CI
YAML
mpl-2.0
oKcerG/fluid,territorium/fluid,territorium/fluid,oKcerG/fluid
ca01ea773bf9fab43584bb574f8b777883ef7e4c
.travis.yml
.travis.yml
language: scala env: - PLAY_VERSION=2.2.2 scala: - "2.10.3" jdk: - oraclejdk7 - openjdk7 - openjdk6 services: mongodb before_script: - wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip - unzip -q play-${PLAY_VERSION}.zip script: - sbt test - cd servers/admin - ../../pl...
language: scala env: - PLAY_VERSION=2.2.2 scala: - "2.10.3" jdk: - oraclejdk7 - openjdk7 - openjdk6 services: mongodb before_script: - wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip - unzip -q play-${PLAY_VERSION}.zip script: - sbt test - sbt commons/publish - sbt o...
Add missing sbt publish commands
Add missing sbt publish commands
YAML
apache-2.0
alex9311/PredictionIO,initChan/PredictionIO,shimamoto/incubator-predictionio,TheDataShed/PredictionIO,druzbikova/PredictionIO,nvoron23/PredictionIO,atyenoria/PredictionIO,akaash-nigam/PredictionIO,EmergentOrder/PredictionIO,mars/incubator-predictionio,sekaiamber/PredictionIO,cristiancrc/PredictionIO,BuildAPE/Prediction...
f62438d7ccfa8e674e7c71820220364e2877a246
graphite/docker-compose.yml
graphite/docker-compose.yml
version: "2" services: grafana: image: "grafana/grafana" ports: - "3000:3000" networks: - grafana links: - "graphite:graphite" - "influxdb:influxdb" - "postgres:postgres" environment: GF_DATABASE_TYPE: postgres GF_DATABASE_HOST: postgres:5432 GF_...
version: "2" services: grafana: image: "grafana/grafana" ports: - "3000:3000" networks: - grafana links: - "graphite:graphite" - "influxdb:influxdb" - "postgres:postgres" - "elasticsearch:elasticsearch" environment: GF_DATABASE_TYPE: postgres GF_...
Add Elasticsearch as Grafana backend
Add Elasticsearch as Grafana backend
YAML
mit
pgentile/tests-docker,pgentile/tests-docker,pgentile/tests-docker
e1e4884e86e3754d613184399497d56a6cc4d5e5
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - "3.5" - "3.6" - "nightly" - "pypy3.5-5.8.0" env: - TYPING_VERSION="<3.5.3" - TYPING_VERSION=">=3.5.3" matrix: allow_failures: - python: "nightly" include: - { python: "3.7", dist: xenial, sudo: true } install: - pip install --upgrade pytest "ty...
sudo: false language: python cache: pip python: - "3.5" - "3.6" - "nightly" - "pypy3.5-5.8.0" env: - TYPING_VERSION="<3.5.3" - TYPING_VERSION=">=3.5.3" matrix: allow_failures: - python: "nightly" include: - { python: "3.7", dist: xenial, sudo: true } install: - pip install --upgrade coveralls ...
Send CI coverage stats to Coveralls
Send CI coverage stats to Coveralls
YAML
bsd-3-clause
alecthomas/injector
6ebc089cba6c9147599aec2b54b969d22f5ba37f
.travis.yml
.travis.yml
language: node_js node_js: - 6 - 7 after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
language: node_js node_js: - 8 - 9 after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
Update Travis Node versions to 8 and 9
Chore: Update Travis Node versions to 8 and 9
YAML
mit
sapegin/sweet2,sapegin/sweet2
58a8fb3d7997a7b17ce46595b63eb3cba61b94bb
.travis.yml
.travis.yml
sudo: required language: generic services: - docker env: - DOCKER_IMAGE_NAME=dstacademy/server before_script: cd build script: - docker build -t $DOCKER_IMAGE_NAME .
sudo: required language: generic services: - docker env: - DOCKER_IMAGE_NAME=dstacademy/server before_script: cd build script: - docker build -t $DOCKER_IMAGE_NAME . notifications: slack: dst-academy:$TRAVIS_CI_TOKEN
Add Slack notification token in the Travis configuration
Add Slack notification token in the Travis configuration
YAML
mit
dst-academy/server,dst-academy/docker-dontstarvetogether,BraisGabin/dst-server
43c5238bcde19a11ee065912693e34762f2a87c0
.travis.yml
.travis.yml
language: ruby script: 'bundle exec rake ci' rvm: - 1.9.3 - 2.0.0 - 2.1.2 - rbx-2 matrix: include: - rvm: jruby env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov - rvm: jruby env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov allow_failures: - rvm: 2.1.2 # Segfau...
language: ruby script: 'bundle exec rake ci' rvm: - 1.9.3 - 2.0.0 - 2.1.2 - 2.1.3 - rbx-2 matrix: include: - rvm: jruby env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov - rvm: jruby env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov
Update test matrix to include 2.1.3
Update test matrix to include 2.1.3
YAML
mit
mbj/auom
1e81e816824808660ffcf7928714abe2060d6b73
.travis.yml
.travis.yml
language: python dist: xenial python: - 2.7 - 3.6 - 3.7 - 3.8 - 3.9 - pypy - pypy3 install: - pip install pytest coverage coverage-python-version coveralls flake8 - pip install -e . script: - coverage run -m pytest - flake8 *.py - coverage report -m $([[ $TRAVIS_PYTHON_VERSION != pypy3 ]] && ech...
language: python cache: pip python: - 2.7 - 3.6 - 3.7 - 3.8 - 3.9 - pypy - pypy3 install: - pip install pytest coverage coverage-python-version coveralls flake8 - pip install -e . script: - coverage run -m pytest - flake8 *.py - coverage report -m $([[ $TRAVIS_PYTHON_VERSION != pypy3 ]] && echo ...
Enable IRC notifications on failed builds
Enable IRC notifications on failed builds
YAML
mit
mgedmin/cloneall
8a4dced9798020de4cc5baa4327e744af4ec284b
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - hhvm script: phpunit --configuration ./build/travis-ci.xml notifications: email: false
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm script: phpunit --configuration ./build/travis-ci.xml notifications: email: false
Test with PHP 5.3.3 and PHP 5.6
Test with PHP 5.3.3 and PHP 5.6
YAML
bsd-3-clause
terryhuangbo/ut,cerberosnash/jenkins,ankahla/jenkins-phpunit-example,royopa/money,ankahla/jenkins-phpunit-example,ssinucodt/test,tungus28/money,HSarode-Compumatrice/money,junsanity06/Money,ojengwa/money,stefen/money,cerberosnash/jenkins,Rimehch/php-exp,arleincho/money,sebastianbergmann/money,boekkooi/money,balsing/Mone...
1ddba2a288f2f41b624acd3eb36940b13b3b1f13
.travis.yml
.travis.yml
language: bash sudo: required before_install: - docker pull weecology/portal_predictions - docker run --name ppred -t -d weecology/portal_predictions /bin/bash script: - docker exec -i ppred git clone https://github.com/weecology/portalPredictions.git - docker exec -i ppred bash -c "cd portalPredictions && Rs...
language: bash sudo: required before_install: - docker pull weecology/portal_predictions - docker run --name ppred -t -d weecology/portal_predictions /bin/bash - docker cp ../portalPredictions ppred:/ - docker exec -i ppred ls portalPredictions script: - docker exec -i ppred bash -c "cd portalPredictions &&...
Use current repository root instead of master for Travis
Use current repository root instead of master for Travis This allows PRs and branches to be tested properly. Fixes #131
YAML
mit
sdtaylor/portalPredictions,sdtaylor/portalPredictions,sdtaylor/portalPredictions,gmyenni/portalPredictions,weecology/portalPredictions,weecology/portalPredictions,weecology/portalPredictions,gmyenni/portalPredictions,gmyenni/portalPredictions
5b5c307c584f2c87a8cc565f164d8418b6401428
.travis.yml
.travis.yml
language: python sudo: required services: - docker branches: # Restrict push builds to only master only: - master env: - DOCKER_COMPOSE_VERSION=1.22.0 before_install: # Fail immediately on any error - set -e # See https://docs.travis-ci.com/user/docker/ - sudo rm /usr/local/bin/docker-compose - curl...
language: python python: - "2.7" sudo: required services: - docker branches: # Restrict push builds to only master only: - master env: - DOCKER_COMPOSE_VERSION=1.22.0 before_install: # Fail immediately on any error - set -e # See https://docs.travis-ci.com/user/docker/ - sudo rm /usr/local/bin/docke...
Define python version for Travis
Define python version for Travis Apr 16, 2019 the default changes from 2.7 to 3.6. This will keep it at 2.7
YAML
mpl-2.0
mpurzynski/MozDef,gdestuynder/MozDef,Phrozyn/MozDef,gdestuynder/MozDef,mozilla/MozDef,mozilla/MozDef,mozilla/MozDef,mpurzynski/MozDef,Phrozyn/MozDef,jeffbryner/MozDef,Phrozyn/MozDef,mpurzynski/MozDef,jeffbryner/MozDef,jeffbryner/MozDef,gdestuynder/MozDef,Phrozyn/MozDef,mpurzynski/MozDef,mozilla/MozDef,jeffbryner/MozDef...
ff949fb2b3248e23053e73b9ade3a881da0ba693
.travis.yml
.travis.yml
language: python sudo: false matrix: include: - python: 3.5.0 env: TOXENV=py35 - python: 3.4 env: TOXENV=py34 - python: 2.7 env: TOXENV=py27 install: - pip install -U tox script: - tox before_install: - pip install pytest-cov codecov -r tests/requirements.txt after_success: ...
language: python sudo: false matrix: include: - python: 3.5.0 env: TOXENV=py35 - python: 3.4 env: TOXENV=py34 - python: 2.7 env: TOXENV=py27 install: - pip install -U tox script: - tox before_install: - pip install -e . - pip install pytest-cov codecov -r tests/requirements....
Make sure to install this package to get all dependencies on Travis.
Make sure to install this package to get all dependencies on Travis.
YAML
apache-2.0
its-dirg/Flask-pyoidc,zamzterz/Flask-pyoidc,zamzterz/Flask-pyoidc
9ab77474a28eb6bdf63ff0301a3883e92078f390
.travis.yml
.travis.yml
language: haskell ghc: 7.8 deploy: provider: hackage username: StefanKersten password: secure: OeylLs0HzrV/W756CTWLtsaVJXENE9y6axQVeFPxLCQA42YxiHOS7xaiE/QHXWVNtXKSIqSmbrPZ4/ycMl+80YxrlY7QwoFD9ikZsENIAe6xg80z2eRzWgtp2pdlpfG0bBfAdOZ3p5aKcwF69bM2UaQWcWuHGxNcMljpN7I0TL8= on: repo: samplecount/shake-language...
sudo: false language: haskell ghc: 7.8 deploy: provider: hackage username: StefanKersten password: secure: OeylLs0HzrV/W756CTWLtsaVJXENE9y6axQVeFPxLCQA42YxiHOS7xaiE/QHXWVNtXKSIqSmbrPZ4/ycMl+80YxrlY7QwoFD9ikZsENIAe6xg80z2eRzWgtp2pdlpfG0bBfAdOZ3p5aKcwF69bM2UaQWcWuHGxNcMljpN7I0TL8= on: repo: samplecount/sh...
Switch to container based builds on Travis CI
Switch to container based builds on Travis CI
YAML
apache-2.0
samplecount/shake-language-c
270bc3c4005aff12eb74d56d98b26a1b3a9550d5
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.4.1 addons: apt: packages: - vim-gtk env: - TRAVIS_CI=1 before_install: - "gem install bundler" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "vim --version"
language: ruby dist: stretch sudo: false cache: bundler rvm: - 2.6.2 addons: apt: update: true env: - TRAVIS_CI=1 before_install: - "gem install bundler" - "sudo apt-get -y install vim-gtk3" before_script: - "export DISPLAY=:99.0" - "vim --version" script: "xvfb-run bundle exec rspec spec"
Update TravisCI Vim to 8.0
Update TravisCI Vim to 8.0
YAML
mit
AndrewRadev/splitjoin.vim
d94b745e046389c7eff35596a62703326a39dafd
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - "0.11" - "0.10"
Exclude Node 0.8 and 0.6 from CI testing
Exclude Node 0.8 and 0.6 from CI testing
YAML
mit
rei/gulp-html-include,reidev/gulp-html-include
674455553813c3472af9b0c0e3d15c9d3ded3b13
.travis.yml
.travis.yml
language: android android: components: - sys-img-armeabi-v7a-android-19 before_script: - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & install: #install adb lib...
language: android android: components: - sys-img-armeabi-v7a-android-22 before_script: - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & install: #install adb lib...
Change android component from 19 to 22
Change android component from 19 to 22
YAML
bsd-3-clause
solarce/adb_android,vmalyi/adb_android
9cb852715582dbd41da2d3827c9ed3962403c9d7
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - 0.12 - 4 - 5 - 6 matrix: fast_finish: true allow_failures: - node_js: 6 env: global: - CXX=g++-4.8 script: "npm run travis" addons: apt: sources: - ubuntu-toolchain-r...
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - 0.12 - 4 - 6 matrix: fast_finish: true allow_failures: - node_js: 6 env: global: - CXX=g++-4.8 script: "npm run travis" addons: apt: sources: - ubuntu-toolchain-r-test ...
Remove Node.js v5 from TravisCI
Remove Node.js v5 from TravisCI
YAML
mit
pelias/openaddresses,pelias/openaddresses
36cfb280085e94b6a73df9d072b60a7ee8c8ede4
.travis.yml
.travis.yml
language: python python: 2.7 install: - pip install -qq flake8 - python setup.py install script: - flake8 --version - flake8 --ignore=E501 py_my_key - nosetests -s -v
language: python python: 2.7 install: - pip install -qq flake8 - pip install git+https://github.com/pingo-io/pingo-py.git - python setup.py install script: - flake8 --version - flake8 --ignore=E501 py_my_key - nosetests -s -v
Install dev version of Pingo with Travis
Install dev version of Pingo with Travis
YAML
isc
RaspberryPi-Samples/py-my-key,RaspberryPi-Samples/py-my-key,RaspberryPi-Samples/py-my-key
060dad0e1c0f31bdb83593ce00f22c4b61122e6f
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: | npm install -g grunt-cli gem install --no-ri --no-rdoc sass before_script: | grunt lib grunt dist script: grunt test
language: node_js node_js: - "0.10" before_install: | npm install -g grunt-cli gem install -N sass before_script: grunt install script: grunt test
Simplify Travis config given Gruntfile updates. :wrench:
Simplify Travis config given Gruntfile updates. :wrench:
YAML
mit
hlfcoding/hlf-jquery,hlfcoding/hlf-jquery
ccb1bfdd0386094f77d07b745703dd1105423255
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3
language: ruby before_install: - gem update bundler rvm: - 2.1.0 - 2.0.0 - 1.9.3
Update bundler on Travis CI
Update bundler on Travis CI
YAML
mit
chrishunt/github-auth
f5f14ad0eb4f4091fd3947a95a171b1bd615761a
.travis.yml
.travis.yml
language: csharp # dotnet cli require Ubuntu 14.04 sudo: required dist: trusty # dotnet cli require OSX 10.10 # osx_image: xcode7.1 addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g os: # - osx - linux env: - CLI_VERSION=l...
language: csharp # dotnet cli require Ubuntu 14.04 sudo: required dist: trusty # dotnet cli require OSX 10.10 # osx_image: xcode7.1 addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g os: # - osx - linux env: - CLI_VERSION=l...
Update to test under .NET Core 2.0.
Update to test under .NET Core 2.0.
YAML
mpl-2.0
somdoron/AsyncIO
f07fddd99a3176a61cafc141caf87e3023abc41a
.travis.yml
.travis.yml
language: python python: - 2.7 virtualenv: system_site_packages: true before_install: - sudo apt-get install gfortran libopenblas-dev liblapack-dev - sudo apt-get install python-numpy python-scipy # command to install dependencies install: - travis_wait pip install -r requirements.txt - python s...
sudo: false language: python python: - 2.7 cache: apt addons: apt: packages: - gfortran - libopenblas-dev - liblapack-dev before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME...
Use minconda to install scientific python packages on Travis
Use minconda to install scientific python packages on Travis
YAML
apache-2.0
NLeSC/cptm,NLeSC/cptm
0ab1861a08251c79f7b144f669dd19096ad20b26
.travis.yml
.travis.yml
matrix: include: - os: linux dist: xenial sudo: false - os: linux dist: trusty sudo: false - os: osx before_install: - brew update - brew list protobuf &>/dev/null || brew install protobuf addons: apt: packages: - libprotobuf-dev - protobuf-c...
matrix: include: - os: linux dist: bionic sudo: false - os: linux dist: xenial sudo: false - os: linux dist: trusty sudo: false - os: osx before_install: - brew update - brew list protobuf &>/dev/null || brew install protobuf addons: apt: ...
Update dependencies for Travis CI
Update dependencies for Travis CI
YAML
apache-2.0
akihikodaki/cld3-ruby,akihikodaki/cld3-ruby
09491e4c5dac386e0b1e22d463a840b3c35dfd68
.travis.yml
.travis.yml
--- language: node_js node_js: - "6" sudo: false cache: yarn: true directories: - $HOME/.npm - $HOME/.cache # includes bowers cache env: matrix: - EMBER_TRY_SCENARIO=ember-lts-2.4 - EMBER_TRY_SCENARIO=ember-lts-2.8 - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta ...
--- language: node_js node_js: - "6" sudo: false cache: yarn: true directories: - $HOME/.npm - $HOME/.cache # includes bowers cache env: matrix: - EMBER_TRY_SCENARIO=ember-lts-2.4 - EMBER_TRY_SCENARIO=ember-lts-2.8 - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta ...
Work around Yarn 1.1.0 bug in Travis
Work around Yarn 1.1.0 bug in Travis
YAML
mit
ember-learn/ember-cli-addon-docs,ember-learn/ember-cli-addon-docs,ember-learn/ember-cli-addon-docs
d85834be9f3b535aa3abe2796f737306e02edede
.travis.yml
.travis.yml
language: python python: # This is not actually used. Because it would take an overly long time # to build scipy we cannot use the virtual env of travis. Instead, we # use miniconda. - 2.7 - 3.3 - 3.4 notifications: email: false sudo: false install: # Install miniconda # ----------------- - wget http:/...
language: python python: # This is not actually used. Because it would take an overly long time # to build scipy we cannot use the virtual env of travis. Instead, we # use miniconda. - 2.7 - 3.3 - 3.4 notifications: email: false sudo: false install: # Install miniconda # ----------------- - wget http:/...
Use new packages available in conda.
Use new packages available in conda.
YAML
apache-2.0
QuLogic/ocropy,mittagessen/kraken,mittagessen/kraken,QuLogic/ocropy,mittagessen/kraken,mittagessen/kraken
cc0b74b311b058ceb234a8ad886504f32f6e5fe1
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 before_install: - pip install coveralls install: - pip install Django==${DJANGO} - pip install -e . - pip install -r requirements-test.txt script: make test env: - DJANGO=1.11.15 - DJANGO=2.0.8 - DJANGO=2.1 after_success: - c...
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 - 3.7 before_install: - pip install coveralls install: - pip install Django==${DJANGO} - pip install -e . - pip install -r requirements-test.txt script: make test env: - DJANGO=1.11.15 - DJANGO=2.0.8 - DJANGO=2.1 after_succes...
Add support for Python 3.7
Add support for Python 3.7
YAML
bsd-3-clause
grantmcconnaughey/django-field-history
bfa97e9fc27f7df5828fcf97f1bd5445de51ac52
.travis.yml
.travis.yml
language: cpp sudo: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - libboost-all-dev before_script: - cd ../.. - git clone https://github.com/czipperz/vick czipperz/vick - cd czipperz/vick - mkdir -p plugins - cd plugins - git clone https://github.c...
language: cpp sudo: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - libboost-all-dev before_script: - cd ../.. - git clone https://github.com/czipperz/vick czipperz/vick - cd czipperz/vick - mkdir -p plugins - cd plugins - git clone https://github.c...
Call ``make`` then ``make test``
Call ``make`` then ``make test``
YAML
mpl-2.0
czipperz/vick-insert-mode
c9a105601b209a9ab20ff81f73e24478d635c922
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - "npm i -g jasmine-node" - "npm i -g grunt-cli"
language: node_js node_js: - "0.12" - "4.2" before_script: - "npm i -g grunt-cli"
Remove 0.10, add 0.12 and 4.2 LTS of node to the test matrix.
Remove 0.10, add 0.12 and 4.2 LTS of node to the test matrix.
YAML
mit
zumba/drill-sergeant,zumba/drill-sergeant
eb5d01aaeb0bb050d2923046ed3de963e607951c
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.5 - 2.6.2 before_install: - gem update --system - gem install bundler -v 1.16.1 cache: bundler
language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.5 - 2.6.2 before_install: - gem update --system - gem install bundler -v 1.16.1 cache: bundler
Drop support for ruby 2.2
Drop support for ruby 2.2
YAML
mit
ryoff/age_jp
2df8c1dae7b6d769a134913d4f580e55e0985944
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - npm install -g tsd - tsd install
language: node_js node_js: - "0.11" - "0.10" before_install: - npm install -g tsd - tsd install
Add node 0.11 to Travis builds
Add node 0.11 to Travis builds
YAML
mit
Dirrk/InversifyJS,remojansen/InversifyJS,Dirrk/InversifyJS,remojansen/InversifyJS,inversify/InversifyJS,inversify/InversifyJS
095ad845a264821c634573d68eb52e8ac519eab9
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get build-dep -qq python-pygame - sudo apt-get install -qq python-pygame virtalenv: system_site_packages: true install: - pip install -r requirements.txt script: nosetests
language: python python: - "2.7" before_install: - sudo apt-get update - sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff4-dev libx11-6 libX11-d...
Install pygame requirements through apt-get
Install pygame requirements through apt-get
YAML
mit
craigthomas/Chip8Python
e67846cfec9833d1b85da7b24fe986606b89e0f5
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, ruby-head] steps: - uses: actions/checkout@v2 - uses: ruby/setup-...
name: build on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: [2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, ruby-head] steps: - uses: actions/checkout@v2 - uses: ruby/s...
Test against Ruby 2.1 on GitHub Actions
Test against Ruby 2.1 on GitHub Actions
YAML
mit
emsk/bundle_outdated_formatter,emsk/bundle_outdated_formatter
fc5e3baabf78afaeecee45c47f21e9da4705bc80
.travis.yml
.travis.yml
language: java before_install: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF - echo "deb http://repos.mesosphere.io/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/mesosphere.list - sudo apt-get update -qq - sudo apt-get install mesos sudo: required env: global: - MESOS_NATI...
language: java before_install: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF - echo "deb http://repos.mesosphere.io/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/mesosphere.list - sudo apt-get update -qq - sudo apt-get install mesos sudo: required env: global: - MESOS_NATI...
Move to forwards-compatible libmesos env var scheme
Move to forwards-compatible libmesos env var scheme
YAML
apache-2.0
twosigma/Cook,m4ce/Cook,twosigma/Cook,twosigma/Cook,m4ce/Cook,m4ce/Cook,ruo91/Cook,ruo91/Cook
9c92998b95a465e740c5f3ff6cf9ea0ce7dafe92
.travis.yml
.travis.yml
language: node_js node_js: - "node" # Latest node version - "lts/*" # Latest LTS version - "10" - "8" - "6" before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: - grunt standards - npm test # For code coverage: after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/...
language: node_js node_js: - "node" # Latest node version - "lts/*" # Latest LTS version - "10" - "8" before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: - grunt standards - npm test # For code coverage: after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/cove...
Remove node 6 from Travis CI config
Remove node 6 from Travis CI config
YAML
mit
silvermine/eslint-plugin-silvermine
012a3f1d09dc1bddf61df046f886955f1478c5ef
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' addons: sauce_connect: username: solarnz access_key: secure: "oZNvjt860iIgigOT3LJl5XU1KJz5gndBHX99lBij1RgQGGYTW6J0YxKdZIvoqfGL1y3AXp3k+57JiX03YBX1xXB6W9bjtlvaJw44HzadpjldtoyBrM3NYc7JpELRoTxiTnx3kpceRNhqzyYXhbBMi4L0SypTHNHUAs+E6MreVUI=" before_script: -...
sudo: false language: node_js node_js: - '0.10' addons: sauce_connect: true env: global: - secure: arMGPYwL6UHlkCB5GxjidVKXi9CyDjttPjyNi5BFeLco1mnJ22U6esIpRFShzaDw03uh4ERgX9H/uR2jXn8IS8bDiZgWZO72UmtTR1D3nNnJTVOIbiFNd11M4R+BvZJEO5X90axOuF+AC9LJBmIEmuDXT7LsjQF1FBB9N9mYB3c= - secure: VPAZW1gqbmBX+aWUbNWK+VQQ...
Switch to open github repo credentials for saucelabs
[e2e] Switch to open github repo credentials for saucelabs
YAML
mit
solarnz/ec2pric.es,solarnz/ec2pric.es,solarnz/ec2pric.es
316a9f99a5654cd78a273b94ab0b2bbdb4f38988
.travis.yml
.travis.yml
language: python python: - "3.5" # - "nightly" install: # - pip3 install codecov pyyaml - pip3 install pyyaml script: - python3 -m tests # - python3 -m doctest README.adoc # - coverage run --source pylibofp -m test #after_success: # - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; fi before_ins...
language: python python: - "3.5" # - "nightly" install: # - pip3 install codecov pyyaml - pip3 install pyyaml script: - python3 -m tests # - python3 -m doctest README.adoc # - coverage run --source pylibofp -m test #after_success: # - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; fi before_ins...
Remove libpcap reference (need to fix deb package dependency).
Remove libpcap reference (need to fix deb package dependency).
YAML
mit
byllyfish/pylibofp,byllyfish/pylibofp
f047fb57299c2901955ae3bbed8c8ab1f8acd648
.travis.yml
.travis.yml
language: php sudo: false dist: trusty php: - 7.2 - 7.3 env: - ONTRAVIS=1 cache: directories: - $HOME/.composer/cache matrix: fast_finish: true allow_failures: - php: nightly before_script: - composer install script: composer test
language: php sudo: false dist: trusty php: - 7.2 - 7.3 - 7.4 env: - ONTRAVIS=1 cache: directories: - $HOME/.composer/cache matrix: fast_finish: true allow_failures: - php: 7.4 before_script: - composer install script: composer test
Test on PHP 7.4 too
Test on PHP 7.4 too
YAML
mit
mpratt/Embera
6bdfb214bedc41cef3bead8163ff11acedc8954b
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" install: - pip install flake8 tox coverage==3.7.1 coveralls before_script: - flake8 - mkdir -p shippable/{codecoverage,testresults} script: - tox -e py$(echo $TRAVIS_PYTHON_VERSION | sed 's/\.//') after_success: - coverage report - coverage xml - mv -...
language: python python: - "2.7" - "3.3" - "3.4" install: - pip install flake8 tox coverage==3.7.1 coveralls before_script: - flake8 - mkdir -p shippable/{codecoverage,testresults} script: - tox -e py${TRAVIS_PYTHON_VERSION/\./} after_success: - coverage report - coverage xml - mv -v coverage.xml sh...
Use bash string manipulation for conciseness/readability
Use bash string manipulation for conciseness/readability
YAML
apache-2.0
Organice/django-organice,Organice/django-organice
081ad2792d333bf01efdfa7cee9e599a591c3dc4
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 branches: only: - master - composer before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install script: - phpunit -c tests/phpunit.xml.dist tests/small - phpunit -c tests/phpunit.xml.dist tests/medium notifications: email: ...
language: php php: - 5.3 - 5.4 branches: only: - master before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install script: - phpunit -c tests/phpunit.xml.dist tests/small - phpunit -c tests/phpunit.xml.dist tests/medium notifications: email: - mjs@beebo.o...
Remove "composer" branch from CI tests
Remove "composer" branch from CI tests
YAML
mit
ithinkihaveacat/byron,ithinkihaveacat/byron
b931a67706f980654367a558e5e47360ab963cd6
.github/workflows/c-cpp.yml
.github/workflows/c-cpp.yml
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install needed libraries run: sudo apt install check - name: cmake run: cmake . - name: make run: ma...
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install needed libraries run: sudo apt install check - name: cmake run: cmake . - name: make run: ma...
Call make test instead of make check
Call make test instead of make check
YAML
apache-2.0
rasmus-toftdahl-olesen/sequanto-automation,rasmus-toftdahl-olesen/sequanto-automation,rasmus-toftdahl-olesen/sequanto-automation,rasmus-toftdahl-olesen/sequanto-automation,rasmus-toftdahl-olesen/sequanto-automation
ff7d190970a46722137fbc7a1a75466e8a544ae1
.travis.yml
.travis.yml
language: erlang otp_release: - 18.0 - 17.5 - R16B03-1 - R14B04 before_install: - sudo apt-get update -qq - sudo apt-get -y install libmozjs-dev - git clone -b couchdb-peruser https://github.com/apache/couchdb before_script: - cd couchdb - ./configure --disable-docs --disable-fauxton - cp -r ../!...
language: erlang otp_release: - 18.0 - 17.5 - R16B03-1 - R14B04 before_install: - sudo apt-get update -qq - sudo apt-get -y install libmozjs-dev - git clone https://github.com/apache/couchdb before_script: - cd couchdb - ./configure --disable-docs --disable-fauxton - cp -r ../!(couchdb) ./src/cou...
Test with master branch from couchdb repo
Test with master branch from couchdb repo
YAML
apache-2.0
fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb
47af3ace7ce172469d433e9d40e79a8eb91c2a7d
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - "0.11" - "0.10"
Remove old node versions from testing list
Remove old node versions from testing list
YAML
mit
Kurahen-Premium/Kurahen-Premium,Kurahen-Premium/Kurahen-Premium,Kurahen-Premium/Kurahen-Premium
748b28021f619be53e8cc8b0af25644ccaf88d00
.travis.yml
.travis.yml
language: node_js node_js: - "5.2" - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" deploy: provider: azure_web_apps skip_cleanup: true
language: node_js node_js: - "5.2" - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" deploy: provider: azure_web_apps skip_cleanup: true node: "4.1"
Deploy the Node 4.1 builds
Deploy the Node 4.1 builds
YAML
mit
legacyconf/website,legacyconf/website
4bbc61d26576d8c698e089573db2a350ccd85e5d
.github/workflows/maven.yml
.github/workflows/maven.yml
name: test on: [push] jobs: test: strategy: matrix: java: [8, 11.0.3, 11, 13, 17.0.1, 17, 18-ea] runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Java uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Maven...
name: test on: [push] jobs: test: strategy: matrix: java: [1.8, 11.0.3, 11, 13, 17.0.1, 17, 18-ea] runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Java uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Mav...
Revert the chosen deployed version.
Revert the chosen deployed version. The tests continue to test many versions of OpenJDKs, but only deploys the latest of for Java 8. Keep in mind JDK 8 updates will stop or eol soon according to support license announcements.
YAML
apache-2.0
ralscha/extclassgenerator
72c885ea963567cbbfb921c0fd944e2aa54f8aed
.travis.yml
.travis.yml
language: node_js node_js: - "6" env: - TEST_DIR=sashimi-webapp - TEST_DIR=sashimi-platform script: cd $TEST_DIR && NODE_ENV=testing yarn && yarn test-travis
language: node_js node_js: - "6" env: - NODE_ENV=testing TEST_DIR=sashimi-webapp - NODE_ENV=testing TEST_DIR=sashimi-platform script: cd $TEST_DIR && yarn && yarn test-travis
Fix NODE_ENV not being parse
Fix NODE_ENV not being parse - NODE_ENV is now specific at the within the `env` item - Ref: https://docs.travis-ci.com/user/environment-variables/#Defining-Multiple-Variables-per-Item
YAML
mit
nus-mtp/sashimi-note,nus-mtp/sashimi-note,nus-mtp/sashimi-note
510ca32488741d3d8b6362d2eec315f8bbadd55e
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ree - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-19mode - rvm: rbx-19mode
language: ruby before_install: - gem install bundler rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ree - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-19mode
Remove jruby 1.9 from failures.
Remove jruby 1.9 from failures.
YAML
mit
doudou/tty,askl56/tty,peter-murach/tty,piotrmurach/tty
87d84c6facbe02c94df86ff9f1104816a04a26b0
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 11 uses: actions/setup-java@v1 with: java-version: 11 - name: Build with Maven run: mvn package --file pom.xml
name: Java CI on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Get OpenJDK 11 run: wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.4%2B11/OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar....
Use OpenJDK from AdoptOpenJDK releases
Use OpenJDK from AdoptOpenJDK releases
YAML
apache-2.0
mosoft521/wicket,apache/wicket,mosoft521/wicket,mosoft521/wicket,apache/wicket,mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket,apache/wicket
f23f8eb7fdadc2c0a25bb5bfd1951a3b8039aba8
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.2 - ruby-head gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: exclude: - rvm: 2.3.8 gemfile: gemfiles/rails_6.0.gemfile - rvm: 2.4.5 gemfile: gem...
language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.2 - ruby-head gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: exclude: - rvm: 2.3.8 gemfile: gemfiles/rails_6.0.gemfile - rvm: 2.4.5 gemfile: gem...
Exclude testing old rails versions on latest ruby
Exclude testing old rails versions on latest ruby See: https://github.com/rails/rails/issues/37464
YAML
mit
lbeder/health-monitor-rails,lbeder/health-monitor-rails,lbeder/health-monitor-rails
2ec0e721f4ec8fe097a58cf5dd3cdca9f150a8ad
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [ push, pull_request ] jobs: tests: name: "Tests" runs-on: ubuntu-latest strategy: fail-fast: false matrix: php-version: - "7.3" - "7.4" - "8.0" - "8.1" composer-flags: - "" - " --prefer-lowest" ...
name: Tests on: [ push, pull_request ] jobs: tests: name: "Tests" runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - php-version: "7.3" composer-flags: "" - php-version: "7.3" composer-flags: " --prefer-lowest" ...
Make the test matrix entries explicit
[TASK] Make the test matrix entries explicit This allows having only a subset of tests when new PHP versions and TYPO3 versions are added (where not all combinations are possible).
YAML
mit
sascha-egerer/phpstan-typo3
1389e96d12dfb54e1432f99f6f07824c07963cc5
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: tests: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: php: [7.4, 7.3] os: [ubuntu-latest, windows-latest] name: PHP${{ matrix.php }} on ${{ matrix.os }} steps: - name: ...
name: tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: tests: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: php: [7.4, 7.3] os: [ubuntu-latest, windows-latest] name: PHP${{ matrix.php }} on ${{ matrix.os }} steps: - name: ...
Enable fileinfo on github action.
Enable fileinfo on github action. Signed-off-by: Mior Muhammad Zaki <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
YAML
mit
orchestral/testbench-core,orchestral/testbench-core
68db0db648a36f502a6dd6931c5564b65e739cae
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "pypy" - "pypy3.5" - "nightly" install: pip install coverage matrix: allow_failures: python: - "nightly" - "3.8-dev" include: - python: 3.8-dev dist: xenial sudo: true script: - coverag...
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3.5" - "nightly" install: pip install coverage matrix: allow_failures: python: - "nightly" - "3.8-dev" include: - python: 3.7 dist: xenial sudo: true - python: 3.8-dev dist: x...
Put python3.7 back in there.
Put python3.7 back in there.
YAML
mit
richardkiss/pycoin,richardkiss/pycoin
3bc7c82a8cf3a05247fc04e29c33fb4becc42133
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "6" - "5" - "4" - "0.12" - "0.10" env: - MONGODB_VERSION="2.6.11" - MONGODB_VERSION="3.0.7" - MONGODB_VERSION="3.2.0" before_script: - npm install -g istanbul - npm install coveralls - npm install mocha-lcov-reporter - - wget http://fastdl.mongodb.o...
language: node_js sudo: false node_js: - "7" - "6" - "5" - "4" - "0.12" - "0.10" env: - MONGODB_VERSION="2.6.11" - MONGODB_VERSION="3.0.7" - MONGODB_VERSION="3.2.0" before_script: - npm install -g istanbul - npm install coveralls - npm install mocha-lcov-reporter - - wget http://fastdl.m...
Add node.js 7 to build matrix
Add node.js 7 to build matrix
YAML
bsd-2-clause
saintedlama/restify-mongoose
6ede4dd3a283d3dc1217356b56520e9fd73e389a
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository ppa:gstreamer-developers - sudo apt-get -qq update - sudo apt-get install -qq libhdf5-serial-dev python-h5py - su...
language: python python: - "2.6" - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:gstreamer-developers - sudo apt-get -qq update - sudo apt-get install -qq libhdf5-serial-dev python-h5py -...
Add -y option for add-apt-repository in Travis
Add -y option for add-apt-repository in Travis
YAML
agpl-3.0
Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide
9dd86d232ad2653bc6c6acbc41bc256a99f9d1e7
.travis.yml
.travis.yml
language: ruby notifications: email: on_success: change on_failure: always before_install: - gem update --system $RUBYGEMS_VERSION - gem --version - gem install bundler - bundle --version - mkdir -p tmp/bundle bundler_args: "--binstubs" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ...
language: ruby notifications: email: on_success: change on_failure: always before_install: - gem update --system $RUBYGEMS_VERSION - gem --version - gem install bundler - bundle --version - mkdir -p tmp/bundle bundler_args: "--binstubs" rvm: # - 1.8.7 - include below so RUBYGEMS version gets ...
Set RUBYGEMS back to avoid
Set RUBYGEMS back to avoid
YAML
mit
ianheggie/railsapp_factory