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
26978d75d256b537e6798831fe0d934b30c4f391
.travis.yml
.travis.yml
language: python python: - '3.5' - '3.6' env: - HASS=0.94.1 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
language: python python: - '3.5' - '3.6' env: - HASS=0.94.2 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Update Home Assistant to 0.94.2 for config checks in Travis CI
Update Home Assistant to 0.94.2 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
fd5a0d78a951517db3acce3081dbe2a289b02e69
.travis.yml
.travis.yml
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - jruby-18mode - jruby-19mode script: bundle exec rspec
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - jruby-19mode script: bundle exec rspec
Stop being a PITA jruby
Stop being a PITA jruby
YAML
mit
christian-marie/kibana3_auth,christian-marie/kibana3_auth
34e9a17574143ce4401df4e731542c2d1eb0a289
.travis.yml
.travis.yml
language: csharp solution: src/ecsc.sln install: - curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.4/compare-test.zip > compare-test.zip - mkdir -p bin/compare-test - unzip compare-test.zip -d bin/compare-test - nuget restore src/ecsc.sln script: # Build ecsc - xbuild /p:Configura...
language: csharp solution: src/ecsc.sln install: - curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.4/compare-test.zip > compare-test.zip - mkdir -p bin/compare-test - unzip compare-test.zip -d bin/compare-test - nuget restore src/ecsc.sln script: # Build ecsc - msbuild /p:Configur...
Switch to MSBuild for Travis builds
Switch to MSBuild for Travis builds
YAML
mit
jonathanvdc/ecsc
50f348fdc142de0c9efb2092ee1271f58be7a17a
.travis.yml
.travis.yml
dist: trusty sudo: required language: go go: '1.10' services: - docker addons: apt: packages: - rpm - snapd - liblz4-dev env: - PATH=/snap/bin:$PATH install: - make setup - npm install -g prettier - sudo snap install snapcraft --classic script: - make ci - test -n "$TRAVIS_TAG" || go run...
dist: trusty sudo: required language: go go: '1.10' services: - docker addons: apt: packages: - rpm - snapd - liblz4-dev env: - PATH=/snap/bin:$PATH install: - make setup - npm install -g prettier - sudo snap install snapcraft --classic script: - make ci - test -n "$TRAVIS_TAG" || go run...
Revert "docs: deploy: debug deploy to pages"
Revert "docs: deploy: debug deploy to pages" This reverts commit cf861c463089f3e929d2450210a8218627906541.
YAML
mit
goreleaser/goreleaser,goreleaser/releaser,goreleaser/goreleaser,goreleaser/goreleaser
8eb59eb1fc2d9e585b879d59a926ceb12ad77bf0
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: 7 - php: hhvm - php: hhvm-nightly script: - ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/ - ./vendor/bin/phpunit --coverage-clover=coverage.clover before_script: - composer ...
language: php php: - 5.5 - 5.6 - 7 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: 7 - php: hhvm - php: hhvm-nightly script: - ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/ - if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != 'hhvm-nightly' ] &&...
Test php version to fire scrutinizer-ci code coverage
Test php version to fire scrutinizer-ci code coverage
YAML
mit
stephane303/MpaCustomDoctrineHydrator,mpalourdio/MpaCustomDoctrineHydrator
23e551be35353ef2480393ff332a9184a4363fee
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - iojs - iojs-v1.0.2 services: - redis-server before_install: - printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
language: node_js node_js: - "0.11" - "0.10" - iojs - iojs-v1.0.2 services: - redis-server before_install: - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi - npm config set spin false - printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
Set up a recent npm before kicking Travis off
Set up a recent npm before kicking Travis off
YAML
isc
npm/npmo-auth-github,npm/npme-auth-github
2dee745fb93a993bde4c9bea87e9b438948bf81d
.travis.yml
.travis.yml
language: rust sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo '<meta http-equiv=refresh content=0;url=filetime/index.html>' > target/doc/index.html && pip install ghp-import --user $USE...
language: rust rust: - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo '<meta http-equiv=refresh content=0;url=filetime/index.html>' > target/doc/index.html && pip install ghp-...
Test on nightly Rust for now
Test on nightly Rust for now
YAML
apache-2.0
alexcrichton/filetime
5f0935e41d640e007335ba9d19150c1dfdd3c3b9
.travis.yml
.travis.yml
language: ruby sudo: false before_install: - gem update --system - gem install bundler bundler_args: --without development doc env: global: - JRUBY_OPTS="$JRUBY_OPTS --debug" rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0 - 2.3.1 - 2.3.2 - 2.3.3 - 2.4.0 - ruby-head - jruby-9.1.6.0 - jruby-9.1.7.0 ...
language: ruby sudo: false before_install: - gem update --system - gem install bundler bundler_args: --without development doc env: global: - JRUBY_OPTS="$JRUBY_OPTS --debug" rvm: - jruby-9.1.7.0 - 2.0.0 - 2.1 - 2.2 - 2.3.3 - 2.4.0 matrix: fast_finish: true branches: only: - master
Remove ruby versions we don't care on CI
Remove ruby versions we don't care on CI
YAML
mit
pezra/http.rb,httprb/http,httprb/http.rb
ab897b8e984296b853d3eafd8e1a70369cdd0889
.travis.yml
.travis.yml
rvm: - 1.9.3 notifications: recipients: - jari.bakken@gmail.com irc: "irc.freenode.net#holderdeord" script: "bundle exec rake"
language: ruby rvm: - 1.9.3 notifications: recipients: - jari.bakken@gmail.com irc: channels: - "irc.freenode.net#holderdeord" on_success: change on_failure: change template: - "%{author} | %{commit} | %{message} | %{build_url}" script: "bundle exec rake"
Use the same IRC settings as hdo-site
Use the same IRC settings as hdo-site
YAML
mit
holderdeord/hdo-storting-importer
9c8d9f3fe219bab79de3d45852632c05c9f4de2d
.travis.yml
.travis.yml
# http://travis-ci.org/mpi4py/mpi4py language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 env: - MPI=mpich3 - MPI=mpich2 - MPI=mpich1 - MPI=openmpi matrix: allow_failures: - python: pypy - python: pypy3 - env: MPI=mpich1 branches: ...
# http://travis-ci.org/mpi4py/mpi4py language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 env: - MPI=mpich3 - MPI=mpich2 - MPI=mpich1 - MPI=openmpi matrix: allow_failures: - python: pypy - python: pypy3 - env: MPI=mpich1 branches: ...
Remove test runs with 5 processes
Travis-CI: Remove test runs with 5 processes
YAML
bsd-2-clause
mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py
a9916e6a7968b5b8651472c3b446740eb08b59a7
.travis.yml
.travis.yml
language: csharp solution: ./src/ScaffoldR.sln install: - nuget restore ./src/ScaffoldR.sln script: - xbuild /p:Configuration=Release ./src/ScaffoldR.sln - mono ./testrunner/xunit.runner.console.*/tools/xunit.console.clr4.exe ./src/ScaffoldR.Tests/bin/Release/ScaffoldR.Tests.dll - mono ./testrunner/xunit.runner...
language: csharp solution: ./src/ScaffoldR.sln install: - nuget restore ./src/ScaffoldR.sln script: - xbuild /p:Configuration=Release ./src/ScaffoldR.sln - mono ./testrunner/xunit.runner.console.*/tools/xunit.console.exe ./src/ScaffoldR.Tests/bin/Release/ScaffoldR.Tests.dll - mono ./testrunner/xunit.runner.cons...
Correct .exe to be run fixed
Correct .exe to be run fixed
YAML
apache-2.0
hartmanns/ScaffoldR
c7077ae74957792bf2af9cefcd69d85dee1e16f7
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details language: php php: - 5.4 env: global: - CORE_RELEASE=3 matrix: - DB=MYSQL - DB=PGSQL matrix: include: - php: 5.3 env: DB=MYSQL - php: 5.4 env: DB=MYSQL BEHAT_TEST=1 before_script: - com...
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details language: php php: - 5.4 env: - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.3 env: DB=PGSQL CORE_RELEASE=3.2 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.4 env: DB=MYSQL CORE_RELEA...
Test 3 / 3.2 branches and php 5.6
Test 3 / 3.2 branches and php 5.6
YAML
bsd-3-clause
silverstripe/silverstripe-subsites,danaenz/silverstripe-subsites,mikenz/silverstripe-simplesubsites,silverstripe/silverstripe-subsites,mandrew/silverstripe-subsites,danaenz/silverstripe-subsites,mikenz/silverstripe-simplesubsites,mandrew/silverstripe-subsites
dcdd3b7f6b45cc57709e3f541c8d82da95742507
.travis.yml
.travis.yml
dist: xenial language: cpp os: - linux - osx osx_image: xcode10.2 cache: directories: - posix/src - xcode/src env: global: - MAKEFLAGS="-j 2" compiler: - gcc - clang addons: apt: packages: - libgtk2.0-dev - libsqlite3-dev - uuid-dev install: - if [ "$TRAVIS_OS_NAME" = lin...
dist: xenial language: cpp os: - linux # - osx osx_image: xcode10.2 cache: directories: - posix/src - xcode/src env: global: - MAKEFLAGS="-j 2" compiler: - gcc - clang addons: apt: packages: - libgtk2.0-dev - libsqlite3-dev - uuid-dev install: - if [ "$TRAVIS_OS_NAME" = l...
Disable macOS CI for now
Disable macOS CI for now
YAML
mit
flintproject/Flint,flintproject/Flint
54d56946b02789c60fb29097b626a3338288a736
.travis.yml
.travis.yml
language: rust rust: - nightly-2016-08-18 - nightly matrix: allow_failures: - rust: nightly script: scripts/travis_build.sh before_script: - (cargo install xargo || true) - PATH=$PATH:~/.cargo/bin addons: apt: packages: - cmake - libssl-dev sources: - kalakris-cmake
language: rust rust: nightly cache: cargo script: scripts/travis_build.sh before_script: - (cargo install xargo || true) - PATH=$PATH:~/.cargo/bin addons: apt: packages: - cmake - libssl-dev sources: - kalakris-cmake
Remove old stable nightly builds and use only nightly. Cache cargo.
Remove old stable nightly builds and use only nightly. Cache cargo.
YAML
mit
jemtucker/opsys,jemtucker/opsys,jemtucker/opsys
187ee48b0ec5e528dcc980b08d45ec4bdeeefbb7
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" after_script: "npm run coveralls"
language: node_js node_js: - "8" - "9" - "node" after_script: "npm run coveralls"
Test against latest node versions
Test against latest node versions
YAML
mit
devinivy/underdog
74fbfeefd708f6de83e0867f9c4eb74a089be22e
.travis.yml
.travis.yml
language: php php: - 5.6 - 5.5 services: - memcached script: phpunit --configuration tests/phpunit.xml after_success: # CREATE GIT TAG - git config --global user.email "builds@travis-ci.com" - git config --global user.name "Travis CI" - export GIT_TAG=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d")-$TRAVIS...
language: php php: - 5.6 - 5.5 services: - memcached script: phpunit --configuration tests/phpunit.xml after_success: # CREATE GIT TAG - git config --global user.email "builds@travis-ci.com" - git config --global user.name "Travis CI" - export GIT_TAG=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d")-$TRAVIS...
Fix for Travis-CI tag push
Fix for Travis-CI tag push
YAML
bsd-3-clause
clickalicious/Memcached.php,clickalicious/Memcached.php
ae7442037a4a39fc6b99f6bb1a1f069eb7d11eef
.travis.yml
.travis.yml
language: node_js node_js: - '6.1' - '5.11' - '0.12' - '0.11' - '0.10'
language: node_js node_js: - '6.1' - '5.11' - '4.4' - '0.12' - '0.11' - '0.10'
Add v4 to the build matrix
Add v4 to the build matrix
YAML
mit
jacobmarshall/bugsnag-node,bugsnag/bugsnag-node
bebbfdc50684550083a3a471e215b62ab2ca6950
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.11" - "0.10" before_install: - "npm install --global grunt-cli"
sudo: false language: node_js node_js: - "0.12" - "0.10" - "4.2" before_install: - "npm install --global grunt-cli" cache: directories: - node_modules matrix: fast_finish: true
Test against Long Term Support version of Node.js
Test against Long Term Support version of Node.js
YAML
mit
jribble/grunt-jasmine-node-coverage
34bd03e337e7dccb3c9a08867d73adbf682cca3e
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" addons: apt: packages: - parallel install: - pip install futures - pip install http://ftp.openquake.org/python-wheels/numpy-1.8.2-cp27-none-linux_x86_64.whl - pip install http://ftp.openquake.org/python-wheels/scipy-0.16.0-cp27-none-linux_x86_64.whl - ...
sudo: false language: python python: - "3.5" addons: apt: packages: - wget before_install: - wget http://ftp.openquake.org/travis/openquake-env-setup-py3-linux64.run env: LD_LIBRARY_PATH=$HOME/openquake/lib PATH=$HOME/openquake/lib:$PATH install: - ./openquake-env-setup-py3-linux64.run -- -...
Use our own python3 distribution to build on Travis
Use our own python3 distribution to build on Travis
YAML
agpl-3.0
gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine
a431682075c8a7458646302cd45634622dcc9eec
.travis.yml
.travis.yml
branches: only: - master - rust-0.8 before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust - yes | sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc - yes | sudo apt-add-repository 'deb http://repos.codelite.org/wx2.9/ubuntu/ precise universe' - sudo apt-get update insta...
branches: only: - master - rust-0.8 - rust-0.9 before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust - yes | sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc - yes | sudo apt-add-repository 'deb http://repos.codelite.org/wx2.9/ubuntu/ precise universe' - sudo apt-g...
Add rust-0.9 branch to CI target (merge rust-servo branch).
Add rust-0.9 branch to CI target (merge rust-servo branch).
YAML
lgpl-2.1
tempbottle/wxRust,tempbottle/wxRust
35e9935a710d9f5fcb682babcc987a88887f0bf9
.travis.yml
.travis.yml
language: objective-c before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - brew update - brew uninstall xctool && brew install xctool --HEAD - cd Tests && pod install && cd $TRAVIS_BUILD_DIR script: rake test_for_target env: - TEST_TARGET=ios - TEST_TARGET=osx matrix...
language: objective-c before_script: - export LANG=en_US.UTF-8 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - brew update - brew uninstall xctool && brew install xctool --HEAD - cd Tests && pod install && cd $TRAVIS_BUILD_DIR script: rake test_for_target env: - T...
Set Travis terminal to use utf8 encoding
Set Travis terminal to use utf8 encoding
YAML
mit
sbonami/PFIncrementalStore
c724875d3669483edd3424907f87e16327f1d7c8
.travis.yml
.travis.yml
language: php dist: trusty sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm matrix: allow_failures: - php: hhvm include: - php: "5.3" dist: precise before_install: - composer self-update install: - composer install # Last released...
language: php dist: trusty sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm matrix: allow_failures: - php: hhvm include: - php: "5.3" dist: precise before_install: - composer self-update install: - composer install # Last released...
Fix executing coveralls on Travis
Fix executing coveralls on Travis
YAML
mit
xemlock/htmlpurifier-html5
7898bad269f6655a4fb6404f7d17f1458a78e6a0
.travis.yml
.travis.yml
language: php php: - "5.3" - "5.4" - "5.5" - "5.6" - "7.0" - "nightly" sudo: false install: - travis_retry composer self-update && composer --version # We have to supply the branch alias here again as travis checks out a commit hash and therefore destroys the # circular dependency phpcq/...
language: php php: - "5.3" - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" - "nightly" sudo: false install: - travis_retry composer self-update && composer --version # We have to supply the branch alias here again as travis checks out a commit hash and therefore destroys the # circular depen...
Add PHP 7.1 to list of php versions
Add PHP 7.1 to list of php versions
YAML
mit
phpcq/travis-configuration-check
e470d438446887e8c46c2215b24600ed33e6b319
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.12' - '4.0.0' script: npm test notifications: irc: irc.freenode.org#fbp deploy: provider: npm email: henri.bergius@iki.fi api_key: secure: n6kh+2hVIrMU85enLrtaxt74B60hpmtXIAhmeMgi+b+QPk31YKxL7SvViEwO2tn0NDDd7/LTnj0v95hkfBOCVZPMFWIGblvbAU6anESd+Xr9P0j4zMJDg+TkjHZ0vXzA...
language: node_js node_js: - '0.10' - '0.12' script: npm test notifications: irc: irc.freenode.org#fbp deploy: provider: npm email: henri.bergius@iki.fi api_key: secure: n6kh+2hVIrMU85enLrtaxt74B60hpmtXIAhmeMgi+b+QPk31YKxL7SvViEwO2tn0NDDd7/LTnj0v95hkfBOCVZPMFWIGblvbAU6anESd+Xr9P0j4zMJDg+TkjHZ0vXzA0NQh3dlTZ4...
Remove Node 4.0 for now
Remove Node 4.0 for now
YAML
mit
trustmaster/noflo,trustmaster/noflo,noflo/noflo,jonnor/noflo,jonnor/noflo
e9f31e6154ba8b5757737d43a866eaa84ae34ad3
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 install: - php composer.phar install
language: php php: - 5.5 - 5.6 - 7.0 before_install: - npm install -g gulp install: - php composer.phar install - npm install - gulp --production script: - vendor/bin/phpunit
Update Travis CI script to run gulp
Update Travis CI script to run gulp
YAML
mit
aag/fillmysuitcase,aag/fillmysuitcase,aag/fillmysuitcase
07d5a0a53175ddc1bbaf5c5eda834234d7eaff4b
.travis.yml
.travis.yml
language: ruby cache: bundler: true yarn: true directories: - node_modules rvm: - 2.2.10 - 2.3.7 - 2.4.4 - 2.5.1 before_install: - gem update --system - gem install bundler install: - bundle install --path vendor/bundle - cd test/sample && yarn install && cd - gemfile: - gemfiles/rails_3.2.g...
language: ruby cache: bundler: true yarn: true directories: - node_modules rvm: - 2.4.4 - 2.5.1 before_install: - gem update --system - gem install bundler install: - bundle install --path vendor/bundle - cd test/sample && yarn install && cd - gemfile: - gemfiles/rails_3.2.gemfile - gemfiles/r...
Remove matrix support for old rubies
Remove matrix support for old rubies
YAML
mit
rossta/serviceworker-rails,rossta/serviceworker-rails,rossta/serviceworker-rails,rossta/serviceworker-rails
725beddf9eb7a4a97b70124da314d9b9fa5ce99e
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" # command to run tests script: touch ".nocompile" && ./bmrb.py && rm .nocompile && ./bmrb.py
os: - linux - osx language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" # command to run tests script: touch ".nocompile" && ./bmrb.py && rm .nocompile && ./bmrb.py
Update to run tests on macos too.
Update to run tests on macos too.
YAML
mit
uwbmrb/PyNMRSTAR,uwbmrb/PyNMRSTAR,uwbmrb/PyNMRSTAR
08ab2dd7ee3cf6ef8778695d325a397911873c29
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 # Use the Travis Container-Based Infrastructure sudo: false cache: directories: - ${TRAVIS_BUILD_DIR}/gradle/caches/ - ${TRAVIS_BUILD_DIR}/gradle/wrapper/dists/ android: components: - platform-tools - tools - build-tools-23.0.1 - android-23 # Support l...
language: android jdk: oraclejdk7 # Use the Travis Container-Based Infrastructure sudo: false cache: directories: - ${TRAVIS_BUILD_DIR}/gradle/caches/ - ${TRAVIS_BUILD_DIR}/gradle/wrapper/dists/ android: components: - platform-tools - tools - build-tools-23.0.2 - android-23 # Support l...
Fix build tools version in CI.
Fix build tools version in CI.
YAML
apache-2.0
filipebezerra/VerseOfTheDay
2459569605fb6f9f832efd9f8df76e17a5f65760
.travis.yml
.travis.yml
sudo: false language: php php: - 5.5 - 5.6 - 7.0 before_install: ## Disable xdebug - phpenv config-rm xdebug.ini ## Update Composer - composer self-update ## Install latest version of node - nvm install node install: ## Install Composer dependencies - composer install --no-interaction --prefer-sou...
sudo: false language: php php: - 5.6 - 7.0 before_install: ## Disable xdebug - phpenv config-rm xdebug.ini ## Update Composer - composer self-update ## Install latest version of node - nvm install node install: ## Install Composer dependencies - composer install --no-interaction --prefer-source befo...
Drop PHP 5.5 from Travis testing
Drop PHP 5.5 from Travis testing
YAML
mpl-2.0
mozilla-l10n/webdashboard,mozilla-l10n/webdashboard,flodolo/webdashboard,mozilla-l10n/webdashboard,flodolo/webdashboard,flodolo/webdashboard
5d1677681d3036089a67ec960643d89151adc8ae
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "io.js" before_script: - npm install -g grunt-cli
language: node_js sudo: false node_js: - "stable" - "0.12" - "0.10" before_script: - npm install -g grunt-cli
Support Node.js v4.0.0 and drop io.js test
Support Node.js v4.0.0 and drop io.js test
YAML
mit
rakuten-frontend/generator-rff,rakuten-frontend/generator-rff
98b1c95a8908f3e1c3c8ca5e4cc06b3df97da772
.travis.yml
.travis.yml
--- language: go sudo: false notifications: email: false matrix: include: - os: linux go: 1.7 - os: linux go: tip - os: osx go: 1.7 install: - echo "This is an override of the default install deps step in travis." script: - go build -v - go vet $...
--- language: go sudo: false notifications: email: false matrix: include: - os: linux go: 1.7.x - os: linux go: tip - os: osx go: 1.7.x install: - echo "This is an override of the default install deps step in travis." script: - go build -v - go v...
Use the latest 1.7 point release on Travis
Use the latest 1.7 point release on Travis
YAML
bsd-3-clause
golang/dep,ibrasho-forks/dep,golang/dep,ibrasho-forks/dep,EwanValentine/dep,golang/dep,EwanValentine/dep
5773f070ccf7e5d1190cdee9cc6dcb1918c72b18
.travis.yml
.travis.yml
language: go go: master script: go test -v ./dataframe ./series
language: go go: master before_script: - echo 'Checking code quality issues.' - go vet ./... - echo 'Checking that gofmt was used.' - diff -u <(echo -n) <(gofmt -d .) - echo 'Checking tidiness of go mod.' - go mod tidy - test -z "$(git status --porcelain)" script: - echo 'Running tests.' - go test -v ...
Add extra checks for TravisCI
Add extra checks for TravisCI
YAML
apache-2.0
kniren/gota
c1579779f1267ad942bc9b293c5880396b05e155
.travis.yml
.travis.yml
language: bash sudo: required addons: apt: sources: - debian-sid packages: - shellcheck before_install: - sudo add-apt-repository ppa:duggan/bats -y - sudo apt-get -qq update - sudo apt-get install -y bats jq script: - ./test.sh
language: bash sudo: required # addons: # apt: # sources: # - debian-sid # packages: # - shellcheck # # before_install: # - sudo add-apt-repository ppa:duggan/bats -y # - sudo apt-get -qq update # - sudo apt-get install -y bats jq script: - ./test.sh
Fix apt dependencies issues on TRAVIS
Fix apt dependencies issues on TRAVIS
YAML
mit
Josef-Friedrich/Hue-shell,Josef-Friedrich/Hue-shell
f25e247c32f14b165e938ec57a2c44f8b09828bb
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 before_script: unset GEM_PATH GEM_HOME JRUBY_OPTS install: ./gradlew assemble script: ./gradlew -S check && bash test-asciidoctor-upstream.sh notifications: email: false irc: channels: - "irc.freenode.org#asciidoctor"
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 before_script: unset GEM_PATH GEM_HOME JRUBY_OPTS install: ./gradlew assemble script: ./gradlew -S check && bash test-asciidoctor-upstream.sh after_success: if [ "${TRAVIS_BRANCH}" = "asciidoctorj-1.6.0" -a "${TRAVIS_PULL_REQUEST}" = "false" -a...
Make Travis publish Asciidoctorj-1.6.0 snapshots
Make Travis publish Asciidoctorj-1.6.0 snapshots
YAML
apache-2.0
lefou/asciidoctorj,robertpanzer/asciidoctorj,ysb33r/asciidoctorj,abelsromero/asciidoctorj,ysb33r/asciidoctorj,robertpanzer/asciidoctorj,ysb33r/asciidoctorj,lefou/asciidoctorj,ysb33r/asciidoctorj,lefou/asciidoctorj,abelsromero/asciidoctorj,robertpanzer/asciidoctorj,lefou/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor...
38bfcf4847f71fedb094cfc4b92c78c8a9bb9114
.travis.yml
.travis.yml
language: csharp solution: skalarprodukt.sln
language: csharp solution: skalarprodukt.sln before_install: - mkdir -p .nuget - wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - mono .nuget/nuget.exe # Output NuGet's version number install: - mono .nuget/nuget.exe restore skalarprodukt.sln -Verbosity detailed
Fix nuget in Travis build
Fix nuget in Travis build
YAML
mit
gsomix/skalarprodukt
1faa306aa7f84e8a8fdb4ed8089abbcf34cfec48
.travis.yml
.travis.yml
language: python dist: xenial python: - "2.7" before_install: - sudo apt-get install gradle install: - pip install tox script: - tox -v - gradle check after_failure: - cat build/reports/codenarc/main.txt
language: python dist: trusty python: - "2.7" before_install: - sudo apt-get install gradle install: - pip install tox script: - tox -v - gradle check after_failure: - cat build/reports/codenarc/main.txt
Switch Travis CI to Trusty image (CI fix)
Switch Travis CI to Trusty image (CI fix) In absence of Xenial image Travis used Precise as a fallback (cool). Since our only options for Travis are either Precise or trusty let's at least explicitly use Trusty.
YAML
apache-2.0
ibelikov/jimmy
af307ef81413c0e6a9c2e28052110a90f5399faa
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" before_install: - npm install -g grunt-cli
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli
Remove 0.8; Loggly is not available
Travis: Remove 0.8; Loggly is not available
YAML
mit
TomFrost/Bristol,bartekn/Bristol
1ddedb8fbdeb234db2b9d084130c9f072a4eec1f
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" install: - python setup.py install - pip install coveralls script: make test after_success: - coveralls
language: python python: - "2.6" - "2.7" install: - python setup.py install - pip install coveralls script: make test after_success: - coveralls
Revert "Trying out support for Python 3.3 and 3.4"
Revert "Trying out support for Python 3.3 and 3.4" This reverts commit 87112ea58fa4162d85bf4b5d53b4f4b37ba0ddd0.
YAML
unlicense
citruspi/Flask-Analytics,citruspi/Flask-Analytics,vfulco/Flask-Analytics,vfulco/Flask-Analytics
636cc0ca16f8509a9b0e6b8f55a47051f2696983
.travis.yml
.travis.yml
language: ruby matrix: allow_failures: - rvm: ruby-head rvm: - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head before_install: # need this for ruby 1.9.3 and rspec - gem update --system - gem update bundler --force
language: ruby matrix: allow_failures: - rvm: ruby-head rvm: - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head before_install: # need this for ruby 1.9.3 and rspec - gem update --system - gem update bundler --force
Add new ruby versions to TravisCI
Add new ruby versions to TravisCI
YAML
mit
edgar/NYCGeoClient
35bc04e055912db6a6960c8bc8e22692687b44f8
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" cache: directories: - $HOME/.npm
sudo: false language: node_js node_js: - "node" cache: directories: - $HOME/.npm
Use container-based infrastructure for Travis.
ENYO-3144: Use container-based infrastructure for Travis. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
YAML
apache-2.0
enyojs/canvas
5570ca3a830837f3266679ee7ba0fa5453aac61a
.travis.yml
.travis.yml
language: node_js node_js: - 6.0 before_script: - npm install -g grunt-cli notifications: email: false
language: node_js node_js: - 0.10 - 0.12 - 4 - 6 before_script: - npm install -g grunt-cli notifications: email: false
Test on older Node.js versions
Test on older Node.js versions
YAML
mit
jankolkmeier/xbee-api
ea10507c377fde87d501e5c03870d0a05b564b8b
.travis.yml
.travis.yml
language: python python: - "3.3" install: - pip install git://github.com/TangledWeb/tangled.git#egg=tangled - pip install . script: py.test
language: python python: - "3.3" install: - pip install git+git://github.com/TangledWeb/tangled.git#egg=tangled - pip install . script: py.test
Fix pip install link for tangled (again)
Fix pip install link for tangled (again)
YAML
mit
TangledWeb/tangled.web
365ec2876ff9ca9b8a8fbd38309b513ac5aa22a1
.travis.yml
.travis.yml
language: php php: - 7.0 - 5.6 - 5.5 - 5.4 - hhvm install: composer install --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-coverage:upload --format=php-clover covera...
language: php php: - 7.0 - 5.6 - hhvm install: composer install --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-coverage:upload --format=php-clover coverage.clover
Remove test suite support for PHP <5.6
Remove test suite support for PHP <5.6 The library is still 5.5 and 5.4 compatible, however it will no longer be automatically tested against these versions. In Chief 2.0 support for 5.4 and 5.5 will be explicitly dropped
YAML
mit
adamnicholson/Chief
a54de9e32d0916d4b7bd31352d65c20e84676193
.travis.yml
.travis.yml
sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - composer test - composer sniff after_script: - if [[ $TRAVIS_PHP_VERSION != 'hhvm' &...
sudo: false language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 matrix: include: - php: 5.3 dist: precise before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - composer test - composer sniff after_sc...
Use `dist: precise` for php 5.3
Use `dist: precise` for php 5.3 PHP5.3 doesn't work on trusty.
YAML
mit
intraxia/jaxion
631c8feb361ccc59f5423ee7244da80f6fe49966
.travis.yml
.travis.yml
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php # list any PHP version you want to test against php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly - hhvm matrix: allow_failures: - php: hhvm - php: nightly include: - php: 5.3 dist: precise ...
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php # list any PHP version you want to test against php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly - hhvm matrix: allow_failures: - php: hhvm - php: nightly include: - php: 5.3 dist: precise ...
Use composer test in Travis build script
Use composer test in Travis build script
YAML
bsd-3-clause
vlucas/valitron
570cc0bad6a0842104ab06fe1174647ae621bd54
.travis.yml
.travis.yml
branches: only: - master - /^release-.*$/ osx_image: xcode8 language: objective-c bundler_args: --without documentation --without development --deployment --jobs=3 --retry=3 script: - [[ "$SKIP_CI" != "YES" ]] && fastlane ci_all - [[ "$UPDATE_DOCUMENTATION" == "YES" ]] && fastlane update_d...
branches: only: - master - /^release-.*$/ language: objective-c bundler_args: --without documentation --without development --deployment --jobs=3 --retry=3 script: - if [[ "$SKIP_CI" != "YES" ]]; then fastlane ci_all; fi - if [[ "$UPDATE_DOCUMENTATION" == "YES" ]]; then fastlane update_...
Fix linting issues with Travis-CI config
Fix linting issues with Travis-CI config
YAML
apache-2.0
spotify/HubFramework,spotify/HubFramework,spotify/HubFramework,spotify/HubFramework
1e4f99b4003e0b2a10589c08d362546a0511fce5
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 script: - composer install - vendor/bin/phpunit
language: php php: - 7.0 - 7.1 script: - composer install - vendor/bin/phpunit
Drop support for 5.6 in Travis Add support for 7.1 in Travis
Drop support for 5.6 in Travis Add support for 7.1 in Travis
YAML
mit
brokencube/automatorm
97085fc897ea314e52f843093d19d473a54741b6
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - 6 - 8 - 10 env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - export JOBS=max - export prebuild_compile=true
language: node_js sudo: false node_js: - 8 - 10 - 12 env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - export JOBS=max - export prebuild_compile=true
Change Travis tests to replace Node 6 with Node 12
Change Travis tests to replace Node 6 with Node 12
YAML
mit
ssbc/secure-scuttlebutt
7e0b47cde8c8808af5690c1cf10d0e87c520f131
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: py.test tests/all.py
language: python python: - "2.7" - "3.5" # command to install dependencies install: "python setup.py install" # command to run tests script: py.test tests/all.py
Add python 3 to Travis build matrix
Add python 3 to Travis build matrix
YAML
mit
coinforge/bitforge,muun/bitforge
c463d28cbdc0c6cd8f5730a7f2c6bfa9269052c9
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.1 cache: bundler env: global: - CXX=g++-4.8 services: - redis-server addons: postgresql: 9.3 apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_script: - bundle exec rake db:create db:migrate db:seed
language: ruby rvm: - 2.4.1 cache: bundler env: global: - CXX=g++-4.8 services: - redis-server addons: postgresql: 9.3 apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - gem install bundler before_script: - bundle exec rake db:create db:migrate db:se...
Install bundler on Travis CI
Install bundler on Travis CI
YAML
mit
jacobwgillespie/halfstaff,jacobwgillespie/halfstaff,jacobwgillespie/halfstaff
c2aa236ac64ffd22077ea9aa9b6538a831b45883
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" services: - mongodb
language: node_js node_js: - "0.10" services: - mongodb before_script: - cp .env-example .env
Copy .env-example to .env before running tests on Travis
Copy .env-example to .env before running tests on Travis
YAML
mit
okfn/aquarium,okfn/aquarium
25dd207f6044e718c3b2d0220493898352ca3a18
.travis.yml
.travis.yml
language: go go: - 1.1 - 1.2 services: - redis-server before_script: - mysql -e "CREATE DATABASE goat" - mysql goat < res/mysql/announce_log.sql - mysql goat < res/mysql/api_keys.sql - mysql goat < res/mysql/files.sql - mysql goat < res/mysql/files_users.sql - mysql goat < res/mysql/scrape_log.sql -...
language: go go: - 1.1 - 1.2 services: - redis-server before_script: - mysql -e "CREATE DATABASE goat" - mysql goat < res/mysql/announce_log.sql - mysql goat < res/mysql/api_keys.sql - mysql goat < res/mysql/files.sql - mysql goat < res/mysql/files_users.sql - mysql goat < res/mysql/scrape_log.sql -...
Add 'go get' to Travis build
Add 'go get' to Travis build
YAML
mit
mdlayher/goat
13fcbec3100cb6eced26e633316a4d3acd4722f3
.travis.yml
.travis.yml
language: cpp compiler: - gcc -std=c++0x - clang -std=c++1y before_install: sudo apt-get update install: - sudo apt-get install build-essential - sudo apt-get install libboost-all-dev - sudo apt-get install libmpfr-dev - sudo apt-get install cmake #- sudo apt-get install make - sudo apt-get install curl...
language: cpp compiler: - gcc -std=c++0x - clang -std=c++1y before_install: sudo apt-get update install: #- sudo apt-get install build-essential # Install gcc 4.8 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4...
Fix Travis CI: install gcc 4.8 for c++11
Fix Travis CI: install gcc 4.8 for c++11
YAML
bsd-3-clause
acgetchell/CDT-plusplus,acgetchell/CDT-plusplus,acgetchell/CDT-plusplus
5cb437131ea5c4639916afd52684e2e9de61e6e7
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10"
language: node_js node_js: - "0.10" - "0.12" - iojs
Test with Node.js 0.12 instead of 0.11 and test iojs
Test with Node.js 0.12 instead of 0.11 and test iojs
YAML
mit
limulus/http-file-share
318e449da53318898ab9682e83860592051639e7
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.4 - hhvm before_script: - pear install PHP_CodeSniffer - phpenv rehash - git clone https://git.wikimedia.org/git/mediawiki/tools/codesniffer.git /home/travis/build/codesniffer script: - phpcs . --standard=/home/travis/build/codesniffer/MediaWiki/ruleset.xml --ignore=home.php ...
language: php php: - 5.5 - 5.4 before_script: - pear install PHP_CodeSniffer - phpenv rehash - git clone https://git.wikimedia.org/git/mediawiki/tools/codesniffer.git /home/travis/build/codesniffer script: - phpcs . --standard=/home/travis/build/codesniffer/MediaWiki/ruleset.xml --ignore=home.php - phpuni...
Revert "run tests on HHVM"
Revert "run tests on HHVM" Since Travis-CI does not support the `pear` command on HHVM yet, the builds are errored: https://travis-ci.org/ricordisamoa/dvncmd This reverts commit 6f1f339b8d551844a67b0883f9ade6f69f618ab1.
YAML
agpl-3.0
ricordisamoa/dvncmd,ricordisamoa/dvncmd
f6a89201c3afef9d2d3dffb04c91a4d5bbff239e
.travis.yml
.travis.yml
notifications: email: false language: ruby rvm: - 2.2.4 addons: postgresql: '9.4' env: - TRAVIS_NODE_VERSION="6" cache: bundler: true directories: - vendor/bundle - node_modules - $HOME/.rvm/gems - tmp/cache/assets/test/sprockets install: - bundle install - npm install before_script: -...
notifications: email: false language: ruby rvm: - 2.2.4 addons: postgresql: '9.4' env: - TRAVIS_NODE_VERSION="6" cache: bundler: true directories: - vendor/bundle - node_modules - $HOME/.rvm/gems - tmp/cache/assets/test/sprockets install: - bundle install - nvm install 6 - npm install ...
Use nvm to install node 6
Use nvm to install node 6
YAML
mit
cheshire137/overwatch-team-comps,cheshire137/overwatch-team-comps,cheshire137/overwatch-team-comps
fd0768e1d5cbcb7164f20fee4d3f4e1985a38ea0
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
sudo: false language: node_js node_js: - "0.11" - "0.10" - "0.12" - iojs before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Add node 0.12 and iojs to CI run.
Add node 0.12 and iojs to CI run.
YAML
mit
cliffano/nestor-lifx
8dfb7b1c913ff7f9c154a0f92ca8fba107a13707
.travis.yml
.travis.yml
sudo: false language: go go: - 1.10.0 - 1.6.2 - tip matrix: allow_failures: - go: tip fast_finish: true install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: - go get -t -v ./... - diff -u...
sudo: false language: go go: - 1.11.8 - 1.12.3 - tip matrix: allow_failures: - go: tip fast_finish: true install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: - go get -t -v ./... - diff -...
Update Travis to run with supported Go versions
Update Travis to run with supported Go versions Also, drop `go tool vet` which isn't supported anymore, and is also incorporated in `go test`.
YAML
bsd-3-clause
go-gl/mathgl
a01fe661e7b2a6ae58d6b310516b0831355b2dca
.travis.yml
.travis.yml
language: c sudo: required matrix: include: - os: linux compiler: gcc addons: apt: packages: - libtommath-dev - os: linux compiler: clang addons: apt: packages: - libtommath-dev - clang-3.9 - os: osx imag...
language: c sudo: required matrix: include: - os: linux compiler: gcc addons: apt: packages: - libtommath-dev - os: linux compiler: clang addons: apt: packages: - libtommath-dev - clang-3.9 - os: osx imag...
Fix Concurrency Kit version tag in Travis
Fix Concurrency Kit version tag in Travis
YAML
mit
justinethier/cyclone,justinethier/cyclone
de42ad39ca396cf59071d2c766d9ff8120f6441d
.travis.yml
.travis.yml
dist: trusty sudo: required language: rust rust: - nightly - beta - stable env: global: - secure: DLtoi131hH5kOKHzpBB0ZoVDjCWwSiHmTeGaS86ZPx+IHYQzZ6Ll4x/e82SBDG8YGRoOiJUYfatju84ew7Tk9RLK/xvULPJ/WNhSwBK/p9pYWmAl1+QFoaYT3VvsnuIzmIoFjAz6jluBAxvZ5L+pgagayC0BM1Kw83dMS6Ef1LY= before_install: - sudo bash -c "ech...
dist: trusty sudo: required language: rust rust: - nightly - beta - stable env: global: - secure: DLtoi131hH5kOKHzpBB0ZoVDjCWwSiHmTeGaS86ZPx+IHYQzZ6Ll4x/e82SBDG8YGRoOiJUYfatju84ew7Tk9RLK/xvULPJ/WNhSwBK/p9pYWmAl1+QFoaYT3VvsnuIzmIoFjAz6jluBAxvZ5L+pgagayC0BM1Kw83dMS6Ef1LY= matrix: - COMPRESSION=0 - C...
Add compression to the travix matrix
Add compression to the travix matrix
YAML
apache-2.0
blackbeam/rust-mysql-simple
2c7ceac5911188010728fbee3440535027a72f3d
.travis.yml
.travis.yml
# https://travis-ci.org/mre/kafka-influxdb sudo: false os: - linux - osx language: python python: - "2.7" - pypy # Coming soon #- 3.3 #- 3.4 #- pypy3 install: - pip install python-coveralls - pip install coverage - pip install nose - pip install -r requirements.txt script: - python setup.py in...
# https://travis-ci.org/mre/kafka-influxdb sudo: false os: - linux language: python python: - "2.7" - pypy # Coming soon #- 3.3 #- 3.4 #- pypy3 install: - pip install python-coveralls - pip install coverage - pip install nose - pip install -r requirements.txt script: - python setup.py install ...
Remove OSX from os list because it is not supported yet for Python environments
Remove OSX from os list because it is not supported yet for Python environments
YAML
apache-2.0
mre/kafka-influxdb,mre/kafka-influxdb
7d020be0433fcd4fcc43fbf16157e6b4621b02d2
.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 use ...
# 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 use ...
Move DocumentNodeStore into its own bundle
OAK-6665: Move DocumentNodeStore into its own bundle Build and run tests for oak-store-document instead of oak-core git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1809762 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
alexparvulescu/jackrabbit-oak,anchela/jackrabbit-oak,code-distillery/jackrabbit-oak,code-distillery/jackrabbit-oak,francescomari/jackrabbit-oak,stillalex/jackrabbit-oak,code-distillery/jackrabbit-oak,francescomari/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,francescomari/jackrabbit-oak,catholicon/jackrabbit-oak,al...
f8c202f1cb202804be191b51cd646028e47d7143
.travis.yml
.travis.yml
language: cpp compiler: - gcc before_install: - cd .. - sudo apt-get install freeglut3 freeglut3-dev libglu1-mesa-dev libboost-all-dev cmake cmake-curses-gui libeigen3-dev libxmu-dev libxi-dev libwxgtk2.8-dev libgtest-dev libtinyxml-dev libgtest-dev - git clone git://github.com/golems/tinyxml2.git - git clone...
language: cpp compiler: - gcc before_install: - cd .. - sudo apt-get install freeglut3 freeglut3-dev libglu1-mesa-dev libboost-all-dev cmake cmake-curses-gui libeigen3-dev libxmu-dev libxi-dev libwxgtk2.8-dev libgtest-dev libtinyxml-dev libgtest-dev - git clone git://github.com/golems/tinyxml2.git - git clone...
Add email notifications for Travis builds
Add email notifications for Travis builds
YAML
bsd-2-clause
dartsim/dart,axeisghost/DART6motionBlur,dartsim/dart,dartsim/dart,dartsim/dart,dartsim/dart,axeisghost/DART6motionBlur,axeisghost/DART6motionBlur
ec69794fc6fc25b88d2eeba04e90be0fe15f2e78
.travis.yml
.travis.yml
dist: trusty sudo: false language: php php: - 7.2 - 7.3 - 7.4snapshot cache: directories: - $HOME/.composer/cache/files before_install: - mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available" - travis_retry composer self-update install: - rm ...
dist: trusty sudo: false language: php php: - 7.2 - 7.3 - 7.4 cache: directories: - $HOME/.composer/cache/files before_install: - mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available" - travis_retry composer self-update install: - rm composer...
Use stable version of php
Use stable version of php
YAML
mit
doctrine/DoctrineMigrationsBundle
37165316e608d256e9e4f1c361c4b70e7a7c2048
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.0 script: - rake test before_install: - git submodule update --init --recursive - gem update bundler - bundle notifications: email: recipients: - ladislav@apiary.io on_success: change on_failure: always hipchat: rooms: secure: d1RJSY+QU7y01wmqvxpgYsAyRzNzb...
language: ruby rvm: - 1.9.3 - 2.1.0 script: - rake test - rake install before_install: - git submodule update --init --recursive - gem update bundler - bundle notifications: email: recipients: - ladislav@apiary.io on_success: change on_failure: always hipchat: rooms: secure: d1RJSY+QU7y01w...
Add rake install to tests
Add rake install to tests
YAML
mit
apiaryio/redsnow,apiaryio/redsnow
cb7f829dfdc31757eceaaa1b817c0aa18005a343
.travis.yml
.travis.yml
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Use the pre-release builds of chefdk
Use the pre-release builds of chefdk
YAML
apache-2.0
popsikle/ssh_known_hosts,popsikle/ssh_known_hosts,opscode-cookbooks/ssh_known_hosts,chef-cookbooks/ssh_known_hosts
495330619e83371957fd52b25977abb7ad3e1fde
.travis.yml
.travis.yml
language: python python: - '3.7' cache: pip: true directories: - $HOME/.cache/pre-commit before_install: - python --version - pip install -U pip install: - pip install -r requirements.txt - pip install -r requirements_test.txt before_script: - mv secrets_dummy.yaml secrets.yaml - pre-commit instal...
language: python python: - '3.7' - '3.8' cache: pip: true directories: - $HOME/.cache/pre-commit before_install: - pip install -U pip install: - pip install -r requirements.txt - pip install -r requirements_test.txt before_script: - mv secrets_dummy.yaml secrets.yaml - pre-commit install-hooks scr...
Add Python 3.8 to TravisCI configuration
Add Python 3.8 to TravisCI configuration
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
1577f27460eba6f82c3b815afda6c3e987dbfbc8
.travis.yml
.travis.yml
language: c compiler: # - clang - gcc env: matrix: - COVERAGE=true - COVERAGE=false install: - sudo apt-get install -y libelf-dev ninja-build gperf - $COVERAGE && sudo pip install cpp-coveralls || true script: - $COVERAGE && export CC="${CC} -fprofile-arcs -ftest-coverage -O0 -g"...
language: c addons: apt: packages: - libelf-dev - glibc-dev - ninja-build - gperf sudo: false compiler: # - clang - gcc env: matrix: - COVERAGE=true - COVERAGE=false install: - $COVERAGE && pip install --user cpp-coveralls || tr...
Support using containers (faster, better, stronger!)
Travis-CI: Support using containers (faster, better, stronger!)
YAML
mit
aperezdc/eris,aperezdc/eris,aperezdc/lua-eol,aperezdc/lua-eol
dc711f18cb16c043074e658cffe1438b63953c4d
.travis.yml
.travis.yml
language: node_js node_js: 6 script: - npm test - npm run coverage - npm run codecov before_deploy: - npm version $VERSION_INCREMENT deploy: - provider: pages skip_cleanup: true github_token: $GITHUB_API_KEY on: branch: master - provider: npm skip_cleanup: true email: $NPM_EMAIL api_...
language: node_js node_js: 6 script: - npm test - npm run coverage - npm run codecov before_deploy: - git.config --global user.email "travis@travis-ci.org" - git.config --global user.name "Travis CI" - npm version $VERSION_INCREMENT after_deploy: - git push --tags deploy: - provider: pages skip_cleanup: t...
Update git config before deployment
Update git config before deployment
YAML
mit
ifrost/starterkit,ifrost/starterkit,ifrost/starterkit
172212508af63236e1122fde95813901302996da
.travis.yml
.travis.yml
language: java script: ./.travis-build.sh sudo: false jdk: - oraclejdk8 jobs: include: - stage: trigger downstream jdk: oraclejdk8 script: | echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST" if [[ ($TRAVIS_BRANCH == master) && ($TRAVIS_PUL...
language: java script: ./.travis-build.sh sudo: false jdk: - oraclejdk8 jobs: include: - stage: trigger-downstream jdk: oraclejdk8 script: | echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST" if [[ ($TRAVIS_BRANCH == master) && ($TRAVIS_PUL...
Emphasize that trigger-downstream is one symbol
Emphasize that trigger-downstream is one symbol
YAML
mit
eisop/annotation-tools,eisop/annotation-tools,typetools/annotation-tools,typetools/annotation-tools,eisop/annotation-tools,typetools/annotation-tools
99b7f034f1238bf0496a3641296f4b1adbba1aff
.travis.yml
.travis.yml
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 env: global: - TEST_COMMAND="composer test" matrix: - SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.7.* - SYMFONY_VERSION=dev-master matrix: include: - php: 5.4 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=t...
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 env: global: - TEST_COMMAND="composer test" matrix: - SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.7.* - SYMFONY_VERSION=dev-master matrix: include: - php: 5.4 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=t...
Exclude unsupported PHP version & Symfony combination
Exclude unsupported PHP version & Symfony combination
YAML
mit
elbcoast/ECNFeatureToggleBundle
15887ec399f8d7aa0dbaf7dbbaea0f7ec10fad0b
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.1" - "3.2" - pypy install: - pip install -q --use-mirrors pytest - pip install -q --use-mirrors flexmock script: - py.test
language: python python: - "2.6" - "2.7" - "3.1" - "3.2" - pypy install: - pip install -q -e --use-mirrors . - pip install -q --use-mirrors pytest - pip install -q --use-mirrors flexmock script: - py.test
Install the package in edit-mode in Travis
Install the package in edit-mode in Travis
YAML
mit
jpvanhal/siilo,jpvanhal/siilo
f57d3c59983763a5c05095eee8b9d5c6bfb7cd9e
.travis.yml
.travis.yml
language: go go: - 1.8.x - tip before_install: - go get -v github.com/golang/lint/golint script: - make clean - make vet - make lint - make errcheck - make test - make build - make test-integration matrix: allow_failures: - go: tip
language: go go: - 1.8.x before_install: - go get -v github.com/golang/lint/golint script: - make clean - make vet - make lint - make errcheck - make test - make build - make test-integration
Remove go tip as it takes too much time
Remove go tip as it takes too much time
YAML
mit
metalmatze/gopass,justwatchcom/gopass,franciscocpg/gopass,gopasspw/gopass,metalmatze/gopass,gopasspw/gopass
0acf95d3e1fc85255bcfa71d26965a650ead8268
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm matrix: allow_failures: - php: 5.6 - php: hhvm before_script: - if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi script: - php -l src/* - if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then cd t...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm matrix: allow_failures: - php: 5.6 - php: hhvm before_script: - if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi script: - php -l src/* - if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -...
Use consistent calls for tests
Use consistent calls for tests
YAML
unlicense
marius321967/php-curl-class,jahanzaibbahadur/php-curl-class,php-curl-class/php-curl-class,hebaoxia/php-curl-class,heatery/php-curl-class,heatery/php-curl-class,VolCh/php-curl-class,craa/php-curl-class,petewatts/php-curl-class,php-curl-class/php-curl-class,Savageman/php-curl-class,Jiangyoung/php-curl-class,ptrnov/php-cu...
bdb90215f1b1087a736e2ab4044d2a08dd927a72
.travis.yml
.travis.yml
language: node_js node_js: - "lts/*" cache: npm: true before_install: - export CHROME_BIN=/usr/bin/google-chrome - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - npm run lint - npm run build:all - npm run test:ci
language: node_js node_js: - "lts/*" cache: npm: true services: - xvfb before_install: - export CHROME_BIN=/usr/bin/google-chrome - export DISPLAY=:99.0 script: - npm run lint - npm run build:all - npm run test:ci
Add to services not install
Add to services not install
YAML
apache-2.0
conversationai/perspective-viewership-extension,conversationai/perspective-viewership-extension,conversationai/perspective-viewership-extension
9480b4861506db49714d53e9df2effa404a2ab9f
.travis.yml
.travis.yml
language: objective-c before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet # override to latest - gem install xcpretty --no-rdoc --no-ri --no-document --quiet - pod install script: rake test
language: objective-c osx_image: beta-xcode6.3 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet # override to latest - gem install xcpretty --no-rdoc --no-ri --no-document --quiet - pod install script: rake test
Test Travis Xcode 6.3 upgrade beta
Test Travis Xcode 6.3 upgrade beta See http://blog.travis-ci.com/2015-05-26-xcode-63-beta-general-availability
YAML
mit
tomlongo/nationbuilder-ios,nationbuilder/nationbuilder-ios
de476d2f670a4b6fdef085e6463d3be5566df0af
.travis.yml
.travis.yml
language: java jdk: - openjdk7 - oraclejdk7 install: - gem install bundler - bundle install script: buildr clean package
language: java jdk: - openjdk7 - oraclejdk7 install: - gem install bundler - bundle install script: buildr clean package git: depth: 10
Reduce the size of the git repository downloaded during TravisCI testing.
Reduce the size of the git repository downloaded during TravisCI testing.
YAML
apache-2.0
realityforge/simple-session-filter,realityforge/simple-session-filter
66c9600c8ab4a072b8ec03cb4a406e78d2c255de
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - step - master - travis-ci install: - for dir in compassion.*; do (cd $dir && npm install); done - npm install - npm install istanbul coveralls - git checkout .
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - step - master - travis-ci install: - for dir in compassion.*; do (cd $dir && yarn install --no-lockfile); done - yarn install --no-lockfile - yarn global add istanbul coveralls - git checkout .
Install using Yarn at Travis CI.
Install using Yarn at Travis CI.
YAML
mit
bigeasy/compassion
760acf66ba03904c7c22e6e43400b66bcddabfca
.travis.yml
.travis.yml
language: go
language: go # Versions of go that are explicitly supported. go: - 1.5.4 - 1.6.3 - 1.7 # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls
Add support for code coverage with coveralls.io.
Add support for code coverage with coveralls.io.
YAML
bsd-3-clause
grafov/kiwi
f923a610ecf421badb3ae458f43828b83121dc39
authorization-server/src/main/resources/application.yaml
authorization-server/src/main/resources/application.yaml
# # Copyright 2014 Open mHealth # # 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 writin...
# # Copyright 2014 Open mHealth # # 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 writin...
Add configuration settings for a relational database containing OAuth2 access tokens and client details.
Add configuration settings for a relational database containing OAuth2 access tokens and client details.
YAML
apache-2.0
openmhealth/omh-dsu-ri,smalldatalab/omh-dsu,smalldatalab/omh-dsu,openmhealth/omh-dsu-ri,smalldatalab/omh-dsu,smalldatalab/omh-dsu
48a3740386946277b133960dbdf8abc4ed8938fc
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '4' - '0.12' - '0.10'
language: node_js node_js: - '6' - '4'
Test on version `4` and `6` only
Test on version `4` and `6` only
YAML
mit
gillstrom/is-edge
b25b3d13209faa1152d8d0ae569371854bf4f1fa
.travis.yml
.travis.yml
# We need sudo to install pip system-wide sudo: required os: - linux - osx install: - sudo pip install coveralls script: ./ci.sh after_success: - coveralls
# We need sudo to install pip system-wide sudo: required os: - linux - osx install: # The coverage version number must match what the Pants version declared in # pants.ini uses. - sudo pip install coverage==3.7.1 - sudo pip install coveralls script: ./ci.sh after_success: - coveralls
Install correct version of 'coverage'
Travis: Install correct version of 'coverage'
YAML
mit
walles/px,walles/px
20e60df4f4098472eae6c7a76b768fa77d76bd7a
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.1 - DJANGO_VERSION=1.4 install: - pip install -q Django==$DJANGO_VERSION script: python run_tests.py
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.3 - DJANGO_VERSION=1.4.1 install: - pip install -q Django==$DJANGO_VERSION script: python run_tests.py
Update Django versions for Travis-CI config
Update Django versions for Travis-CI config
YAML
bsd-2-clause
roam/django-uturn
029580e096c482f1d6574d28a390732768367887
synced_folders.yaml
synced_folders.yaml
# - name: default # source: . # destination: /vagrant # nfs: true # mount_options: 'nolock,vers=3,udp,noatime' # disabled: false
- name: default source: . destination: /vagrant nfs: true mount_options: 'nolock,vers=3,udp,noatime'
Enable local folder sharing over NFS.
Enable local folder sharing over NFS.
YAML
apache-2.0
BitBldr/kubernetes-vagrant-coreos-cluster,pires/kubernetes-vagrant-coreos-cluster
475001f888248c4ca31b69f916f6181477405961
.travis.yml
.travis.yml
# Use the language closest to rust, as rust itself is not supported language: c notifications: email: on_success: never on_failure: always install: - sudo apt-get install libsdl1.2-dev - curl http://www.rust-lang.org/rustup.sh | sudo sh - script: - make - make test - make opt
# Use the language closest to rust, as rust itself is not supported language: c notifications: email: on_success: never on_failure: always install: - sudo apt-get install libsdl1.2-dev - curl https://static.rust-lang.org/rustup.sh | sudo sh - script: - make - make test - make opt
Use the secure version of rustup.sh
Use the secure version of rustup.sh
YAML
mit
mvdnes/rboy
d4afe2b3cde4408236da50065ee05701783ed7bc
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8
env: _JAVA_OPTIONS="-Xms1G -Xmx4G" language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer install: script: - mvn clean package
Upgrade Travis to work around JDK bug
Upgrade Travis to work around JDK bug The build currently fails due to a bug in JDK 1.8.0_31. This Travis YML file upgrades the container's JDK to something more modern.
YAML
isc
io7m/jcalcium,io7m/jcalcium,io7m/jcalcium
c2a0373a193bac1daf8b6691e2ece069c5d7ac7f
.travis.yml
.travis.yml
language: go os: - linux - osx go: - 1.4 - 1.5.x - 1.6.x - 1.7.x - 1.8.x - 1.9.x - tip before_install: - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi # - sudo add-apt-repository -y ppa:kubuntu-ppa/backports # - sudo apt-get update -q...
language: go os: - linux - osx go: - 1.4 - 1.5.x - 1.6.x - 1.7.x - 1.8.x - 1.9.x - "1.10.x" - tip matrix: exclude: - os: osx go: 1.4 - os: osx go: 1.5.x - os: osx go: 1.6.x before_install: - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go ...
Test against Go <1.7 on Linux only, as Travis-CI has issues with older versions on macOS
Test against Go <1.7 on Linux only, as Travis-CI has issues with older versions on macOS
YAML
mit
muesli/smartcrop
20a796ebf5255db75531ea863f29ba8078b2adef
.travis.yml
.travis.yml
language: php php: - 7.1 services: - mysql before_script: - composer self-update - composer update - mysql -e 'create database cargo_sample;' - cp ./config/autoload/local.php.dist ./config/autoload/local.php - cp ./config/behat.yml.travis ./config/behat.yml - chmod -R 777 ./data/cache - php ./bin/mi...
language: php php: - 7.1 services: - mysql before_script: - composer self-update - composer update - mysql -e 'create database cargo_sample;' - cp ./config/autoload/local.php.dist ./config/autoload/local.php - cp ./config/behat.yml.travis ./config/behat.yml - chmod -R 777 ./data/cache - php ./bin/mi...
Add sleep and set env var before starting xvfb
Add sleep and set env var before starting xvfb
YAML
bsd-3-clause
codeliner/php-ddd-cargo-sample,codeliner/php-ddd-cargo-sample,codeliner/php-ddd-cargo-sample
f7227348593261f573d3cbc845019ffdea693ae9
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0-p598 - 2.1.6 - 2.2.4 - 2.3.0 - ruby-head matrix: allow_failures: - rvm: ruby-head
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - ruby-head matrix: allow_failures: - rvm: ruby-head
Update TravisCI ruby versions tested against.
Update TravisCI ruby versions tested against. Note: Ruby 2.4 not yet added to this list, since rvm has not released a version supporting this yet. (It is only on the unreleased master branch, so I have currently just installed+tested it locally.)
YAML
mit
tom-lord/regexp-examples
a32759ad59531394d03bd1a422b0d4e2b71373bd
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache/files matrix: include: # Test the latest dependencies - php: 7.1 - php: 7.2 # Test with the lowest dependencies - php: 7.2 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist" before_script: # Re...
language: php sudo: false cache: directories: - $HOME/.composer/cache/files matrix: include: # Test the latest dependencies - php: 7.1 - php: 7.2 # Test with the lowest dependencies - php: 7.2 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist" before_script: # Re...
Fix error with xdebug load
Fix error with xdebug load
YAML
mit
caciobanu/mongodb-migrations,caciobanu/mongodb-migrations,caciobanu/mongodb-migrations
423ec4f4e873b9853fe985655668d5e683129674
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' 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' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/supersede,bigeasy/supersede
3fed22f317749f22ae2ae115ea500322b19b4d02
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
sudo: false language: node_js node_js: - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
Drop support for Node.js 8 early.
Drop support for Node.js 8 early.
YAML
mit
bigeasy/happenstance
7285e93388f03060986493bda28d0534064c1598
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" env: global: - secure: QM1Da3j1fiWEz+fIch6BmvQjg8aunpDfnSDw2uxfdP/oj1ua4mQXokA931sbGhSLrsH6pm43OG60HUoiZ1N5nlVtDPWA4WmQSLvIpteCzaPd0iEABIkfbzPFOqiNNQZkmxXN32zCgKnTYDXD4naoJwmHAlLGjsO9PZi5XqKVD5I= - secure: S7ioup+qMNkaTfhIoc2NJBwjZ2f/i6NDI4KgBK/Pc7bZiO1eqj6ZAsczbHXv0CXQIZDnt1Py...
language: node_js node_js: - '0.12' env: global: - secure: bDaTMSBXbp5FS0e4HJKwanQzT6RuKXJoZza/PBFZskbw2RjNcTjfbAyatTIjXEo3eyHLK0gB3X+K5QlnYJPKocYsLzFTKa9FWC5yAkp0czFeMI0RgrEe8lCgQ/0t8bIJAC0MDk3Wi3kNSMfTtzAprHhMs4ZheVDp04Dy14jPIzI= - secure: h2AK8jnvNEDiVvjWy+Oc5PNCNp0/ZigZ+7j0mlZyl8hskDVuI0+vj6EwHMi2EXmZBTwUS1Ex...
Update saucelabs account to a sub-account
Update saucelabs account to a sub-account
YAML
mit
cesarandreu/browser-image-size
b923b01bc774fcda5883e496fe5bcd6458a9e937
.travis.yml
.travis.yml
language: python install: - pip install python-coveralls script: - echo "skipping tests" #- pytest --cov=recommender tests/ --cov-report=html branches: only: - dev after_success: - coveralls matrix: include: - python: 3.6 - python: 3.7 dist: xenial sudo: true
language: python install: - pip install python-coveralls script: - echo "skipping tests" #- pytest --cov=recommender_engine tests/ --cov-report=html branches: only: - dev after_success: - coveralls matrix: include: - python: 3.6 - python: 3.7 dist: xenial sudo: true
Update package name from recommender to recommender_engine
Update package name from recommender to recommender_engine Signed-off-by: Tran Ly Vu <5ea40c6cce5ab9e9e3e70a427fb3c33f0984b385@accellion.com>
YAML
apache-2.0
tranlyvu/recommender
2ff366e0ee2b7b8486505428c597eda65e722bae
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - iojs - "4" script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" sudo: false
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" sudo: false
Add Node.js version 5.* to Travis CI builds.
Add Node.js version 5.* to Travis CI builds.
YAML
mit
DavidAnson/markdownlint,DavidAnson/markdownlint
729bfe4079cc7369dd2da46b3de04163bc124199
.travis.yml
.travis.yml
language: android android: components: - build-tools-23.0.3 - android-23
language: android android: components: - platform-tools - tools - build-tools-23.0.3 - android-23 - extra-android-m2repository - extra-google-m2repository
Add missing components for build tools 23
[Travis] Add missing components for build tools 23
YAML
mit
gbleu/Navette
91e0572c8fa22d582f26f51c08b3e7cae98caa6e
.travis.yml
.travis.yml
language: ruby rvm: - ruby-2.1.8 - ruby-2.2.4 - ruby-2.3.0 - ruby-head - jruby-9.0.1.0 - jruby-head before_install: gem install bundler -v 1.11.2
language: ruby rvm: - ruby-2.1.8 - ruby-2.2.4 - ruby-2.3.0 - ruby-head - jruby-9.0.1.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head before_install: gem install bundler -v 1.11.2
Allow failures on ruby and jruby head
Allow failures on ruby and jruby head
YAML
apache-2.0
experimental-platform/platform-skvs-ruby,experimental-platform/platform-skvs-ruby
ddad0da1acb7d97aadf14a287145fb14888c0895
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 before_script: composer install script: phpunit --coverage-text
language: php php: - 5.4 - 5.5 before_script: composer install script: phpunit --coverage-text
Remove PHP 5.3 requirement from Travis CI YAML
Remove PHP 5.3 requirement from Travis CI YAML
YAML
mit
iinux/Slim,samsonasik/Slim,opengeek/Slim,feryardiant/slim,dopesong/Slim,juliangut/Slim,pine3ree/Slim,designermonkey/Slim,somjit2514/basic,AndrewCarterUK/Slim,slimphp/Slim,iinux/Slim,Sam-Burns/Slim,RealSelf/Slim,akrabat/Slim,JoeBengalen/Slim,iinux/Slim,foxyantho/Slim,mnapoli/Slim,jaapverloop/Slim
d386fc67257c8718fc907a9139256614797826eb
.travis.yml
.travis.yml
dist: trusty sudo: false language: python branches: only: - master matrix: include: - python: 2.6 env: TOXENV=py26-test - python: 3.6 env: TOXENV=py36-test - python: 3.6 env: TOXENV=py36-docs - python: 3.6 env: TOXENV=py36-doctest install: - pip install -U tox scrip...
dist: trusty sudo: false language: python branches: only: - master matrix: include: - python: 2.7 env: TOXENV=py27-test - python: 3.6 env: TOXENV=py36-test - python: 3.6 env: TOXENV=py36-docs - python: 3.6 env: TOXENV=py36-doctest install: - pip install -U tox scrip...
Test with Python 2.7 on Travis
Test with Python 2.7 on Travis Upgrade from 2.6
YAML
apache-2.0
ajdavis/mongo-mockup-db
6f7ac432cb7e68cfcfeae12f7c2393691e6e898b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - 2.2.2 - 2.2.3 script: bundle exec rspec spec branches: only: - master
language: ruby rvm: - 2.0.0 - 2.1.1 - 2.2.2 - 2.2.3 - 2.2.4 - 2.3.0 script: bundle exec rspec spec branches: only: - master
Add builds for ruby 2.2.4 and 2.3.0
Add builds for ruby 2.2.4 and 2.3.0
YAML
mit
laskaridis/ruby_enum,laskaridis/ruby_enum