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
79031ba35642278c5e372fd17c26da619a16e68d
.travis.yml
.travis.yml
dist: xenial language: node_js addons: apt: packages: - chromium-browser node_js: - lts/* - node before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH=$HOME/.yarn/bin:$PATH - export NODE_OPTIONS=--max_old_space_size=4096 script: - yarn lint - yarn audit - ...
dist: xenial language: node_js addons: apt: packages: - chromium-browser node_js: - lts/* - node before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH=$HOME/.yarn/bin:$PATH script: - yarn lint - yarn audit - yarn test --code-coverage - yarn build after_sc...
Revert "export NODE_OPTIONS to improve build time"
Revert "export NODE_OPTIONS to improve build time" This reverts commit d0a7be4d
YAML
mit
mpalourdio/ng-http-loader,mpalourdio/ng-http-loader,mpalourdio/ng-http-loader
4b2f75bfd9ba27628ebed4c209724d0106a09027
.travis.yml
.travis.yml
dist: xenial language: python sudo: false matrix: include: - python: 3.6 env: TOXENV=py36 - python: 3.7 env: TOXENV=py37 - env: TOXENV=py37-flake8 install: - pip install tox script: - tox -e $TOX_ENV
dist: xenial language: python sudo: false matrix: include: - python: 3.6 env: TOXENV=py36 - python: 3.7 env: TOXENV=py37 - env: TOXENV=py37-flake8 install: - pip install tox script: - tox -e $TOXENV
Use TOXENV as tox command.
Use TOXENV as tox command.
YAML
bsd-3-clause
unt-libraries/aubreylib
f0b57da3b81cbb3f48d8a1206fdbd92e64191289
.travis.yml
.travis.yml
language: go go: - 1.5 # Temporarily disable until Travis CI is fast again #- tip cache: directories: - ~/.platformio - ~/.shellcheck addons: apt: packages: - libi2c-dev # shellcheck is not in Travis' Ubuntu #- shellcheck install: - pip install...
language: go go: - 1.6 - tip cache: directories: - ~/.platformio - ~/.shellcheck addons: apt: packages: - libi2c-dev # shellcheck is not in Travis' Ubuntu #- shellcheck install: - pip install --user --upgrade platformio - platformio lib install...
Upgrade go to 1.6 and try enabling tip
Upgrade go to 1.6 and try enabling tip
YAML
mit
dasfoo/rover,dasfoo/rover,dasfoo/rover
e57e42bf9f37abe65b55e43e9188dc5b1a459ec5
.travis.yml
.travis.yml
language: - php php: - 5.3 - 5.4 - 5.5 before_script: - git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git /tmp/phpcs - project_dir=$(pwd) && cd /tmp/phpcs/CodeSniffer/Standards && ln -s $project_dir ./WordPress && cd $project_dir script: - find . \( -name '*.php' \) -ex...
language: - php php: - 5.3 - 5.4 - 5.5 before_script: - git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git /tmp/phpcs - project_dir=$(pwd) && cd /tmp/phpcs/CodeSniffer/Standards && mv $project_dir ./WordPress && cd WordPress script: - find . \( -name '*.php' \) -exec php...
Move project into cloned phpcs repo
Move project into cloned phpcs repo
YAML
mit
borkweb/WordPress-Coding-Standards,lkraav/WordPress-Coding-Standards,mattyrob/WordPress-Coding-Standards,WordPress-Coding-Standards/WordPress-Coding-Standards,xwp/WordPress-Coding-Standards,paulschreiber/WordPress-Coding-Standards,WordPress-Coding-Standards/WordPress-Coding-Standards,mediarain/WordPress-Coding-Standard...
f607b366bf83b56294a67725ba07512071a5b111
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm # run build against php 7.0 but allow them to fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - composer update script: phpunit
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm # run build against php 7.0 but allow them to fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - composer update scri...
Switch to the docker-based infrastructure on Travis
Switch to the docker-based infrastructure on Travis
YAML
mit
cmpayments/jsonlint
459e667d0567ce88cf9179b94141337c1af8464f
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" # command to install dependencies install: - pip install werkzeug - pip install -r requirements.txt # command to run tests script: - pytest # or py.test for Python versions 3.5 and below
language: python python: - "2.7" # command to install dependencies install: - pip install werkzeug - pip install -r requirements.txt # command to run tests script: - pytest # or py.test for Python versions 3.5 and below
Remove Python 3 from Travis CI config.
Remove Python 3 from Travis CI config.
YAML
mit
dgnorth/drift-config,dgnorth/drift-config,dgnorth/drift-config
d7b0ac6c52e913b3daf435d2b744e5ac25f178f0
.travis.yml
.travis.yml
language: haskell ghc: - "7.10" - "7.8" - "7.6" - "7.4" before_install: - cabal update - cabal install Cabal - cabal install cabal-install - export PATH=~/.cabal/bin:$PATH - cabal sandbox init - cabal install --dependencies-only script: - cabal install --enable-tests --run-tests notifications: e...
language: c sudo: false matrix: include: - env: CABALVER=1.22 GHCVER=7.6.3 addons: {apt: {packages: [cabal-install-1.22,ghc-7.6.3], sources: [hvr-ghc]}} - env: CABALVER=1.22 GHCVER=7.8.4 addons: {apt: {packages: [cabal-install-1.22,ghc-7.8.4], sources: [hvr-ghc]}} - env: CABALVER=1.22 GHCVER...
Stop testing with ghc-7.4 and build with ghc-7.10.
Stop testing with ghc-7.4 and build with ghc-7.10.
YAML
bsd-3-clause
haskell-distributed/network-transport-tcp
84245a783967eeb101db9245fd8d55826ee8d304
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with Node.js 4.2 on Travis CI.
Test with Node.js 4.2 on Travis CI.
YAML
mit
bigeasy/operation
6fc9729e175a5f7c815cd7ccffe72a4e3fd8c056
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" before_install: - sudo apt-get install php-cli - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: - npm install -g gulp - "export CHROME_B...
sudo: true language: node_js node_js: - "0.11" - "0.10" before_install: - sudo apt-get install php-cli - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: - npm install -g gulp - "expo...
Switch to Travis default build infrastructure
Switch to Travis default build infrastructure
YAML
mit
mushtat/savory.js,mushtat/savory.js,mushtat/savory.js
9f617fca02d308ac1e3403d2ab2e70f1d23c6cb5
.travis.yml
.travis.yml
language: node_js node_js: - 4.0 - 6.0 before_deploy: - test $TRAVIS_TEST_RESULT = 0 before_install: - npm install -g mocha deploy: - provider: script # (If version.txt is updated) - create a new tag and push to Github, update the latest-release branch script: ./create-release.sh on: master # Automatic deploys...
language: node_js node_js: - "lts/*" before_deploy: - test $TRAVIS_TEST_RESULT = 0 before_install: - npm install -g mocha deploy: - provider: script # (If version.txt is updated) - create a new tag and push to Github, update the latest-release branch script: ./create-release.sh on: master # Automatic deploys a...
Update testing matrix to test against latest LTS
Update testing matrix to test against latest LTS Stop testing against Node 4.0, and test against the latest LTS instead.
YAML
mit
joelanman/govuk_prototype_kit,alphagov/govuk_prototype_kit,benjeffreys/hmcts-idam-proto,dwpdigitaltech/hrt-prototype,benjeffreys/hmcts-idam-proto,joelanman/govuk_prototype_kit,alphagov/govuk_prototype_kit,benjeffreys/hmcts-idam-proto,gavinwye/govuk_prototype_kit,dwpdigitaltech/hrt-prototype,gavinwye/govuk_prototype_kit...
9f3bcdb3856afe0e8539d0ed44b44b4d4adc7a4b
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.5 ...
language: php php: - 5.6 - 7.0 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.5 env: 'CO...
Remove PHP 5.5 from Travis tests
Remove PHP 5.5 from Travis tests
YAML
mit
jotaelesalinas/php-mapreduce
722710381621851d7c7d2150d46864be740b471d
.travis.yml
.travis.yml
language: python services: - redis-server python: - "2.7" install: - pip install -q -r requirements.txt --use-mirrors - pip install -q coveralls --use-mirrors - python setup.py -q install script: py.test tests/ --cov django_flanker --cov-report term --cov-report xml after_success: coveralls
language: python services: - redis-server python: - "2.7" install: - pip install -r requirements.txt --use-mirrors - pip install python-coveralls --use-mirrors - python setup.py -q install script: - py.test tests/ --cov django_flanker --cov-report term-missing after_success: - coveralls
Switch to python-coveralls and make some NOIZE!
Switch to python-coveralls and make some NOIZE!
YAML
mit
dmpayton/django-flanker
86d4df2407d151f1f1b076ffabe5efeb2641e763
.travis.yml
.travis.yml
language: python python: - "3.6" install: - pip install -r requirements.txt - pip install coveralls script: - pytest after_success: - coveralls
language: python python: - "3.6" install: - pip install -r requirements.txt - pip install coveralls script: - pytest -v tests/ --cov=abraia after_success: - coveralls
Update pytest configuration to use the coveralls service
Update pytest configuration to use the coveralls service
YAML
mit
abraia/abraia-python
192dbed28b5acbb812e735584926f8559f36cfae
.travis.yml
.travis.yml
language: node_js node_js: - 6 - 7 - 8 - 9 - 10 - node install: - yarn script: - yarn run ci
language: node_js node_js: - 6 - 8 - 9 - 10 - node install: - yarn script: - yarn run ci
Remove Node 7 from CI because Yarn doesn't support it.
Remove Node 7 from CI because Yarn doesn't support it.
YAML
mit
octet-stream/parasprite
3c59167f4b0cd0a92f287bc4d5dee0e3eb742682
.travis.yml
.travis.yml
language: ruby os: osx env: OSX=10.12 osx_image: xcode8.1 rvm: system before_install: - brew tap rockyluke/devops install: - brew install c2go - brew install drac-kvm - brew install gocyclo - brew install golint - brew install hey - brew install i2cssh - brew install lunchy - brew install markdownli...
language: ruby os: osx env: OSX=10.12 osx_image: xcode8.1 rvm: system before_install: - brew tap rockyluke/devops install: - brew install c2go - brew install drac-kvm - brew install gocyclo - brew install golint - brew install hey - brew install i2cssh - brew install lunchy - brew install markdownli...
Remove brew install whereami from tests
Remove brew install whereami from tests
YAML
isc
rockyluke/homebrew-devops
2d5922af555ddd4802bc1805a31900d86e038c6a
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 install: - composer install script: - ./vendor/bin/phing test after_script: - ./vendor/bin/coveralls -vvv; notifications: email: recipients: - kristof@2dotstwice.be slack: cnet:UzmZZjVck1RNHTyrTSe6NTd9
language: php php: - 7.1 install: - composer install script: - ./vendor/bin/phing test after_script: - ./vendor/bin/coveralls -vvv; notifications: email: recipients: - kristof@2dotstwice.be slack: cnet:UzmZZjVck1RNHTyrTSe6NTd9
Remove PHP 5.6 and 7.0 builds from Travis CI config
III-2568: Remove PHP 5.6 and 7.0 builds from Travis CI config
YAML
apache-2.0
cultuurnet/udb3-udb2-bridge
3684479d8b53206fe6d05356b305294706671b9a
.travis.yml
.travis.yml
sudo: false language: android android: components: - build-tools-22.0.1 - android-22 - sys-img-armeabi-v7a-android-22 - add-on - extra licenses: - 'android-sdk-preview-license-52d11cd2' - 'android-sdk-license-.+' - 'google-gdk-license-.+' jdk: - oraclejdk7 before_install: - e...
sudo: false language: android android: components: - build-tools-23.0.1 - android-23 - extra-google-google_play_services - extra-android-support - extra jdk: - oraclejdk7 env: matrix: - ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a before_install: - echo yes | android update sd...
Update Travis config (please do work, please!)
Update Travis config (please do work, please!)
YAML
mit
thyrlian/AwesomeValidation,thyrlian/AwesomeValidation
00c2e56435b342e06b8256fda37a631ecebe5f2f
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.8.7 - ree - 1.9.3 before_script: - bundle exec rake db:migrate
language: ruby bundler_args: --without development rvm: - 1.8.7 - ree - 1.9.3 - 2.0.0 before_script: - bundle exec rake db:migrate
Add testing under Ruby 2.0 to Travis
Add testing under Ruby 2.0 to Travis
YAML
mit
osbridge/openconferenceware,mynameisfashanu/openconferenceware,ondrocks/openconferenceware,ondrocks/openconferenceware,mynameisfashanu/openconferenceware,mynameisfashanu/openconferenceware,ondrocks/openconferenceware,ondrocks/openconferenceware,osbridge/openconferenceware,osbridge/openconferenceware,osbridge/openconfer...
f178825c27d655cebcfd50a2d391dbe435e50b89
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.0
language: ruby rvm: - 1.9.3 - 2.1.0 - 2.2.3
Add latest ruby version for TravisCI
Add latest ruby version for TravisCI
YAML
mit
castle/ruby-u2f,castle/ruby-u2f,castle/ruby-u2f
eeb3887ba565d4ae428d7ded2a0f019852c74c55
.travis.yml
.travis.yml
--- sudo: false language: scala scala: - 2.12.10 - 2.13.1 env: - TRAVIS_JDK=8 - TRAVIS_JDK=11 before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version script: sbt ++$TRAVIS_SCALA_VERSION test cach...
--- sudo: false language: scala scala: - 2.12.10 - 2.13.1 env: - TRAVIS_JDK=8 - TRAVIS_JDK=11 jobs: allow_failures: - env: TRAVIS_JDK=11 before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -versi...
Allow Java 11 jobs to fail
Allow Java 11 jobs to fail
YAML
mit
webjars/webjars-play,webjars/webjars-play
b26d7c0cb611ff67a91b6bf7d0349e5131508c97
.travis.yml
.travis.yml
addons: sauce_connect: true language: node_js node_js: - 6 install: - npm install script: - npm run ci:travis cache: directories: - node_modules env: global: - secure: NXSs3UgYg+3Ydvyiu/bmzz1c/CKPtd8ilbOgj2dmoq2bMJZmirlhT6J3I/m3zL24StDEJqC4pMDJGZz+hOsZPj/AhYWyvAorjHvN2i6p6u+WS05t78UhdNQNgUYtON2eBT38A1rXD+zxiE...
addons: sauce_connect: true language: node_js node_js: - 6 install: - npm install script: - npm run ci:travis cache: directories: - node_modules
Remove outdated Sauce Labs secrets, now in Travis CI settings
Remove outdated Sauce Labs secrets, now in Travis CI settings
YAML
mit
nickcmaynard/jsonschemalint,nickcmaynard/jsonschemalint,HotelDon/jsonschemalint,HotelDon/jsonschemalint
45d39f09c42afeaaa66b8c693536303d416bf304
.travis.yml
.travis.yml
language: go go: - 1.11 - tip env: - GO111MODULE=on install: - | # fix path issue in forks if [ "$TRAVIS_REPO_SLUG" != "piprate/json-gold" ]; then echo "Need to fix path for forks" cd $HOME/gopath/src/github.com mv $(dirname $TRAVIS_REPO_SLUG) piprate cd piprate/json-gold ...
language: go go: - 1.13 - tip env: - GO111MODULE=on install: - | # fix path issue in forks if [ "$TRAVIS_REPO_SLUG" != "piprate/json-gold" ]; then echo "Need to fix path for forks" cd $HOME/gopath/src/github.com mv $(dirname $TRAVIS_REPO_SLUG) piprate cd piprate/json-gold ...
Upgrade Travis CI requirements to Go 1.13
Upgrade Travis CI requirements to Go 1.13 This is due to JSON Canonicalizer.
YAML
apache-2.0
piprate/json-gold
6057333f3c36c7b78bd3497b4d7c83d7c1f09ec8
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 services: - memcached - redis before_install: - sudo apt-get -qq update install: - sudo apt-get -qq install rake bison git gperf libmemcached-dev libcurl4-openssl-dev libhiredis-dev libmarkdown2-dev libcgroup-dev libcap-dev iproute-dev before_script: ...
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.1 services: - memcached - redis before_install: - sudo apt-get -qq update install: - sudo apt-get -qq install rake bison git gperf libmemcached-dev libcurl4-openssl-dev libhiredis-dev libmarkdown2-dev libcgroup-dev libcap-dev iproute-dev before_script: ...
Add test for ruby version 2.1.1
Add test for ruby version 2.1.1
YAML
mit
matsumoto-r/mrbgem_test_ci
79f01d40be6852203931b00c3636a1d7998b7d24
.travis.yml
.travis.yml
language: node_js notifications: email: on_success: never on_failure: change node_js: - 4 sudo: false env: NODE_VERSION=4.4.7 CC=clang CXX=clang++ npm_config_clang=1 addons: apt: packages: - build-essential - clang-3.3
language: node_js notifications: email: on_success: never on_failure: change node_js: 6 sudo: false env: NODE_VERSION=4.4.7 CC=clang CXX=clang++ npm_config_clang=1 addons: apt: packages: - build-essential - clang-3.3
Test only Node 6 on Travis
Test only Node 6 on Travis
YAML
mit
atom/scandal
75b246ac132c7a33de365fe71df0addc4a03cd6a
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies # install: "pip install -r requirements.txt" # command to run tests before_install: - sudo apt-get autoremove sqlite3 - sudo apt-get install python-software-properties - sudo apt-add-repository -y ppa:travis-ci/sqlite3 - sudo apt-get -y ...
language: python python: - "2.7" # command to install dependencies # install: "pip install -r requirements.txt" # command to run tests before_install: - sudo apt-get autoremove sqlite3 - sudo apt-get install python-software-properties - sudo apt-add-repository -y ppa:travis-ci/sqlite3 - sudo apt-get -y ...
Add coverage detection for tests.
Add coverage detection for tests.
YAML
mit
yangacer/simpletag
e651d9eb2c7706e4a537866864df3574b874b3a8
.travis.yml
.travis.yml
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html) # bundler_args: --binstubs # Specify which versions of Ruby to run the tests on; each version will be used rvm: - 1.8.7 - 1.9.2 # Define how to run the tests (defaults to `bundle exec rake` or `rake` depending on whether you ...
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html) # bundler_args: --binstubs # Specify which versions of Ruby to run the tests on; each version will be used rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - jruby - ruby-head - rbx-2.0 # Define how to run the tests (defaults to...
Test on more versions of Ruby
Test on more versions of Ruby
YAML
mit
sinisterchipmunk/jax,sinisterchipmunk/jax
93d201bbb402c3efbe5602dae6a52c87312786d5
.travis.yml
.travis.yml
language: go go: - tip install: make deps script: - make test notifications: flowdock: secure: fZrcf9rlh2IrQrlch1sHkn3YI7SKvjGnAl/zyV5D6NROe1Bbr6d3QRMuCXWWdhJHzjKmXk5rIzbqJhUc0PNF7YjxGNKSzqWMQ56KcvN1k8DzlqxpqkcA3Jbs6fXCWo2fssRtZ7hj/wOP1f5n6cc7kzHDt9dgaYJ6nO2fqNPJiTc= irc: channels: ...
language: go go: - tip install: make deps script: - make test notifications: flowdock: secure: fZrcf9rlh2IrQrlch1sHkn3YI7SKvjGnAl/zyV5D6NROe1Bbr6d3QRMuCXWWdhJHzjKmXk5rIzbqJhUc0PNF7YjxGNKSzqWMQ56KcvN1k8DzlqxpqkcA3Jbs6fXCWo2fssRtZ7hj/wOP1f5n6cc7kzHDt9dgaYJ6nO2fqNPJiTc=
Disable IRC notifications for Travis
Disable IRC notifications for Travis
YAML
mpl-2.0
yonglehou/serf,jmptrader/serf,hashicorp/serf,dalehamel/serf,jmptrader/serf,jmptrader/serf,mbrukman/serf,curtiszimmerman/serf,samaitra/serf,gnawhleinad/serf,samaitra/serf,yonglehou/serf,hashicorp/serf,gnawhleinad/serf,yonglehou/serf,minhkiller/serf,patrickviet/serf,hashicorp/serf,curtiszimmerman/serf,samaitra/serf,minhk...
96aadee4a0269ed5d51c473993f0af7e41f95b96
.travis.yml
.travis.yml
# Use new container infrastructure to enable caching sudo: false # thanks to http://stackoverflow.com/a/24600210/3780203 # Handle git submodules yourself git: submodules: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here...
# Use new container infrastructure to enable caching sudo: false # thanks to http://stackoverflow.com/a/24600210/3780203 # Handle git submodules yourself git: submodules: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here...
Configure database on Travis CI.
Configure database on Travis CI.
YAML
mit
parsonsmatt/servant-persistent,parsonsmatt/servant-persistent,parsonsmatt/servant-persistent
c7862854d888cff1ab1862eade01e6fa983ba9e7
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - hhvm env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: trusty sudo: false
language: php php: - 5.6 - 7.0 - 7.1 - hhvm env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: trusty sudo: false
Use the very latest version of composer when testing
Use the very latest version of composer when testing
YAML
apache-2.0
duncan3dc/tcpdf,duncan3dc/tcpdf
8ef860bc58f50b0d2383057c673af7065d6d74da
.travis.yml
.travis.yml
language: node_js env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "v0.10.40" - "v0.11.16" - "v0.12.7" - "iojs-v2.5.0" - "iojs-v3.3.1" - "v4.0.0" - "v4.1.0" - "v4.1.1"
language: node_js env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "v0.10.40" - "v0.11.16" - "v0.12.7" - "iojs-v2.5.0" - "iojs-v3.3.1" - "v4.0.0" - "v4.1.0" - "v4.1.1" - "v4.1.2"
Test against new node.js version
Test against new node.js version
YAML
mit
bripkens/gcstats.js,bripkens/gcstats.js,bripkens/gcstats.js
884e16021c19069996807870993d93ec2cc29923
.travis.yml
.travis.yml
language: csharp solution: Realmius.sln install: - nuget restore Realmius.sln script: - xbuild /p:Configuration=Release Realmius.sln - mono ./packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./Realmius.Tests/bin/Release/Realmius.Tests.dll
language: csharp solution: Realmius.sln # Disable run test on CI #install: # - nuget restore Realmius.sln #script: # - xbuild /p:Configuration=Release Realmius.sln # - mono ./packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./Realmius.Tests/bin/Release/Realmius.Tests.dll
Disable run test on CI
Disable run test on CI
YAML
apache-2.0
RubiusGroup/Realmius
d249097a1be589c30a0a724a6864623843a92132
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" env: - TEST_CMD=test - TEST_CMD=lint before_script: - npm install -g grunt-cli after_script: - if [ "$TEST_CMD" = 'test' ]; then npm run coveralls; fi
language: node_js node_js: - "0.8" - "0.10" env: - TEST_CMD=test - TEST_CMD=lint before_script: - npm install -g grunt-cli - npm install sequelize after_script: - if [ "$TEST_CMD" = 'test' ]; then npm run coveralls; fi
Install sequelize module in Travis build
Install sequelize module in Travis build
YAML
mit
sprymix/grunt-sequelize,bencevans/grunt-sequelize
a2074bd637a3e0350b5a830c3b9d271370569695
.travis.yml
.travis.yml
language: minimal services: - docker jobs: include: - env: DOCKER_IMAGE=maven:3.6.3-jdk-8 - env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with Maven for this JDK - env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with Maven for this JDK - env: DOCKER_IMAGE=maven:3...
language: minimal services: - docker jobs: include: - env: DOCKER_IMAGE=maven:3.6.3-jdk-8 - env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with Maven for this JDK - env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with Maven for this JDK - env: DOCKER_IMAGE=maven:3...
Update jdk14 and build with openjdk15,16
Update jdk14 and build with openjdk15,16
YAML
apache-2.0
apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat
8e552ca4cf0c38ea904343156363f8b6cc3facf3
.travis.yml
.travis.yml
language: ruby cache: bundler before_install: - gem update --system - gem update bundler # We only test the oldest and the newest ruby versions that we support. We # do not test intermediate versions. rvm: - 2.3.7 - 2.5.1 # We only test living versions of rails, per the [rails maintenance # policy](http://gu...
language: ruby cache: bundler before_install: - gem update --system - gem update bundler # We only test the oldest and the newest ruby versions that we support. We # do not test intermediate versions. rvm: - 2.3.7 - 2.5.1 # We only test living versions of rails, per the [rails maintenance # policy](http://gu...
Switch TravisCI from container to VM
Switch TravisCI from container to VM
YAML
mit
binarylogic/authlogic
f4525afc8dfb81393d25ad2eb6769e863b538414
.travis.yml
.travis.yml
language: python python: - "3.4_with_system_site_packages" virtualenv: system_site_packages: true before_install: - sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable - sudo apt-get update - sudo apt-get install -qq gdal-bin - sudo apt-get install -qq python-gdal python3-gdal - sudo...
language: python python: - "3.4" virtualenv: system_site_packages: true before_install: - sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable - sudo apt-get update - sudo apt-get install -qq gdal-bin - sudo apt-get install -qq python-gdal python3-gdal - sudo apt-get install fftw3 lib...
Revert to Python 3.4 for Travis
Revert to Python 3.4 for Travis
YAML
mit
stgl/scarplet,rmsare/scarplet
e292ac26cb317638e8585345ed648d55a0ceda7f
.travis.yml
.travis.yml
sudo: False language: python matrix: include: - python: 2.7 - python: 3.5 - python: 3.6 install: # Install conda - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - con...
sudo: False language: python matrix: include: - python: 2.7 - python: 3.5 - python: 3.6 install: # Install conda - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - con...
Fix installation problem with pip-style requirements file
Fix installation problem with pip-style requirements file
YAML
bsd-3-clause
fsspec/s3fs
eeb3622f658a38118195667c236bfe7dea7c303d
.travis.yml
.travis.yml
language: python python: - "3.3" - "2.7" before_install: - sudo locale-gen --no-archive fr_FR.UTF-8 - sudo mkdir -p /extra/pg/9.1/ts1 /extra/pg/9.1/ts2 - sudo chown postgres:postgres /extra/pg/9.1/ts1 /extra/pg/9.1/ts2 - sudo apt-get update -qq - sudo apt-get install -qq postgresql-plperl before_script: ...
language: python python: - "3.3" - "2.7" before_install: - sudo locale-gen --no-archive fr_FR.UTF-8 - sudo mkdir -p /extra/pg/9.1/ts1 /extra/pg/9.1/ts2 - sudo chown postgres:postgres /extra/pg/9.1/ts1 /extra/pg/9.1/ts2 - sudo apt-get update -q - sudo apt-get install -q postgresql-plperl before_script: -...
Use -q instead of -qq in the apt-get commands.
Use -q instead of -qq in the apt-get commands.
YAML
bsd-3-clause
perseas/Pyrseas,reedstrm/Pyrseas,dvarrazzo/Pyrseas
3be83fc4abc068d1a6b93d3c07224b6f6fadc578
.travis.yml
.travis.yml
language: python python: 3.5 # Scripts to install dependencies install: - pip install -e .[test] # Run tests script: - pre-commit run --all-files - nosetests
language: python python: 3.5 # Scripts to install dependencies install: - pip install -e .[test] # Run tests script: - pre-commit run --all-files - nosetests -svv
Make nose output more verbose
Make nose output more verbose
YAML
mit
wk-tech/python-smsfly
537f855a43b8c660afe482c8ad897892f397ac43
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_ins...
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_ins...
Remove secret once used to ship coverage.
Remove secret once used to ship coverage.
YAML
mit
bigeasy/cadence,bigeasy/cadence
78c02411a49267034e538a156b906d604135baad
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '4' - '6' before_install: - npm install grunt-cli -g deploy: provider: npm email: timmywillisn@gmail.com api_key: secure: XVk0fkP4r2FDGTqLpJ0y98upGFGlmqtpHKyHcXkzmcncMRCq0lZv6lVS7TuUf6BVYgD9o3NVQpVh20NM9wtK9sRpLbdIZlk0FR2Dgqh4fdb/5+lLu4l0c5C5LFUeRfXyNbS9iecnTx8/elbJbxEy+E...
language: node_js node_js: - '6' - '8' before_install: - npm install grunt-cli -g deploy: provider: npm email: timmywillisn@gmail.com api_key: secure: XVk0fkP4r2FDGTqLpJ0y98upGFGlmqtpHKyHcXkzmcncMRCq0lZv6lVS7TuUf6BVYgD9o3NVQpVh20NM9wtK9sRpLbdIZlk0FR2Dgqh4fdb/5+lLu4l0c5C5LFUeRfXyNbS9iecnTx8/elbJbxEy+Eb9Aa6iPTE...
Update node versions on which to test
Update node versions on which to test
YAML
mit
timmywil/jquery.panzoom,timmywil/jquery.panzoom,timmywil/jquery.panzoom
5ad47ae2e7778af0406b005bcb087e0af846a09e
.travis.yml
.travis.yml
language: python python: - "pypy" - "pypy3" - 2.7 - 3.4 - 2.6 - 3.2 - 3.3 sudo: false install: - "travis_retry python setup.py install" script: - coverage run --include=pycorpora/* tests/test_pycorpora.py after_success: # Report coverage and send to coveralls.io - coverage report - travis...
language: python python: - "pypy" - "pypy3" - 2.7 - 3.4 - 2.6 - 3.2 - 3.3 sudo: false install: - travis_retry python setup.py install - travis_retry pip install coveralls script: - coverage run --include=pycorpora/* tests/test_pycorpora.py after_success: # Report coverage and send to covera...
Install coverage before using it
Install coverage before using it
YAML
mit
aparrish/pycorpora,hugovk/pycorpora
3140a66c6bc8aa49fa076fd003b3fa45190ad1b9
.travis.yml
.travis.yml
--- language: ruby rvm: - 2.1.2 script: - gem update bundler - bundle exec rspec --no-drb --format progress
--- language: ruby rvm: - 2.1.2 before_script: - gem update bundler script: - bundle exec rspec --no-drb --format progress
Put bundler update into before_script
Put bundler update into before_script
YAML
mit
paulfioravanti/toy_robot
2b207f2cc2ee4511f8ad1e28875a8598e61e417b
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 - 2.3.1 - ruby-head branches: only: - "master" - "/^release-/" before_install: gem install bundler matrix: include: - rvm: jruby-9.0.5.0 env: DISABLE_NOKOGIRI=1 - rvm: jruby-9.0.5.0 env: DISABLE_NOKOGIRI=0 allow_failures: - rvm: jruby-9.0.5.0 ...
language: ruby rvm: - 2.2.3 - 2.3.1 - ruby-head branches: only: - "master" - "/^release-/" before_install: gem install bundler matrix: fast_finish: true include: - rvm: jruby-9.0.5.0 env: DISABLE_NOKOGIRI=1 - rvm: jruby-9.0.5.0 env: DISABLE_NOKOGIRI=0 allow_failures: - rvm:...
Enable fast_finish on Travis CI
Enable fast_finish on Travis CI
YAML
mit
RubenVerborgh/nanoc,nanoc/nanoc,barraq/nanoc
5870577cdd283a588823182f057fde8533ae6ec4
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10" - "iojs-v1.0.4" - "4.0.0" script: - npm test
language: node_js node_js: - "0.12" - "0.11" - "0.10" - "iojs-v1.0.4" - "4.0.0" before_script: - npm install -g npm script: - npm test
Update npm before testing (local package support for node 0.10.x)
Update npm before testing (local package support for node 0.10.x)
YAML
mit
milankinen/livereactload
ee5bd4f6941fea305fb7a898bff3d2d596f714e5
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.3.0 script: bundle exec rake
language: ruby cache: bundler sudo: false rvm: - 2.3.0 - 2.4.0 - 2.5.0 - 2.6.0 script: bundle exec rake
Test with Ruby 2.4, 2.5 and 2.6
Test with Ruby 2.4, 2.5 and 2.6
YAML
mit
jgorset/facebook-messenger,jgorset/facebook-messenger,hyperoslo/facebook-messenger,hyperoslo/facebook-messenger
b97a46376cac35f285dac45c48da906dc6368005
.travis.yml
.travis.yml
sudo: false language: ruby cache: directories: - vendor/bundle rvm: - '2.3.0' - '2.2' - '2.1' - 2.0.0 - 1.9.3 env: - REDMINE_VERSION=3.2.0 - REDMINE_VERSION=3.1.3 - REDMINE_VERSION=3.0.7 - REDMINE_VERSION=2.6.9 - REDMINE_VERSION=master matrix: allow_failures: - env: REDMINE_VERSION=master branches: except: ...
sudo: false language: ruby cache: directories: - vendor/bundle rvm: - '2.3.0' - '2.2' - '2.1' - '2.0.0' env: - REDMINE_VERSION=3.2.0 - REDMINE_VERSION=3.1.3 - REDMINE_VERSION=3.0.7 - REDMINE_VERSION=2.6.9 - REDMINE_VERSION=master matrix: allow_failures: - env: REDMINE_VERSION=master branches: except: - debi...
Remove Ruby 1.9 from CI
Remove Ruby 1.9 from CI * Redmine does not install by default on Ruby 1.9 anymore due to mime-types-data requiring Ruby 2.0 or later
YAML
apache-2.0
jgraichen/redmine_dashboard,jgraichen/redmine_dashboard,jgraichen/redmine_dashboard
c86fb9bea17d10d40c607f592fd53f270a62c55f
.travis.yml
.travis.yml
services: - cassandra language: python python: - 2.7 env: - CASSANDRA_DRIVER_VERSION=2.5.0 - CASSANDRA_DRIVER_VERSION=2.6.0 - CASSANDRA_DRIVER_VERSION=2.7.0 install: - pip install -q cassandra-driver==$CASSANDRA_DRIVER_VERSION - python setup.py -q install script: py.test
services: - cassandra language: python python: - 2.7 env: - CASSANDRA_DRIVER_VERSION=2.5.0 - CASSANDRA_DRIVER_VERSION=2.6.0 - CASSANDRA_DRIVER_VERSION=2.7.0 install: - pip install -q cassandra-driver==$CASSANDRA_DRIVER_VERSION - pip install -q flask - python setup.py -q install script: py.test
Install Flask before running tests
Install Flask before running tests
YAML
isc
thegeorgeous/flask-cqlalchemy
3ae0337fda133ff995b567f6ca67bf7b04467cd1
.travis.yml
.travis.yml
# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
Install system python3-crcmod on Travis.
Install system python3-crcmod on Travis. Python3-setuptools seems old and installing crcmod (dependency from tockloader) from pip fails because of this. Installing from the system package manager should solve the problem.
YAML
apache-2.0
google/OpenSK,google/OpenSK,google/OpenSK
f37ec8d4ea71bde47d3ee68a44bcca99c6d26d39
.travis.yml
.travis.yml
sudo: false language: go go: - 1.2 - 1.3 - 1.4 - 1.5 - tip before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi script: - cd $TRAVIS_BUILD_DIR/dnsimple - "$HOME/gopath/bin/goveralls -v -s...
sudo: false language: go go: - 1.2 - 1.3 - 1.4 - 1.5 - tip # before_install: # - go get github.com/axw/gocov/gocov # - go get github.com/mattn/goveralls # - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi # script: # - cd $TRAVIS_BUILD_DIR/dnsimple # - "$HOME/gopath/bin/g...
Disable Coverall that is misbehaving
Disable Coverall that is misbehaving See https://github.com/lemurheavy/coveralls-public/issues/713
YAML
mit
weppos/go-dnsimple,aetrion/dnsimple-go
bc1d02ea1f7e3e896ae30f5d708333f17594bef6
.travis.yml
.travis.yml
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly before_install: - composer install script: - composer cs-fix - composer test
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly before_install: - composer install -n - composer cs-fix script: - composer test
Change the composer cs-fix position
Change the composer cs-fix position
YAML
mit
oscarotero/typofixer
210aa0dd06fe5c72cb60a6484aa226f9e08fc7ed
.travis.yml
.travis.yml
language: rust matrix: include: - os: linux rust: stable dist: trusty - os: linux rust: nightly dist: trusty - os: osx rust: stable - os: osx rust: nightly script: - rustc --version - cargo install clippy || touch clippy_failed - RUST_BACKTRACE=1 cargo build ...
language: rust matrix: include: - os: linux env: TARGET=armv7-unknown-linux-gnueabihf rust: stable dist: trusty - os: linux env: TARGET=x86_64-apple-darwin rust: stable dist: trusty - os: linux env: TARGET=armv7-unknown-linux-gnueabihf rust: nightly di...
Add CI for raspberry as well
Add CI for raspberry as well
YAML
mit
GuillaumeGomez/sysinfo,GuillaumeGomez/sysinfo
373d1e1ea0593fd04abea4c2580db59e6e9f0e9f
.travis.yml
.travis.yml
notifications: email: on_success: never on_failure: change sudo: required services: - docker before_install: - make clean install: - make debian-build - make manylinux-build script: - make full-release deploy: provider: script script: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USE...
notifications: email: on_success: never on_failure: change sudo: required services: - docker before_install: - make clean install: - make debian-build - make manylinux-build script: - make full-release - if [ -z "$TRAVIS_TAG" ]; then exit 0; fi - make full-release TAG="$TRAVIS_TAG" deploy...
Tag images from command line
Tag images from command line
YAML
mit
CoolProp/Dockerfiles
1099809ff477f570363d6579a1e27187bda07735
.travis.yml
.travis.yml
language: python python: - 3.6 install: - pip install -r requirements.txt - python setup.py build - python setup.py install # command to run tests script: - pytest # or py.test for Python versions 3.5 and below
language: python python: - 3.6 install: - pip install -r requirements.txt - python setup.py build - python setup.py install # command to run tests script: - python -m pytest # or py.test for Python versions 3.5 and below
Call tests differently to get around pytest dependency
Call tests differently to get around pytest dependency
YAML
bsd-2-clause
nmoran/pf_resonances
9e8c4dd936fa0d4a7d012656e8ccf4c9ecd8b218
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.3.0 - 2.2.4 - 2.1.8
language: ruby cache: bundler sudo: false rvm: - 2.3.0 - 2.2.4 - 2.1.8
Build on new Travis platform
Build on new Travis platform
YAML
mit
enova/sidekiq-rate-limiter
d7bfeb7a808cff115e00ac8688bc9cdae1b021cf
.travis.yml
.travis.yml
language: node_js node_js: - node - iojs notifications: email: false
sudo: false language: node_js node_js: - node - iojs notifications: email: false
Set TravisCI to container-based infrastructure.
Set TravisCI to container-based infrastructure.
YAML
mit
albertosantini/node-nanoirc,albertosantini/node-nanoirc
22538d0bac4e8b6337114fccfdfeb6d1ad0ef2d2
.travis.yml
.travis.yml
language: go go: - 1.9 - "1.10.x" - "1.11.x" install: - go get golang.org/x/lint/golint - go get -v -t . script: - make notifications: email: change
language: go go: - "1.10.x" - "1.11.x" - "1.12.x" install: - go get golang.org/x/lint/golint - go get -v -t . script: - make notifications: email: change
Add Go v1.12 and remove Go v1.9
Add Go v1.12 and remove Go v1.9
YAML
mit
dghubble/sling
6dc610d796f785d42eafc5bdd105854d59c3655b
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 before_script: - travis_retry composer self-update - travis_retry composer update --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-cover...
language: php php: - 7.2 - 7.3 before_script: - travis_retry composer self-update - travis_retry composer update --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-cover...
Replace PHP 7.0 and 7.1 with 7.2 and 7.3 in Travis test matrix
Replace PHP 7.0 and 7.1 with 7.2 and 7.3 in Travis test matrix
YAML
mit
Alymosul/laravel-exponent-push-notifications
d23c11e668c8c2b502bcd045973aa0e3df5ddec2
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 sudo: required dist: trusty addons: chrome: stable before_install: - # start web application and listen on `localhost` - google-chrome-stable --headless --disable-gpu --remote-debugging-port=8001 http://localhost & install: true script: mvn clean install -DskipDocker branches: ...
language: java jdk: oraclejdk8 sudo: false install: true script: mvn clean install -DskipDocker branches: only: master cache: directories: - $HOME/.m2/repository/ - $HOME/.m2/wrapper/ notifications: email: false
Add Chrome headless browser for UI tests
Add Chrome headless browser for UI tests
YAML
apache-2.0
rodionovsasha/ShoppingList,rodionovsasha/ShoppingList,rodionovsasha/ShoppingList
5d255077f1f3921ffda9613079a1d6ebfbf6b922
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - pypy install: - "pip install ." - "pip install -r test_requirements.txt" script: - > if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then py.test test/ else py.test -n 4 --cov hyper test/ coverage report -m --fail-under 100 ...
language: python python: - "2.7" - "3.3" - "3.4" - pypy install: - "pip install ." - "pip install -r test_requirements.txt" script: - > if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then py.test test/ else py.test -n 4 --cov hyper test/ coverage report -m fi
Remove fail-under directive from Travis.
Remove fail-under directive from Travis. This is just not necessary right now while we're still in rapid development.
YAML
mit
mhils/hyper-h2,python-hyper/hyper-h2,Kriechi/hyper-h2,Kriechi/hyper-h2,vladmunteanu/hyper-h2,bhavishyagopesh/hyper-h2,vladmunteanu/hyper-h2,python-hyper/hyper-h2
e42a1181c34a64183c346c03ac32f8c004c7530b
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12"
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8"
Add node 4, 6 and 8 to CI build.
Add node 4, 6 and 8 to CI build.
YAML
bsd-3-clause
alexjeffburke/unexpected-events
18a8e07ac8b0366f887632c393290e90938ac79c
.travis.yml
.travis.yml
language: go go: - 1.9.3 - 1.8.6 sudo: false script: - go vet ./... - go test ./...
language: go go: - "1.10" - 1.9.4 sudo: false script: - go vet ./... - go test ./...
Build against 1.10 and 1.9.4
Build against 1.10 and 1.9.4
YAML
mit
TV4/diva
df714f44c159613975344af5a326aca65c359f59
.travis.yml
.travis.yml
language: objective-c before_install: - brew install sloccount - sudo easy_install pip after_success: - pip install coviolations_app - covio
language: objective-c before_install: - brew install sloccount - sudo easy_install pip after_success: - sudo pip install coviolations_app - covio
Fix sudo for pip install.
Fix sudo for pip install.
YAML
mpl-2.0
node-app/Nodelike,node-app/Nodelike,mralexgray/Nodelike,mralexgray/Nodelike
67b640f7e6c1a879dbde5c2d5f89122fda021238
.travis.yml
.travis.yml
before_script: - "ruby --version" - "sh -e /etc/init.d/xvfb start" - "bundle exec rake db:create db:migrate" script: "DISPLAY=:99.0 bundle exec rake spec" notifications: email: - parndt@gmail.com - ugis.ozolss@gmail.com irc: - "irc.freenode.org#refinerycms" env: - DB=postgres - DB=mysql rvm: ...
before_script: - "ruby --version" - "sh -e /etc/init.d/xvfb start" - "bundle exec rake db:create db:migrate" script: "DISPLAY=:99.0 bundle exec rspec ./*/spec" notifications: email: - parndt@gmail.com - ugis.ozolss@gmail.com irc: - "irc.freenode.org#refinerycms" env: - DB=postgres - DB=mysql r...
Use rspec directly instead of rake to lower boot time with Travis
Use rspec directly instead of rake to lower boot time with Travis
YAML
mit
simi/refinerycms,Eric-Guo/refinerycms,mlinfoot/refinerycms,KingLemuel/refinerycms,mojarra/myrefinerycms,johanb/refinerycms,chrise86/refinerycms,aguzubiaga/refinerycms,gwagener/refinerycms,mobilityhouse/refinerycms,mabras/refinerycms,mkaplan9/refinerycms,hoopla-software/refinerycms,bryanmtl/g-refinerycms,sideci-sample/s...
724d2d05616dca4c0da386273cd55e2ec5e176e5
.travis.yml
.travis.yml
dist: trusty sudo: false language: cpp addons: apt: sources: - ubuntu-toolchain-r-test before_install: - pip install --user cpp-coveralls libev-dev rrdtool-dev compiler: - gcc before_script: - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=On -...
dist: trusty sudo: required language: cpp addons: apt: sources: - ubuntu-toolchain-r-test before_install: - pip install --user cpp-coveralls - sudo apt-get -qq -y install libev-dev rrdtool-dev compiler: - gcc before_script: - mkdir build - cd build - cmake .. -DCMAKE...
Add libev, rrdtool setup 2
Add libev, rrdtool setup 2
YAML
mit
vvromanov/hilo_utils,vvromanov/hilo_utils,vvromanov/hilo_utils
2ce4cb3e29fe8ae453cf76f9f497a3589a1a89b9
.travis.yml
.travis.yml
language: ruby os: - linux - osx rvm: - 2.3 - 2.4 - 2.5 - 2.6 script: bundle exec rake spec features sudo: false
language: ruby os: - linux - osx rvm: - 2.3 - 2.4 - 2.5 - 2.6 before_install: - gem update --system - gem install bundler script: bundle exec rake spec features sudo: false
Test on the latest version of Rubygems and Bundler
Test on the latest version of Rubygems and Bundler
YAML
mit
envato/stack_master,envato/stack_master
f7a6191ea36cb48089d110ef5656df4e1cacc026
.travis.yml
.travis.yml
language: cpp os: - linux - osx compiler: - gcc - clang env: - BUILD_TYPE=Debug - BUILD_TYPE=Release matrix: exclude: - os: osx compiler: gcc install: # Install dependencies for FCL - if [ "$TRAVIS_OS_NAME" = "linux" ]; then 'ci/install_linux.sh' ; fi - if [ "$TRAVIS_OS_NAME" = "osx" ...
language: cpp os: - linux - osx compiler: - gcc - clang env: - BUILD_TYPE=Debug - BUILD_TYPE=Release matrix: exclude: - os: osx compiler: gcc install: # Install dependencies for FCL - if [ "$TRAVIS_OS_NAME" = "linux" ]; then 'ci/install_linux.sh' ; fi - if [ "$TRAVIS_OS_NAME" = "osx" ...
Add uninstall test to Travis-CI
Add uninstall test to Travis-CI
YAML
bsd-3-clause
mamoll/fcl,EdsterG/fcl,mamoll/fcl,EdsterG/fcl,hsu/fcl,hsu/fcl,uschwes/fcl,uschwes/fcl,hsu/fcl,uschwes/fcl,EdsterG/fcl,mamoll/fcl
9e0a862ba55a62e32a266c4bdd05e52fe18730d5
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly sudo: false install: - > if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CC="clang"; export CXX="clang++"; . gnustep_install.sh; export FEATURES="--features gnustep"; else export FEATURES=""; fi script: - cargo build $FE...
language: rust rust: - stable - nightly os: - osx - linux env: - FEATURES="" - FEATURES="exception" matrix: exclude: - os: linux env: FEATURES="exception" sudo: false install: > if [ "$TRAVIS_OS_NAME" = "linux" ]; then export FEATURES="gnustep $FEATURES"; export CC="clang"; export...
Allow testing features on Travis.
Allow testing features on Travis.
YAML
mit
ngrewe/rust-objc,SSheldon/rust-objc,ngrewe/rust-objc,SSheldon/rust-objc
cc8d33250c5e916e621cc4be1ca8ca12216f106e
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install stomp.py - pip install python-daemon - pip install python-ldap - pip install dirq - pip install unittest2 # command to run tests, e.g. python setup.py test ...
language: python python: - "2.6" - "2.7" - "3.4" matrix: allow_failures: - python: "2.7" - python: "3.4" fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install stomp.py - pip install python-daemon - pip install python-ldap ...
Add Python 3 to CI build matrix
Add Python 3 to CI build matrix - Add Python 3.4 to CI build matrix so that we can see what would need to change to allow support for Python 3. - Set build matrix to allow failures for Python 2.7 and 3.4 as they do not need to be supported at the moment. - Set CI file to fast finish so we don't have to wait for bu...
YAML
apache-2.0
tofu-rocketry/ssm,stfc/ssm,stfc/ssm,tofu-rocketry/ssm,apel/ssm,apel/ssm
bf8fc1bb7f9571686d77c96ed38128744981c5c5
.travis.yml
.travis.yml
language: cpp dist: focal compiler: - gcc os: - linux env: - QT_VERSION=qt512 QT_PPA=qt-5.12.9 - QT_VERSION=qt514 QT_PPA=qt-5.14.2 - QT_VERSION=qt515 QT_PPA=qt-5.15.0 before_install: - sudo add-apt-repository --yes ppa:beineri/opt-$QT_PPA-focal - sudo apt-get update -qq install: - sudo apt-get -y install $Q...
language: cpp dist: focal compiler: - gcc os: - linux env: - QT_VERSION=qt512 QT_PPA=qt-5.12.9 - QT_VERSION=qt514 QT_PPA=qt-5.14.2 - QT_VERSION=qt515 QT_PPA=qt-5.15.0 before_install: - sudo add-apt-repository --yes ppa:beineri/opt-$QT_PPA-focal - sudo apt-get update -qq install: - sudo apt-get -y install $Q...
Install qtbase instead of meta package
Install qtbase instead of meta package
YAML
apache-2.0
MEONMedical/Log4Qt,MEONMedical/Log4Qt
c6f395171ebaaf008bc8a6fc6d94408b092bb4b0
.travis.yml
.travis.yml
# https://docs.travis-ci.com/user/languages/android language: android android: components: - platform-tools - tools - build-tools-24.0.2 - android-24 - sys-img-armeabi-v7a-android-24 - extra-android-m2repository #compileSdkVersion 'android-24' requires JDK 1.8 or later to compile. jdk: - ...
# https://docs.travis-ci.com/user/languages/android language: android android: components: - platform-tools - tools - build-tools-25.0.2 - android-25 # - sys-img-armeabi-v7a-android-24 - extra-android-m2repository licenses: - 'android-sdk-license.*' #compileSdkVersion 'android-24' requi...
Fix CI licence issue and remove instrumentation test script.
Fix CI licence issue and remove instrumentation test script.
YAML
apache-2.0
Muyangmin/Android-PLog
688f32a76a08a95f261fa6f35f12bce23a0daa39
.travis.yml
.travis.yml
language: ruby script: rake ci rvm: - 1.9.3 - 2.0 - 2.1 - ruby-head - jruby-19mode - jruby-head - rbx-2 - rbx-head gemfile: - Gemfile - Gemfile-jruby matrix: exclude: - rvm: 1.9.3 gemfile: Gemfile-jruby - rvm: 2.0 gemfile: Gemfile-jruby - rvm: 2.1 gemfile: Gemfile-jru...
language: ruby script: rake ci rvm: - 1.9.3 - 2.0 - 2.1 - ruby-head - jruby-19mode - jruby-head - rbx-2.0 - rbx-2.1 - rbx-2.2 gemfile: - Gemfile - Gemfile-jruby matrix: exclude: - rvm: 1.9.3 gemfile: Gemfile-jruby - rvm: 2.0 gemfile: Gemfile-jruby - rvm: 2.1 gemfile...
Update Rubinius runs for Travis
Update Rubinius runs for Travis
YAML
mit
usmu/usmu,usmu/usmu
73f7ae0772c764b1f554ce8190c6735334943877
.travis.yml
.travis.yml
language: php php: - 5.5 before_script: - npm install -g grunt-cli - npm install -S console-browserify - npm install install: - composer self-update - composer install --no-interaction script: - phpunit - npm test
language: php php: - 5.5 before_script: - npm install -g grunt-cli - npm install - mkdir -p dist/js install: - composer self-update - composer install --no-interaction script: - phpunit - npm test
Make Travis create the dist/js directory for npm test
Make Travis create the dist/js directory for npm test
YAML
mit
jadu/pulsar,jadu/pulsar,jadu/pulsar
d46080aa51f5333408e967a7642a69f5aaed27d2
.travis.yml
.travis.yml
sudo: true language: cpp os: - linux - osx compiler: - gcc - clang install: - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.6" CC="clang-3.6"; fi before_script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sh build_scripts/linux_setu...
sudo: true language: cpp os: - linux - osx compiler: - gcc - clang install: - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi before_script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sh build_scripts/linux_setu...
Correct the version of clang
CI: Correct the version of clang
YAML
apache-2.0
jklarowicz/FiberTaskingLib,jklarowicz/FiberTaskingLib,jklarowicz/FiberTaskingLib
f628c4d8a255df0ec3af043b55bbc273242321fd
.travis.yml
.travis.yml
language: python install: - pip install -r requirements-test.txt python: - "2.7" sudo: false cache: directories: - $HOME/.cache/pip env: - TOXENV=py27 - TOXENV=py34 install: - pip install -q --use-mirrors tox script: - tox --hashseed=noset
language: python install: - pip install -r requirements-test.txt python: - "2.7" sudo: false cache: directories: - $HOME/.cache/pip env: - TOXENV=py27 - TOXENV=py34 install: - pip install -q --use-mirrors tox script: - tox
Allow tox to use random hash seeds
Allow tox to use random hash seeds
YAML
mit
Psycojoker/HamlPy,nyaruka/django-hamlpy,Psycojoker/HamlPy,nyaruka/django-hamlpy,Psycojoker/HamlPy
835f7184c6ffdf29aa3171dcdca6c9ea17e9f35f
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" env: - DB=sqlite3 - DB=mysql - DB=pg matrix: allow_failures: - env: DB=pg before_install: - git submodule update --init - gem update --system - gem install sass bourbon - npm install -g grunt-cli - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd...
language: node_js node_js: - "0.10" env: - DB=sqlite3 - DB=mysql - DB=pg matrix: allow_failures: - env: DB=pg before_install: - git submodule update --init - gem update --system - gem install sass bourbon - npm install -g grunt-cli - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd...
Update Casper version on Travis
Update Casper version on Travis
YAML
mit
mlabieniec/ghost-env,rwjblue/Ghost,ASwitlyk/Ghost,Remchi/Ghost,shannonshsu/Ghost,tyrikio/Ghost,yangli1990/Ghost,qdk0901/Ghost,davidenq/Ghost-Blog,rameshponnada/Ghost,NovaDevelopGroup/Academy,jgillich/Ghost,madole/diverse-learners,rmoorman/Ghost,UsmanJ/Ghost,bosung90/Ghost,carlyledavis/Ghost,vainglori0us/urban-fortnight...
377471cfabbeb36ad4e46e15446c7d47843cb29d
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_insta...
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install...
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/designate,bigeasy/designate
9e0dd155dbbe2e2d65f834d616027769e6892da7
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 script: - phpunit tests/ install: - composer install
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 script: - phpunit install: - composer install
Remove PHPUnit static test directory
Remove PHPUnit static test directory Use `test` directory from PHPUnit configuration instead of static `tests` directory when building with Travis CI.
YAML
mit
checkdomain/Holiday
5c1c444c2bb2acd29e2351cf44ceb8d0fec91952
.travis.yml
.travis.yml
language: node_js node_js: - 0.1 before_install: - npm install -g grunt-cli install: - npm install script: # Reference the locally-installed version of Grunt - ./node_modules/grunt-cli/bin/grunt test # If the app runs, check to see if the version file has been updated - ./create-release-tag.sh deploy: p...
language: node_js node_js: - 0.1 before_install: - npm install -g grunt-cli install: - npm install script: # Reference the locally-installed version of Grunt - ./node_modules/grunt-cli/bin/grunt test after_success: # Check to see if the version file has been updated - ./create-release-tag.sh deploy: pro...
Move the create release tag script to after_success
Move the create release tag script to after_success
YAML
mit
benjeffreys/hmcts-idam-proto,gup-dwp/pip-prototype-v2,samwake/hoddat-cofc-caseworking,abbott567/govuk_prototype_kit,samwake/hoddat-cofc-caseworking,glancyea/tagtest,quis/notify-public-research-prototype,chrishanes/pvb_prisoner_proto,companieshouse/ch-accounts-prototype,OrcaTom/dwp_contentpatterns,abbott567/govuk_protot...
7d78a2afd3c4a6c4af77a4ddcbd2a82f15986048
.travis.yml
.travis.yml
language: go sudo: false dist: trusty env: HUGO_BUILD_TAGS="extended" git: depth: false go: - 1.11 - tip os: - linux - osx matrix: allow_failures: - go: tip fast_finish: true install: - mkdir -p $HOME/src - mv $HOME/gopath/src/github.com/gohugoio/hugo $HOME/src - export TRAVIS_BUILD_DIR=$HOME/...
language: go sudo: false dist: trusty env: global: - HUGO_BUILD_TAGS="extended" git: depth: false go: - 1.11 - tip os: - linux - osx - windows matrix: allow_failures: - go: tip fast_finish: true exclude: - os: windows go: tip install: - mkdir -p $HOME/src - mv $HOME/gopath/src/githu...
Add Windows build config to Travis
Add Windows build config to Travis
YAML
apache-2.0
mdhender/hugo,mdhender/hugo,fedelibre/hugo,gohugoio/hugo,fedelibre/hugo,anthonyfok/hugo,anthonyfok/hugo,fedelibre/hugo,fedelibre/hugo,mdhender/hugo,gohugoio/hugo,gohugoio/hugo,anthonyfok/hugo,mdhender/hugo
41a2c04cb59e32decff693e35150464a36266d19
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.1 - 2.2 - ruby-head - jruby - rbx matrix: allow_failures: - rvm: rbx-2 addons: code_climate: repo_token: 2a03fa37ce5a5cb21bb117a736be5d83dcf9f1c3ea2b248f7af4c0a7b330d8c8 after_success: - bundle exec codeclimate-test-reporter notifications: slack: secure: IfKhtia5nM6...
language: ruby sudo: false rvm: - 2.1 - 2.2 - ruby-head - jruby - rbx-3 matrix: allow_failures: - rvm: rbx-3 addons: code_climate: repo_token: 2a03fa37ce5a5cb21bb117a736be5d83dcf9f1c3ea2b248f7af4c0a7b330d8c8 after_success: - bundle exec codeclimate-test-reporter notifications: slack: secure: IfKhtia5n...
Test against rbx-3, which should be the latest version.
Test against rbx-3, which should be the latest version.
YAML
mit
trailofbits/ruby-sslyze
aeb507cee77077de1048fc961c4a820f65c40ae0
.travis.yml
.travis.yml
language: java sudo: true jdk: - oraclejdk8 - openjdk12 install: - mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: - mvn test jacoco:report after_success: - bash <(curl -s https://codecov.io/bash) - mvn coveralls:report notifications: email: false
language: java sudo: true jdk: - oraclejdk8 # - openjdk12 install: - mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: - mvn test jacoco:report after_success: - bash <(curl -s https://codecov.io/bash) - mvn coveralls:report notifications: email: false
Disable openjdk12 builds by Travis due to unavailability of the services
Disable openjdk12 builds by Travis due to unavailability of the services
YAML
apache-2.0
Panda-Programming-Language/Panda
9f8bbb14a5056e8bab69b44eb4ecc840996d38f7
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "4.0.0" script: - npm run lint - npm test - npm run test:cov - npm run compile
language: node_js node_js: - "0.12" - "4" - "5" script: - npm run lint - npm test - npm run test:cov - npm run compile
Add Node 5 to Travis
Add Node 5 to Travis
YAML
mit
faassen/reselect,rackt/reselect,chromakode/reselect,reactjs/reselect,reactjs/reselect
8637a4f8d9ce506975f302cf66961deca5e01a2d
.travis.yml
.travis.yml
language: go go: - tip script: - cd impact - go build - go test -short ../... notifications: email: false
language: go go: - tip script: - cd impact - go build - go test -short ../... notifications: email: false sudo: false
Enable new container based build
Enable new container based build
YAML
mit
xogeny/impact,dietmarw/impact,dietmarw/impact,impact/impact,impact/impact,xogeny/impact
c00c82ccf0cf7d73b6b82d4efe8d5ee19804eed8
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 sudo: required #env: #Environment Variables before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ #install: true # You can skip the installation step entirely...
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 sudo: required #env: #Environment Variables before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ #install: true # You can skip the installation step entirely...
Update before install and install
Update before install and install
YAML
apache-2.0
Stargator/testdrivenexamples,Stargator/testdrivenexamples
5556479102225237f07684cd455efbfbb4bb8759
.travis.yml
.travis.yml
language: ruby sudo: false gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile rvm: - 2.3.8 - 2.4.5 - 2.5.3 script: - bundle exec rspec - bundle exec rubocop
language: ruby sudo: false gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile rvm: - 2.3.8 - 2.4.5 - 2.5.3 script: - bundle exec rspec - bundle exec rubocop matrix: exclude: - rvm: 2.3.8 ge...
Exclude Ruby 2.3.8 and 2.4.5
Exclude Ruby 2.3.8 and 2.4.5 Rails 6 requires ruby version > 2.5
YAML
mit
salsify/delayed_job_groups_plugin,salsify/delayed_job_groups_plugin
b6e2c6834928ac9f62f394aa2092dc01403dd5ee
.travis.yml
.travis.yml
before_install: - sudo apt-add-repository ppa:chris-lea/zeromq -y - sudo apt-get update - sudo apt-get install zeromq3 -y language: ruby rvm: - 2.0.0 cache: bundler
before_install: - sudo apt-add-repository ppa:chris-lea/zeromq -y - sudo apt-get update - sudo apt-get install libzmq3 libzmq3-dev -y language: ruby rvm: - 2.0.0 cache: bundler
Install the appropriate packages for 0mq 3
Install the appropriate packages for 0mq 3
YAML
mit
pantry/pantry
cff1324d35f2697484e7aa6225332d2b5a9dfe41
.travis.yml
.travis.yml
language: node_js node_js: - "node" env: - BROWSERS=PhantomJS - BROWSERS=jsdom - BROWSERS=Firefox - BROWSERS=Chrome - BROWSERS=Safari - BROWSERS=Edge18 - BROWSERS=Edge17 - BROWSERS=Edge16 - BROWSERS=Edge15 - BROWSERS=Edge14 - BROWSERS=Edge13 - BROWSERS=IE11 - BROWSERS=IE10 - BROWSERS=IE9 ...
language: node_js node_js: - "node" env: - BROWSERS=PhantomJS - BROWSERS=jsdom - BROWSERS=Firefox - BROWSERS=Chrome - BROWSERS=Safari - BROWSERS=Edge18 - BROWSERS=Edge17 - BROWSERS=Edge16 - BROWSERS=Edge15 - BROWSERS=Edge14 - BROWSERS=Edge13 - BROWSERS=IE11 - BROWSERS=IE10 - BROWSERS=IE9 ...
Test agains builds on Travis
Test agains builds on Travis
YAML
mit
badeball/xpath-dom,badeball/xpath-dom,badeball/xpath-dom
02419abdea276b713742093bba2c443b4b7add37
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - npm install -g gulp
language: node_js node_js: - "0.10" before_script: - npm install -g gulp after_script: - codeclimate-test-reporter < coverage/lcov.info addons: code_climate: repo_token: 045aea859e723a498326f2961cff69126d785d69e888fa869ce4bebfbb0f6143
Add Code Climate test coverage options
Add Code Climate test coverage options
YAML
mit
travishorn/valivore
607f12de270e39d034db723eedba31c1df4165c1
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - 'pip install -e . --use-mirrors' script: "py.test" branches: only: - master
language: python python: - "2.6" - "2.7" install: - 'pip install -e . --use-mirrors' - 'pip install responses==0.5.0' script: "py.test" branches: only: - master
Install responses before running tests.
Install responses before running tests.
YAML
agpl-3.0
JesseWeinstein/internetarchive,jjjake/internetarchive,brycedrennan/internetarchive
7278733ad7604a86a6dcc52f2e957240049182c2
.travis.yml
.travis.yml
sudo: false language: ruby before_install: gem install bundler -v 1.14.6 rvm: - "2.4.0" - "2.3.4" - "2.2.7" - "2.1.10" - "2.0.0" - "1.9.3" - "ruby-head" - "jruby" - "jruby-19mode" - "jruby-head" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
sudo: false language: ruby before_install: gem install bundler -v 1.14.6 rvm: - "2.4.1" - "2.3.4" - "2.2.7" - "2.1.10" - "2.0.0" - "1.9.3" - "ruby-head" - "jruby" - "jruby-19mode" - "jruby-head" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
Add Ruby 2.4.1 to Travis build matrix
Add Ruby 2.4.1 to Travis build matrix
YAML
mit
skalee/well_read_faker,skalee/well_read_faker
2065a079887670336bc08480816f545a4209b622
.travis.yml
.travis.yml
rvm: - ree - 1.9.3 - 2.0.0 before_install: - "gem install bundler -v=1.3.0" before_script: - "bundle install" script: "bundle exec rake test" gemfile: - gemfiles/3.1.gemfile - gemfiles/3.2.gemfile - gemfiles/4.0.gemfile matrix: exclude: - rvm: ree gemfile: gemfiles/4.0.gemfile
rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 before_install: - "gem install bundler -v=1.3.0" before_script: - "bundle install" script: "bundle exec rake test" gemfile: - gemfiles/3.1.gemfile - gemfiles/3.2.gemfile - gemfiles/4.0.gemfile matrix: exclude: - rvm: ree gemfile: gemfiles/4.0.gemfil...
Remove support for ree and add for 2.1 and 2.2
Remove support for ree and add for 2.1 and 2.2
YAML
mit
dmitry/has_translations,dmitry/has_translations
3f604418f631da074b1315eab6958de79485da7c
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Build with Node.js 10 on Travis CI.
Build with Node.js 10 on Travis CI.
YAML
mit
bigeasy/delta,bigeasy/delta
85a6cbe053cb4e67d26fdbf899978915c2b6bb99
.travis.yml
.travis.yml
--- sudo: false dist: trusty addons: chrome: stable language: php services: - mysql before_script: - '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' - php -S - mysql -e 'CREATE DATABASE 2moons;' php: - '5.3' install: - composer install script: phantomjs te...
--- sudo: false dist: trusty language: php services: - mysql before_script: - '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' - php -S - mysql -e 'CREATE DATABASE 2moons;' php: - '5.3' install: - composer install script: phantomjs tests/run.js
Remove debug things from composer
Remove debug things from composer
YAML
mit
jkroepke/2Moons,jkroepke/2Moons,jkroepke/2Moons,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods,jkroepke/2Moons,jkroepke/2Moons,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods
76753b1b4b1fa5778ff8d10a85c5ed2723699a43
.travis.yml
.travis.yml
language: android android: components: # All the build system components should be at the latest version - tools - platform-tools - build-tools-22.0.1 - android-22 # The libraries we can't get from Maven Central or similar - extra-android-support - extra-android-m2repository script...
sudo: false language: android android: components: # All the build system components should be at the latest version - tools - platform-tools - build-tools-22.0.1 - android-22 # The libraries we can't get from Maven Central or similar - extra-android-support - extra-android-m2repos...
Migrate from legacy to container-based infrastructure.
Migrate from legacy to container-based infrastructure.
YAML
apache-2.0
matthew-compton/TypedPreferences,johnjohndoe/TypedPreferences
af874543bb3d9dfd336e13044c650fe55846ebe7
.travis.yml
.travis.yml
language: php php: - "5.3.3" - "5.3" - "5.4" before_install: - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar before_script: - composer self-update - composer updated --dev script: - (cd test; phpunit -c phpunit.xml.dist) - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $outp...
language: php php: - "5.3.3" - "5.3" - "5.4" before_install: - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar before_script: - composer self-update - composer install --dev script: - (cd test; phpunit -c phpunit.xml.dist) - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $outp...
Correct composer 'updated' to 'install'
Correct composer 'updated' to 'install'
YAML
bsd-2-clause
zionsg/ZnZend
a9bbca6ea7750bb3ae4eec8f32b4b984f19af56d
.travis.yml
.travis.yml
language: clojure lein: lein2 before_script: - phantomjs -v - nvm use 0.12.7 - node -v script: lein2 do test-phantom, test-node jdk: - oraclejdk8 sudo: false
language: clojure lein: lein2 before_script: - phantomjs -v - nvm use 0.12.7 - node -v script: lein2 do test-phantom, test-node jdk: - oraclejdk8 sudo: required dist: trusty
Add Trusty beta support in Travis
Add Trusty beta support in Travis
YAML
epl-1.0
ScalaConsultants/replumb,Lambda-X/replumb,ScalaConsultants/replumb,Lambda-X/replumb,ScalaConsultants/replumb,Lambda-X/replumb
3529ec34bfa7f85e9105515a3fc3e3f1cc179dc9
.travis.yml
.travis.yml
sudo: false language: rust rust: - nightly - beta - stable env: global: secure: afYeHpC8BJeyajd3vd84xRBYJKxQorKfh4lGvesu/hqh0bHc6lxrqGt0Pthb2m2YDODZiGSbx9yr9UetelZIJUSA3LoiG5PdDrtH/Kwdn5xGcBWSZl3v/sH+oB3AeR7Eji6mj0mrydQxn8PQbEACvR6lpGCYE2R48KrftYmD6Js= before_script: - | pip install 'travis-carg...
language: rust rust: - nightly - beta - stable env: global: secure: afYeHpC8BJeyajd3vd84xRBYJKxQorKfh4lGvesu/hqh0bHc6lxrqGt0Pthb2m2YDODZiGSbx9yr9UetelZIJUSA3LoiG5PdDrtH/Kwdn5xGcBWSZl3v/sH+oB3AeR7Eji6mj0mrydQxn8PQbEACvR6lpGCYE2R48KrftYmD6Js= before_script: - | pip install 'travis-cargo<0.2' --user...
Remove now default 'sudo: false'
Remove now default 'sudo: false' 'sudo: false' is now default on Travis CI.
YAML
apache-2.0
bjz/cgmath-rs,bjz/cgmath
a738c0eb9d1747ad5516c3ad44d90dbcd5ca53b2
.travis.yml
.travis.yml
language: - bash script: - ./test env: - DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base - DETECTED_OS=debian:jessie DOCKER_IMAGE=cyplo/jessie_base - DETECTED_OS=ubuntu:trusty DOCKER_IMAGE=cyplo/trusty_base - DETECTED_OS=ubuntu:xenial DOCKER_IMAGE=cyplo/xenial_base sudo: require...
language: - bash script: - ./test env: - DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base - DETECTED_OS=debian:jessie DOCKER_IMAGE=cyplo/jessie_base - DETECTED_OS=ubuntu:trusty DOCKER_IMAGE=cyplo/trusty_base - DETECTED_OS=ubuntu:xenial DOCKER_IMAGE=cyplo/xenial_base - DETECTED...
Add build for Ubuntu Yakkety
Add build for Ubuntu Yakkety
YAML
agpl-3.0
cyplo/dotfiles,cyplo/dotfiles
127ff03cfa6586054866e88b213e1492e59ac521
.travis.yml
.travis.yml
sudo: required services: - docker language: java jdk: - openjdk8 - openjdk9 - openjdk10 - openjdk11 env: global: - SONATYPE_USERNAME=mattbrownspotify - secure: "WH+C0QLvcp/NFVRngliA0F/aj0caK7/hsc1mapdApM71+Sncem1BScMpkpc3PRql8CRDjI/dDPNnqitcd89P1ros3jpAS9+qnMlzzNebWZ2oUaxIQe8iK89825sBJZhWMtOvl9L...
sudo: required services: - docker language: java matrix: include: - jdk: openjdk8 - jdk: openjdk9 before_install: - rm "${JAVA_HOME}/lib/security/cacerts" - ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts" - jdk: openjdk10 before_install: - rm ...
Fix Travis CI builds for openjdk[9|10]
Fix Travis CI builds for openjdk[9|10] Travis CI builds for openjdk[9|10] currently fail with ``` sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ``` when trying to pull depen...
YAML
apache-2.0
spotify/docker-maven-plugin
dfcd2938727b333a058b81f48532786e3c686405
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7-dev" - "pypy" - "pypy3" env: - RL=30 - RL=31 - RL=32 - RL=33 matrix: fast_finish: true allow_failures: - python: "3.7-dev" - python: "pypy" - python: "pypy3" install: - TOX_ENV=py${TRAVIS_PYTHON_VERSIO...
language: python sudo: false python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7-dev" - "pypy" - "pypy3" env: - RL=30 - RL=31 - RL=32 - RL=33 matrix: fast_finish: true allow_failures: - python: "3.7-dev" - python: "pypy3" install: - TOX_ENV=py${TRAVIS_PYTHON_VERSION}-rl${RL} - pip in...
Remove PyPy from allowed failures list, tests pass
Remove PyPy from allowed failures list, tests pass
YAML
apache-2.0
chrisglass/xhtml2pdf,chrisglass/xhtml2pdf,xhtml2pdf/xhtml2pdf,xhtml2pdf/xhtml2pdf