commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
e6c5517616e11089d69f19a2c3ff8808afb14991
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8.2 language: swift cache: cocoapods podfile: Example/Podfile # before_install: # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: - set -o pipefail && xcodebuild test -workspace Example/ContactCard.xcworkspace -scheme ContactCard-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8.2 language: swift cache: cocoapods podfile: Example/Podfile # before_install: # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: - set -o pipefail && xcodebuild test -workspace Example/ContactCard.xcworkspace -scheme ContactCard-Example -sdk iphonesimulator10.2 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint
Use iPhone Simulator 10.2 for Travis builds
Use iPhone Simulator 10.2 for Travis builds
YAML
mit
coniferprod/ContactCard,coniferprod/ContactCard,coniferprod/ContactCard
0762fbac6b507da4595d57d89f17aa20bac6645f
packages/bi/bittrex.yaml
packages/bi/bittrex.yaml
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 3d363a4db874aef2a2a2a63111eb2f1803967c19004df25920008549a752c786 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' - '0.4.0.0' author: David Johnson latest: '0.4.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 9beeb7edddc6e4072b9a78fd1bfa2b3d286efbbaa0ead52ac047d71fdd5cb6d5 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' - '0.4.0.0' - '0.5.0.0' author: David Johnson latest: '0.5.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
Update from Hackage at 2017-12-30T17:12:06Z
Update from Hackage at 2017-12-30T17:12:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
bcc5213b917ca50dfee157211393829c7b174e14
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "1.2" after_success: npm run coveralls
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: npm run coveralls
Test io.js instead of a specific version
Test io.js instead of a specific version
YAML
mit
jstransformers/jstransformer,cesarmarinhorj/jstransformer,tunnckoCore/jstransformer
2422f1710fb692412cc63bc1fb9adc38bbb852b7
packages/cp/cpuinfo.yaml
packages/cp/cpuinfo.yaml
homepage: https://github.com/TravisWhitaker/cpuinfo changelog-type: markdown hash: cc052b78e4d04583db81dbcbcb57206a8af5b675e8ae8a8662257366ae133434 test-bench-deps: {} maintainer: [email protected] synopsis: Haskell Library for Checking CPU Information changelog: ! '# 0.1.0.0 Initial release. ' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <4.9' attoparsec: ! '>=0.13 && <0.14' deepseq: ! '>=1.4 && <1.5' all-versions: - '0.1.0.0' author: Travis Whitaker latest: '0.1.0.0' description-type: markdown description: ! '# cpuinfo Haskell Library for Checking CPU Information ' license-name: MIT
homepage: https://github.com/TravisWhitaker/cpuinfo changelog-type: markdown hash: f8b66866219312d38657857f2f7b8afdd844209b36eaed3ecf99c566fdff5766 test-bench-deps: {} maintainer: [email protected] synopsis: Haskell Library for Checking CPU Information changelog: ! '# 0.1.0.0 Initial release. ' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <5.0' attoparsec: ! '>=0.13 && <0.14' deepseq: ! '>=1.4 && <1.5' all-versions: - '0.1.0.0' - '0.1.0.1' author: Travis Whitaker latest: '0.1.0.1' description-type: markdown description: ! '# cpuinfo Haskell Library for Checking CPU Information ' license-name: MIT
Update from Hackage at 2016-09-16T20:30:09+0000
Update from Hackage at 2016-09-16T20:30:09+0000
YAML
mit
commercialhaskell/all-cabal-metadata
d01162ca3404b2829569d8aeabb2c1d12b8252b4
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' notifications: email: false cache: directories: - node_modules branches: except: - release - /^release_\d+$/ after_success: - ./.travis_scripts/push_release_tag.sh env: global: # NOTE: contains GH_TOKEN=xxx from github user gds-pp-ci secure: d1Tfvm/1yMjp7XEkQ2PcMQ6jA38tb8vUktuxLI8aiSkySLrCoM2atlgWEQYYXBmY266bZa6dsmuc7Twtl3n2ihmwYMDb66iQlB9aPrnmxp/ebOagoX8mQgciZ6crzwDUaCpHmyYkkHcCHTaqHWjGepuP/faawl4mC9JXGR6soYY=
language: node_js node_js: - '0.10' notifications: email: false cache: directories: - node_modules branches: only: - master after_success: - ./.travis_scripts/push_release_tag.sh env: global: # NOTE: contains GH_TOKEN=xxx from github user gds-pp-ci secure: d1Tfvm/1yMjp7XEkQ2PcMQ6jA38tb8vUktuxLI8aiSkySLrCoM2atlgWEQYYXBmY266bZa6dsmuc7Twtl3n2ihmwYMDb66iQlB9aPrnmxp/ebOagoX8mQgciZ6crzwDUaCpHmyYkkHcCHTaqHWjGepuP/faawl4mC9JXGR6soYY=
Switch to only build against master
Switch to only build against master
YAML
mit
gds-attic/performanceplatform-notifier,alphagov/performanceplatform-notifier,gds-attic/performanceplatform-notifier,alphagov/performanceplatform-notifier
802785845176fcef5469f11dfaa93ea57568a14f
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.4 - 2.2 - 2.1 - 2.0 - ruby-head - rbx-3.74 - jruby - jruby-head env: global: - JRUBY_OPTS="--2.0" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-3.74 fast_finish: true before_install: gem install bundler -v 1.14.6
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.4 - 2.2 - 2.1 - 2.0 - ruby-head - rbx-3.74 - jruby-1.7.26 - jruby-head env: global: - JRUBY_OPTS="--2.0" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-3.74 fast_finish: true before_install: gem install bundler -v 1.14.6
Use JRuby 1.7.26 on Travis
Use JRuby 1.7.26 on Travis
YAML
mit
jnbt/candy_check
58f7db112e89df0b5172993884833448a449ee1c
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.4 - 2.4.1 - ruby-head env: - "AR_VERSION=4.2.8" - "AR_VERSION=4.2.9" - "AR_VERSION=5.0.4" - "AR_VERSION=5.1.3" - "AR_VERSION=5.2.3" sudo: false cache: bundler branches: only: - master before_install: - mysql -e "create database activerecord_unittest;"
language: ruby rvm: - 2.3.4 - 2.4.1 - ruby-head services: - mysql env: - "AR_VERSION=4.2.8" - "AR_VERSION=4.2.9" - "AR_VERSION=5.0.4" - "AR_VERSION=5.1.3" - "AR_VERSION=5.2.3" sudo: false cache: bundler branches: only: - master before_install: - mysql -e "create database activerecord_unittest;"
Add mysql service to Travis CI config.
:green_heart: Add mysql service to Travis CI config.
YAML
mit
waka/seed-snapshot,waka/seed-snapshot
8a1d6d0125026905881f154e2329420ca10edb1f
.travis.yml
.travis.yml
--- language: python services: - docker python: - "2.7" - "3.6" env: - REQUIREMENTS_FILE=requirements-2.4.txt - REQUIREMENTS_FILE=requirements-2.5.txt - REQUIREMENTS_FILE=requirements-2.6.txt - REQUIREMENTS_FILE=requirements-2.7.txt - REQUIREMENTS_FILE=requirements-2.8.txt install: - pip install -r "$REQUIREMENTS_FILE" script: - molecule test notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/?branch=master
--- language: python services: - docker python: "3.6" env: - REQUIREMENTS_FILE=requirements-2.4.txt - REQUIREMENTS_FILE=requirements-2.5.txt - REQUIREMENTS_FILE=requirements-2.6.txt - REQUIREMENTS_FILE=requirements-2.7.txt - REQUIREMENTS_FILE=requirements-2.8.txt install: - pip install -r "$REQUIREMENTS_FILE" script: - molecule test notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/?branch=master
Drop Python 2.7 from Travis build matrix
Drop Python 2.7 from Travis build matrix
YAML
mit
stackbuilders/sb-debian-base
71ba8d929d1f96d30be0fa69c23ef29243c677be
.travis.yml
.travis.yml
os: linux dist: bionic language: generic env: jobs: - LISP=sbcl - LISP=sbcl32 - LISP=ccl - LISP=ccl32 - LISP=ecl - LISP=allegro - LISP=cmucl # - LISP=abcl jobs: allow_failures: - env: LISP=abcl - env: LISP=ccl32 - env: LISP=cmucl notifications: email: on_success: change on_failure: always irc: channels: - "chat.freenode.net#iolib" on_success: change on_failure: always use_notice: true skip_join: true install: - curl -L https://raw.githubusercontent.com/sionescu/cl-travis/master/install.sh | sh - cl -e "(cl:in-package :cl-user) (dolist (p '(:fiveam)) (ql:quickload p :verbose t))" script: - cl -e "(cl:in-package :cl-user) (prin1 (lisp-implementation-type)) (terpri) (prin1 (lisp-implementation-version)) (terpri) (ql:quickload :bordeaux-threads/test :verbose t) (uiop:quit (if (some (lambda (x) (typep x '5am::test-failure)) (5am:run :bordeaux-threads)) 1 0))"
os: linux dist: bionic language: generic env: jobs: - LISP=sbcl - LISP=sbcl32 - LISP=ccl - LISP=ccl32 - LISP=ecl - LISP=allegro - LISP=cmucl # - LISP=abcl jobs: allow_failures: - env: LISP=abcl - env: LISP=allegro - env: LISP=ccl32 - env: LISP=cmucl notifications: email: on_success: change on_failure: always irc: channels: - "chat.freenode.net#iolib" on_success: change on_failure: always use_notice: true skip_join: true install: - curl -L https://raw.githubusercontent.com/sionescu/cl-travis/master/install.sh | sh - cl -e "(cl:in-package :cl-user) (dolist (p '(:fiveam)) (ql:quickload p :verbose t))" script: - cl -e "(cl:in-package :cl-user) (prin1 (lisp-implementation-type)) (terpri) (prin1 (lisp-implementation-version)) (terpri) (ql:quickload :bordeaux-threads/test :verbose t) (uiop:quit (if (some (lambda (x) (typep x '5am::test-failure)) (5am:run :bordeaux-threads)) 1 0))"
Allow Allegro build to fail
Allow Allegro build to fail
YAML
mit
sionescu/bordeaux-threads,sionescu/bordeaux-threads
328d4063ddb3ee7c455042d17204fc34dfa7e597
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "6" after_script: - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --compilers js:babel-register && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
language: node_js node_js: - "5" - "6" after_script: - NODE_ENV=test istanbul cover `npm bin`/_mocha --report lcovonly -- -R spec --compilers js:babel-register && cat ./coverage/lcov.info | `npm bin`/coveralls.js && rm -rf ./coverage
Use /Users/cw/projects/dispo/node_modules/.bin shortcut and set environment to test
Use /Users/cw/projects/dispo/node_modules/.bin shortcut and set environment to test
YAML
mit
gonsfx/dispo
45bbb636b0a43e63914d5b21e8236382d8380159
.travis.yml
.travis.yml
dist: trusty language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - nightly # 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 before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - | if [[ "$TRAVIS_PHP_VERSION" == '7.2' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi
dist: trusty language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 # 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 before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - | if [[ "$TRAVIS_PHP_VERSION" == '7.2' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi
Remove PHP 8.0 from stack
Remove PHP 8.0 from stack
YAML
mit
antonioribeiro/google2fa,antonioribeiro/google2fa
f1e88507309f1b5395c3dc59a82bd654bc30ce25
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 sudo: false install: - composer self-update - composer install --no-interaction --prefer-source script: - php vendor/bin/phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover log/coverage.xml - wget http://psvcg.coreteks.org/php-semver-checker-git.phar - php php-semver-checker-git.phar suggest -vvv
language: php php: - 7.0 - 7.1 sudo: false install: - composer self-update - composer install --no-interaction --prefer-source script: - php vendor/bin/phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover log/coverage.xml - wget http://psvcg.coreteks.org/php-semver-checker-git.phar - php php-semver-checker-git.phar suggest -vvv
Remove PHP 5.6 as it is not supported by Laravel anymore.
Remove PHP 5.6 as it is not supported by Laravel anymore.
YAML
mit
eXolnet/LaravelModule,eXolnet/laravel-module,eXolnet/laravel-module,eXolnet/LaravelModule,eXolnet/laravel-module
73a7ef001c900ee978ceb218faa5cbcdad376762
.travis.yml
.travis.yml
language: node_js sudo: required dist: trusty services: - docker node_js: - "6" - "7" git: depth: 2 before_install: # clone a real copy of the repo because Travis only clones one branch # - git clone --depth 10 --no-single-branch https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG # - cd $TRAVIS_REPO_SLUG # - git checkout $TRAVIS_BRANCH - curl --output morula --location --fail https://github.com/Originate/morula/releases/download/0.1.1/morula-linux-amd64 && chmod +x morula install: - ./morula all bin/setup script: - ./morula all bin/spec_ci notifications: email: false
language: node_js sudo: required dist: trusty services: - docker node_js: - "6" - "7" git: depth: 2 before_install: - sudo apt-get update - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine # clone a real copy of the repo because Travis only clones one branch # - git clone --depth 10 --no-single-branch https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG # - cd $TRAVIS_REPO_SLUG # - git checkout $TRAVIS_BRANCH - curl --output morula --location --fail https://github.com/Originate/morula/releases/download/0.1.1/morula-linux-amd64 && chmod +x morula install: - ./morula all bin/setup script: - ./morula all bin/spec_ci notifications: email: false
Use the latest Docker version on CI
Use the latest Docker version on CI
YAML
mit
Originate/exosphere,Originate/exosphere,Originate/exosphere,Originate/exosphere
aef7b1a4c2a4d21b4d836f3fd499f0a073ea8cbd
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.4" # command to install dependencies install: - "pip install -r requirements.txt" - "pip install -e ." - "pip install coverage" - "pip install coveralls" - "pip install scrutinizer-ocular" # command to run tests script: - coverage run --source=economicpy setup.py test after_success: - coveralls - ocular
dist: trusty sudo: required addons: sonarqube: token: secure: "YHpi5ZtRDFlDtmLuJDO2tDli7lmL6erlg2EIjT1V/Hj5AFTXQ3VFgNnyqgvkbOQVzSshnWSSZLUfkUoWvCOMlReYg8mRB+tqgtTQROiCxL9r4Uxzpnkb4UWLJlbbRynMjgTbpAFWBYbfKMd7Z1qiPL74xXlXDkUbEYyxBCENKXY=" jdk: - oraclejdk8 script: - sonar-scanner cache: directories: - '$HOME/.sonar/cache' language: python python: - "2.7" # - "3.4" # command to install dependencies install: - "pip install -r requirements.txt" - "pip install -e ." - "pip install coverage" - "pip install coveralls" - "pip install scrutinizer-ocular" # command to run tests script: - coverage run --source=economicpy setup.py test after_success: - coveralls - ocular
Add sonarqube inspections after each build
Add sonarqube inspections after each build
YAML
mit
pawel-lewtak/economic-py
71535b98124d1d1e74a41b327ba3cf2e0c43e776
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.0 - 2.1 - 2.2 script: - bundle exec rspec --color --format progress - bundle exec foodcritic -f any --tags ~FC003 --tags ~FC015 --tags ~FC023 . - bundle exec rubocop
language: ruby cache: bundler sudo: false bundler_args: --without kitchen_common kitchen_vagrant rvm: - 2.0 - 2.1 - 2.2 script: - bundle exec foodcritic -f any --tags ~FC003 --tags ~FC015 --tags ~FC023 . - bundle exec rubocop - bundle exec rspec --color --format progress
Reorder tests and exclude test kitchen gem install
Reorder tests and exclude test kitchen gem install
YAML
apache-2.0
tas50/chef-sensors,tas50/chef-sensors
95a9e55e8756d45f074f199ee5c0d358630780ad
.travis.yml
.travis.yml
sudo: false language: node_js
sudo: false language: node_js deploy: provider: heroku app: exerking api_key: secure: "DODwI0Q7eWEi++nJPDqmk/RfTxCoCeocZ5QLOE/6hE0CpXjx/zz6ZMooztPY29AFndyuP3Cwd3ebgUjo1/LTm11WgNgnJs2FHiBjEZ7d1F2K2vNUGKBML9bZsUCx1wIUIWJXd/S/pqC5rpTo5bqzMWyztUJYtSK5zudSP6nQ+TyCSPmaM0UgaD6qhwnHOGJqauz0Moo6mItR6Rt8fUN4SGSxQU1vELd/alU4y2Gk5d++KmuDp06vm5kRcwcgjzNGoUe04AettE9s9jTGQ8n0L4lp8FsPESOK0keg6YcBdDsC9MWXHPj3Uta9VExK0mgfCv3pEOEuJPAbSC6/M9TK4buSTb7ASdFCXokz7leKZIgAO9P/L1wRln9jkqZA28LVc16ktIty5ANlNnN/9LAWfS1jfX0LvqDrPf5oBzE9om9Ztm2WFh0kjyIxD59Jtw63AlmIvY9pSObJz3CkzKSF7Cc3tTDs/xGzfGxk16mbTy3dYl5L5cMyP1sMH3Fl8aTDmlY2z055r1thh4VFtZefjGRLn7ZBUysbKgzy2oDomyG4BFsTqIvnOq2SyqtPeboTpNmv+FfrFAodQpc/BV8u5Mbg8qGEOyoeiCnzsbdLJgWT9VIeTFMP4GKwPVEOBstGBgjNbCV8V2M37TUlhoOW3t/ntx3fV/ARHMfsTZlzi1k="
Make Travis to deploy to Heroku
Make Travis to deploy to Heroku
YAML
mit
jelmnainen/exerking-front,jelmnainen/exerking-front
ce96da497d1ff20b9e8209d5c075cdb6e0ae5298
.travis.yml
.travis.yml
language: cpp matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode8 - os: osx osx_image: xcode9 before_install: - if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; sudo apt-get update -y; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y; eval "$(curl -sL https://raw.githubusercontent.com/ryuichis/oclint-cpp-travis-ci-examples/master/oclint-ci-install.sh)"; fi script: - mkdir build - cd build - cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. - cd .. - cp build/compile_commands.json . - oclint-json-compilation-database
language: cpp matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode8.3 - os: osx osx_image: xcode9.1 before_install: - if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; sudo apt-get update -y; sudo apt-get upgrade -y; sudo apt-get dist-upgrade -y; eval "$(curl -sL https://raw.githubusercontent.com/ryuichis/oclint-cpp-travis-ci-examples/master/oclint-ci-install.sh)"; fi script: - mkdir build - cd build - cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. - cd .. - cp build/compile_commands.json . - oclint-json-compilation-database
Use latest releases of Xcode 8 and 9
Use latest releases of Xcode 8 and 9
YAML
bsd-3-clause
ryuichis/oclint-cpp-travis-ci-examples,ryuichis/oclint-cpp-travis-ci-examples,ryuichis/oclint-cpp-travis-ci-examples
f291a7b4febbad9aeae30948400b75c18cb52820
.travis.yml
.travis.yml
--- sudo: false language: python env: global: COVERALLS_PARALLEL=true matrix: fast_finish: true include: - env: BUILD=test FORCE_TTY=Y python: '2.7' - env: BUILD=test FORCE_TTY=Y python: '3.5' - env: BUILD=test FORCE_TTY=Y python: '3.6' - env: BUILD=test FORCE_TTY=Y python: '3.7' dist: xenial sudo: true - env: BUILD=test FORCE_TTY=Y python: 'pypy' - env: BUILD=docs python: '3.6' install: - pip install -r requirements/dev.txt script: - | set -ex case "$BUILD" in test) nosetests --with-coverage --cover-package=asciimatics ;; docs) cd doc && cp source/conf_orig.py source/conf.py && ./build.sh ;; esac set +ex after_success: - | set -ex case "$BUILD" in test) mv .coverage .coverage.travis appveyor-artifacts download python coverage_fix.py */.coverage coverage combine .coverage.travis */.coverage coveralls -v ;; esac set +ex notifications: webhooks: https://coveralls.io/webhook
--- sudo: false language: python env: global: COVERALLS_PARALLEL=true matrix: fast_finish: true include: - env: BUILD=test FORCE_TTY=Y python: '2.7' - env: BUILD=test FORCE_TTY=Y python: '3.5' - env: BUILD=test FORCE_TTY=Y python: '3.6' - env: BUILD=test FORCE_TTY=Y python: '3.7' dist: xenial sudo: true - env: BUILD=test FORCE_TTY=Y python: 'pypy' - env: BUILD=docs python: '3.6' install: - pip install -r requirements/dev.txt script: - | set -ex case "$BUILD" in test) nosetests --with-coverage --cover-package=asciimatics ;; docs) cd doc && cp source/conf_orig.py source/conf.py && ./build.sh ;; esac set +ex after_success: - | set -ex case "$BUILD" in test) mv .coverage .coverage.travis appveyor-artifacts download python coverage_fix.py */.coverage coverage combine .coverage.travis */.coverage coveralls ;; esac set +ex notifications: webhooks: https://coveralls.io/webhook
Stop log spam in builds
Stop log spam in builds
YAML
apache-2.0
peterbrittain/asciimatics,peterbrittain/asciimatics
fa465f60ce5af533474439b1e1c829de91c5a185
packages/re/redland.yaml
packages/re/redland.yaml
homepage: '' changelog-type: markdown hash: eff62724228484e7fbcd843bb3d2106ce4422cd286c1a16d9af868405a07d75d test-bench-deps: {} maintainer: [email protected] synopsis: Redland RDF library bindings changelog: ! '# Revision history for redland ## 0.2.0.0 -- 2018-02-23 * Support for literal node types/languages. * Ord and NFData instances for Node and Triple. ## 0.1.0.0 -- 2018-02-20 * ChangeLog is introduced. ' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4.2.0' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.0.1' author: defanor latest: '0.2.0.1' description-type: haddock description: ! 'This package provides low-level and mid-level Redland RDF library bindings, as well as some utility functions. The bindings are not complete in this version, though many functions are present.' license-name: BSD3
homepage: '' changelog-type: markdown hash: c1e813e62405bf26843fc5ccaf735d285610a3a676fd3865fe9beeb0f41621a5 test-bench-deps: {} maintainer: [email protected] synopsis: Redland RDF library bindings changelog: ! '# Revision history for redland ## 0.2.0.0 -- 2018-02-23 * Support for literal node types/languages. * Ord and NFData instances for Node and Triple. ## 0.1.0.0 -- 2018-02-20 * ChangeLog is introduced. ' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4.2.0' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.0.1' - '0.2.0.2' author: defanor latest: '0.2.0.2' description-type: haddock description: ! 'This package provides low-level and mid-level Redland RDF library bindings, as well as some utility functions. The bindings are not complete in this version, though many functions are present.' license-name: BSD3
Update from Hackage at 2018-04-21T23:39:52Z
Update from Hackage at 2018-04-21T23:39:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
c62121f30d493baf50b6b34913ddaf6ec8d16427
.travis.yml
.travis.yml
--- language: ruby sudo: false cache: bundler script: "bundle exec rake ci" rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head - jruby-9000 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true branches: only: master notifications: email: false
--- language: ruby sudo: false cache: bundler script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head - jruby-9000 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true branches: only: master notifications: email: false
Change to drop ruby 1.9
Change to drop ruby 1.9
YAML
mit
peter-murach/github,piotrmurach/github
9dc9bdef295a73c546c0931fc5243aedf98b8703
packages/sd/SDL-ttf.yaml
packages/sd/SDL-ttf.yaml
homepage: '' changelog-type: '' hash: 4f54793becbe0f03c7031936cc74f095f88df036e6ebcd4e3c15fc6a7d174e3d test-bench-deps: {} maintainer: Francesco Ariis <[email protected]> synopsis: Binding to libSDL_ttf changelog: '' basic-deps: base: ! '>=3 && <=5' SDL: -any all-versions: - '0.4.0' - '0.5.2' - '0.5.5' - '0.6.0' - '0.6.1' - '0.6.2' - '0.6.2.1' author: Lemmih ([email protected]) latest: '0.6.2.1' description-type: text description: ! "This package contains Haskell bindings to libSDL_ttf >= 2.0.0.\n\nGlobal installation:\n runhaskell Setup.lhs configure\n runhaskell Setup.lhs build\n \ runhaskell Setup.lhs install # as root\n\nLocal installation:\n runhaskell Setup.lhs configure --prefix=[HOME]/usr --user\n runhaskell Setup.lhs build\n runhaskell Setup.lhs install --user # not as root\n" license-name: BSD3
homepage: '' changelog-type: '' hash: e3000e34d1165ea54df9980845954266cc12c2d4beed9ca1a68d803a0c4c5fa1 test-bench-deps: {} maintainer: Francesco Ariis <[email protected]> synopsis: Binding to libSDL_ttf changelog: '' basic-deps: base: ! '>=3 && <=5' SDL: -any all-versions: - '0.4.0' - '0.5.2' - '0.5.5' - '0.6.0' - '0.6.1' - '0.6.2' - '0.6.2.1' - '0.6.2.2' author: Lemmih ([email protected]) latest: '0.6.2.2' description-type: text description: ! "This package contains Haskell bindings to libSDL_ttf >= 2.0.0.\n\nGlobal installation:\n runhaskell Setup.lhs configure\n runhaskell Setup.lhs build\n \ runhaskell Setup.lhs install # as root\n\nLocal installation:\n runhaskell Setup.lhs configure --prefix=[HOME]/usr --user\n runhaskell Setup.lhs build\n runhaskell Setup.lhs install --user # not as root\n" license-name: BSD3
Update from Hackage at 2015-12-10T04:38:25+0000
Update from Hackage at 2015-12-10T04:38:25+0000
YAML
mit
commercialhaskell/all-cabal-metadata
97e250ce5ecbe4c7cd95f09cb904968f1d850f7e
.travis.yml
.travis.yml
language: objective-c install: true script: xctool ARCHS=i386 VALID_ARCHS=i386 CURRENT_ARCH=i386 ONLY_ACTIVE_ARCH=NO -workspace 'LLBinaryOperators.xcworkspace' -scheme 'LLBinaryOperators' -configuration Debug -sdk iphonesimulator clean build test
language: objective-c before_install: - brew uninstall xctool - brew install xctool --HEAD install: true script: xctool ARCHS=i386 VALID_ARCHS=i386 CURRENT_ARCH=i386 ONLY_ACTIVE_ARCH=NO -workspace 'LLBinaryOperators.xcworkspace' -scheme 'LLBinaryOperators' -configuration Debug -sdk iphonesimulator clean build test
Use xctool head due to issues running tests
Use xctool head due to issues running tests
YAML
mit
lawrencelomax/LLBinaryOperators,lawrencelomax/LLBinaryOperators,lawrencelomax/LLBinaryOperators,lawrencelomax/LLBinaryOperators
599b1756c2d5aed4a16bb5fef68c99eab6c64b05
packages/sh/shakers.yaml
packages/sh/shakers.yaml
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: e5ffa75b82954f21daa40bdc7181e5b47930cd5be4af7b65309283e695a82e81 test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' - '0.0.12' - '0.0.13' - '0.0.14' author: Swift Navigation Inc. latest: '0.0.14' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: e0a9eabcd54c8965337316bbda9270242ee3b6be004accab52eb46591e7c626c test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' - '0.0.12' - '0.0.13' - '0.0.14' - '0.0.15' author: Swift Navigation Inc. latest: '0.0.15' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
Update from Hackage at 2017-01-19T00:52:53Z
Update from Hackage at 2017-01-19T00:52:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
8e4dd77b107425d2592b217ce30937eb26d6e24f
.travis.yml
.travis.yml
rvm: - 2.0 - 2.1 - 2.2 - 2.3.1 gemfile: - gemfiles/4.0.gemfile - gemfiles/4.1.gemfile - gemfiles/4.2.gemfile - gemfiles/5.0.gemfile before_install: - gem install bundler matrix: exclude: - rvm: 2.0 gemfile: gemfiles/5.0.gemfile - rvm: 2.1 gemfile: gemfiles/5.0.gemfile notifications: recipients: - [email protected]
rvm: - 2.0 - 2.1 - 2.2.5 - 2.3.1 gemfile: - gemfiles/4.0.gemfile - gemfiles/4.1.gemfile - gemfiles/4.2.gemfile - gemfiles/5.0.gemfile before_install: - gem install bundler matrix: exclude: - rvm: 2.0 gemfile: gemfiles/5.0.gemfile - rvm: 2.1 gemfile: gemfiles/5.0.gemfile notifications: recipients: - [email protected]
Fix build error with Rails 5
Fix build error with Rails 5
YAML
mit
weppos/breadcrumbs_on_rails,ngelx/breadcrumbs_on_rails,weppos/breadcrumbs_on_rails,ngelx/breadcrumbs_on_rails
4fe82157f9af57c9cd7a16f2684be534237176d4
.travis.yml
.travis.yml
language: php matrix: include: - php: 5.5 env: - PHPUNIT_VERSION=^4.8 - php: 5.6 env: - PHPUNIT_VERSION=^5.7 - php: 7.0 env: - PHPUNIT_VERSION=^6.4 - php: 7.1 env: - PHPUNIT_VERSION=^6.4 - php: 7.2 env: - PHPUNIT_VERSION=^7.5 install: - yes '' | pecl install -f redis - wget http://download.redis.io/releases/redis-4.0.11.tar.gz - tar -xzf redis-4.0.11.tar.gz - make -s -C redis-4.0.11 -j4 - export PATH=$PATH:$PWD/redis-4.0.11/src/ - | if [ ! -z "$PHPUNIT_VERSION" ]; then composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --dev --no-update -n composer install --dev -n fi script: - vendor/bin/phpunit
language: php matrix: include: - php: 5.5 env: - PHPUNIT_VERSION=^4.8 - php: 5.6 env: - PHPUNIT_VERSION=^5.7 - php: 7.0 env: - PHPUNIT_VERSION=^6.4 - php: 7.1 env: - PHPUNIT_VERSION=^6.4 - php: 7.2 env: - PHPUNIT_VERSION=^7.5 - php: 7.3 env: - PHPUNIT_VERSION=^7.5 install: - yes '' | pecl install -f redis - wget http://download.redis.io/releases/redis-4.0.11.tar.gz - tar -xzf redis-4.0.11.tar.gz - make -s -C redis-4.0.11 -j4 - export PATH=$PATH:$PWD/redis-4.0.11/src/ - | if [ ! -z "$PHPUNIT_VERSION" ]; then composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --dev --no-update -n composer install --dev -n fi script: - vendor/bin/phpunit
Add unit test coverage for PHP 7.3
Add unit test coverage for PHP 7.3
YAML
mit
Xon/credis,mklooss/credis,mklooss/credis,Xon/credis,colinmollenhour/credis,colinmollenhour/credis
6c3cbfce194ec7b7cc69a706a2cd799809ee5280
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.6 install: - go get golang.org/x/net/publicsuffix - go get google.golang.org/cloud/datastore script: - make test-travis
language: go go: - 1.6 install: - go get golang.org/x/net/publicsuffix - go get google.golang.org/cloud/datastore script: - make test-travis
Remove Go 1.3 from the Travis tests.
Remove Go 1.3 from the Travis tests. Travis CI is failing on Go 1.3 but not Go 1.6, due to a bug out of our control: https://travis-ci.org/chromium/hstspreload/jobs/124924140
YAML
bsd-3-clause
chromium/hstspreload
fead2632be104b487be1d9eadeb4909836de760f
.travis.yml
.travis.yml
sudo: false language: clojure after_script: - bash -ex test/coveralls.sh
sudo: false language: clojure install: - wget -O boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh - chmod 755 boot - ./boot -V script: ./boot test after_script: - bash -ex test/coveralls.sh
Add boot specific test runner script to Travis
Add boot specific test runner script to Travis
YAML
mit
whitepages/github-changelog
6724eb5d804f91022f0a3ca366fc61ebd87d716c
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head
before_install: gem install bundler --pre rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head
Install prerelease version of Bundler on Travis CI
Install prerelease version of Bundler on Travis CI
YAML
mit
jasnow/appraisal,thoughtbot/appraisal
21f62504828588e499462b04394d8ac5abbf5e3a
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 env: global: - setup=basic - APP_ENV=testing sudo: false before_install: - travis_retry composer self-update install: - if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-dist; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi script: vendor/bin/phpunit
language: php php: - 5.6 - 7.0 env: global: - setup=basic - APP_ENV=testing sudo: false before_install: - travis_retry composer self-update install: - if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-dist; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi script: vendor/bin/phpunit
Stop running tests against 5.5
Stop running tests against 5.5
YAML
mit
laravel/valet,laravel/valet,laravel/valet
e19c164f0256b4c93e6dedca07a4fbc7c00c5372
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.1 before_install: true install: true script: script/cibuild Focus Focus-iOS
language: objective-c osx_image: xcode7.1 before_install: true install: true script: script/cibuild Focus Focus-iOS notifications: webhooks: urls: - https://webhooks.gitter.im/e/1d781e1bcbabade5de35 on_success: always on_failure: always on_start: always
Add Gitter integration with Travis
Add Gitter integration with Travis
YAML
mit
CodaFi/Focus,r-peck/Focus,typelift/Focus
80b4b34df43f48d4af9544e39e4288efc6aacb59
.travis.yml
.travis.yml
language: go sudo: false go: - 1.5 - release install: - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cover - go get github.com/hailiang/gosweep - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls script: - go get -v ./... - go test -v ./... - ../../hailiang/gosweep/gosweep.sh - $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci branches: only: - master
language: go go: - 1.5 - release install: - go get github.com/alecthomas/gometalinter - gometalinter --install --update - go get github.com/axw/gocov/gocov - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go get -v ./... - gometalinter ./... - goveralls -v -service=travis-ci branches: only: - master
Switch from gosweep to gometalinter
Switch from gosweep to gometalinter
YAML
mit
dasfoo/rover,dasfoo/rover,dasfoo/rover
d95c76005c4aab96d9b43c630466f1dd2b20bf42
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - bash <(curl -s https://codecov.io/bash)
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - bash <(curl -s https://codecov.io/bash) addons: apt: packages: - oracle-java8-installer
Make Travis use a more recent JDK
Make Travis use a more recent JDK
YAML
mpl-2.0
kovaloid/infoarchive-sip-sdk,Enterprise-Content-Management/infoarchive-sip-sdk
56dec17b67e1ad6af51a92b6e8dc828688d595a6
.travis.yml
.travis.yml
language: go go: - 1.6.2 - master script: - go test -v ./... - gfmxr -D -c $(grep -cE '^``` ('$(gfmxr list-frobs | tr "\n" '|' | sed 's/|$//')')' README.md)
language: go go: - 1.6.2 - master addons: apt: packages: - zsh script: - go test -v ./... - gfmxr -D -c $(grep -cE '^``` ('$(gfmxr list-frobs | tr "\n" '|' | sed 's/|$//')')' README.md)
Install zsh in Travis land
Install zsh in Travis land
YAML
mit
urfave/gfmrun,urfave/gfmrun
bf9b7a37dda090c2a3fd0ecd4b65995014d9473d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0
Add Ruby 2.1.0 to Travis configuration
Add Ruby 2.1.0 to Travis configuration
YAML
mit
xuewenfei/survey,creatubbles/survey,runtimerevolution/survey,nblake989/survey,creatubbles/survey,runtimerevolution/survey,kwameboame/survey,nblake989/survey,xuewenfei/survey,creatubbles/survey,nblake989/survey,xuewenfei/survey,kwameboame/survey,kwameboame/survey,runtimerevolution/survey
569d20c3e81b97130481a5bf56c01a4ba5b13bbf
.travis.yml
.travis.yml
language: python python: - "2.7" install: - pip install fabric - pip install nose - pip install coverage script: - nosetests -v --with-coverage --cover-package=fabric_digitalocean after_success: - bash <(curl -s https://codecov.io/bash)
language: python python: - "2.7" install: - pip install fabric - pip install nose - pip install coverage - pip install responses script: - nosetests -v --with-coverage --cover-package=fabric_digitalocean after_success: - bash <(curl -s https://codecov.io/bash)
Add responses to the test dependencies.
Add responses to the test dependencies.
YAML
bsd-2-clause
andrewsomething/fabric-digitalocean
11a982c77e88e2debd68c7aa9175b8ff2925cf50
.travis.yml
.travis.yml
language: rust rust: - nightly - 1.1.0 os: - linux - osx script: - cargo build
language: rust sudo: true before_install: - wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz; tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib; make install rust: - nightly - 1.1.0 os: - linux - osx script: - cargo build
Build rocksdb and run tests.
Build rocksdb and run tests.
YAML
apache-2.0
kaedroho/rust-rocksdb,kaedroho/rust-rocksdb,tempbottle/rust-rocksdb,tempbottle/rust-rocksdb,kaedroho/rust-rocksdb,spacejam/rust-rocksdb,spacejam/rust-rocksdb,Lingling7/rust-rocksdb,spacejam/rust-rocksdb,tempbottle/rust-rocksdb,zhangjinpeng1987/rust-rocksdb,zhangjinpeng1987/rust-rocksdb
2275b6320363be9ad5d8544f12c5afd001c599c9
.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 before_script: - gem install --quiet mailcatcher - mailcatcher script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
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 before_script: - gem install --quiet mailcatcher - mailcatcher script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
Use the latest version of composer
Use the latest version of composer
YAML
apache-2.0
duncan3dc/swiftmailer,duncan3dc/swiftmailer,duncan3dc/swiftmailer
55c0aab5372b102903793cb99946872004650f2b
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - jruby - 2.0.0 - 2.1.1 - 1.9.3-p327 script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake notifications: slack: rooms: - phatforge:ClGTk0rAfE5QxM9bg1Usj6Lo#general - phatforge:ClGTk0rAfE5QxM9bg1Usj6Lo#random email: recipients: - [email protected] on_failure: always on_success: change
language: ruby cache: bundler rvm: - jruby - 2.0.0 - 2.1.1 - 1.9.3-p327 script: - bundle exec rake app:db:test:prepare --trace - bundle exec rake notifications: slack: rooms: - phatforge:ClGTk0rAfE5QxM9bg1Usj6Lo#general - phatforge:ClGTk0rAfE5QxM9bg1Usj6Lo#random email: recipients: - [email protected] on_failure: always on_success: change
Use correct invocation for dummy app test prepare
Use correct invocation for dummy app test prepare
YAML
mit
phatforge/theme_renderer,phatforge/theme_renderer
c40c4378eefb09e01c5f8e96ac92a7557db3dcb4
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
language: ruby rvm: - 1.9.3 - 2.0.0 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
Add Ruby 2.0.0 to Travis configuration.
Add Ruby 2.0.0 to Travis configuration.
YAML
mit
tristandunn/pusher-fake,Tybot204/pusher-fake,Drooids/pusher-fake,tristandunn/pusher-fake,Drooids/pusher-fake,Tybot204/pusher-fake
665e2f80ccc17edbcb202f14a669f495b1a90afe
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.12" - "io.js" - "4" - "5"
sudo: false language: node_js node_js: - "4" - "5"
Stop testing with node v0.12 and io.js.
Stop testing with node v0.12 and io.js.
YAML
isc
CodeMan99/blitzbot
a0fc6a28be941c68c8e8f25478391a2dbf6624e3
.travis.yml
.travis.yml
language: go go: - 1.0 - 1.1 - tip before_install: - sudo apt-get install -y libhdf5-serial-dev
language: go go: - 1.1 - tip before_install: - sudo apt-get install -y libhdf5-serial-dev
Drop Go 1.0 from testing, not supported.
Drop Go 1.0 from testing, not supported.
YAML
bsd-3-clause
disktnk/go-hdf5,sbinet/go-hdf5
43974e46e1a654fa92913fe7b08e2a3865063fc9
.travis.yml
.travis.yml
language: ruby cache: bundler before_install: - gem update bundler rvm: - "2.0.0" - "2.1.10" - "2.2.7" - "2.3.4" - "2.4.1" matrix: exclude: - rvm: "2.0.0" env: ACTIVESUPPORT_VERSION=5 - rvm: "2.1.10" env: ACTIVESUPPORT_VERSION=5 env: - ACTIVESUPPORT_VERSION=3 - ACTIVESUPPORT_VERSION=4 - ACTIVESUPPORT_VERSION=5 script: - bundle exec rspec ./spec
language: ruby cache: bundler before_install: - gem update bundler rvm: - "2.0.0" - "2.1.10" - "2.2.10" - "2.3.7" - "2.4.4" - "2.5.1" matrix: exclude: - rvm: "2.0.0" env: ACTIVESUPPORT_VERSION=5 - rvm: "2.1.10" env: ACTIVESUPPORT_VERSION=5 env: - ACTIVESUPPORT_VERSION=3 - ACTIVESUPPORT_VERSION=4 - ACTIVESUPPORT_VERSION=5 script: - bundle exec rspec ./spec
Test on the latest ruby releases in Travis
Test on the latest ruby releases in Travis
YAML
mit
andrewsomething/droplet_kit,digitalocean/droplet_kit
c8921089f07b98630592ec5a830b3ad88b5c9669
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '9' - '8' - '6'
os: "linux" dist: "bionic" language: "node_js" node_js: - "14" - "13" - "12" - "10"
Update Travis node versions and env
Test(config): Update Travis node versions and env
YAML
unlicense
fvdm/nodejs-geolocation
9c01e210d208bb6c9e01b53d9056499447e0d4ad
.travis.yml
.travis.yml
language: node_js os: linux node_js: - node addons: chrome: stable before_script: - npm install -g chromedriver script: - yarn tslint - yarn build - yarn phantomjs-test - yarn browser-test
language: node_js os: linux node_js: - node cache: yarn addons: chrome: stable before_script: - npm install -g chromedriver script: - yarn tslint - yarn build - yarn phantomjs-test - yarn browser-test
Enable yarn caching for Travis CI
Enable yarn caching for Travis CI
YAML
lgpl-2.1
TeamupCom/tinymce,TeamupCom/tinymce,FernCreek/tinymce,tinymce/tinymce,FernCreek/tinymce,FernCreek/tinymce,tinymce/tinymce,tinymce/tinymce
c2e4eb54787b5b0c51dd05f640527b38d16e403f
.travis.yml
.travis.yml
language: python python: - 3.4 - 3.5 install: - pip install -r requirements.txt script: nosetests
langauge: python python: - 3.4 - 3.5 install: - pip install -r requirements.txt script: nosetests
Revert "Fixed langauge -> language typo"
Revert "Fixed langauge -> language typo" This reverts commit 957fd9198e362f242f29526703ed99d2ba52011e.
YAML
mit
joshuamorton/kermit
6d1ab8a277b42c59d7186fe7005b1fa5a74f077a
.travis.yml
.travis.yml
language: python python: - 2.7 sudo: required dist: trusty addons: apt: sources: - google-chrome packages: - google-chrome-stable install: - pip install -r requirements.txt - python setup.py develop before_script: - "wget http://chromedriver.googlecode.com/files/chromedriver_linux32_23.0.1240.0.zip && unzip chromedriver_linux32_23.0.1240.0.zip && sudo mv chromedriver /usr/bin" - "export CHROME_BIN=chromium-browser" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - ls -al /usr/bin - pybot -A tests/conf/default.args tests
language: python python: - 2.7 sudo: required dist: trusty addons: apt: sources: - google-chrome packages: - google-chrome-stable - chromium-chromedriver install: - pip install -r requirements.txt - python setup.py develop before_script: - "wget http://chromedriver.googlecode.com/files/chromedriver_linux32_23.0.1240.0.zip && unzip chromedriver_linux32_23.0.1240.0.zip && sudo mv chromedriver /usr/bin" - "export CHROME_BIN=chromium-browser" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - pybot -A tests/conf/default.args tests
Remove debug outpput. Install chromium-chromedriver.
Remove debug outpput. Install chromium-chromedriver.
YAML
apache-2.0
boakley/robotframework-hub,boakley/robotframework-hub,boakley/robotframework-hub
7ba7d79513d3efad6bb2928833a1e4b91471053c
.travis.yml
.travis.yml
language: node_js node_js: - node - 6 - 4 before_install: - npm install -g codeclimate-test-reporter npx install: - npm install before_script: - npm run lint script: - npm test && npm run build sudo: false cache: directories: - node_modules git: depth: 1 branches: only: - master - develop after_success: - npx nyc report --reporter=text-lcov > coverage.lcov - codeclimate-test-reporter < coverage.lcov - bash <(curl -s https://codecov.io/bash)
language: node_js node_js: - node - 6 - 4 before_install: - npm install -g codeclimate-test-reporter npx install: - npm install before_script: - npm run lint script: - npm test && npm run build sudo: false cache: directories: - node_modules git: depth: 1 branches: only: - master - develop after_success: - codeclimate-test-reporter < coverage/lcov.info - bash < (curl -s https://codecov.io/bash)
Change Code Climate send test coverage
Change Code Climate send test coverage
YAML
mit
leosuncin/onesignal-api-client,leosuncin/onesignal-api-client
5eccc86a7c969004d44cedd54dbd6642b2c02d37
.travis.yml
.travis.yml
sudo: false language: python env: - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=pypy - TOX_ENV=pypy3 - TOX_ENV=cover - TOX_ENV=flake8 - TOX_ENV=docs matrix: include: # Python 3.5 needs to be explicitly requested with python: for now. # See travis-ci/travis-ci#4794 and travis-ci/travis-ci#521. - python: 3.5 env: - TOX_ENV=py35 install: - pip install tox - pip install cython script: - tox -e $TOX_ENV
sudo: false language: python env: - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=pypy - TOX_ENV=pypy3 - TOX_ENV=cover - TOX_ENV=flake8 - TOX_ENV=docs matrix: include: # Python 3.5 needs to be explicitly requested with python: for now. # See travis-ci/travis-ci#4794 and travis-ci/travis-ci#521. - python: 3.5 env: - TOX_ENV=py35 install: - pip install tox - pip install cython - | # If we're testing pypy on Travis, make sure to get a newer version of # PyPy since Travis uses 2.5. # # Adapted from https://github.com/travis-ci/travis-ci/issues/5027#issuecomment-170939193 if [ "$TOX_ENV" = "pypy" ]; then export PYENV_ROOT="$HOME/.pyenv" if [ -f "$PYENV_ROOT/bin/pyenv" ]; then cd "$PYENV_ROOT" && git pull else rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT" fi export PYPY_VERSION="4.0.1" "$PYENV_ROOT/bin/pyenv" install "pypy-$PYPY_VERSION" export PATH="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin:$PATH" fi script: - tox -e $TOX_ENV
Install newer PyPy on Travis
Install newer PyPy on Travis
YAML
mit
thriftrw/thriftrw-python,thriftrw/thriftrw-python,uber/thriftrw-python,uber/thriftrw-python,uber/thriftrw-python,thriftrw/thriftrw-python
6dd9a1e47f355d3cd398766156b30b8198cab1f7
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" before_install: - source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list - wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add - - sudo apt-get update -qq - sudo apt-get install rethinkdb -y - rethinkdb --version install: - pip install . before_script: - rethinkdb --daemon script: py.test tests/ deploy: provider: pypi user: $PYPI_USER password: $PYPI_PASSWORD on: tags: true
language: python python: - "2.7" - "3.4" - "3.5" addons: - rethinkdb: 2.3 install: - pip install . script: py.test tests/ deploy: provider: pypi user: $PYPI_USER password: $PYPI_PASSWORD on: tags: true
Use RethinkDB addon on Travis
Use RethinkDB addon on Travis
YAML
mit
linkyndy/remodel
8f326e297743e262eae77d9b78900b3dc21350f0
.travis.yml
.travis.yml
sudo: required language: python python: - "3.4" install: - "pip3 install pytest" script: python3 -m pytest
sudo: false language: python python: - "3.4" install: - "pip3 install pytest" script: python3 -m pytest
Migrate from legacy to container-based infrastructure
Migrate from legacy to container-based infrastructure
YAML
unlicense
davidgasquez/tip
8bf83f3e88068bca8b047dc32c220399b467aa9e
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - stable - "6" - "4"
language: node_js cache: yarn node_js: - stable - "8" - "6" - "4"
Add separated Node.js 8 to Travis CI config
Add separated Node.js 8 to Travis CI config
YAML
mit
jonathantneal/postcss,pascalduez/postcss,postcss/postcss,bezoerb/postcss,postcss/postcss,Semigradsky/postcss
4b03efdfd403710104c5a3a38a9b305aafa6e307
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # command to install dependencies # Setup anaconda before_install: # http://conda.pydata.org/docs/travis.html - sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - source activate test-environment # - python setup.py install - pip install -r requirements.txt # Testing requirements - pip install pytest-flask pytest-cov python-coveralls codeclimate-test-reporter # command to run tests script: - pytest --cov=. --cov-report term-missing after_success: - coveralls - codeclimate-test-reporter
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # command to install dependencies # Setup anaconda before_install: # http://conda.pydata.org/docs/travis.html - sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - source activate test-environment # - python setup.py install - pip install -r requirements.txt # Testing requirements - pip install pytest-flask pytest-cov python-coveralls codeclimate-test-reporter # command to run tests script: - cd sweetercat - pytest --cov=. --cov-report term-missing after_success: - coveralls - codeclimate-test-reporter
Change into sweetercat dir before running tests
Change into sweetercat dir before running tests
YAML
mit
DanielAndreasen/SWEETer-Cat,DanielAndreasen/SWEETer-Cat
2752e4df2b6889537ae09f561560af359c3e18e7
.travis.yml
.travis.yml
--- language: ruby rvm: - 2.0.0 - 2.1.5 - 2.2.0 matrix: allow_failures: - rvm: 2.2.0
--- language: ruby rvm: - 2.0.0 - 2.1.5 - 2.2.1
Put Ruby 2.2.1 into regular tests
Put Ruby 2.2.1 into regular tests
YAML
apache-2.0
zendesk/zendesk_apps_tools,zendesk/zendesk_apps_tools,zendesk/zendesk_apps_tools
24f123dcedf47649f3fb731c5b9ef05a3a47502f
.travis.yml
.travis.yml
script: ./gradlew clean build jdk: - oraclejdk8 - oraclejdk7 script: - ./gradlew clean build -PspockVersion=0.7-groovy-2.0 && ./gradlew clean build -PspockVersion=1.0-groovy-2.3 notifications: webhooks: urls: - https://webhooks.gitter.im/e/0c47152ec0b752e481c8 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
script: ./gradlew clean build jdk: - oraclejdk8 script: - ./gradlew clean build -PspockVersion=0.7-groovy-2.0 && ./gradlew clean build -PspockVersion=1.0-groovy-2.3 notifications: webhooks: urls: - https://webhooks.gitter.im/e/0c47152ec0b752e481c8 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
Remove JDK7 from TravisCI builds
chore: Remove JDK7 from TravisCI builds JDK7 is no longer available in Travis https://github.com/travis-ci/travis-ci/issues/7884
YAML
apache-2.0
marcingrzejszczak/spock-subjects-collaborators-extension
bc196b409d3d5052bcacbe7d0e0ad5c2c9f0e600
.travis.yml
.travis.yml
language: go sudo: required services: - docker go: - 1.6 install: - go get github.com/Masterminds/glide - glide install script: - go test `go list ./... | grep -v '/vendor/'` after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then GOOS=linux GOARCH=amd64 go build; docker build -t tpbowden/ingress-router:latest .; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push tpbowden/ingress-router:latest; fi
language: go sudo: required services: - docker go: - 1.6 install: - go get github.com/Masterminds/glide - glide install script: - go test `go list ./... | grep -v '/vendor/'` after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then GOOS=linux GOARCH=amd64 go build; docker build -t tpbowden/ingress-router:latest .; docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push tpbowden/ingress-router:latest; fi
Revert "remove email from docker login"
Revert "remove email from docker login" This reverts commit ea4634c5c10ac2fc7773bf95e68d32a4fdb2a41e.
YAML
mit
tpbowden/swarm-ingress-router,tpbowden/swarm-ingress-router
ce571f5dd02b1eb5235aba327016a33740aa70f1
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' - '5' - '4' before_install: - git submodule update --init - npm install -g npm - npm install -g gulp typings install: - npm run pretest - typings install - npm install script: - npm run test - gulp tslint
sudo: false language: node_js node_js: - '6' - '5' - '4' before_install: - git submodule update --init - npm install -g npm - npm install -g gulp typings install: - npm run pretest - npm install script: - npm run test - gulp tslint
Remove typings install from Travis CI config
Remove typings install from Travis CI config
YAML
mit
Josh-ES/react-here-maps,Josh-ES/react-here-maps
ccdf7e201f19a4579bb83aa51293a1f6ce5b59c6
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 9 - 10 cache: yarn: true directories: - open-zwave-master sudo: required env: global: - CC=gcc-4.9 - CXX=g++-4.9 - MOZIOT_HOME=/home/travis/.mozilla-iot/test addons: firefox: latest apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - g++-4.9 - libudev-dev before_install: - pyenv global system 3.6 install: - git clone https://github.com/mozilla-iot/intent-parser - pip3.6 install --user -e git+https://github.com/mycroftai/adapt#egg=adapt-parser - python3.6 intent-parser/intent-parser-server.py & - ./tools/compile-openzwave.sh before_script: - pyenv global system 2.7 script: - yarn - node ./node_modules/webpack/bin/webpack.js - npm run lint - ./tools/make-self-signed-cert.sh - ./node_modules/.bin/jest --runInBand --coverage - npm run yarn-check - npm run dependencies-check after_script: - ./node_modules/.bin/codecov
language: node_js node_js: - 8 - 9 - 10 cache: yarn: true directories: - open-zwave-master sudo: required env: global: - CC=gcc-4.9 - CXX=g++-4.9 - MOZIOT_HOME=/home/travis/.mozilla-iot/test addons: firefox: "62.0" apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - g++-4.9 - libudev-dev before_install: - pyenv global system 3.6 install: - git clone https://github.com/mozilla-iot/intent-parser - pip3.6 install --user -e git+https://github.com/mycroftai/adapt#egg=adapt-parser - python3.6 intent-parser/intent-parser-server.py & - ./tools/compile-openzwave.sh before_script: - pyenv global system 2.7 script: - yarn - node ./node_modules/webpack/bin/webpack.js - npm run lint - ./tools/make-self-signed-cert.sh - ./node_modules/.bin/jest --runInBand --coverage - npm run yarn-check - npm run dependencies-check after_script: - ./node_modules/.bin/codecov
Downgrade Firefox to 62 until webdriver behaves
Temporary: Downgrade Firefox to 62 until webdriver behaves
YAML
mpl-2.0
mozilla-iot/gateway,moziot/gateway,mozilla-iot/gateway,moziot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,moziot/gateway
dfb05dbc607e95fb1d836f764b95efc18af2bd47
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.3.1 - DJANGO_VERSION=1.4 install: - pip install -q Django==$DJANGO_VERSION script: python setup.py test
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.3.1 - DJANGO_VERSION=1.4 install: - pip install -q Django==$DJANGO_VERSION - pip install . --use-mirrors script: python setup.py test
Build is failing due because request dependency can't be downloaded for Python 2.7. Use mirrors to install.
Build is failing due because request dependency can't be downloaded for Python 2.7. Use mirrors to install.
YAML
bsd-2-clause
vyscond/django-all-access,iXioN/django-all-access,dpoirier/django-all-access,vyscond/django-all-access,mlavin/django-all-access,mlavin/django-all-access,iXioN/django-all-access,dpoirier/django-all-access
d0da97aee06290ee389f1c14846557a2efdfb5ac
.travis.yml
.travis.yml
matrix: include: - os: linux before_install: - wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import - - wget -q https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz - tar xzf swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz - export PATH=${PWD}/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04/usr/bin:"${PATH}" script: - swift build - swift build -c release - swift test - os: osx osx_image: xcode9 sudo: required script: - swift build - swift build -c release - swift test
matrix: include: - os: linux before_install: - wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import - - wget -q https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz - tar xzf swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz - export PATH=${PWD}/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04/usr/bin:"${PATH}" script: - swift package update - swift build - swift build -c release - swift test - os: osx osx_image: xcode9 sudo: required script: - swift package update - swift build - swift build -c release - swift test
Update packages before running tests
Update packages before running tests
YAML
mit
kdawgwilk/Autobahn
771ed6ee90342e30cc066fc208d5256ba4ddfcb3
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6-dev" install: - pip install tox-travis - pip install -r requirements.txt - pip install codecov after_success: - codecov script: tox
sudo: false language: python python: - '2.7' - '3.4' - '3.5' - '3.6-dev' install: - pip install tox-travis - pip install -r requirements.txt - pip install codecov after_success: - codecov script: tox deploy: provider: pypi distributions: sdist bdist_wheel user: redapple password: secure: fxvfv8mDt6SBoDQ6yaK8ceKEJm2e3k60RXzFUGjRQfaoWZNpzfzB3ETQmBWDMnX0JN+9jmr0X+gbIn8XgfL4gzc+d2XXauJ7S+Yw/Tnon/PlzbMaiOZgftyJqZT+ARebHtNooubglsJ1a/fEQlnxKDjdttJ1bgQhp5gVXAmAtT4= on: tags: true repo: scrapinghub/js2xml condition: $TRAVIS_PYTHON_VERSION = '3.5'
Add PyPI deploy directive to Travis CI config
Add PyPI deploy directive to Travis CI config
YAML
mit
redapple/js2xml,redapple/js2xml,redapple/js2xml,redapple/js2xml
24397e3f5695f0a033a7026db5f1cf0afa0624c7
.travis.yml
.travis.yml
language: php os: - linux sudo: false php: # - 5.3 (doesn't recognize $var=[], only recognizes $var=array()) # - 5.4 (doesn't have finally{} in try blocks) - 5.5 - 5.6 - 7.0 - nightly matrix: allow_failures: - php: nightly services: - memcached - mysql addons: apt: packages: - libgeoip-dev install: - pear channel-update pear.php.net - pecl install geoip - pear install http2 before_script: - cp config.sample.json config.phoenix.json script: - bash -c 'set -e;for file in $(find ./src -type f -regex .*\.php -print); do php -e -l -f "$file"; done'
language: php os: - linux sudo: false php: # - 5.3 (doesn't recognize $var=[], only recognizes $var=array()) # - 5.4 (doesn't have finally{} in try blocks) - 5.5 - 5.6 - 7.0 - nightly matrix: allow_failures: - php: nightly services: - memcached - mysql addons: apt: packages: - libgeoip-dev install: - pear channel-update pear.php.net - pecl install geoip - pear install http2 before_script: - cp etc/config.sample.json etc/config.phoenix.json script: - bash -c 'set -e;for file in $(find ./src -type f -regex .*\.php -print); do php -e -l -f "$file"; done'
Fix config location for Travis CI
Fix config location for Travis CI
YAML
agpl-3.0
BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web
bbfcb99ec22773a80320898fa8386a8ab1d2c34b
.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/abend
c81feb18b6138dd213cf163b8034bb7a93f13415
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' - 'iojs'
language: node_js node_js: - '0.12' - 'iojs' before_install: - sudo apt-get update - sudo apt-get install -qq libzmq3-dev
Bring in the zmq headers.
Bring in the zmq headers.
YAML
bsd-3-clause
nteract/jupyter-sidecar,captainsafia/jupyter-sidecar,nteract/jupyter-sidecar,rgbkrk/jupyter-sidecar,nteract/sidecar,captainsafia/jupyter-sidecar,rgbkrk/jupyter-sidecar,nteract/sidecar
481dd7345ca4b0294a1a3988b0b498440391eef1
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7 xcode_project: TEAChartDemo.xcodeproj xcode_scheme: TEAChartDemo xcode_sdk: - iphonesimulator9.0
language: objective-c osx_image: xcode7 xcode_project: TEAChartDemo.xcodeproj xcode_scheme: TEAChartDemo xcode_sdk: - iphonesimulator9.0 script: - xctool -project TEAChartDemo.xcodeproj -scheme TEAChartDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Fix Travis CI build, really
Fix Travis CI build, really
YAML
mit
xhacker/TEAChart,alessandrostone/TEAChart
7b1f4cb8ee346dffa9a50cb3719b87983ae7589f
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_install: - npm instal -g grunt-cli script: - grunt travis
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" before_install: - npm instal -g grunt-cli script: - grunt travis cache: directories: - node_modules
Use containerized build on multiple NodeJS
Build: Use containerized build on multiple NodeJS Use the containerized build with caching on the current production versions of Node
YAML
mit
wet-boew/wet-boew-release
d52c784511475f74cafae4f411025644582d4d32
.travis.yml
.travis.yml
language: ruby jdk: - oraclejdk7 sudo: false rvm: - 2.3.1 install: - rvm use 2.3.1 - gem install bundler - bundle install script: buildr clean package git: depth: 10
language: ruby jdk: - oraclejdk8 sudo: false rvm: - 2.3.1 install: - rvm use 2.3.1 - gem install bundler - bundle install script: buildr clean package git: depth: 10
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
YAML
apache-2.0
realityforge/proxy-servlet,realityforge/proxy-servlet
236fa65e0b0f9a6348a44d0030363dbfe6fc8a98
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false script: - bundle exec danger - bundle exec rake before_install: - gem update --system - gem install bundler rvm: - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head - jruby-9.1.16.0 - jruby-head gemfile: - gemfiles/rails_42.gemfile - gemfiles/rails_50.gemfile - gemfiles/rails_51.gemfile - gemfiles/rails_52.gemfile - gemfiles/rails_edge.gemfile matrix: exclude: - rvm: 2.3.7 gemfile: gemfiles/rails_edge.gemfile allow_failures: - rvm: ruby-head - rvm: jruby-9.1.16.0 - rvm: jruby-head - gemfile: gemfiles/rails_edge.gemfile
language: ruby cache: bundler sudo: false script: - bundle exec danger - bundle exec rake before_install: - gem update --system - gem install bundler rvm: - 2.3.8 - 2.4.5 - 2.5.3 - ruby-head - jruby-9.2.3.0 - jruby-head gemfile: - gemfiles/rails_42.gemfile - gemfiles/rails_50.gemfile - gemfiles/rails_51.gemfile - gemfiles/rails_52.gemfile - gemfiles/rails_edge.gemfile matrix: exclude: - rvm: 2.3.8 gemfile: gemfiles/rails_edge.gemfile allow_failures: - rvm: ruby-head - rvm: jruby-9.2.3.0 - rvm: jruby-head - gemfile: gemfiles/rails_edge.gemfile
Test against latest Ruby versions
Test against latest Ruby versions
YAML
mit
yuki24/rambulance,yuki24/rambulance
d81a59d361981d3d3f0c687521b66a7c5648c924
.travis.yml
.travis.yml
--- # Travis file for Jenkins role dist: 'trusty' sudo: 'required' services: - 'docker' language: 'python' env: matrix: - TOXENV='py27-ansible20' - TOXENV='py27-ansible21' - TOXENV='py27-ansible22' before_install: - 'sudo apt-get update -qq' - 'sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine' script: - 'pip install tox-travis' script: - 'travis_wait 30 tox -e "${TOXENV}"' notifications: webhooks: 'https://galaxy.ansible.com/api/v1/notifications/'
--- # Travis file for Jenkins role dist: 'trusty' sudo: 'required' services: - 'docker' language: 'python' env: matrix: - TOXENV='py27-ansible20' - TOXENV='py27-ansible21' - TOXENV='py27-ansible22' before_install: - 'sudo apt-get update -qq' - 'sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine' script: - 'pip install tox-travis' script: - 'travis_wait 40 tox -e "${TOXENV}"' notifications: webhooks: 'https://galaxy.ansible.com/api/v1/notifications/'
Update timeout for Travis testing to 40 minutes
Update timeout for Travis testing to 40 minutes
YAML
mit
infOpen/ansible-role-jenkins
f26d9d67b96af2e15612bb0471415d71a5f8e5fb
.travis.yml
.travis.yml
language: node_js node_js: - 6.11.4 - lts/* - node
language: node_js node_js: - 6.12.0 - lts/* - node
Add node 6.12.0 to build matrix
Add node 6.12.0 to build matrix
YAML
mit
mpalourdio/ng-http-loader,mpalourdio/ng-http-loader,mpalourdio/ng-http-loader
62fffea494ff11f941553e6dbc1627734c9997ec
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.10" - "iojs-v1" - "iojs-v2" - "iojs-v3" - "iojs" script: - ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec after_success: - ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info sudo: false
language: node_js node_js: - "0.12" - "0.10" - "iojs-v1" - "iojs-v2" - "iojs-v3" - "4.0.0" script: - ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec after_success: - ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info sudo: false
Test node.js 4.0.0 on Travis
Test node.js 4.0.0 on Travis
YAML
mit
addaleax/q-semaphore
18f2b7a977c78a6534abdf15bc5be6bc2d72d322
.travis.yml
.travis.yml
language: "node_js" node_js: "node" sudo: false script: ['npm test', 'npm run lint']
language: "node_js" node_js: [ "4", "5", "6", "node"] sudo: false script: ['npm test', 'npm run lint']
Configure Travis CI to test on multiple Node.js versions
Configure Travis CI to test on multiple Node.js versions
YAML
mit
kemitchell/plaintemplate-parse.js
d81d701babf5c6256ce40e7faaa9bfcb45d6ba5b
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 env: - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.3 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.4 fast_finish: true before_script: - composer self-update || true - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss - composer install script: - vendor/bin/phpunit gridfieldextensions/tests
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php php: - 5.5 - 5.6 - 7.0 env: - DB=MYSQL CORE_RELEASE=4 - DB=PGSQL CORE_RELEASE=4 before_script: - composer self-update || true - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss - composer install script: - vendor/bin/phpunit gridfieldextensions/tests
Update Travis configuration for SS4 builds and PHP 7
Update Travis configuration for SS4 builds and PHP 7
YAML
bsd-3-clause
kinglozzer/silverstripe-gridfieldextensions,dhensby/silverstripe-gridfieldextensions,silverstripe-australia/silverstripe-gridfieldextensions,silverstripe-australia/silverstripe-gridfieldextensions,kinglozzer/silverstripe-gridfieldextensions,symbiote/silverstripe-gridfieldextensions,symbiote/silverstripe-gridfieldextensions,dhensby/silverstripe-gridfieldextensions
1af6fdb62f9b6dac2bcd025eee265e5fe6139444
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "pypy" before_install: pip install codecov matrix: allow_failures: - python: - "3.5" - "3.6" - "pypy" include: - python: 2.7 install: pip install -U flake8 script: flake8 --ignore E501,W191,C901,E265,E402 after_success: # - python: 2.7 # install: pip install -U isort # script: isort -c --diff # after_success: install: - pip install six - pip install pytest - pip install coveralls - pip install pytest-cov - python setup.py install script: python setup.py test after_success: - codecov - coveralls notifications: irc: "chat.freenode.net#httoop"
language: python python: - "2.7" - "3.5" - "3.6" - "pypy" before_install: pip install codecov matrix: allow_failures: - python: "3.5" - python: "3.6" - python: "pypy" include: - python: 2.7 install: pip install -U flake8 script: flake8 --ignore E501,W191,C901,E265,E402 after_success: # - python: 2.7 # install: pip install -U isort # script: isort -c --diff # after_success: install: - pip install six - pip install pytest - pip install coveralls - pip install pytest-cov - python setup.py install script: python setup.py test after_success: - codecov - coveralls notifications: irc: "chat.freenode.net#httoop"
Fix allow failure syntax in TravisCI config
Fix allow failure syntax in TravisCI config
YAML
mit
spaceone/httoop,spaceone/httoop,spaceone/httoop
519f4a3d4e0c6bf90e9455fc4ab18382638291be
.travis.yml
.travis.yml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: java jdk: - oraclejdk8 rvm: - 2.6.6 node_js: - v6.10.3 before_install: - openssl aes-256-cbc -K $encrypted_6f0ad65dedff_key -iv $encrypted_6f0ad65dedff_iv -in etc/secrets -out ../secrets.tar -d - "(cd ../ && tar xvf secrets.tar)" - chmod 600 ../deploy - eval `ssh-agent -s` && ssh-add ../deploy install: - nvm install v6.10.3 - nvm use v6.10.3 - npm install -g yarn - yarn install - rvm install ruby-2.3.1 - rvm use 2.3.1 - gem install bundler - bundle install script: bundle exec buildr ci after_success: - bash <(curl -s https://codecov.io/bash) git: depth: false
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: java jdk: - oraclejdk8 rvm: - 2.6.6 node_js: - v6.10.3 before_install: - openssl aes-256-cbc -K $encrypted_6f0ad65dedff_key -iv $encrypted_6f0ad65dedff_iv -in etc/secrets -out ../secrets.tar -d - "(cd ../ && tar xvf secrets.tar)" - chmod 600 ../deploy - eval `ssh-agent -s` && ssh-add ../deploy install: - nvm install v6.10.3 - nvm use v6.10.3 - npm install -g yarn - yarn install - rvm install ruby-2.3.1 - rvm use 2.6.6 - gem install bundler - bundle install script: bundle exec buildr ci after_success: - bash <(curl -s https://codecov.io/bash) git: depth: false
Update the version of ruby used to build project in TravisCI.
Update the version of ruby used to build project in TravisCI.
YAML
apache-2.0
realityforge/arez,realityforge/arez,realityforge/arez
9433681a3268ccdd22bdf0a24081454b6c5974b7
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - "npm install -g jshint" notifications: email: false
language: node_js node_js: - "0.10" notifications: email: false
Remove extra install before Travis test
Remove extra install before Travis test
YAML
mit
rrevanth/news,rrevanth/news
619925077a68e0595141938c1734ea4153dd9297
.travis.yml
.travis.yml
language: go go: - tip - 1.7 - 1.6 dist: trusty sudo: required before_install: - sudo apt-get -qq update - sudo apt-get -qq install btrfs-tools libdevmapper-dev script: - AUTO_GOPATH=1 make install.tools - AUTO_GOPATH=1 ./hack/make.sh validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet validate-vendor - AUTO_GOPATH=1 make .gitvalidation - AUTO_GOPATH=1 make build-binary - sudo env AUTO_GOPATH=1 PATH="$PATH" ./hack/make.sh test-unit - AUTO_GOPATH=1 make docs
language: go go: - tip - 1.7 - 1.6 dist: trusty sudo: required before_install: - sudo apt-get -qq update - sudo apt-get -qq install btrfs-tools libdevmapper-dev script: - AUTO_GOPATH=1 make install.tools - AUTO_GOPATH=1 ./hack/make.sh validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet validate-vendor - AUTO_GOPATH=1 make .gitvalidation - AUTO_GOPATH=1 make build-binary - AUTO_GOPATH=1 ./hack/make.sh cross - sudo env AUTO_GOPATH=1 PATH="$PATH" ./hack/make.sh test-unit - AUTO_GOPATH=1 make docs
Add the cross target to the Travis config
Add the cross target to the Travis config Have Travis build the "cross" target, too. Signed-off-by: Nalin Dahyabhai <[email protected]>
YAML
apache-2.0
rhatdan/storage,containers/storage,containers/storage,rhatdan/storage,containers/storage,rhatdan/storage
6bf938bffc6d023079c90a43b5f9dd8f1984f9a6
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly matrix: allow_failures: - php: 7.4snapshot - php: nightly env: - LARAVEL_VERSION="" - LARAVEL_VERSION="5.5" - LARAVEL_VERSION="5.6" - LARAVEL_VERSION="5.7" - LARAVEL_VERSION="5.8" install: - travis/laravel.php - composer update script: - vendor/bin/phpunit jobs: include: - stage: dependencies script: - vendor/bin/composer-require-checker - stage: coding standards script: - vendor/bin/phpcs --standard=phpcs.xml - stage: code quality script: - vendor/bin/phpstan analyse --level=max src - vendor/bin/phpstan analyse --level=max --configuration=phpstan-tests.neon tests - stage: coverage script: - vendor/bin/phpunit --coverage-clover=coverage.xml - bash <(curl -s https://codecov.io/bash) git: depth: 5 group: travis_latest
language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly matrix: allow_failures: - php: 7.4snapshot - php: nightly env: - LARAVEL_VERSION="" install: - travis/laravel.php - composer update script: - vendor/bin/phpunit jobs: include: - stage: dependencies script: - vendor/bin/composer-require-checker - stage: coding standards script: - vendor/bin/phpcs --standard=phpcs.xml - stage: code quality script: - vendor/bin/phpstan analyse --level=max src - vendor/bin/phpstan analyse --level=max --configuration=phpstan-tests.neon tests - stage: coverage script: - vendor/bin/phpunit --coverage-clover=coverage.xml - bash <(curl -s https://codecov.io/bash) git: depth: 5 group: travis_latest
Drop support for Laravel 5.*
Drop support for Laravel 5.*
YAML
apache-2.0
duncan3dc/blade,duncan3dc/blade
a92c6c6070fdf665d6f505a79e629008219d43a3
.travis.yml
.travis.yml
language: go install: - go get -d -t -v ./... && go build -v ./... go: - 1.8 - tip script: - go vet ./... after_success: - bash <(curl -s https://codecov.io/bash)
language: go install: - go get -d -t -v ./... && go build -v ./... go: - 1.9 - tip script: - go vet ./... after_success: - bash <(curl -s https://codecov.io/bash)
Update ci go version 1.9
Update ci go version 1.9
YAML
apache-2.0
luopengift/gohttp
563baef1c36542917f79e59c4fc4fcb74cadec24
.travis.yml
.travis.yml
language: c install: bash -e .travis-ci-install.sh script: bash -e .travis-ci.sh cache: apt dist: trusty sudo: required matrix: include: - os: linux env: OCAML_VERSION=4.04 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.0 - os: linux env: OCAML_VERSION=4.01 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.00 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=3.12 OPAM_VERSION=1.2.2 - os: osx osx_image: xcode7.3 env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2 notifications: email: - [email protected] irc: - chat.freenode.net#opam
language: c install: bash -e .travis-ci-install.sh script: bash -e .travis-ci.sh cache: apt dist: trusty sudo: required matrix: include: - os: linux env: OCAML_VERSION=4.05 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.04 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.0 - os: linux env: OCAML_VERSION=4.01 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=4.00 OPAM_VERSION=1.2.2 - os: linux env: OCAML_VERSION=3.12 OPAM_VERSION=1.2.2 - os: osx osx_image: xcode7.3 env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2 notifications: email: - [email protected] irc: - chat.freenode.net#opam
Configure a Travis build for OCaml 4.05.
Configure a Travis build for OCaml 4.05.
YAML
cc0-1.0
seliopou/opam-repository,mebsout/opam-repository,pirbo/opam-repository,lefessan/opam-repository,djs55/opam-repository,orbitz/opam-repository,astrada/opam-repository,planar/opam-repository,talex5/opam-repository,toots/opam-repository,dsheets/opam-repository,thizanne/opam-repository,gasche/opam-repository,AltGr/opam-repository,camlspotter/opam-repository,Chris00/opam-repository,hhugo/opam-repository,astrada/opam-repository,andersfugmann/opam-repository,whitequark/opam-repository,jhwoodyatt/opam-repository,andersfugmann/opam-repository,emillon/opam-repository,dra27/opam-repository,dbuenzli/opam-repository,jhwoodyatt/opam-repository,dra27/opam-repository,avsm/opam-repository,Leonidas-from-XIV/opam-repository,avsm/opam-repository,Leonidas-from-XIV/opam-repository,UnixJunkie/opam-repository,gdelaval/opam-repository,djs55/opam-repository,gfxmonk/opam-repository,c-cube/opam-repository,pqwy/opam-repository,codinuum/opam-repository,ocaml/opam-repository,hannesm/opam-repository,toots/opam-repository,emillon/opam-repository,jonludlam/opam-repository,edwintorok/opam-repository,olgu/opam-repository,mjambon/opam-repository,vprevosto/opam-repository,yallop/opam-repository,codinuum/opam-repository,ocaml/opam-repository,samoht/opam-repository,arlencox/opam-repository,Chris00/opam-repository,yallop/opam-repository,aluuu/opam-repository,talex5/opam-repository,kkirstein/opam-repository,fpottier/opam-repository,fxfactorial/opam-repository,def-lkb/opam-repository,jonludlam/opam-repository,kkirstein/opam-repository,camlspotter/opam-repository,AltGr/opam-repository,cakeplus/opam-repository,rizo/opam-repository,pqwy/opam-repository,fpottier/opam-repository,nberth/opam-repository,c-cube/opam-repository,nberth/opam-repository,seliopou/opam-repository,abate/opam-repository,lefessan/opam-repository,dbuenzli/opam-repository,hannesm/opam-repository,hakuch/opam-repository,mjambon/opam-repository,pirbo/opam-repository
528a92744eae6da3d003e0d050dbc7bbff7bfcf9
.travis.yml
.travis.yml
language: python python: - '3.5' - '3.6' env: - HASS=0.90.2 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.93.1 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Update Home Assistant to 0.93.1 for config checks in Travis CI
Update Home Assistant to 0.93.1 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
39acd031d5ee8971b0d76295fd03558fd1006620
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "4.2" - "5.4" addons: apt: packages: - gcc-4.8 - g++-4.8 - libzmq3 - libzmq3-dev - uuid-dev
language: node_js sudo: false node_js: - "4.2" - "5.4" addons: apt: sources: - libzmq3-dev - ubuntu-toolchain-r-test packages: - g++-4.8
Trim up sources and packages.
Trim up sources and packages.
YAML
bsd-3-clause
nteract/enchannel-zmq-backend,nteract/enchannel-zmq-backend
4c1384d878f1b82bd164ea8588198570ec564f5b
.travis.yml
.travis.yml
language: ruby rvm: 2.2 before_install: - gem install bundler script: 'bundle exec rspec' env: - 'AR="~> 3.1.0"' - 'AR="~> 3.2.0"' - 'AR="~> 4.0.0"' - 'AR="~> 4.1.0"' - 'AR="~> 4.2.0"' - 'AR="= 5.0.0.beta3"'
language: ruby rvm: 2.2.4 before_install: - gem install bundler script: 'bundle exec rspec' env: - 'AR="~> 3.1.0"' - 'AR="~> 3.2.0"' - 'AR="~> 4.0.0"' - 'AR="~> 4.1.0"' - 'AR="~> 4.2.0"' - 'AR="= 5.0.0.beta3"'
Use ruby 2.2.4 to run tests
Use ruby 2.2.4 to run tests
YAML
mit
camertron/arel-helpers
62d2a789f3bd88c45b1fb55bdb65f5a33fa94b57
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '5' - '4' # fail asap when there is a failure matrix: fast_finish: true # cache node modules cache: directories: - $HOME/.yarn-cache - node_modules - docs/node_modules - themes/phenomic-theme-base/node_modules - test-setup/node_modules # We don't use yarn.lock but want Yarn to be installed before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: yarn after_success: yarn run coverage # for Yarn, to build some native deps env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
language: node_js node_js: - '6' - '4' # fail asap when there is a failure matrix: fast_finish: true # cache node modules cache: directories: - $HOME/.yarn-cache - node_modules - docs/node_modules - themes/phenomic-theme-base/node_modules - test-setup/node_modules # We don't use yarn.lock but want Yarn to be installed before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: yarn after_success: yarn run coverage # for Yarn, to build some native deps env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Remove node 5 to get faster Travis CI
Remove node 5 to get faster Travis CI
YAML
mit
MoOx/phenomic,phenomic/phenomic,pelhage/phenomic,phenomic/phenomic,MoOx/phenomic,MoOx/statinamic,MoOx/phenomic,phenomic/phenomic
8cc1604b12bcb063cbffaf0210c8c8c09d6f5418
.travis.yml
.travis.yml
language: go go: - 1.2 - 1.3 - 1.4.4 - 1.5 - tip
language: go go: - 1.2 - 1.3 - 1.4.4 - 1.5.3 - tip
Use go version 1.5.3 on Travis
Use go version 1.5.3 on Travis
YAML
mit
fern4lvarez/piladb,fern4lvarez/piladb
9e75821d05b0ad30d80296cd37bf499a0675704b
.travis.yml
.travis.yml
language: php php: - '7.2' cache: directories: - src/support/packages/vendor - src/node_modules services: - mysql before_script: - cd src - cp .env.ci .env - composer install --no-interaction - npm install - npm run production - php artisan key:generate - php artisan migrate script: - support/packages/vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) - "curl https://projectcitybuild.com/deploy?key=$DEPLOY_KEY"
language: php php: - '7.2' cache: directories: - src/support/packages/vendor - src/node_modules services: - mysql before_script: - cd src - cp .env.ci .env - composer install --no-interaction - npm install - npm run production - php artisan key:generate - php artisan migrate script: - support/packages/vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
Remove auto deploy from TravisCI build
Remove auto deploy from TravisCI build
YAML
mpl-2.0
itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild
83f2278f82acc43dd17695f9bf59ba9d70fdc327
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "1.2" after_success: npm run coveralls
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: npm run coveralls
Test io.js instead of a specific version
Test io.js instead of a specific version
YAML
mit
jstransformers/jstransformer-haml,jstransformers/jstransformer-haml
6748b29db5ece269cd438b837a6e4f5e1d36b81a
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0 - 2.1 - jruby-18mode - jruby-19mode # JRuby in 1.9 mode - rbx-2.1 - rbx-2.2 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: jruby-18mode - rvm: 1.8.7 fast_finish: true
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0 - 2.1 - jruby-18mode - jruby-19mode # JRuby in 1.9 mode - rbx-2.1 - rbx-2.2 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: jruby-18mode - rvm: 1.8.7 fast_finish: true install: bundle install --jobs=1 --retry=3
Add 1 job install command to fix rbx 2.1.
Add 1 job install command to fix rbx 2.1.
YAML
mit
cameron-martin/event_machine-test
0fd9cc69a6ff3b84f223365b4223245cc8bcf3b0
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 bundler_args: --without development production --quiet before_script: - "bundle exec rake test_app" script: "DISPLAY=:99.0 bundle exec rspec spec" notifications: email: - [email protected] - [email protected] - [email protected] branches: only: - master - 1-0-stable - 1-1-stable - 1-2-stable - 1-3-stable
language: ruby rvm: - 1.9.3 - 2.0.0 bundler_args: --without development production --quiet before_script: - "bundle exec rake test_app" script: "DISPLAY=:99.0 bundle exec rake spec" notifications: email: - [email protected] - [email protected] - [email protected] branches: only: - master - 1-0-stable - 1-1-stable - 1-2-stable - 1-3-stable
Use rake spec, not rspec spec
Use rake spec, not rspec spec
YAML
bsd-3-clause
3drobotics/spree_related_products,surfdome/spree_related_products,reinaris/spree_related_products,3drobotics/spree_related_products,spree-contrib/spree_related_products,macmm/spree_related_products,spree-contrib/spree_related_products,reinaris/spree_related_products,stevecawdery/spree_related_products,3drobotics/spree_related_products,surfdome/spree_related_products,spree-contrib/spree_related_products,stevecawdery/spree_related_products,sunny2601/spree_related_products,stevecawdery/spree_related_products,macmm/spree_related_products,sunny2601/spree_related_products,sunny2601/spree_related_products,macmm/spree_related_products,reinaris/spree_related_products
3fc60664e6280f04620211310648a810205b804f
.travis.yml
.travis.yml
rvm: - 2.0.0 - 2.1 - ruby-head matrix: allow_failures: - rvm: ruby-head
rvm: - 2.0.0 - 2.1 - 2.2 - ruby-head matrix: allow_failures: - rvm: ruby-head
Add 2.2 to build matrix
Add 2.2 to build matrix
YAML
mit
icebreaker/pry-byebug,pik/pry-byebug,andrewfader/pry-byebug,deivid-rodriguez/pry-byebug,stephenprater/pry-byebug
eb0687ba088709e7b77e4340a8b8675b4393ef28
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4 - 5 - 6 sudo: false git: depth: 1000000 script: - npm run ci notifications: email: - [email protected] addons: apt: sources: - ubuntu-toolchain-r-test packages: - libstdc++-4.9-dev
language: node_js node_js: - 0.12 - 4 - 5 - 6 sudo: false git: depth: 1000000 script: - npm run ci notifications: email: - [email protected] env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Use a C++11 compliant compiler
Use a C++11 compliant compiler This is necessary for Node.js 4 support. As per https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
YAML
mit
mrPjer/git-hours,kimmobrunfeldt/git-hours
c1c663e7480a43018eaf0d1e5cbe3615478a393a
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 - openjdk7 - openjdk6
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6
Add Java 8 Travis build.
Add Java 8 Travis build.
YAML
apache-2.0
mikesprague/urlbuilder,mikaelhg/urlbuilder
2fe304c68dba80c85ccd6fd788b54bf3e46aa665
.travis.yml
.travis.yml
language: generic env: global: - export BATS_PATH=/tmp/bats - export PATH="$BATS_PATH/bin:$PATH" install: - git clone https://github.com/sstephenson/bats $BATS_PATH script: - bats -t test
language: generic script: - make test
Use default bats on Travis CI
Use default bats on Travis CI
YAML
mit
kusabashira/vil
fa56487151e00f3cbcc22b3bf8f06a4cd9fd5caf
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - 0.11 - 0.10 - 0.8 allow_failures: node_js: - 0.8
Update build matric, dropping 0.6, allowing failures 0.8 .
Update build matric, dropping 0.6, allowing failures 0.8 .
YAML
mit
tiredpixel/unmoved
8b521c8ac7be4c2fc1093cfad0272b253ba83d35
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 node_js: - stable cache: bundler env: - RAKE_ENV=test before_install: - npm install --global [email protected] - npm install --global [email protected] - gem install bundler install: - bundle install script: - bundle exec rake test
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 node_js: - 6 cache: bundler env: - RAKE_ENV=test before_install: - npm install --global [email protected] - npm install --global [email protected] - gem install bundler install: - bundle install script: - bundle exec rake test
Use nodejs v6 for testing
Use nodejs v6 for testing
YAML
mit
yivo/pug-ruby,yivo/pug-ruby,yivo/pug-ruby
1b2fdf9f66b9afc99529b2e846b62eefaf04c44d
.travis.yml
.travis.yml
sudo: true language: cpp os: - osx compiler: - gcc cache: directories: - "$HOME/deps" script: - curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O - chmod u+x macpython-download-cache-and-build-module-wheels.sh - ./macpython-download-cache-and-build-module-wheels.sh - tar -zcvf dist.tar.gz dist/ - curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz
sudo: true language: cpp os: - osx compiler: - gcc cache: directories: - "$HOME/Library/Caches/Homebrew" script: - curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O - chmod u+x macpython-download-cache-and-build-module-wheels.sh - ./macpython-download-cache-and-build-module-wheels.sh - tar -zcvf dist.tar.gz dist/ - curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz
Update of the cache directory for TravisCI
ENH: Update of the cache directory for TravisCI
YAML
apache-2.0
InsightSoftwareConsortium/ITKTextureFeatures,InsightSoftwareConsortium/ITKTextureFeatures
05f19f10b3e209b6f35f89664fc8b193812cc53d
.travis.yml
.travis.yml
language: objective-c before_install: - gem install xcpretty # this will go away soon when Travis installs xcpretty script: make ci
language: objective-c before_install: - gem install xcpretty # this will go away soon when Travis installs xcpretty - gem install cocoapods # latest version of cocoapods script: make ci
Use latest version of CocoaPods on Travis CI
Use latest version of CocoaPods on Travis CI
YAML
bsd-3-clause
tonyarnold/Kiwi,PaulTaykalo/Kiwi,samkrishna/Kiwi,carezone/Kiwi,cookov/Kiwi,emodeqidao/Kiwi,samkrishna/Kiwi,ecaselles/Kiwi,tcirwin/Kiwi,carezone/Kiwi,weslindsay/Kiwi,tonyarnold/Kiwi,carezone/Kiwi,indiegogo/Kiwi,weslindsay/Kiwi,emodeqidao/Kiwi,ecaselles/Kiwi,indiegogo/Kiwi,emodeqidao/Kiwi,emodeqidao/Kiwi,samkrishna/Kiwi,tonyarnold/Kiwi,depop/Kiwi,JoistApp/Kiwi,indiegogo/Kiwi,weslindsay/Kiwi,depop/Kiwi,depop/Kiwi,PaulTaykalo/Kiwi,PaulTaykalo/Kiwi,samkrishna/Kiwi,cookov/Kiwi,carezone/Kiwi,tcirwin/Kiwi,tonyarnold/Kiwi,indiegogo/Kiwi,JoistApp/Kiwi,cookov/Kiwi,tcirwin/Kiwi,depop/Kiwi,JoistApp/Kiwi,ecaselles/Kiwi,JoistApp/Kiwi,weslindsay/Kiwi,ecaselles/Kiwi,cookov/Kiwi,tcirwin/Kiwi,PaulTaykalo/Kiwi
a9de138a014590469aa6ee4692e96c8912b5dfe6
.travis.yml
.travis.yml
--- language: php sudo: false env: global: - GH_REF: github.com/shrikeh/teapot.git - secure: "h8Q6F3ThS/pwBDMUg3Vj5zKqVhk2Birt1cZkbIxiFOMI2ptKHg+j6m9n3HTMRZq1jdEUrqnbqME3cCAAIs70dvw24ByeS7GJxzaBNLf/uA2nt6+6BiGvbAUqkVsCEMSyr7QqzsYMdbeGxEViuvgxhp3x6Fy9jIRz4kNdYJvzFUU=" matrix: include: - php: 5.5 - php: 5.6 - php: hhvm - php: 7.0 allow_failures: # While teapot will run on these versions, let's not let them break builds. - php: 5.5 fast_finish: true cache: directories: - $HOME/.composer/cache before_install: # Remove xdebug as per https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer - if [ "$TRAVIS_PHP_VERSION" != 'hhvm' ]; then phpenv config-rm xdebug.ini; fi - composer self-update - composer validate install: - composer install --prefer-dist script: - bin/test ...
--- language: php sudo: false env: global: - GH_REF: github.com/shrikeh/teapot.git - secure: "h8Q6F3ThS/pwBDMUg3Vj5zKqVhk2Birt1cZkbIxiFOMI2ptKHg+j6m9n3HTMRZq1jdEUrqnbqME3cCAAIs70dvw24ByeS7GJxzaBNLf/uA2nt6+6BiGvbAUqkVsCEMSyr7QqzsYMdbeGxEViuvgxhp3x6Fy9jIRz4kNdYJvzFUU=" matrix: include: - php: 5.6 - php: hhvm - php: 7.0 allow_failures: # HHVM will be abandoned so let's not have it break builds - php: hhvm fast_finish: true cache: directories: - $HOME/.composer/cache before_install: # Remove xdebug as per https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer - if [ "$TRAVIS_PHP_VERSION" != 'hhvm' ]; then phpenv config-rm xdebug.ini; fi - composer self-update - composer validate install: - composer install --prefer-dist script: - bin/test ...
Fix Travis so we no longer use 5.5
Fix Travis so we no longer use 5.5
YAML
mit
shrikeh/teapot,shrikeh/teapot
55242aaf3d3fa0b0e9f6224bc2178b57655f5e8a
.travis.yml
.travis.yml
dist: bionic sudo: required language: python cache: pip python: # After upgrading to Ubuntu 18.04 we lost ability to test against Py3.5 # - 3.5 - 3.6 - 3.7 env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password # With PyData enabled, there's always one migration missing, # so let's not check migrations. # CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt before_script: - if [[ $CHECK_MIGRATION == true ]]; then python manage.py makemigrations --dry-run --check; export STATUS_CODE=$?; if [[ "$STATUS_CODE" != "0" ]]; then exit 1; fi; fi; script: - python manage.py test -v 2
dist: bionic sudo: required language: python cache: pip # used for caching purposes services: - redis-server python: # After upgrading to Ubuntu 18.04 we lost ability to test against Py3.5 # - 3.5 - 3.6 - 3.7 env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password # With PyData enabled, there's always one migration missing, # so let's not check migrations. # CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt before_script: - if [[ $CHECK_MIGRATION == true ]]; then python manage.py makemigrations --dry-run --check; export STATUS_CODE=$?; if [[ "$STATUS_CODE" != "0" ]]; then exit 1; fi; fi; script: - python manage.py test -v 2
Add Redis to Travis-CI configuration
Add Redis to Travis-CI configuration
YAML
mit
pbanaszkiewicz/amy,pbanaszkiewicz/amy,swcarpentry/amy,pbanaszkiewicz/amy,swcarpentry/amy,swcarpentry/amy
451e0aae262297b19f9b47dee99b6644fd42fa84
.travis.yml
.travis.yml
language: node_js node_js: - 6 # https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md addons: apt: packages: - xvfb before_install: - export DISPLAY=':99.0' - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & before_script: - bash bin/before_script.sh script: - npm run build:production - npm test after_success: - npm run coveralls - bash bin/after_success.sh branches: except: - /^v\d+\.\d+\.\d+$/ - gh-pages notifications: webhooks: http://webhook.hakatashi.com/travis
language: node_js node_js: - node # https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md addons: apt: packages: - xvfb before_install: - export DISPLAY=':99.0' - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & before_script: - bash bin/before_script.sh script: - npm run build:production - npm test after_success: - npm run coveralls - bash bin/after_success.sh branches: except: - /^v\d+\.\d+\.\d+$/ - gh-pages notifications: webhooks: http://webhook.hakatashi.com/travis
Update node version of Travis to the latest
Update node version of Travis to the latest
YAML
mit
tsg-ut/mnemo,tsg-ut/mnemo
36bf4b3162b7188d63cc381c381ec9a7bd7ec57a
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang 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 - sudo apt-get install libgmp3-dev - curl -O https://gforge.inria.fr/frs/download.php/32994/CGAL-4.3.tar.gz - tar zxvf CGAL-4.3.tar.gz - cd CGAL-4.3 - cmake . - make - sudo make install script: - cd .. - cmake . - make after_script: make test cache: - bundler - apt
language: cpp compiler: - gcc - clang 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 - sudo apt-get install libgmp3-dev - curl -O https://gforge.inria.fr/frs/download.php/32994/CGAL-4.3.tar.gz - tar zxvf CGAL-4.3.tar.gz &> install.log - cd CGAL-4.3 - cmake . - make - sudo make install &>> install.log script: - cd .. - cmake . - make after_script: make test cache: - bundler - apt
Truncate Travis output to install.log
Truncate Travis output to install.log
YAML
bsd-3-clause
acgetchell/CDT-plusplus,acgetchell/CDT-plusplus,acgetchell/CDT-plusplus