commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
59a8be3b2a3ad4968ebe64479af24b1c522f509a
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth:...
Use the latest version of composer for testing
Use the latest version of composer for testing
YAML
apache-2.0
duncan3dc/dates,duncan3dc/dates
72d9a3d590f82b219019d9fc811eeb9990b52c96
.travis.yml
.travis.yml
language: node_js node_js: - "6.0" - "5.0" - "4.4" - "4.0" - "0.12" - "0.11" - "0.10" after_success: 'npm run coveralls'
language: node_js node_js: - "6.0" - "5.0" - "4.4" - "4.0" after_success: 'npm run coveralls'
Remove Travis-CI test for node < 4.0
Remove Travis-CI test for node < 4.0
YAML
mit
keithmorris/node-dotenv-extended
61bc0a0874002963233d5401edf9c25fcdcea445
.travis.yml
.travis.yml
dist: xenial language: python python: - "2.7" - "3.4" - "3.7" - "3.8-dev" - "pypy3.5" install: - pip install -e . - pip install --upgrade pytest pytest-cov codacy-coverage script: py.test -v --color=yes --cov-report xml --cov=canopen test/ after_script: python-codacy-coverage
dist: xenial language: python python: - "2.7" - "3.5" - "3.7" - "3.8" - "pypy3.5" install: - pip install -e . - pip install --upgrade pytest pytest-cov codacy-coverage script: pytest -v --color=yes --cov-report xml --cov=canopen test/ after_script: python-codacy-coverage
Update CI with new Python versions
Update CI with new Python versions
YAML
mit
christiansandberg/canopen,christiansandberg/canopen
1de048bfd477d3e33d2e8cd218ecc5d355431d50
.travis.yml
.travis.yml
env: # global: # - CC_TEST_REPORTER_ID=be4cc7b052d350cf958e504fc3f546d2a356cf8bae8b6d5848e55b74caf5e13f language: node_js node_js: - "stable" install: npm install services: - postgresql env: - NODE_ENV=test before_script: #- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ...
env: global: - CC_TEST_REPORTER_ID=be4cc7b052d350cf958e504fc3f546d2a356cf8bae8b6d5848e55b74caf5e13f language: node_js node_js: - "stable" install: npm install services: - postgresql env: - NODE_ENV=test before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./c...
Fix Coveralls status badge issue
Fix Coveralls status badge issue
YAML
mit
Philipeano/post-it,Philipeano/post-it
f9ea13b0ff84ea52d7194c27f5080733334920ac
.travis.yml
.travis.yml
branches: only: - master language: php php: - 5.3 script: phpunit tests/ notifications: irc: - "irc.freenode.org#fluxbb"
branches: only: - master language: php php: - 5.3 before_script: - "sudo apt-get install php5-xcache" script: phpunit tests/ notifications: irc: - "irc.freenode.org#fluxbb"
Install XCache extension before testing (CI stuff).
Install XCache extension before testing (CI stuff).
YAML
lgpl-2.1
fluxbb/cache,fluxbb/cache
8105c6f027b18cab3f3abea74471cbb0febd54d5
.travis.yml
.travis.yml
sudo: required os: - linux - osx language: - cpp services: - docker before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja python3; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull jpakkane/mesonci:xenial; ...
sudo: required os: - linux - osx language: - cpp services: - docker before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja python3; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull jpakkane/mesonci:yakkety;...
Upgrade docker build image to yakkety.
Upgrade docker build image to yakkety.
YAML
apache-2.0
becm/meson,ernestask/meson,QuLogic/meson,thiblahute/meson,mesonbuild/meson,wberrier/meson,fmuellner/meson,pexip/meson,thiblahute/meson,trhd/meson,centricular/meson,jeandet/meson,mesonbuild/meson,jeandet/meson,thiblahute/meson,centricular/meson,mesonbuild/meson,QuLogic/meson,ernestask/meson,QuLogic/meson,pexip/meson,Mat...
6cbf744cf3081bbe8cdce17d6b201e6c2d6a1be8
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 gemfile: src/Gemfile env: - SUITE=cucumber - SUITE=spec before_install: - sed -i s/'pg'/'sqlite3'/ src/Gemfile install: - cd src - bundle install --path bundle before_script: - cp config/database.sqlite config/database.yml - bundle exec rake dc:oauth_keys - bund...
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 gemfile: src/Gemfile env: - SUITE=cucumber - SUITE=spec before_install: - sed -i s/'pg'/'sqlite3'/ src/Gemfile install: - cd src - bundle install --path bundle before_script: - cp config/database.sqlite config/database.yml - bundle exec rake dc:oauth_key...
Add Ruby 2.0 to Travis
Add Ruby 2.0 to Travis
YAML
apache-2.0
aeolusproject/conductor,aeolusproject/conductor,aeolusproject/conductor,aeolusproject/conductor
da8fbf164cd3f9114ab365baec7aa6329218bdb4
.travis.yml
.travis.yml
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "iojs" before_script: - npm install -g gulp services: - mysql env: - DATABASE_NAME=appsumo-challenge-test DATABASE_USERNAME=travs DATABASE_PASSWORD= GOOGLE_SECRET=shh GOOGLE_ID=shh GOOGLE_EMAIL=shh@shh.shh
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "iojs" before_script: - sh -c "mysql -e 'create database IF NOT EXISTS appsumo-challange';" - npm install -g gulp services: - mysql env: - DATABASE_USERNAME=travis DATABASE_PASSWORD= GOOGLE_SECRET=shh GOOGLE_ID=shh GOOGLE_EMA...
Make sure db is created
Make sure db is created
YAML
mit
paullryan/appsumo-challenge,paullryan/appsumo-challenge
d0f05c47541a4cd3219805e3728328cc8d699908
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - node - "10"
language: node_js cache: yarn node_js: - node - "12" - "10"
Add Node.js 12 to Travis CO
Add Node.js 12 to Travis CO
YAML
mit
logux/logux-core
285140a18c37dcf84bc6f6cef614ac8b1847cce3
.travis.yml
.travis.yml
language: java jdk: - openjdk6 sudo: false cache: directories: - $HOME/.m2 services: - cassandra
language: java sudo: false cache: directories: - $HOME/.m2 - $HOME/.cache/pip - $HOME/.ccm/repository env: - CASSANDRA_VERSION=3.5 before_install: - pip install --user ccm - export PATH=$PATH:$HOME/.local/bin - jdk_switcher use oraclejdk8 - ccm create -v binary:$CASSANDRA_VERSION -n 1 -s -b --vnod...
Use ccm to run Cassandra before the build.
Use ccm to run Cassandra before the build.
YAML
apache-2.0
dananderson/cassandra-test
a1a1d5a04d9ade60b1048315ec76ee9bf64acb0a
.travis.yml
.travis.yml
language: python python: - "2.7" addons: apt: packages: - pep8 script: - python build.py - python build_test.py - pep8 build.py
language: python python: - "2.7" - "3.5" addons: apt: packages: - pep8 script: - python build.py - python build_test.py - pep8 build.py
Add Python 3 tests to Travis config
Add Python 3 tests to Travis config
YAML
agpl-3.0
hackerevents/hackerevents,frankrousseau/hackerevents,frankrousseau/hackerevents,hackerevents/hackerevents
9ec0dcfa39361da268658227c7618ab035d16d05
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -y pylint - sudo pip install matplotlib pyhull install: true script: npm test deploy: provider: heroku api_key: secure: hHFVh5+TA5U1iyFgqQuzLSjRrN4BFWEyUerUUtn589NiMDJFtE3SA1okJIQTlq2w/iAhBqjgMoDG0rMB6NVM...
language: python python: - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -y pylint - sudo pip install -q matplotlib pyhull install: true script: npm test deploy: provider: heroku api_key: secure: hHFVh5+TA5U1iyFgqQuzLSjRrN4BFWEyUerUUtn589NiMDJFtE3SA1okJIQTlq2w/iAhBqjgMoDG0rMB6...
Add quiet option to pip to prevent clogging up log.
Add quiet option to pip to prevent clogging up log.
YAML
mit
wei2912/bce-simulation,wei2912/bce-simulation,wei2912/bce-simulation,wei2912/bce-simulation
10c7f313cc18b7970fc7ed178ec2cbafbf96d7b8
.travis.yml
.travis.yml
sudo: required language: ruby services: - docker env: - UCD_VERSION= before_install: - curl -O "https://s3.amazonaws.com/artifacts.stackinabox.io/urbancode/ibm-ucd/latest.txt" - $UCD_VERSION=`cat latest.txt` - curl -O "https://s3.amazonaws.com/artifacts.stackinabox.io/urbancode/ibm-ucd/$UCD_VERSION/ibm-uc...
sudo: required language: ruby services: - docker env: - UCD_VERSION= before_install: - curl -O "https://s3.amazonaws.com/artifacts.stackinabox.io/urbancode/ibm-ucd/latest.txt" - export UCD_VERSION=`cat latest.txt` - curl -O "https://s3.amazonaws.com/artifacts.stackinabox.io/urbancode/ibm-ucd/$UCD_VERSION/...
Fix UCD_VERSION environment variable setting
Fix UCD_VERSION environment variable setting
YAML
apache-2.0
stackinabox/docker-uc-deploy,stackinabox/docker-uc-deploy,stackinabox/docker-uc-deploy
82a7f1f596942e8329f7a9ce7cac3457c8513ce4
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12"
language: node_js node_js: - "0.12" - "4" - "5" - "6" - "7"
Update node versions to test
Update node versions to test
YAML
mit
balderdashy/skipper-disk
2114716f8ca8c54a8f465fa318badce3aca0f825
.travis.yml
.travis.yml
branches: only: - master sudo: false language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - python: pypy - python: '2.7' install: - pip install -U pip setuptools wheel - pip install epsilon pytz pycrypto 'cryptography < 1.0' - pip install . script: - "$(type -p trial) entropy" notifi...
branches: only: - master sudo: false language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - python: pypy - python: '2.7' install: - pip install -U pip setuptools wheel - pip install epsilon pytz pycrypto 'cryptography < 1.0' - pip install . script: - "$(type -p trial) entropy" notifi...
Remove IRC notifications for Travis.
Remove IRC notifications for Travis.
YAML
mit
fusionapp/entropy
6041e82d924fbb1dda900a3ed02b1b5d1a15b8e8
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby-19mode before_install: gem install bundler -v 1.10.6 sudo: false
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - jruby-19mode before_install: gem install bundler -v 1.10.6 sudo: false
Update Travis config for new Ruby versions
Update Travis config for new Ruby versions
YAML
mit
incarnate/eway-rapid-ruby,eWAYPayment/eway-rapid-ruby
ff7b71a8b9f4943fcaffe3121ba9143265995fcb
.travis.yml
.travis.yml
language: go go: - 1.11.x - tip sudo: false cache: directories: - vendor - _internal_bin/$(go version | awk '{ print $NF }') script: - make test - make all
language: go go: - 1.13.x - tip sudo: false cache: directories: - vendor - _internal_bin/$(go version | awk '{ print $NF }') script: - make test - make all
Update go version while we're at it
Update go version while we're at it
YAML
mit
peco/peco
f602035d6bbab28c425e911b0da885568cfa55c6
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0
language: ruby rvm: - 2.0.0 - ruby-head matrix: allow_failures: - rvm: ruby-head
Test against ruby-head, allow failure
Test against ruby-head, allow failure
YAML
mit
justincampbell/whipped-cream,justincampbell/whipped-cream
1f8bc238b8769e900b72e50afd6cafddf5b38b13
.travis.yml
.travis.yml
language: go go: - 1.7 sudo: false install: - curl -L -s https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz | tar zxC ./ - ./linux-amd64/glide install script: - go test
language: go go: - 1.7 - tip sudo: false install: - curl -L -s https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz | tar zxC ./ - ./linux-amd64/glide install script: - go test
Add CI test with Go tip
Add CI test with Go tip
YAML
bsd-3-clause
xyproto/algernon,xyproto/algernon,xyproto/algernon,xyproto/algernon
5e53a7fcb9d3ca00dd150d385fb90a7a88b0aa7c
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org sudo: false language: python python: 3.5 env: - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py35 - TOX_ENV=py36 - TOX_ENV=pypy - TOX_ENV=flake8 script: tox -e $TOX_ENV install: - pip install tox after_success: # Repo...
# Config file for automatic testing at travis-ci.org sudo: false language: python matrix: include: - python: 2.7 env: TOX_ENV=py27 - python: 3.3 env: TOX_ENV=py33 - python: 3.4 env: TOX_ENV=py34 - python: 3.5 env: TOX_ENV=py35 - python: nightly ...
Change python: and env: to matrix:
Change python: and env: to matrix:
YAML
bsd-3-clause
terryjbates/cookiecutter,michaeljoseph/cookiecutter,luzfcb/cookiecutter,stevepiercy/cookiecutter,hackebrot/cookiecutter,willingc/cookiecutter,willingc/cookiecutter,terryjbates/cookiecutter,pjbull/cookiecutter,pjbull/cookiecutter,audreyr/cookiecutter,michaeljoseph/cookiecutter,dajose/cookiecutter,stevepiercy/cookiecutte...
68f9a3a28dddefb4e40796bf285932616f536d73
.travis.yml
.travis.yml
language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true allow_failures: - jdk: oraclejdk8
language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true # allow_failures: # - jdk: oraclejdk8
Allow Travis to fail build if Java 1.8 stops working
Allow Travis to fail build if Java 1.8 stops working
YAML
lgpl-2.1
zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform
4aa52a5ce8f56cb37ea00b55538603c9b4e979a1
.travis.yml
.travis.yml
language: node_js node_js: - node after_script: - codeclimate-test-reporter < lcov.info
language: node_js node_js: - node after_script: - codeclimate-test-reporter < ./coverage/lcov.info
Fix file path of coverage test
Fix file path of coverage test
YAML
isc
sjsyrek/maryamyriameliamurphies.js
818331e3d53abc615fc69dca8d3203c5684d6855
.travis.yml
.travis.yml
dist: trusty language: node_js node_js: - lts/* - node jobs: include: - stage: build script: npm run build
language: node_js node_js: - lts/* - node before_script: npm run clean && node bin/asc -v && npm test script: npm run build && node bin/asc -v && npm test
Test both sources and distribution
Test both sources and distribution
YAML
apache-2.0
MaxGraey/AssemblyScript,MaxGraey/AssemblyScript,MaxGraey/AssemblyScript,MaxGraey/AssemblyScript,MaxGraey/AssemblyScript
35cd996c8c1fcb22550d375b122747af7084ccbf
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang before_script: - sudo apt-get install libboost-dev - mkdir build && cd build - cmake -G "Unix Makefiles" .. script: - make
language: cpp compiler: - gcc - clang before_script: - sudo apt-get install libboost-all-dev - mkdir build && cd build - cmake -G "Unix Makefiles" .. script: - make
Use libboost-all-dev package instead of libboost-dev
Use libboost-all-dev package instead of libboost-dev It looks like libboost-dev does not include boost_program_options or boost_system, which is causing the build to fail.
YAML
mit
kyledewey/stp,kyledewey/stp,kyledewey/stp,kyledewey/stp,kyledewey/stp,kyledewey/stp
8a52009908c0e749c18e10c4a62e792c4f70f024
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx - ree gemfile: Gemfile env: - MATHN=true RUBOCOP=false - MATHN=false RUBOCOP=false branches: only: - master - stable notifications: irc: {channels: "irc.freenode.org#sass"} matrix: allow_failures: - rvm: jruby...
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx - ree gemfile: Gemfile env: - MATHN=true RUBOCOP=false - MATHN=false RUBOCOP=false branches: only: - master - stable notifications: irc: {channels: "irc.freenode.org#sass"} matrix: allow_failures: - rvm: rbx ...
Mark Rubinius as an allowed Travis failure.
Mark Rubinius as an allowed Travis failure. Its filesystem code seems to be flaky enough that UtilTest#test_atomic_writes{,_handles_exceptions} fails occasionally.
YAML
mit
cmpereirasi/sass,lmetla/sass,zaru/sass,xzyfer/sass,liquidmetal/sass,Industrys/sass,Nzaga/sass,rammy7219/sass,modulexcite/sass,nickg33/sass,danielfein/sass,askl56/sass,dylannnn/sass,nicklima/sass,antonifs/sass,Ahnita/sass,amitsuroliya/sass,PMArtz92/sass,jaroot32/sass,StephanieMak/sass,oss-practice/sass,briangonzalez/sas...
245c5b10178bf29bee15ab92ae25baa9ab176d0a
.travis.yml
.travis.yml
language: perl matrix: include: - perl: "5.20" - perl: "5.18" - perl: "5.16" - perl: "5.14" - perl: "5.12" - perl: "5.10" - perl: "5.8" before_install: - sudo apt-get update -qq - sudo apt-get install -y graphviz
language: perl matrix: include: - perl: "5.20" - perl: "5.18" - perl: "5.16" - perl: "5.14" - perl: "5.12" - perl: "5.10" before_install: - sudo apt-get update -qq - sudo apt-get install -y graphviz
Remove dependency for 5.8. Perl.
Remove dependency for 5.8. Perl.
YAML
artistic-2.0
tupinek/Task-Map-Tube
51bc017f5552f54ad2d3e46400b16592e49b9aa2
.travis.yml
.travis.yml
language: cpp os: - osx - linux osx_image: xcode7.3 compiler: - clang env: global: - NODE_VERSION=5 addons: apt: packages: - icnsutils - graphicsmagick cache: directories: - node_modules - app/node_modules - ".nvm" - "$HOME/.electron" - "$HOME/.npm" before_install: - if [[ "$TRAVIS_OS_NAME...
language: cpp os: - osx - linux osx_image: xcode7.3 compiler: - clang env: global: - NODE_VERSION=5 addons: apt: packages: - icnsutils - graphicsmagick cache: directories: - node_modules - app/node_modules - ".nvm" - "$HOME/.electron" - "$HOME/.npm" before_install: - if [[ "$TRAVIS_OS_NAME...
Use ruby 2.2.0 on linux
Use ruby 2.2.0 on linux
YAML
apache-2.0
irccloud/irccloud-desktop
93417b2db9565bf8072db17193068254b6bb1ea4
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.3" - "3.4" env: - DJANGO="Django<1.4" - DJANGO="Django<1.5" - DJANGO="Django<1.6" - DJANGO="Django<1.7" - DJANGO="Django<1.8" - DJANGO="Django<1.9" install: - pip install -q $DJANGO - pip install flake8 --use-mirrors before_script: - chmod +x...
language: python sudo: false python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO="Django<1.4" - DJANGO="Django<1.5" - DJANGO="Django<1.6" - DJANGO="Django<1.7" - DJANGO="Django<1.8" - DJANGO="Django<1.9" install: - pip install -q $DJANGO - pip install flake8 --use-mirrors before_script: ...
Add Python 3.5 to testing
Add Python 3.5 to testing
YAML
bsd-3-clause
davidfischer/rpc4django,davidfischer/rpc4django,davidfischer/rpc4django
ddf9ea4bb778769108c9654789db5daa0ee2f7fe
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.3 - 2.1.5 env: COVERAGE=true script: 'bundle exec rspec' matrix: allowed_failures: - rvm: jruby-head notifications: email: false
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 env: COVERAGE=true script: 'bundle exec rspec' notifications: email: false
Remove allowed failures, add Ruby 2.1.5 to matrix
Remove allowed failures, add Ruby 2.1.5 to matrix
YAML
mit
danascheider/reactive_support
4f5d43dcb405642376c7ec839f383d74f1f1e72f
.travis.yml
.travis.yml
language: python cache: pip python: - "2.7" - "3.6" - "3.7" - "3.8" addons: postgresql: "9.4" services: - postgresql # command to install dependencies install: - pip install pre-commit - python setup.py install - pip install -r test_requirements.txt - pip install six --upgrade --ignore-installed # c...
language: python cache: pip python: - "3.6" - "3.7" - "3.8" services: - postgresql # command to install dependencies install: - pip install pre-commit - python setup.py install - pip install -r test_requirements.txt - pip install six --upgrade --ignore-installed # command to prepare environment before_s...
Drop Python 2.7 from Travis tests and upgrade PG
Drop Python 2.7 from Travis tests and upgrade PG
YAML
bsd-2-clause
hasgeek/coaster
c8f1f53e1751acbb1a5221b50110fdfdfd980b79
.travis.yml
.travis.yml
language: ruby rvm: - 2.2 - 2.1 - 2.0 - 1.9 - jruby-9.1.9.0 matrix: include: - rvm: 1.8.7 gemfile: gemfiles/Gemfile-1.8.7 - rvm: jruby-18mode gemfile: gemfiles/Gemfile-1.8.7
language: ruby rvm: - 2.5 - 2.4 - 2.3 - 1.9 - jruby-9.1.9.0 matrix: include: - rvm: 1.8.7 gemfile: gemfiles/Gemfile-1.8.7 - rvm: jruby-18mode gemfile: gemfiles/Gemfile-1.8.7
Update testing to latest ruby versions
Update testing to latest ruby versions
YAML
mit
glennpratt/fog-dynect,fog/fog-dynect
c9760437d3ab84d3d1ecf5e373b5ee1aa5a785f4
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 - 0.11 notifications: email: on_success: always on_failure: always
language: node_js node_js: - 0.10 - 0.11 matrix: allow_failures: - node_js: 0.11 notifications: email: on_success: always on_failure: always
Allow failure for node 0.11 on Travis
Allow failure for node 0.11 on Travis The tests have never passed on 0.11 since it was added months ago, so it does not make sense to make the build fail all the time yet
YAML
mit
mdlavin/zombie,cgvarela/zombie,assaf/zombie,j1mr10rd4n/zombie,vivanvish/zombie,DrorT/zombie,mdlavin/zombie,jagoda/zombie,vcarel/zombie,DrorT/zombie,j1mr10rd4n/zombie,vcarel/zombie,ajay-gandhi/zombie,scoky/zombie,cgvarela/zombie,aslakhellesoy/zombie,scoky/zombie,DrorT/zombie,vcarel/zombie,aaerox/zombie,educostachaves/zo...
5cc6aeabf540e6ea7d46d5420d745d4fd648b360
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 4 - node install: - npm install script: - npm run test notifications: email: on_success: change on_failure: always deploy: provider: npm email: thibaudcolas@gmail.com api_key: secure: SeEYKGKe+DtwhswzCvnCSFAHaLGILQ3MPXIly29zNCuWlTSGIj56jhLDGmJkp2L59RvU2bX...
sudo: false language: node_js node_js: - 4 - node install: - npm install script: - npm run test notifications: email: false deploy: provider: npm email: thibaudcolas@gmail.com api_key: secure: SeEYKGKe+DtwhswzCvnCSFAHaLGILQ3MPXIly29zNCuWlTSGIj56jhLDGmJkp2L59RvU2bXSOswzYqOtAouuXdOZawPdzDZe6+MoVZVrNk2021r...
Stop sending emails in Travis
Stop sending emails in Travis
YAML
isc
ThibWeb/jsonresume-theme-eloquent,ThibWeb/jsonresume-theme-eloquent,ThibWeb/jsonresume-theme-eloquent
3c069a9f6af111db89b4df034b60bc2e457ff6d9
.travis.yml
.travis.yml
language: java script: ant -buildfile build/build.xml test sudo: false jdk: - oraclejdk8
language: java script: ant -buildfile build/build.xml test sudo: false # Issue travis-ci/travis-ci#7706 addons: apt: packages: - ant-optional jdk: - oraclejdk8
Install ant-optional in Travis CI builds (beta)
Install ant-optional in Travis CI builds (beta) Change .travis.yml to install the package ant-optional, required to run the tests with newer dist trusty.
YAML
apache-2.0
zapbot/zap-extensions,denniskniep/zap-extensions,kingthorin/zap-extensions,kingthorin/zap-extensions,thc202/zap-extensions,secdec/zap-extensions,psiinon/zap-extensions,zaproxy/zap-extensions,kingthorin/zap-extensions,thc202/zap-extensions,veggiespam/zap-extensions,veggiespam/zap-extensions,kingthorin/zap-extensions,zap...
e57fc0ed4933d78c55f28163256c3251555e4013
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" # command to install dependencies install: - "pip install -r requirements.txt" - "pip install mock pytest pytest-sugar" # command to run tests script: py.test -v
language: python python: - "3.5" - "3.6-dev" # command to install dependencies install: - "pip install -r requirements.txt" # command to run tests script: py.test -v
Fix Travis build (3.6-dev and pytest is already installled)
Fix Travis build (3.6-dev and pytest is already installled) https://docs.travis-ci.com/user/languages/python/#Pre-installed-packages
YAML
apache-2.0
datamountaineer/python-serializers
0eaf9e06d5dccfbaa685e08fa132a8dd945035f9
.travis.yml
.travis.yml
language: python python: - "3.4" install: "pip install -r requirements.txt --use-mirrors" script: py.test notifications: email: recipients: - code@iatistandard.org on_success: change on_failure: always
language: python python: - "3.4" install: "pip install -r requirements.txt" script: py.test notifications: email: recipients: - code@iatistandard.org on_success: change on_failure: always
Remove deprecated pip argument in test setup
Remove deprecated pip argument in test setup
YAML
mit
IATI/IATI-Website-Tests
f3a53b18212d00982cfd23517a9bef5bd9795b2e
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm env: - SYMFONY_VERSION='2.3.*' FOSUSERBUNDLE_VERSION='~1.2' - SYMFONY_VERSION='2.4.*' FOSUSERBUNDLE_VERSION='~1.2' - SYMFONY_VERSION='2.3.*' FOSUSERBUNDLE_VERSION='2.0.*@dev' - SYMFO...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm env: global: - PATH="$HOME/.composer/vendor/bin:$PATH" sudo: false matrix: fast_finish: true include: - php: 5.3 env: COMPOSER_FLAGS="--prefer-lowest" - php: 5.6 env: SYMFONY_VERSION=2.3.* - php: 5.6 env: SYM...
Update Symfony versions on Travis and improve it
Update Symfony versions on Travis and improve it
YAML
mit
dmatora/HWIOAuthBundle,hwi/HWIOAuthBundle,dmatora/HWIOAuthBundle
030e79bdf42949ba13071cafddc699aed3665115
.travis.yml
.travis.yml
language: node_js node_js: - "8" before_install: - sudo apt-get update - sudo apt-get install -y build-essential - sudo apt-get install -y libavahi-compat-libdnssd-dev
language: node_js node_js: - lts/* before_install: - sudo apt-get update - sudo apt-get install -y build-essential - sudo apt-get install -y libavahi-compat-libdnssd-dev
Set Travis node version to lts/* again
Set Travis node version to lts/* again
YAML
apache-2.0
SignalK/signalk-js-client
636badcdfaa407797db49e177fe96bdf8d61c743
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.2 - 2.2.1 - 1.9.3 notifications: email: false before_install: - gem install bundler
language: ruby rvm: - 2.4.1 - 2.3.4 - 2.2.7 - 1.9.3 notifications: email: false before_install: - gem install bundler
Update Ruby versions for Travis
Update Ruby versions for Travis
YAML
mit
associatedpress/ailurus,associatedpress/ailurus
7bb7457932b42821964cfa332e77347e8a18f193
.travis.yml
.travis.yml
os: - linux - osx # branches: # only: # - master addons: apt: packages: - rpm env: - NODE_VERSION="6.3.0" before_script: - chmod +x ./scripts/travis-build.sh script: ./scripts/travis-build.sh cache: directories: - node_modules notifications: email: on_success: never on_fail...
os: - linux - osx # branches: # only: # - master addons: apt: packages: - rpm env: - NODE_VERSION="6" before_script: - chmod +x ./scripts/travis-build.sh script: ./scripts/travis-build.sh cache: directories: - node_modules notifications: email: on_success: never on_failure:...
Update node to latest 6 version
Travis: Update node to latest 6 version
YAML
mit
ZedTheYeti/Rocket.Chat.Electron,ZedTheYeti/Rocket.Chat.Electron,ZedTheYeti/Rocket.Chat.Electron,RocketChat/Rocket.Chat.Electron,RocketChat/Rocket.Chat.Electron,RocketChat/Rocket.Chat.Electron
5bf39f2ae0f6db34d3076ab04eacfdcdc292ba10
.travis.yml
.travis.yml
language: node_js node_js: - "4.3.2" script: 'npm run cover' after_success: 'npm run coveralls' deploy: provider: script script: ./scripts/deploy.sh staging skip-cleanup: true on: branch: feature/continuous-deployment cache: directories: - node_modules notifications: slack: messengerbot:Grf...
language: node_js node_js: - "4.3.2" script: 'npm run cover' after_success: 'npm run coveralls' deploy: provider: script script: ./scripts/deploy.sh staging skip-cleanup: true on: branch: dev cache: directories: - node_modules notifications: slack: messengerbot:GrfKpxLfW17ZRAirqXjuqNfh
Enable continuous deployment for branch dev
Enable continuous deployment for branch dev
YAML
mit
kehitysto/coaching-chatbot,kehitysto/coaching-chatbot
a30967bce92ce5a44d4ab43a8ebc6ab4b8a2e711
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" git: depth: 10 branches: only: - master before_install: - npm install -g npm - npm --version matrix: allow_failures: - node_js: "0.8"
language: node_js node_js: - "0.8" - "0.10" git: depth: 10 branches: only: - master before_install: - npm install -g npm - npm --version sudo: false matrix: allow_failures: - node_js: "0.8"
Enable container infrastructure on Travis
Enable container infrastructure on Travis Closes https://github.com/KenanY/jotto/issues/24
YAML
mit
KenanY/jotto
2a3160419e6b2872334cea05f968842fee0d181c
.travis.yml
.travis.yml
language: java dist: xenial matrix: include: - jdk: openjdk8 - jdk: openjdk9 - jdk: openjdk10 - jdk: oraclejdk11 - os: osx osx_image: xcode9.3 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean ...
language: java dist: xenial matrix: include: - jdk: openjdk8 - jdk: openjdk9 - jdk: openjdk10 - jdk: oraclejdk11 - os: osx osx_image: xcode9.3 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean ...
Send Travis notifications to Slack
Send Travis notifications to Slack HipChat is dead. Long live Slack.
YAML
lgpl-2.1
RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist
d0b665cc435a53fa106f988c33f1aed509a2f383
.travis.yml
.travis.yml
language: node_js node_js: - "node" script: - npm run lint . - npm run test after_success: - bash <(curl -s https://codecov.io/bash) # disable submodule updating git: submodules: false
language: node_js node_js: - "node" script: - npm run lint . - npm run test # disable submodule updating git: submodules: false
Remove push of coverage stats to codecov
:facepunch: Remove push of coverage stats to codecov
YAML
mit
nhsuk/connecting-to-services,nhsuk/connecting-to-services
3e77d2e2654cb826e533176b76154c9c7655d2e2
.travis.yml
.travis.yml
language: android jdk: - oraclejdk8 env: global: - ANDROID_SDK_VERSION=23 - JPM_BIN=${HOME}/jpm/bin - JPM_HOME=${HOME}/jpm android: components: - tools-preview - platform-tools-preview - build-tools-24.0.0-preview - android-${ANDROID_SDK_VERSION} - extra-android-m2repository be...
language: android jdk: - oraclejdk8 env: global: - ANDROID_BUILD_TOOLS_VERSION=24.0.0-rc2 - ANDROID_SDK_VERSION=23 - JPM_BIN=${HOME}/jpm/bin - JPM_HOME=${HOME}/jpm android: components: - tools - platform-tools - build-tools-${ANDROID_BUILD_TOOLS_VERSION} - android-${ANDROID_SDK_...
Revert "Use latest versions of Android SDK Tools, Platform Tools, and Build Tools"
Revert "Use latest versions of Android SDK Tools, Platform Tools, and Build Tools" This reverts commit 12d5611841446ff6aa492b27a2a11c1f6d517b44.
YAML
apache-2.0
mkjensen/danish-media-license
3f7c8bb47ab1203749e1a805c91a6ead47a215b0
.travis.yml
.travis.yml
language: ruby rvm: - ruby-head - 2.7 - 2.6 - 2.5 - 2.4 - jruby-9.2 before_script: - make install script: - make test matrix: allow_failures: - rvm: ruby-head fast_finish: true deploy: provider: rubygems api_key: $RUBYGEMS_API_KEY gem: smtpapi on: tags: true rvm: '2.4' skip_c...
language: ruby rvm: - ruby-head - 2.7 - 2.6 - 2.5 - 2.4 - jruby-9.2 before_script: - make install script: - make test matrix: allow_failures: - rvm: ruby-head fast_finish: true deploy: provider: rubygems api_key: $RUBYGEMS_API_KEY gem: smtpapi on: tags: true rvm: '2.4' skip_c...
Revert "chore: move encrypted tokens to environment variables"
Revert "chore: move encrypted tokens to environment variables" This reverts part of commit b8fd2a24
YAML
mit
sendgrid/smtpapi-ruby
7cd168ffdbf69a60a29b391f63f4c49c746edc8e
.travis.yml
.travis.yml
language: node_js before_script: - npm install -g codeclimate-test-reporter after_script: - codeclimate-test-reporter < test/coverage/**/lcov.info
language: node_js before_script: - npm install -g codeclimate-test-reporter after_script: - codeclimate-test-reporter < test/coverage/lcov.info
Send lcov file to codeclimate from the coverage dir
Send lcov file to codeclimate from the coverage dir
YAML
mit
fvanwijk/testRunnerConfig
a90f416022131c686f91e692d96d756ea8303593
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - openjdk8 - oraclejdk9 - oraclejdk10 - openjdk10 after_success: - ./gradlew jacocoTestReport coveralls
language: java jdk: - oraclejdk8 - openjdk8 - oraclejdk9 - oraclejdk10 - openjdk10 - openjdk11 after_success: - ./gradlew jacocoTestReport coveralls
Build and test with OpenJDK 11
Build and test with OpenJDK 11
YAML
apache-2.0
cronn-de/ssh-proxy,cronn-de/ssh-proxy
55ce5fd315dded814b0554215b5d18146cd09be4
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - COMPOSER_VERSION=~1.0@dev matrix: include: - php: 5.6 env: COMPOSER_VERSION=dev-master#42bfe9c56adb555cc08e9ce2d32f6763ff75ae5d allow_failures: - php: hhvm before_script: - composer self-update ...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - COMPOSER_VERSION=~1.0@dev matrix: include: - php: 5.6 env: COMPOSER_VERSION=dev-master#42bfe9c56adb555cc08e9ce2d32f6763ff75ae5d allow_failures: - php: hhvm before_script: - composer self-update ...
Improve Efficiency of Travis Pre-test Bootstrapping
Improve Efficiency of Travis Pre-test Bootstrapping
YAML
mit
fxpio/composer-asset-plugin
6b12e5256d1bac9f222b411c6ac598c6599b5bca
.travis.yml
.travis.yml
language: php sudo: true php: - 7 install: - travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit
language: php sudo: true php: - 7 install: - travis_retry composer install --no-interaction script: - vendor/bin/phpunit
Remove prefer-source as possibly a package is faster. ( We should require just the needed components for laravel)
Remove prefer-source as possibly a package is faster. ( We should require just the needed components for laravel)
YAML
mit
despark/ignicms,despark/ignicms,despark/ignicms,despark/ignicms
fe6932baf05cb8ed66747a2701ebff98b4dbffff
.travis.yml
.travis.yml
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Use the pre-release builds of chefdk
Use the pre-release builds of chefdk
YAML
apache-2.0
Altiscale/ohai,opscode-cookbooks/ohai,chef-cookbooks/ohai,protec-cookbooks/ohai
ae08222e692538ca0be82d4b37efc136336b9708
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.4" - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "pip install -e ." script: - "python ./setup.py nosetests"
language: python python: - "2.7" - "3.6" - "3.5" - "3.4" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "pip install -e ." script: - "python ./setup.py nosetests"
Add 3.6, Remove 3.3 in CI tests
Add 3.6, Remove 3.3 in CI tests
YAML
bsd-3-clause
mardiros/pyshop,mardiros/pyshop,mardiros/pyshop
a7e0cf78004459788974fbb16d066a6da4044725
.travis.yml
.travis.yml
language: python matrix: include: - python: 2.6 - python: 2.7 - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 - dist: xenial python: 3.7 - python: pypy - python: pypy3 cache: directories: - $HOME/.cache/pip branches: only: - master - /^maintenance\/...
language: python env: global: PYTHONUNBUFFERED="1" matrix: include: - python: 2.6 - python: 2.7 - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 - dist: xenial python: 3.7 - python: pypy - python: pypy3 cache: directories: - $HOME/.cache/pip branches:...
Add some globabl environment variables
Add some globabl environment variables
YAML
bsd-3-clause
sjagoe/haas,scalative/haas,scalative/haas,itziakos/haas,sjagoe/haas,itziakos/haas
3146461cf143879c101ac7890ad5b52a49ab8097
.travis.yml
.travis.yml
# .travis.yml automatically generated by ".travis.yml.sh" # Container-based builds used if "sudo: false" --> fast boot (1-6s) # https://docs.travis-ci.com/user/ci-environment/ sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" - "pypy3" env: global: - PGDATABASE="django_d...
# .travis.yml automatically generated by ".travis.yml.sh" # Container-based builds used if "sudo: false" --> fast boot (1-6s) # https://docs.travis-ci.com/user/ci-environment/ sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" - "pypy3" env: global: - PGDATABASE="django_d...
Create DB using default DB credentials.
Create DB using default DB credentials.
YAML
mit
django-ddp/django-ddp,commoncode/django-ddp,django-ddp/django-ddp,django-ddp/django-ddp,django-ddp/django-ddp,commoncode/django-ddp,commoncode/django-ddp,commoncode/django-ddp
bb5bb4b4176289813ad4adcfe84a369118040d42
.travis.yml
.travis.yml
language: - objective-c # make it run on OS X workers *only* install: - brew install python - brew link --overwrite python - pip install -r requirements-dev.txt script: - nosetests ./tests/test_dtruss.py - nosetests ./tests/test_apicalls.py - nosetests ./tests/test_ipconnections.py - nosetes...
language: - objective-c # make it run on OS X workers *only* notifications: email: on_success: never on_failure: always install: - brew install python - brew link --overwrite python - pip install -r requirements-dev.txt script: - nosetests ./tests/test_dtruss.py - nosetests ./tests/test_ap...
Update Travis CI email notifications
Update Travis CI email notifications Don't notify on success, always notify on failure
YAML
mit
cuckoobox/cuckoo,rodionovd/cuckoo-osx-analyzer,rodionovd/cuckoo-osx-analyzer,cuckoobox/cuckoo,cuckoobox/cuckoo,cuckoobox/cuckoo,rodionovd/cuckoo-osx-analyzer,cuckoobox/cuckoo
f80e5f9ed0311cf353032ecdde2d673a3efcccbd
.travis.yml
.travis.yml
--- language: go install: - sudo apt-get update go: - 1.2
--- language: go install: - sudo apt-get update - sudo mkdir ~/go - sudo go get -d -v ./... - sudo go build -v ./... go: - 1.2 script: sudo go test -v ./...
Add steps to run as root
Add steps to run as root
YAML
bsd-3-clause
vektra/tachyon,masahide/tachyon-org,masahide/tachyon,lijingwei9060/tachyon,vektra/tachyon,masahide/tachyon-org,masahide/tachyon-org,denji/tachyon,denji/tachyon,masahide/tachyon,lijingwei9060/tachyon,masahide/tachyon,vektra/tachyon,lijingwei9060/tachyon,denji/tachyon
fd8f48ed908129a3048bab26aad5d1df420ace6b
.travis.yml
.travis.yml
language: python cache: pip matrix: include: - os: linux dist: xenial sudo: false python: '2.6' - os: linux dist: xenial sudo: false python: '2.7' - os: linux dist: xenial sudo: false python: '3.2' - os: linux dist: xenial sudo: false python: '3.3' - os: linux...
language: python cache: pip matrix: include: - os: linux dist: trusty python: '2.6' - os: linux dist: trusty python: '2.7' - os: linux dist: trusty python: '3.2' - os: linux dist: trusty python: '3.3' - os: linux dist: trusty python: '3.4' - os: linux dist: trus...
Switch Travis CI to Trusty
Switch Travis CI to Trusty
YAML
bsd-2-clause
etingof/snmpsim,etingof/snmpsim
016924ea291c6f041d56fc8cd67f08474c2d051b
.travis.yml
.travis.yml
language: python cache: pip python: - 2.7 - 3.4 - 3.5 - 3.6 - pypy - pypy3 matrix: include: - language: generic python: 3.6 env: PYTHON_VERSION=3 os: osx allow_failures: - python: pypy3 install: - if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade python; pip3 install --ig...
language: python cache: pip python: - 2.7 - 3.4 - 3.5 - 3.6 - pypy - pypy3 matrix: include: - language: generic python: 3.6 env: PYTHON_VERSION=3 os: osx - language: python python: 3.7 dist: xenial sudo: required allow_failures: - python: pypy3 install:...
Add Python 3.7 to Travis CI
Add Python 3.7 to Travis CI
YAML
apache-2.0
kislyuk/signxml,XML-Security/signxml,XML-Security/signxml
e098c450d8091efd4ac80a5cbc91ab4fb66d98ed
.travis.yml
.travis.yml
language: python python: - '3.5' script: nosetests
language: python python: - '3.5' install: - 'pip install .' script: nosetests
Install requirements before running tests.
Install requirements before running tests.
YAML
mit
BlasiusVonSzerencsi/pagerduty-events-api
86d1a4176b5156c187df7f8b8715fd1d4fe0cb8d
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 before_install: gem install bundler -v 1.11.2 notifications: email: false
language: ruby rvm: - 1.9.3-p551 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-1.7.24 - jruby-9.0.5.0 - rbx-3.14 before_install: gem install bundler -v 1.11.2 notifications: email: false
Add additional ruby versions to test upon
Add additional ruby versions to test upon
YAML
mit
yukas/traver,yukas/traver
fbd2abc4ad14e13e27ad06445d5664c15b3d08f3
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 1.9.3 - '2.1' - '2.2' script: - pushd $HOME - git clone --depth=1 https://github.com/opscode/bento.git - git clone --depth=1 https://github.com/travis-ci/travis-cookbooks.git - popd - bundle exec ./generate | tee ubuntu-12.04-amd64-travis.json - diff ubuntu-12.04-a...
language: ruby sudo: false rvm: - 1.9.3 - '2.1' - '2.2' script: - pushd $HOME/build/BanzaiMan - git clone --depth=1 https://github.com/opscode/bento.git - git clone --depth=1 https://github.com/travis-ci/travis-cookbooks.git - popd - bundle exec ./generate | tee ubuntu-12.04-amd64-travis.json - dif...
Clone deps in correct directory
Clone deps in correct directory On Travis, clones are 2 directories deep from $HOME
YAML
mit
BanzaiMan/travis-packer
7953b7042f74061f2a5f3ea4715261d7496f6be1
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Alexander.xcodeproj" -scheme "Alexander-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Alexander.xcodeproj" -sche...
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Alexander.xcodeproj" -scheme "Alexander-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Alexander.xcodeproj" -sche...
Switch to pod lib lint.
Switch to pod lib lint. This checks the podspec in the current working directory, instead of the trunk / remote version.
YAML
mit
hodinkee/alexander,hodinkee/alexander
db8736db17e673587541b169f01e2ed9a0524f9e
.travis.yml
.travis.yml
before_script: - "mysql -e 'create database sequelize_test;'" - "psql -c 'create database sequelize_test;' -U postgres" script: - "make test" notifications: email: - sascha@depold.com hipchat: - 40e8850aaba9854ac4c9963bd33f8b@253477 env: - MYSQL_VERSION=mysql-5.5.27 DB=mysql DIALECT=mysql - MYS...
before_script: - "mysql -e 'create database sequelize_test;'" - "psql -c 'create database sequelize_test;' -U postgres" script: - "make test" notifications: email: - sascha@depold.com hipchat: - 40e8850aaba9854ac4c9963bd33f8b@253477 env: - DB=mysql DIALECT=mysql - DB=mysql DIALECT=postgres - ...
Revert "check mysql 5.6 as well"
Revert "check mysql 5.6 as well" This reverts commit 77e86a11747af91a8f822499ffe8ae67d16c2cf7.
YAML
mit
keik/sequelize,gintsgints/sequelize,growaspeople/sequelize,ziflex/sequelize,janmeier/sequelize,Alexsey/sequelize,DavidMorton/sequelize,baotingfang/sequelize,appleboy/sequelize,bomattin/sequelize,Ghost141/sequelize,lukealbao/sequelize,jingpei/sequelize,Americas/sequelize,majorleaguesoccer/sequelize,scboffspring/sequeliz...
5505f938750786faabb2f7cc80109c9747681691
.travis.yml
.travis.yml
language: php env: global: - COMPOSER_ROOT_VERSION=2.0.x-dev matrix: include: - php: 5.6 env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=MYSQL PHPUNIT_TEST=1 - php: 7.1 env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1 before_script: # Init PHP - phpenv rehash - phpenv co...
language: php dist: trusty env: global: - COMPOSER_ROOT_VERSION=2.0.x-dev matrix: include: - php: 5.6 env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=MYSQL PHPUNIT_TEST=1 - php: 7.1 env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1 before_script: # Init PHP - phpenv rehash...
Use trusty dist for Travis builds
Use trusty dist for Travis builds
YAML
bsd-3-clause
silverstripe/silverstripe-restfulserver
7c84c1f73f7e37d8a03174331607ac75cfbee905
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.3" - "3.2" - "2.7" - "2.6" - pypy env: - DJANGO="django==1.7.7" - DJANGO="django==1.6.7" - DJANGO="django==1.4.15" install: - pip install $DJANGO - pip install -r requirements.txt - pip install -e . - pip install pep8 - pip install https://github.com/...
language: python python: - "3.4" - "3.3" - "3.2" - "2.7" - "2.6" - pypy env: - DJANGO="django==1.8" - DJANGO="django==1.7.7" - DJANGO="django==1.4.20" install: - pip install $DJANGO - pip install -r requirements.txt - pip install -e . - pip install pep8 - pip install https://github.com/un...
Add Django 1.8 support, remove 1.6 support
Add Django 1.8 support, remove 1.6 support
YAML
mit
un33k/django-ipware,un33k/django-ipware
cf6bcec4927a5cc00a8e10b39d7d692b18114b8f
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 6 - 8 - node after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: ye...
sudo: false language: node_js node_js: - 8 - 10 - node after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: y...
Update support Node version matrix
Update support Node version matrix
YAML
bsd-2-clause
yeoman/generator,yeoman/generator
dfbb88fa22cd1cdb7b213409e34f2243fdbaade8
recipes/scikit-spatial/meta.yaml
recipes/scikit-spatial/meta.yaml
{% set name = "scikit-spatial" %} {% set version = "6.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/scikit-spatial-{{ version }}.tar.gz sha256: 7493b62df5dfff5fb10efbaacd21e3eca5c577798177aa4f926775657c75c384 build: nu...
{% set name = "scikit-spatial" %} {% set version = "6.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/scikit-spatial-{{ version }}.tar.gz sha256: 7493b62df5dfff5fb10efbaacd21e3eca5c577798177aa4f926775657c75c384 build: nu...
Fix conda-lint: Add python to `host` and `run`
Fix conda-lint: Add python to `host` and `run`
YAML
bsd-3-clause
scopatz/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,johanneskoester/stage...
586ae13fb36c8cd1d6a55981c26dc57e1113c9ee
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' install: - composer self-update before_script: - mv .env.travis .env - mv travis.phpunit.xml phpunit.xml - mysql -e 'create database test_timegrid;' - composer install --dev --no-interaction - php artisan config:clear - php artisan migrate - php artisan db:seed ...
language: php php: - '5.6' install: - composer self-update before_script: - mv .env.travis .env - mv travis.phpunit.xml phpunit.xml - mysql -e 'create database test_timegrid;' - composer install --dev --no-interaction - php artisan config:clear - php artisan migrate - php artisan db:seed - php ar...
Remove PHP 7 builds on master
Remove PHP 7 builds on master
YAML
agpl-3.0
alariva/timegrid,timegridio/timegrid,alariva/timegrid,timegridio/timegrid,alariva/timegrid,alariva/timegrid,timegridio/timegrid
1bea20a5d3d2824122a4049007a97f64b8cb0f18
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 6 after_success: - bash <(curl -s https://codecov.io/bash) # cache between builds cache: directories: - $HOME/.m2 - $HOME/.gradle
language: java jdk: - openjdk8 before_install: - chmod +x gradlew - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 6 after_success: - bash <(curl -s https://codecov.io/bash) # cache between builds cache: directories: - $HOME/.m2 - $HOME/.gradle
Switch to OpenJDK as OracleJDK is no longer supported
Switch to OpenJDK as OracleJDK is no longer supported
YAML
apache-2.0
akarnokd/RxJava2Swing
cf9f9c6f854fc2822775e08cd3393382c36f0b77
.travis.yml
.travis.yml
language: python cache: pip python: - '2.7' - '3.4' - '3.5' - '3.6' - '3.7' - 'pypy' before_install: | if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update brew upgrade python3 python3 --version fi install: | if [ "$TRAVIS_OS_NAME" == "osx" ]; then pip3 install tox else pip inst...
language: python cache: pip python: - '2.7' - '3.4' - '3.5' - '3.6' - '3.7' - 'pypy' before_install: | if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update brew upgrade python3 python3 --version fi install: | if [ "$TRAVIS_OS_NAME" == "osx" ]; then pip3 install tox else pip inst...
Use 3.7 for one-off runs
Use 3.7 for one-off runs
YAML
mit
cdown/srt
cd22471103100c001d34fad02116b3c394a26c51
.travis.yml
.travis.yml
language: ruby cache: bundle sudo: false rvm: - 2.3.0 - jruby-9.0.5.0 - jruby-head - rbx-2 matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head env: global: - JRUBY_OPTS='-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.mode=OFF -J-Djruby.compile.invokedynamic=false' gemfil...
language: ruby cache: bundle sudo: false rvm: - 2.3.0 - jruby-9.0.5.0 - jruby-head - rbx-2 matrix: fast_finish: true allow_failures: - rvm: rbx-2 - rvm: jruby-head env: global: - JRUBY_OPTS='-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.mode=OFF -J-Djruby.compile.invoked...
Allow fast finishing in CI
Allow fast finishing in CI Finish fast after permitted or unpermitted failures. Reordered gemfiles to have the least stable first, in order to cause failure earlier.
YAML
mit
roidrage/lograge
34051b2a2c13e30f980ab80eafac4539b8155496
.travis.yml
.travis.yml
language: php php: - 7.2 - 7.1 - 7.0 - 5.6 - 5.5 - 5.4 - hhvm matrix: allow_failures: - php: hhvm fast_finish: true include: - php: 5.3 dist: precise before_script: - composer self-update - composer install script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover - s...
language: php php: - 7.2 - 7.1 - 7.0 - 5.6 - 5.5 - 5.4 - hhvm matrix: allow_failures: - php: hhvm fast_finish: true include: - php: 5.3 dist: precise before_script: - composer self-update - composer install script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover - s...
Add CodeClimate code coverage support
Add CodeClimate code coverage support
YAML
mit
Vectorface/cache
a7354168e02a955d6b05ae9bab6ddd741a21e1c3
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "pypy" - "3.2" - "3.3" install: make travis after_success: - coveralls
language: python python: - "2.6" - "2.7" - "pypy" install: make travis after_success: - coveralls
Remove 3.2 and 3.3 for now
Remove 3.2 and 3.3 for now
YAML
mit
kura/blackhole,kura/blackhole
d2d92e30b68e037f2211a1cc3ef45d6bb054b722
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10"
sudo: false language: node_js node_js: - "0.11" - "0.10"
Make Travis start build faster with Docker
Make Travis start build faster with Docker More information: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
YAML
isc
bcoe/crapify
f793275c91b7dfeef303f5c69e35e22d06162486
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" - "7" - "8" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --ba...
language: node_js node_js: - "4" - "5" - "6" - "7" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background...
Remove Node8 from CI build
chore(build): Remove Node8 from CI build
YAML
mit
hypery2k/angular-pouchdb-logger
82ca733850e8bed08c2c323295f7e55e90b3e6d7
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "pypy" env: - DJANGO_VERSION=1.5.2 install: - pip install -q Django==$DJANGO_VERSION --use-mirrors - pip install coveralls --use-mirrors - pip install mock --use-mirrors - pip install south --use-mirrors - pip install nose script: - pyth...
language: python python: - "2.7" - "3.3" - "pypy" env: - DJANGO_VERSION=1.5.2 - DJANGO_VERSION=1.6 install: - pip install -q Django==$DJANGO_VERSION --use-mirrors - pip install coveralls --use-mirrors - pip install mock --use-mirrors - pip install south --use-mirrors - pip instal...
Add Django 1.6 to Travis tests
Add Django 1.6 to Travis tests
YAML
mit
yetty/django-embed-video,yetty/django-embed-video,jazzband/django-embed-video,jazzband/django-embed-video,mpachas/django-embed-video,mpachas/django-embed-video
75e0e2f1df8e6d7fc23ae726b235fb6d8199bf54
.travis.yml
.travis.yml
language: python matrix: include: - python: "2.7" - python: "3.4" - python: "3.5" - python: "3.6" - python: "3.7" dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069) # command to install dependenc...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" matrix: include: - python: "3.7" dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069) # command to install dependencies install: "pip install -r req...
Remove Python 3.3. which is EOL
Remove Python 3.3. which is EOL
YAML
mit
gleitz/howdoi,gleitz/howdoi
57a5efe2a3f556446fe8198f3eeac14464a91aeb
.travis.yml
.travis.yml
language: java os: linux dist: trusty jdk: - openjdk8 - oraclejdk8 - openjdk11 - openjdk14 - openjdk-ea jobs: allow_failures: - jdk: openjdk-ea fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/e/8229d26a4f90bcc6cd67 script: mvn test -Dsurefire.useFile=false
language: java os: linux dist: trusty jdk: - openjdk8 - oraclejdk8 - openjdk11 - openjdk14 - openjdk-ea jobs: allow_failures: - jdk: openjdk-ea fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/e/8229d26a4f90bcc6cd67 script: mvn test -Dsurefire.useFile=false ...
Improve Travis CI build Performance
Improve Travis CI build Performance
YAML
bsd-3-clause
koraktor/steam-condenser-java
878aea03ec100fad3130af696ab77a3f6880c4dc
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.1.10 - 2.2.6 - 2.3.3 env: matrix: - SPROCKETS_VERSION="~> 2.2.0" - SPROCKETS_VERSION="~> 2.12.0" - SPROCKETS_VERSION="~> 3.0.0" - SPROCKETS_VERSION="~> 3.1.0" - SPROCKETS_VERSION="~> 3.2.0" - SPROCKETS_VERSION="~> 3.3.0" - SPROCKET...
language: ruby cache: bundler sudo: false rvm: - 2.1.10 - 2.2.6 - 2.3.3 before_install: - gem update bundler env: matrix: - SPROCKETS_VERSION="~> 2.2.0" - SPROCKETS_VERSION="~> 2.12.0" - SPROCKETS_VERSION="~> 3.0.0" - SPROCKETS_VERSION="~> 3.1.0" - SPROCKETS_VERSION="~> 3.2.0" - SPR...
Use latest bundler on Travis CI
Use latest bundler on Travis CI
YAML
mit
tricknotes/ember-es6_template,tricknotes/ember-es6_template
68a40811b1a96abdcadb7449e60ed1badd6b6585
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' env: - CI=true rvm: - 2.2 - 2.3 - 2.4 - 2.5 - jruby-9 - rbx-3 ...
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' env: - CI=true rvm: - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - jruby-9 ...
Add 2.6 to Travis RVM matrix.
Add 2.6 to Travis RVM matrix.
YAML
unlicense
ruby-rdf/rdf-microdata,ruby-rdf/rdf-microdata
d84d02879c1c291263ad62dd2b5d072e643294e1
.travis.yml
.travis.yml
language: go sudo: true go: - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - tip matrix: allow_failures: - go: tip - go: 1.2 before_install: - sudo add-apt-repository -y ppa:kubuntu-ppa/backports - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots - sudo apt-get update - sudo apt-get install --force-yes libcv-dev li...
language: go sudo: true go: - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - tip matrix: allow_failures: - go: tip - go: 1.2 - go: 1.3 before_install: - sudo add-apt-repository -y ppa:kubuntu-ppa/backports - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots - sudo apt-get update - sudo apt-get install --force-yes...
Allow failures in Travis builds for Golang 1.3 due to SDL changes
Allow failures in Travis builds for Golang 1.3 due to SDL changes
YAML
apache-2.0
nzmichaelh/gobot,nzmichaelh/gobot
433655614c9fbcb67968c181af88d2a7046cb295
.travis.yml
.travis.yml
language: cpp sudo: required dist: trusty addons: apt: sources: - llvm-toolchain-trusty-4.0 packages: - cmake - cmake-data - ninja-build - clang before_install: # Clone private dependencies which are not part of the main repository - cd .. - git clone https://$INTR_GIT_TOKE...
language: cpp sudo: required dist: trusty addons: apt: sources: - llvm-toolchain-trusty-4.0 packages: - cmake - cmake-data - ninja-build - clang-4.0 before_install: # Clone private dependencies which are not part of the main repository - cd .. - git clone https://$INTR_GIT_...
Use clang-4.0 for Travis builds
Use clang-4.0 for Travis builds
YAML
apache-2.0
begla/Intrinsic,begla/Intrinsic,begla/Intrinsic
900bf20ceaafcdd926b6201d632b4a958d105d89
.travis.yml
.travis.yml
language: go arch: arm64-graviton2 os: linux dist: focal go: 1.15.4 go_import_path: k8s.io/kops script: - GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test
language: go arch: arm64 os: linux dist: focal go: 1.15.4 go_import_path: k8s.io/kops script: - GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test
Revert "Switch ARM64 CI to Graviton2 CPU"
Revert "Switch ARM64 CI to Graviton2 CPU" This reverts commit e7614fda
YAML
apache-2.0
justinsb/kops,kubernetes/kops,justinsb/kops,justinsb/kops,kubernetes/kops,kubernetes/kops
c4fcc0c1df021a778263f35787ec52dbe0dfd632
.travis.yml
.travis.yml
language: objective-c before_install: - sudo easy_install cpp-coveralls script: - xctool test -project Sample/MockUIAlertViewActionSheetSample.xcodeproj -scheme MockUIAlertViewActionSheetSample -sdk iphonesimulator8.4 -destination "platform=iOS Simulator,name=iPhone 5,OS=8.4" - xctool test -project Sample/MockU...
language: objective-c osx_image: xcode6.4 before_install: - sudo easy_install cpp-coveralls script: - xctool test -project Sample/MockUIAlertViewActionSheetSample.xcodeproj -scheme MockUIAlertViewActionSheetSample -sdk iphonesimulator8.4 -destination "platform=iOS Simulator,name=iPhone 5,OS=8.4" - xctool test -...
Revert "Don't lock Xcode version for Travis"
Revert "Don't lock Xcode version for Travis" This reverts commit 78af5b72e9f3a03cfd7b97e2021a7e579a9c87cf.
YAML
mit
jonreid/MockUIAlertViewActionSheet
ad10ec9189f07aa7665fb1a3e13a12e890ab1315
.travis.yml
.travis.yml
language: go go: - 1.0 - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - 1.7 - tip
language: go go: - 1.3 - 1.4 - 1.5 - 1.6 - 1.7 - tip
Drop obsolete golang versions from testing
Drop obsolete golang versions from testing
YAML
mit
oguzbilgic/pusher
9d447095cc11c27db103b369d9518c5f9decb867
.travis.yml
.travis.yml
language: python sudo: false python: - "2.6" - "2.7" - "3.4" - "3.5" - "3.6" install: make setup script: make test
language: python sudo: false python: - "2.7" - "3.4" - "3.5" - "3.6" install: make setup script: make test
Drop python 2.6 support since it is not supported by PyArrow
Drop python 2.6 support since it is not supported by PyArrow
YAML
mit
andrewgross/json2parquet
4b29994797e115a4b848d916985cf8b0e170b959
.travis.yml
.travis.yml
language: objective-c xcode_workspace: Examples/SZNAltmetricDemoOSX/SZNAltmetricDemoOSX.xcworkspace xcode_scheme: SZNAltmetricDemoOSX osx_image: beta-xcode6.3
language: objective-c xcode_workspace: Examples/SZNAltmetricDemoOSX/SZNAltmetricDemoOSX.xcworkspace xcode_scheme: SZNAltmetricDemoOSX osx_image: xcode7
Update Travis configuration for Xcode 7
Update Travis configuration for Xcode 7
YAML
mit
shazino/SZNAltmetric,shazino/SZNAltmetric,shazino/SZNAltmetric
e440b18687598fddf810c3fa90e9689bf5549de2
.travis.yml
.travis.yml
language: python python: - "2.7" notifications: email: false install: - pip install -r requirements/local.txt - pip install coveralls - pip install celery==3.1.17 - pip install django-celery==3.1.16 script: - export PYTHONPATH=$PYTHONPATH:$(pwd)/src - coverage run --source=. fabric_bolt/...
language: python python: - "2.7" services: - postgresql env: - DATABASE_URL='postgres://postgres:@localhost:5432/fabric_bolt_test' SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' notifications: email: false addons: postgresql: "9.3" install: - pip install -r requirements/loc...
Work on getting postgres running for unit tests
Work on getting postgres running for unit tests
YAML
mit
lethe3000/fabric-bolt,jproffitt/fabric-bolt,damoguyan8844/fabric-bolt,worthwhile/fabric-bolt,maximon93/fabric-bolt,paperreduction/fabric-bolt,brajput24/fabric-bolt,jproffitt/fabric-bolt,leominov/fabric-bolt,leominov/fabric-bolt,fabric-bolt/fabric-bolt,brajput24/fabric-bolt,qdqmedia/fabric-bolt,npardington/fabric-bolt,w...
51341861e202a0034210170a58e118cc25bedc02
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: - email: false
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
Send notification email only on failure
Send notification email only on failure
YAML
mit
jstransformers/jstransformer-jscss,jstransformers/jstransformer-riotjs,jstransformers/jstransformer-escape-html,jstransformers/inputformat-to-jstransformer,jstransformers/jstransformer-supermarked,jstransformers/jstransformer-megamark,jstransformers/jstransformer-marked,jstransformers/jstransformer-htmling,jstransforme...
2554404026a80cdf1c32d64a1cd83ae1c72cfec9
.travis.yml
.travis.yml
language: "node_js" node_js: - 0.4 - 0.6
language: "node_js" node_js: - 0.4 - 0.6 - 0.8
Test on node 0.8 using Travis CI.
Test on node 0.8 using Travis CI.
YAML
mit
jaredhanson/passport-ohloh
5cab23829d92de7ebb99aaba6dca10925355c674
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-...
addons: apt: sources: - chef-current-xenial packages: - chef-workstation # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTAN...
Update for Chef 15 license agreement and Chef Workstation
Update for Chef 15 license agreement and Chef Workstation
YAML
apache-2.0
chef-cookbooks/yum-chef
c3dc22f9d8652ef0874f65bb9e54e6c4ff9371e1
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5" - "3.6" - "nightly" env: - TEST_USE_CPP=no - TEST_USE_CPP=yes script: make test-python sudo: false
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5" - "3.6" - "nightly" env: - TEST_USE_CPP=no CFLAGS="-Werror -Wall -std=c90 -Wno-error=strict-aliasing" - TEST_USE_CPP=yes CFLAGS="-Werror -Wall -Wno-error=strict-aliasing" script: make test-python sudo: false...
Enable warnings-as-errors in Travis CI
Enable warnings-as-errors in Travis CI
YAML
mit
encukou/py3c,encukou/py3c,encukou/py3c
c7dec56f5f97402fdc782d8911c11dd60826cc87
.travis.yml
.travis.yml
addons: sauce_connect: username: karlitowhoelse access_key: d45485e6-5775-4719-b001-c2c4409feae6 branches: only: - master - /v\d+\.\d+[a-z]/ deploy: default: true keyfile: cook-adlib-fa7e6a745e91.json on: repo: cookadlib/www.cookadlib.com branch: master project: cook-adlib provider: ga...
addons: sauce_connect: username: karlitowhoelse access_key: d45485e6-5775-4719-b001-c2c4409feae6 branches: only: - master - /v\d+\.\d+[a-z]/ deploy: config: app.yaml default: true keyfile: cook-adlib-fa7e6a745e91.json on: repo: cookadlib/www.cookadlib.com branch: master project: cook-a...
Debug GAE deployment from Travis configuration
Debug GAE deployment from Travis configuration
YAML
bsd-3-clause
cookadlib/www.cookadlib.com,cookadlib/www.cookadlib.com,cookadlib/www.cookadlib.com
0646ec02103ea74b6365edf0ca976ad784eae102
.travis.yml
.travis.yml
sudo: false # Default python version is no longer 2 but 3.6 or later language: python # Be specific about which Python version to use for test runs python: - "2.7" cache: directories: - $HOME/.pip-cache/ env: - TOX_ENV=py27 - TOX_ENV=py27-withlxml - TOX_ENV=docs install: - pip install --upgrade pip - ...
sudo: false # Default python version is 3.6 or later language: python cache: directories: - $HOME/.pip-cache/ env: - TOX_ENV=py36 - TOX_ENV=py36-withlxml - TOX_ENV=py37 - TOX_ENV=py37-withlxml - TOX_ENV=py38 - TOX_ENV=py38-withlxml - TOX_ENV=docs install: - pip install --upgrade pip - pip instal...
Update Travis CI test runs for Python versions 3.6, 3.7, 3.8
Update Travis CI test runs for Python versions 3.6, 3.7, 3.8
YAML
mit
jmurty/xml4h
a3c3787f68b85cde5f2cfe47d0c19d8be46c9b38
.travis.yml
.travis.yml
before_install: - sudo apt-get install libicu-dev # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm language: node_js node_js: - "0...
before_install: - sudo apt-get install libicu-dev # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm - npm i -g npm language: node_j...
Upgrade npm for nodejs 0.8
Upgrade npm for nodejs 0.8
YAML
apache-2.0
xmpp-ftw/xmpp-ftw-rpc
664a922512554df4f25dd48149b59c62f02a1b12
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 notifications: email: false branches: only: - master after_success: #- mvn clean test jacoco:report coveralls:report - bin/ci-push-javadoc.sh - bin/ci-deploy-snapshot.sh
language: java sudo: false os: linux dist: trusty jdk: - oraclejdk8 - openjdk8 notifications: email: false branches: only: - master script: - mvn test -Droot.logging.level=INFO after_success: - mvn clean test jacoco:report coveralls:report -Droot.logging.level=INFO - bin/ci-push-javadoc.sh - bi...
Add code coverage to Travis configuration.
Add code coverage to Travis configuration.
YAML
apache-2.0
atomix/atomix,atomix/atomix,kuujo/copycat,kuujo/copycat
bd7cad7384049ec0b0a478678d147bc3f569d84b
.travis.yml
.travis.yml
--- env: - PUPPET_VERSION=2.7.23 - PUPPET_VERSION=3.3.2 notifications: email: false rvm: - 1.9.3 - 1.8.7 matrix: allow_failures: - env: PUPPET_VERSION=2.7.23 language: ruby before_script: "gem install --no-ri --no-rdoc bundler" script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format docum...
--- env: - PUPPET_VERSION=2.7.23 - PUPPET_VERSION=3.3.2 notifications: email: false rvm: - 1.9.3 - 1.8.7 matrix: fast_finish: true allow_failures: - env: PUPPET_VERSION=2.7.23 language: ruby before_script: "gem install --no-ri --no-rdoc bundler" script: 'bundle exec rake validate && bundle exec rake lint && SPEC_...
Enable fast finish in Travis
Enable fast finish in Travis http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
YAML
apache-2.0
kinneygroup/puppet-module-types,jwennerberg/puppet-module-types
3e80df362f549eaa6589f5664b7583563d706612
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 env: - MONGODB_VERSION=alpha services: mongodb before_script: - mongo --eval 'tojson(db.runCommand({buildInfo:1}))' - pecl install -f mongodb-${MONGODB_VERSION} - php --ri mongodb - composer install --dev --no-interaction --prefer-source
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 env: global: - KEY_SERVER="hkp://keyserver.ubuntu.com:80" - MONGO_REPO_URI="http://repo.mongodb.com/apt/ubuntu" - MONGO_REPO_TYPE="precise/mongodb-enterprise/" - SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list" matrix: - DRIVER_VERSION=alpha...
Add multiple server versions to Travis CI
PHPLIB-98: Add multiple server versions to Travis CI
YAML
apache-2.0
jmikola/mongo-php-library,jmikola/mongo-php-library,derickr/mongo-php-library-prototype,mongodb/mongo-php-library,derickr/mongo-php-library,serebro/mongo-php-library-prototype,jmikola/mongo-php-library,mongodb/mongo-php-library,jaleelzhang/mongo-php-library-prototype,Fiskie/mongo-php-library,jmikola/mongo-php-library,1...
c4e30c941d504d64fead04c70d703bd29077fda6
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 - nightly - hhvm matrix: fast_finish: true allow_failures: - nightly before_install: - if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi before_script: - composer -n --prefer-source install script: - vendor/bin/phpunit...
language: php sudo: false php: - 7.0 - 7.1 - nightly - hhvm matrix: fast_finish: true allow_failures: - nightly before_install: - if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi before_script: - composer -n --prefer-source install script: - vendor...
Disable sudo mode in Travis-CI
Disable sudo mode in Travis-CI
YAML
mit
doctrine/collections
c9e107ddfaddc1efec5231b2dbb53bb865b4242a
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.7.0-rc2 addons: postgresql: "9.6" env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rak...
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.6.5 addons: postgresql: "9.6" env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rake ru...
Update CI to use 2.6.5 as well
Update CI to use 2.6.5 as well
YAML
mit
codetriage/codetriage,codetriage/codetriage,codetriage/codetriage