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
11e1ff28d5fd0f95b0faeed8df63011f68421871
.travis.yml
.travis.yml
language: objective-c osx_image: xcode11.6 before_install: - gem install slather script: - set -o pipefail; - xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme OCHamcrest -sdk macosx | xcpretty - xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme libochamcrest -sdk iphonesimulator -destin...
language: objective-c osx_image: xcode12.2 before_install: - gem install slather script: - set -o pipefail; - xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme OCHamcrest -sdk macosx | xcpretty - xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme libochamcrest -sdk iphonesimulator -destin...
Use Xcode 12.2 for XCTIssue testing
Travis: Use Xcode 12.2 for XCTIssue testing
YAML
bsd-2-clause
hamcrest/OCHamcrest,hamcrest/OCHamcrest,hamcrest/OCHamcrest
e5064cad920f11be615317216141e023d27f62c7
.travis.yml
.travis.yml
language: python python: - '3.6' - '3.7' env: - HASS=0.96.5 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS - pip3 install google-cloud-texttospeech==0.4.0 script: - hass -c . --script check_config
language: python python: - '3.6' - '3.7' env: - HASS=0.96.5 - GCTTS=0.4.0 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS - pip3 install google-cloud-texttospeech==$GCTTS script: - hass -c . --script check_config
Improve configuration of Travis CI
Improve configuration of Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
c4fd66a8c3dc36a5988acfa36face36bd19d11aa
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.2 script: - bundle exec rake spec - bundle exec teaspoon before_script: - cp config/database.yml.travis config/database.yml - psql -c 'create database test;' -U postgres - ! 'RAILS_ENV=test bundle exec rake db:schema:load || :' addons: postgresql: "9.3" env: FOG_DIR...
language: ruby sudo: false rvm: - 2.2.2 script: - bundle exec rake spec - bundle exec teaspoon before_script: - cp config/database.yml.travis config/database.yml - psql -c 'create database test;' -U postgres - bundle exec rake db:migrate addons: postgresql: "9.3" env: FOG_DIRECTORY=empirical-core-travis...
Add bundle exec to before script
Add bundle exec to before script
YAML
agpl-3.0
empirical-org/Empirical-Core,empirical-org/Empirical-Core,empirical-org/Empirical-Core,empirical-org/Empirical-Core,empirical-org/Empirical-Core,empirical-org/Empirical-Core,empirical-org/Empirical-Core
0298e0bddfa2c2fddf5514b067627ca694c3919a
.travis.yml
.travis.yml
language: go go: - "1.8.x" - "1.10.x" - "1.13.x" - "1.14.x"
language: go go: - "1.8.x" - "1.10.x" - "1.13.x" - "1.14.x" - "1.16.x"
Add 1.16.x to the pipeline
Add 1.16.x to the pipeline
YAML
mit
go-errors/errors
584f71a6473d41228edf592ae1dddac133bdf979
.travis.yml
.travis.yml
language: ruby script: bundle exec rake cache: bundler sudo: false before_install: - gem install bundler after_success: - bundle exec rake test:accuracy - bundle exec rake benchmark:memory rvm: - ruby-head
language: ruby script: bundle exec rake cache: bundler sudo: false before_install: - gem install bundler after_success: - bundle exec rake test:accuracy - bundle exec rake benchmark:memory rvm: - 2.5.0 - ruby-head
Test against 2.5.0 for now
Test against 2.5.0 for now
YAML
mit
yuki24/did_you_mean
2986e995d1185171cbb75cf53ed14421f13ee068
.travis.yml
.travis.yml
dist: xenial language: python python: - 3.6 - 3.7 addons: apt-packages: -sqlite3 before_install: - make install - make migrate - cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd .. script: - python3 ci/check_m...
dist: xenial language: python python: - 3.6 - 3.7 addons: apt-packages: -sqlite3 before_install: - make install - make migrate - cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd .. script: - cd InvenTree && py...
Make migrations before running script
Make migrations before running script
YAML
mit
SchrodingersGat/InvenTree,inventree/InvenTree,SchrodingersGat/InvenTree,SchrodingersGat/InvenTree,SchrodingersGat/InvenTree,inventree/InvenTree,inventree/InvenTree,inventree/InvenTree
26a13cc5275ba0f6c020e46022df9df6d2b02640
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 script: ant test deploy: api-key: secure: Z2jzWVPpB3Yq4+voY1cMDaq/j+qpYIyLCQTKSuWwbETxzrgoMo88X1oRA4ab82HRSpL5M3C5DFTK+SMKyEcNm5owGdYLOYSkIwR9p9KnsB7/eMJtg9O8PyPAFZbFG40GBA1XXVPTQxFYxlQBsRK5kgVCdVUtkmloDajPaUIvNng= provider: releases file: - ant-javacard.jar sk...
sudo: false language: java jdk: - oraclejdk7 script: ant test deploy: api-key: secure: Z2jzWVPpB3Yq4+voY1cMDaq/j+qpYIyLCQTKSuWwbETxzrgoMo88X1oRA4ab82HRSpL5M3C5DFTK+SMKyEcNm5owGdYLOYSkIwR9p9KnsB7/eMJtg9O8PyPAFZbFG40GBA1XXVPTQxFYxlQBsRK5kgVCdVUtkmloDajPaUIvNng= provider: releases file: - ant-javacard.jar sk...
Use java 1.7 for greater compatibility
Use java 1.7 for greater compatibility
YAML
mit
martinpaljak/ant-javacard
5060f4a9dd13dacad929d8df75c55b0d683035fc
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 services: - redis-server before_script: - phpenv config-add ./tests/travis/php.ini - composer self-update - composer install --prefer-source
language: php php: - 5.6 - 7.0 services: - redis-server before_script: - phpenv config-add ./tests/travis/php.ini - composer self-update - composer install --prefer-source
Add support for php 7 & drop support for php 5.5
Add support for php 7 & drop support for php 5.5
YAML
mit
pauci/cqrs
6e54c585f551630459dda8bef84b1e78358dbae0
.travis.yml
.travis.yml
language: c env: global: - RACKET_DIR: '~/racket' matrix: - RACKET_VERSION: 6.8 - RACKET_VERSION: 6.9 - RACKET_VERSION: HEAD before_install: - git clone https://github.com/greghendershott/travis-racket.git - cat travis-racket/install-racket.sh | bash - export PATH="${RACKET_DIR}/bin:${PATH}"...
language: c env: global: - RACKET_DIR: '~/racket' matrix: - RACKET_VERSION: 6.8 - RACKET_VERSION: 6.9 - RACKET_VERSION: HEAD before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - git clone https://github.com/greghendershott/travis-racket.git - cat travis-racket/install-ra...
Enable xvfb in Travis CI to allow racket/gui to initialize
Enable xvfb in Travis CI to allow racket/gui to initialize
YAML
isc
lexi-lambda/hackett
1495ac1c860a18edf566795ddeaa5757bf34c2e8
.travis.yml
.travis.yml
language : java install : - ./install_dependencies.sh script : - cd core - mvn install - cd ../examples - ant jdk : oraclejdk8 notifications: slack: intech-sudparis:Z3xKQEmZT2a9BFBqouokQ6J7 on_success: change on_failure: always email : false
language : java install : - ./install_dependencies.sh script : - cd core - sed s/GRAPHIC_ENABLE\ =\ true// src/test/resources/kraken.conf -i - mvn install - cd ../examples - ant jdk : oraclejdk8 notifications: slack: intech-sudparis:Z3xKQEmZT2a9BFBqouokQ6J7 on_success: change on_fail...
Disable the graphical display when test are checked by Travis
Disable the graphical display when test are checked by Travis
YAML
mit
PFGimenez/The-Kraken-Pathfinding
4cdc1a28b6122a8ef1726ceab421549c0714f78a
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler rvm: - 2.1 - 2.0 - 1.9.3 script: bundle exec rake notifications: irc: "irc.freenode.org#jekyll" email: on_success: never on_failure: never
language: ruby before_install: - gem install bundler install: - export NOKOGIRI_USE_SYSTEM_LIBRARIES=true - travis_retry bundle install rvm: - 2.1 - 2.0 - 1.9.3 script: bundle exec rake notifications: irc: "irc.freenode.org#jekyll" email: on_success: never on_failure: never
Use system libraries with Travis.
Use system libraries with Travis.
YAML
mit
danbernier/jekyll-import,shybovycha/jekyll-import,ligthyear/jekyll-import,Teino1978-Corp/jekyll-import,gynter/jekyll-import,shybovycha/jekyll-import,stefanw/jekyll-import,jekyll/jekyll-import,geerlingguy/jekyll-import,cityoffortworth/jekyll-import,stefanw/jekyll-import,jekyll/jekyll-import,supriyantomaftuh/jekyll-impor...
969b129e4e09c82bcb7e508604116b37493ee5e6
.travis.yml
.travis.yml
language: java before_script: - "./gradlew simulate &" after_script: - "kill %1" jdk: - oraclejdk8
language: java before_script: - "./gradlew simulate &" - "sleep 5" after_script: - "kill %1" jdk: - oraclejdk8
Add sleep to alleviate simulator race condition
Add sleep to alleviate simulator race condition
YAML
apache-2.0
spiegela/ecs-cf-service-broker,codedellemc/ecs-cf-service-broker,emccode/ecs-cf-service-broker
ad6bdabe48d2ae367455f11da371374ba32495b1
.travis.yml
.travis.yml
env: - PONYO_ROOT=$TRAVIS_BUILD_DIR install: - sudo apt-get install mlton - sudo apt-get install openssl - curl -o polyml-5.6.zip https://codeload.github.com/polyml/polyml/zip/v5.6 - unzip polyml-5.6.zip - (cd polyml-5.6 && ./configure --prefix=/usr && make && sudo make install) - make - SML_BACKEND=mlt...
env: - PONYO_ROOT=$TRAVIS_BUILD_DIR install: - sudo apt-get install mlton polyml openssl - make - SML_BACKEND=mlton make script: - ./bin/ponyo-test -b polyml - ./bin/ponyo-test -b mlton
Install polyml from debian repo
Install polyml from debian repo
YAML
bsd-2-clause
eatonphil/ponyo,eatonphil/ponyo,eatonphil/ponyo
7556c76f5ee35deede257c04a85f1e99d492ae17
.travis.yml
.travis.yml
language: node_js node_js: - 0.10.26 install: npm install
language: node_js node_js: - "0.10" - "0.12" - "4.2" - "5.1" install: npm install
Add multiple versions to test on Travis
Add multiple versions to test on Travis
YAML
apache-2.0
peterbraden/ical.js
39d11d63e5bc022f5f21e7952f27b82abed03409
.travis.yml
.travis.yml
language: php branches: only: - master - develop php: - 7 - 7.1 before_script: - composer self-update - composer install --no-interaction - npm install script: - mkdir build - composer check - grunt after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-cov...
language: php branches: only: - master - develop php: - 7 - 7.1 before_script: - composer self-update - composer install --no-interaction - npm install script: - mkdir build - composer check - grunt after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-cov...
Build under PHP 7.1 gives an error. Allow failure and wait for stable version
Build under PHP 7.1 gives an error. Allow failure and wait for stable version
YAML
mit
acelaya/website-expressive,acelaya/website-expressive,acelaya/website-expressive,acelaya/website-expressive
6128bb93e19324343d028d9b0b6edebfc1d0ff1e
.travis.yml
.travis.yml
language: node_js node_js: '10' os: - linux script: - npm run build # The `--no-cache` flag disables Parcel's cache as it can cause errors with building # same entries targeting different destinations. - npm run docs -- --no-cache - npm run test:build --no-cache - travis_wait npm run test:run after_suc...
language: node_js node_js: '10' os: - linux branches: only: - 'master' - 'next' script: - npm run build # The `--no-cache` flag disables Parcel's cache as it can cause errors with building # same entries targeting different destinations. - npm run docs -- --no-cache - npm run test:build --no-ca...
Allow Travis to build branches and PRs for repo forks
chore(CI): Allow Travis to build branches and PRs for repo forks
YAML
apache-2.0
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
39647c1c04ff5a3d0febfb90e927583e5ce88813
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install --upgrade pip setuptools - pip install --allow-all-external "argparse>=1.2.1" - pip install -r requirements.txt # command to run tests, e.g. python setup.py tes...
language: python python: - "2.6" - "2.7" env: - SETUP_TOOLS="<3.0" - SETUP_TOOLS=">=3.0" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install --upgrade pip "setuptools$SETUP_TOOLS" - pip install --allow-all-external "argparse>=1.2.1" - pip install -r...
Add builds for different setuptools versions, >= 3.0 allows failures at the moment
Add builds for different setuptools versions, >= 3.0 allows failures at the moment
YAML
bsd-3-clause
huqa/pyfibot,EArmour/pyfibot,EArmour/pyfibot,aapa/pyfibot,lepinkainen/pyfibot,aapa/pyfibot,lepinkainen/pyfibot,huqa/pyfibot
29b699aa194862dc44da4e0aa7d2ec6e830eb6e9
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang env: - BUILD_POCO=true - BUILD_POCO=false os: - linux - osx matrix: exclude: - compiler: gcc os: osx before_install: # - echo $LANG # - echo $LC_ALL - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && echo "linux p...
language: cpp compiler: - gcc - clang env: - BUILD_POCO=true - BUILD_POCO=false os: - linux - osx matrix: exclude: - compiler: gcc os: osx before_install: # - echo $LANG # - echo $LC_ALL - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && echo "linux p...
Check env and pre-proc defines
Check env and pre-proc defines
YAML
mit
Opticalp/instrumentall,Opticalp/instrumentall,Opticalp/instrumentall,Opticalp/instrumentall
f2d79314aed342149e68112b7a145d222a138844
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" install: - pip install tox-travis script: tox
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # 3.7 is not currently supported, matrix config added as workaround # - "3.7" matrix: include: - python: 3.7 dist: xenial sudo: true install: - pip install tox-travis script: tox
Add Python 3.7 workaround to Travis config.
Add Python 3.7 workaround to Travis config.
YAML
mit
wamonite/envassume
baffb05ef76ff30f9c6f2b2a8d6055b1efaa1f3e
.travis.yml
.travis.yml
language: python python: - 3.4 script: python setup.py test notifications: email: false
language: python python: - 3.2 - 3.3 - 3.4 - 3.5 script: python setup.py test notifications: email: false
Add other python versions to tests against.
Add other python versions to tests against.
YAML
mit
sampattuzzi/webvtt-py,glut23/webvtt-py
f3999e39be2d7f5b4882a1557a8261f0cbaa659d
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "6" cache: yarn: true directories: - node_modules before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH="$HOME/.yarn/bin:$PATH" - yarn global add greenkeeper-lockfile@1 before_script: greenkeeper-lockfile-update after_script: - gre...
language: node_js node_js: - "node" - "6" cache: yarn: true directories: - node_modules before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH="$HOME/.yarn/bin:$PATH" script: yarn coveralls
Remove greenkeeper and update test script
Remove greenkeeper and update test script
YAML
mit
traveloka/soya-next
0aa0e4958d3f450cdbf6de9ed9d2bad5c7cc9611
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - PYBOSSA_SETTINGS='../settings_test.py' PYBOSSA_REDIS_CACHE_DISABLED='1' services: - redis-server before_install: - sudo apt-get update && sudo apt-get install swig - redis-server --version - redis-server contrib/redis/sentinel.conf --sentinel install: - p...
language: python python: - "2.6" - "2.7" env: - PYBOSSA_SETTINGS='../settings_test.py' PYBOSSA_REDIS_CACHE_DISABLED='1' services: - redis-server before_install: - sudo apt-get update && sudo apt-get install swig - redis-server --version - redis-server contrib/redis/sentinel.conf --sentinel install: - p...
Use coveralls.io to report coverage of unit tests
Use coveralls.io to report coverage of unit tests
YAML
agpl-3.0
harihpr/tweetclickers,geotagx/pybossa,CulturePlex/pybossa,stefanhahmann/pybossa,proyectos-analizo-info/pybossa-analizo-info,stefanhahmann/pybossa,PyBossa/pybossa,OpenNewsLabs/pybossa,proyectos-analizo-info/pybossa-analizo-info,OpenNewsLabs/pybossa,PyBossa/pybossa,harihpr/tweetclickers,jean/pybossa,inteligencia-coletiva...
05d21d20902ec155b11d02f16a918d5a352c3b0d
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "5"
language: node_js node_js: - 0.10 - 0.12 - 4 - 6 - 8 - 10 - 12
Support nodejs 6, 8, 10 & 12
Support nodejs 6, 8, 10 & 12
YAML
mit
mcollina/aedes-packet
3cff015169f5ca215a42f81650edc9f31095dd6f
.travis.yml
.travis.yml
# Note: right now we don't use go-specific features of travis. # Later we might automate "go test" etc. (or do it inside a docker container...?) language: go # This should match the version in the Dockerfile. go: 1.2.1 # Let us have pretty experimental Docker-based Travis workers. # (These spin up much faster than t...
# Note: right now we don't use go-specific features of travis. # Later we might automate "go test" etc. (or do it inside a docker container...?) language: go # This should match the version in the Dockerfile. go: 1.2.1 # Let us have pretty experimental Docker-based Travis workers. # (These spin up much faster than t...
Adjust Travis to also compile, to test that compilation still succeeds
Adjust Travis to also compile, to test that compilation still succeeds Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
YAML
apache-2.0
erikh/docker,thtanaka/docker,metalivedev/dockerclone,shaded-enmity/docker,mchasal/docker,mtrmac/docker,kickinz1/docker,xuxinkun/docker,zhaoshengbo/docker,rwincewicz/docker,stainboy/docker,ivansaracino/docker,scotttlin/docker,ncdc/docker,mauidev/docker,xyliuke/docker,zhuohual/docker,iaintshine/docker,Lanzafame/docker,sc...
053e81857723734439c0d2491e2da6129ec8a120
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 before_install: - brew update && brew unlink go node && brew install go node - curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --yes --channel=nightly script: ./test
language: objective-c osx_image: xcode7.3 before_install: - brew update - brew unlink go node - brew install go node - npm install - curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --yes --channel=nightly script: ./test
Add npm install to Travis config
Add npm install to Travis config
YAML
mit
peferron/algo,peferron/algo,peferron/algo,peferron/algo,peferron/algo,peferron/algo
f14149064304e0cf2f6f13780c66de61dabff390
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - echo 'yes' | sudo add-apt-repository ppa:ondrej/php5 - sudo apt-get update -qq - sudo apt-get install -qq php5-cli php5-curl php5-memcached php5-imagick php-pear - sudo pecl install mongo - php -v - curl https://getcomposer.org/installer | php - chmo...
language: node_js node_js: - "0.10" before_install: - echo 'yes' | sudo add-apt-repository ppa:ondrej/php5 - sudo apt-get update -qq - sudo apt-get install -qq php5-cli php5-curl php5-memcached php5-imagick php5-dev php-pear - sudo pecl install mongo - php -v - curl https://getcomposer.org/installer | php...
Install php5-dev, cat output of httpd server after running it
Install php5-dev, cat output of httpd server after running it
YAML
mit
rexxars/imboclient-js,rexxars/imboclient-js,imbo/imboclient-js,imbo/imboclient-js,imbo/imboclient-js,rexxars/imboclient-js
1ee6c4249e02b7e9243cae23335b36ae25180c19
.travis.yml
.travis.yml
dist: xenial matrix: fast_finish: true include: - language: java jdk: openjdk8 env: FRONT=false - language: java jdk: oraclejdk8 env: FRONT=false - language: java jdk: openjdk9 env: FRONT=false - language: java jdk: oraclejdk9 env: FRONT=false ...
matrix: fast_finish: true include: - language: java jdk: openjdk8 env: FRONT=false - language: java jdk: oraclejdk8 env: FRONT=false - language: java jdk: openjdk9 env: FRONT=false - language: java jdk: oraclejdk9 env: FRONT=false - language: j...
Revert "Testing xenial once again"
Revert "Testing xenial once again" This reverts commit 9f6b5b45
YAML
mit
mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5
ad5d5409d47b8dc1bedf81f3a55816f69d61485d
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler branches: only: - master bundler_args: --without development rvm: - 2.0 - 2.1 - 2.2 - 2.3.1 - ruby-head - jruby-9.0.5.0 # latest travis-ci preinstalled version - jruby-head - rbx env: - NIO4R_PURE=false - NIO4R_PURE=true matrix: fast_finish: true...
language: ruby sudo: false cache: bundler bundler_args: --without development branches: only: - master os: - linux - osx rvm: - 2.0 - 2.1 - 2.2 - 2.3.1 - ruby-head - jruby-9.0.5.0 # latest travis-ci preinstalled version - jruby-head - rbx env: - NIO4R_PURE=false - NIO4R_PURE=true mat...
Add OS X to the Travis build OSes
Add OS X to the Travis build OSes
YAML
mit
celluloid/nio4r,celluloid/nio4r,celluloid/nio4r
a49fc69ebbc20112231db1d6448fbdd15996141f
.travis.yml
.travis.yml
language: ruby rvm: - 2.3 addons: postgresql: "9.4" env: - REDMINE_VER=3.4-stable branches: only: - master - develop install: "echo skip bundle install" before_script: - psql -c 'create database travis_ci_test;' -U postgres script: - export TESTSPACE=`pwd`/testspace - export NAME_OF_PLUGIN=r...
language: ruby rvm: - 2.3 addons: postgresql: "9.4" env: - REDMINE_VER=3.4-stable - TZ=Europe/Moscow - TZ=UTC - TZ=Europe/Dublin branches: only: - master - develop install: "echo skip bundle install" before_script: - psql -c 'create database travis_ci_test;' -U postgres script: - export ...
Use different time zones in Travis
Use different time zones in Travis
YAML
mit
centosadmin/redmine_recurring_tasks,centosadmin/redmine_recurring_tasks,centosadmin/redmine_recurring_tasks
584ada7452b3bdd3a210825d5c522f7a47864ace
.travis.yml
.travis.yml
language: php sudo: false php: - 5.5 - 5.6 - 7 - hhvm - nightly install: - composer self-update - composer install --no-interaction before_script: - mkdir -p build/logs script: - phpunit --coverage-clover build/logs/clover.xml ./Tests - vendor/bin/phpcs --runtime-set ignore_warnings_on_exit 1 --...
language: php sudo: false php: - 5.5 - 5.6 - 7.0 - hhvm - nightly matrix: fast_finish: true allow_failures: - php: nightly install: - composer self-update - composer install --no-interaction before_script: - mkdir -p build/logs script: - phpunit --coverage-clover build/logs/clover.xml ./T...
Allow failures on unstable PHP versions
Allow failures on unstable PHP versions
YAML
mit
QuickPay/quickpay-php-client,Netimage/quickpay-php-client
1ad9a2b0887e680d21fc1f6ad583ae0ce81d7d7b
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.5.1 services: - memcached notifications: email: - travisci@dennmart.com
sudo: false language: ruby rvm: - 2.5.1 services: - memcached
Remove specified email address in Travis CI configuration
Remove specified email address in Travis CI configuration
YAML
mit
dennmart/wanikani-to-anki,dennmart/wanikani-to-anki
d1f5be727168bd72971efdc59ee148f4ef4f0338
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" # command to install dependencies install: - "pip install coveralls" - "pip install -r requirements.txt" - "pip install -r test_requirements.txt" # command to run tests script: coverage run ./manage.py test after_success: coveralls deploy: provider: pypi ...
sudo: false language: python python: - "2.7" # command to install dependencies install: - "pip install coveralls" - "pip install -r requirements.txt" - "pip install -r test_requirements.txt" # command to run tests script: coverage run ./manage.py test after_success: coveralls deploy: provider: pypi ...
Update the pypi password (ECOM-3912)
Update the pypi password (ECOM-3912)
YAML
agpl-3.0
edx/edx-oauth2-provider,edx/edx-oauth2-provider
26ab5353a459d2c77befc1caa67b897be34498a7
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx-18mode - rbx-19mode script: - bundle exec rake - bundle exec rspec
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ree - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: 2.0.0 script: - bundle exec rake - bundle exec rspec
Enable builds for Ruby 2.0.0, but allow them to fail.
Enable builds for Ruby 2.0.0, but allow them to fail.
YAML
mit
sodabrew/mysql2,PipelineDeals/mysql2,mkdynamic/mysql2,dylanahsmith/mysql2,yui-knk/mysql2,kamipo/mysql2,kamipo/mysql2,jeremy/mysql2,mkdynamic/mysql2,blaind/mysql2,zmack/mysql2,brianmario/mysql2,tamird/mysql2,kamipo/mysql2,modulexcite/mysql2,jeremy/mysql2,brianmario/mysql2,zBMNForks/mysql2,jeremy/mysql2,blaind/mysql2,jco...
45a0615fe7783c178e4804daf5e40b1afd2cda8c
.travis.yml
.travis.yml
language: python python: - "2.6" before_script: - flake8 news - mysql -e 'create database basket;' - python manage.py syncdb --noinput --migrate script: coverage run manage.py test news before_install: - git submodule update --init --recursive install: - pip install -r requirements/compiled.txt -r requireme...
language: python python: - "2.6" before_script: - flake8 news - mysql -e 'create database basket;' - python manage.py syncdb --noinput --migrate script: coverage run manage.py test news before_install: - git submodule update --init --recursive install: - pip install -r requirements/compiled.txt -r requireme...
Change IRC channel for Travis notifications.
Change IRC channel for Travis notifications.
YAML
mpl-2.0
meandavejustice/basket,glogiotatidis/basket,meandavejustice/basket,pmclanahan/basket,glogiotatidis/basket,pmclanahan/basket,glogiotatidis/basket
697ec978104c5b6811923f544392f27df2806723
.travis.yml
.travis.yml
language: java sudo: false matrix: include: - os: linux jdk: openjdk8 - os: linux jdk: openjdk11 - os: linux arch: s390x jdk: openjdk11 addons: apt: update: true packages: - maven - libcppunit-dev cache: directories: -...
language: java matrix: include: - os: linux jdk: openjdk8 - os: linux jdk: openjdk11 - os: linux arch: s390x jdk: openjdk11 addons: apt: update: true packages: - maven - libcppunit-dev cache: directories: - "$HOME/.m2"...
Remove deprecated sudo setting on Travis
Remove deprecated sudo setting on Travis [Travis are now recommending removing the sudo tag.](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration) _"If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"_ Author: dengliming <liming.d.pro@gmail.co...
YAML
apache-2.0
hanm/zookeeper,apache/zookeeper,arshadmohammad/zookeeper,hanm/zookeeper,apache/zookeeper,maoling/zookeeper,hanm/zookeeper,arshadmohammad/zookeeper,maoling/zookeeper,maoling/zookeeper,apache/zookeeper,hanm/zookeeper,maoling/zookeeper,hanm/zookeeper,apache/zookeeper,arshadmohammad/zookeeper,hanm/zookeeper,apache/zookeepe...
9ae02b37379e2b54ec08ffc08a6e0840dcf15b8f
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - stable - 6 - 4 - "0.12" - "0.10" branches: only: - master script: npm test
language: node_js node_js: - stable - 8 - 6 - 4 script: - npm test
Drop Node v0.10.x & v0.12.x, add 8.x.x
test(ci): Drop Node v0.10.x & v0.12.x, add 8.x.x BREAKING CHANGE: This drops support Node v0.10.x, and v0.12.x while adding Node v8.x.x, as v9.x.x is now stable.
YAML
mit
themasch/node-bencode,slang800/node-bencode
1e31f0ddced5802e0d3de884e90b6b5191b100eb
.travis.yml
.travis.yml
language: node_js node_js: - "6" script: - npm run check:src - npm run build - npm run check:examples branches: only: - master cache: directories: - $HOME/.npm - examples/basic/node_modules - examples/basic-mapUrlToProps/node_modules - examples/react-router-v2-and-redux/node_modules - examples...
language: node_js node_js: - "6" script: - npm run check:src - npm run build branches: only: - master cache: directories: - $HOME/.npm - examples/basic/node_modules - examples/basic-mapUrlToProps/node_modules - examples/react-router-v2-and-redux/node_modules - examples/react-router-v4-and-redux/...
Remove examples check since there aren’t any tests
Remove examples check since there aren’t any tests And I’m not sure how to do it properly when the version in the package.json is not the version it should be testing against!
YAML
mit
pbeshai/react-url-query
fa5cb8d30da10dddb491cfeff27337cf94faa7de
recipes/bluesky/meta.yaml
recipes/bluesky/meta.yaml
package: name: bluesky version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/bluesky git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ['GIT_B...
package: name: bluesky version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/bluesky git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ['GIT_B...
Add tifffile as bluesky dep
Add tifffile as bluesky dep
YAML
bsd-3-clause
NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes
7095fca6af9055c8015c369c46470cc92569f3ed
.travis.yml
.travis.yml
sudo: true dist: trusty before_install: - docker --version env: - IMAGE_NAME: docker-pipeline RELEASE_URL: https://registry.hub.docker.com/u/stevencooney/docker-test/trigger/$DOCKER_HUB_TOKEN/ jobs: include: - stage: build docker image script: - docker build --pull -t $IMAGE_NAME . - ...
sudo: true dist: trusty before_install: - docker --version env: - IMAGE_NAME: docker-pipeline RELEASE_URL: https://registry.hub.docker.com/u/stevencooney/docker-test/trigger/$DOCKER_HUB_TOKEN/ jobs: include: - stage: build & test docker image script: # Build docker image - docker buil...
Move test and build within the same stage.
Move test and build within the same stage. This allows the docker image to be persisted within stages.
YAML
mit
sjcp-solutions/docker-pipeline
8c9974d0fda71bee6f21008bdf965db7ec4e6401
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
Replace Java 14 with 15. One Java 11 build.
Travis: Replace Java 14 with 15. One Java 11 build.
YAML
apache-2.0
mirasrael/commons-csv,mirasrael/commons-csv,apache/commons-csv,apache/commons-csv
8a18d74c4256ba5d0890ee5ade1d8926d8485c97
.travis.yml
.travis.yml
language: go arch: - amd64 - arm64 os: - linux - osx go: 1.14.x go_import_path: k8s.io/kops script: - GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test jobs: include: - name: Verify arch: amd64 os: linux go: 1.14.x script: - GOPROXY=https://prox...
language: go arch: - amd64 - arm64 os: - linux - osx go: 1.14.x go_import_path: k8s.io/kops script: - GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test jobs: include: - name: Verify arch: amd64 os: linux go: 1.14.x script: - GOPROXY=https://proxy.g...
Build all binaries with TravisCI
Build all binaries with TravisCI
YAML
apache-2.0
justinsb/kops,kubernetes/kops,justinsb/kops,justinsb/kops,kubernetes/kops,kubernetes/kops
880de1e73a2b577ee037159a58a0b059babe00e9
.travis.yml
.travis.yml
install: - curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe script: - ./docker run ubuntu /bin/echo hello world
install: #- curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe - sh -xe install.sh script: - ./docker run ubuntu /bin/echo hello world
Use local asset for this repo
Use local asset for this repo
YAML
bsd-3-clause
JosuaKrause/reprozip,wpears/travis-docker,moul/travis-docker,ViDA-NYU/reprozip,JosuaKrause/reprozip,JosuaKrause/reprozip,ViDA-NYU/reprozip,ViDA-NYU/reprozip,JosuaKrause/reprozip,dockware/travis-docker,ViDA-NYU/reprozip,William-Yeh/travis-docker,jopecko/travis-docker,ViDA-NYU/reprozip
fbdd167603a52c45210ca4818cef8fb74a7c89ed
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 env: - DJANGO=1.8 - DJANGO=1.9 - DJANGO=1.10 install: - pip install -q Django==$DJANGO - pip install . script: - python manage.py test geoposition matrix: exclude: # Django doesn't support following combinations - python: 3.3 env: DJAN...
language: python python: - 2.7 - 3.4 - 3.5 env: - DJANGO=1.8.14 - DJANGO=1.9.9 - DJANGO=1.10 install: - pip install -q Django==$DJANGO - pip install . script: - python manage.py test geoposition
Test with latest releases of each 1.x branch, remove 1.9, remove exclusions (Django 1.8/.9/.10 should work fine with Python3)
Test with latest releases of each 1.x branch, remove 1.9, remove exclusions (Django 1.8/.9/.10 should work fine with Python3)
YAML
mit
RamezIssac/django-geoposition,philippbosch/django-geoposition,philippbosch/django-geoposition,RamezIssac/django-geoposition,philippbosch/django-geoposition,RamezIssac/django-geoposition
fda44ab30ad46977344d89c0896ece726f4feb9b
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" # install deps install: pip install -r requirements.txt # run tests script: python tests.py
language: python python: - "2.7" - "3.3" - "3.4" # install deps install: pip install -r requirements.txt # run tests script: python tests.py
Drop testing in python 2.6. It might still work...
Drop testing in python 2.6. It might still work...
YAML
mit
tino/pyFirmata,JoseU/pyFirmata,jochasinga/pyFirmata
436459d71d34d9242c62e77d52ee3e6f00668ed2
.travis.yml
.travis.yml
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install python-setuptools - sudo apt-get install -qq python-n...
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install python-setuptools - sudo apt-get install -qq python-n...
Install networkx via debian packages
Travis: Install networkx via debian packages
YAML
agpl-3.0
Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide
a2fec429bdf7effbf6661d1675ab2bd3c6d1cb6d
.travis.yml
.travis.yml
language: python dist: bionic python: - "3.6" - "3.7" addons: apt: update: true sources: - sourceline: "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" key_url: "https://bazel.build/bazel-release.pub.gpg" packages: - bazel install: - pip install --upgrade p...
language: python dist: bionic python: - "3.6" - "3.7" addons: apt: update: true sources: - sourceline: "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" key_url: "https://bazel.build/bazel-release.pub.gpg" packages: - bazel install: - pip install --upgrade p...
Use tfp-nightly for Travis tests.
Use tfp-nightly for Travis tests. PiperOrigin-RevId: 292334356
YAML
apache-2.0
google/tf-quant-finance,google/tf-quant-finance
386f812fe51eb0b8a212a59b0eb58bc8c17d9e0c
.travis.yml
.travis.yml
language: python os: - linux - osx python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict futures; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; the...
language: python os: - linux python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict futures; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip in...
Disable osx builds. Travis doesn't support python builds on osx
Disable osx builds. Travis doesn't support python builds on osx
YAML
bsd-3-clause
jzhou77/flower,asmodehn/flower,jzhou77/flower,jzhou77/flower,asmodehn/flower,asmodehn/flower
672fc9b16f9188bd62b5c9ddeec1d45f35c44b8c
.travis.yml
.travis.yml
--- language: php dist: trusty group: edge php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly - hhvm-3.12 - hhvm-3.15 - hhvm-3.18 - hhvm-3.21 - hhvm-3.24 - hhvm-3.27 - hhvm-3.30 matrix: allow_failures: - php: nightly before_script: - phpenv config-rm xdebug....
--- language: php dist: trusty group: edge php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly - hhvm-3.12 - hhvm-3.15 - hhvm-3.18 - hhvm-3.21 - hhvm-3.24 - hhvm-3.27 - hhvm-3.30 matrix: allow_failures: - php: 7.4snapshot - php: nightly before_script: - p...
Allow PHP 7.4-Snapshot to fail gracefully
Allow PHP 7.4-Snapshot to fail gracefully
YAML
bsd-2-clause
darkain/php-tracking-urls
0d3a902575aa1288a4175495e5fa199b757b6cf0
.travis.yml
.travis.yml
language: go go: - 1.4 - 1.3 install: go get github.com/acsellers/inflections go get github.com/mattn/go-sqlite3 go install github.com/acsellers/dr script: cd example/blog dr build go test
language: go go: - 1.4 - 1.3 - 1.2 install: go get github.com/acsellers/inflections go get github.com/mattn/go-sqlite3 go install github.com/acsellers/dr script: cd example/blog dr build go test
Add 1.2 as a testable version
Add 1.2 as a testable version
YAML
bsd-2-clause
acsellers/dr
5942b1653c1ee77642dbccf6ef2010ac8d174abf
recipes/pyflyby/meta.yaml
recipes/pyflyby/meta.yaml
{% set name = "pyflyby" %} {% set version = "1.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5bebd9fe0f40d809bbf029e3d0d1bfa7bfe2a94379f5a8f383cb85d94fb9a88c build: number: 0 no...
{% set name = "pyflyby" %} {% set version = "1.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5bebd9fe0f40d809bbf029e3d0d1bfa7bfe2a94379f5a8f383cb85d94fb9a88c build: number: 0 no...
Remove quarl as a maintainer of pyflyby for now
Remove quarl as a maintainer of pyflyby for now
YAML
bsd-3-clause
igortg/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,...
a863d52e28588b21298336906e9ff9f300a9d27a
.travis.yml
.travis.yml
# # This file has been generated by the Ibuildings QA-Tools # # Any custom Travis-ci configuration be added here # This file should be added to your project repository # language: php php: - 5.6 - 5.5 - 5.4 env: global: - SYMFONY_ENV=test cache: directories: - ~/.composer before_script: - phpen...
# # This file has been generated by the Ibuildings QA-Tools # # Any custom Travis-ci configuration be added here # This file should be added to your project repository # language: php php: - 5.6 - 5.5 - 5.4 env: global: - SYMFONY_ENV=test cache: directories: - ~/.composer before_script: - phpen...
Add develop to Travis branches.
Add develop to Travis branches.
YAML
apache-2.0
SURFnet/Stepup-Gateway,SURFnet/Stepup-Gateway,SURFnet/Stepup-Gateway,SURFnet/Stepup-Gateway
574a8a79133f92295107724158a82541e889ff12
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 install: - pip install -r requirements.txt - pip install coveralls script: coverage run --source=duckduckpy setup.py test after_success: coveralls
language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - 3.8 install: - pip install -r requirements.txt - pip install coveralls script: coverage run --source=duckduckpy setup.py test after_success: coveralls
Add Python 3.8 to Travis CI configuration file
Add Python 3.8 to Travis CI configuration file
YAML
mit
ivankliuk/duckduckpy
7936554f5142926317c4e7a00bb3141d7449c2d4
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.2" - "2.1.3" - "2.1.4" gemfile: # Rails 3.2 is not being actively tested, if this doesn't change in the future, this should be removed. # - gemfiles/rails_3_2.gemfile - gemfiles/rails_4_0.gemfile - gemfiles/rails_4_1.gemfile - gemfiles/rails_4_2.gemfile ad...
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.2" - "2.1.3" - "2.1.4" - "2.2.1" gemfile: # Rails 3.2 is not being actively tested, if this doesn't change in the future, this should be removed. # - gemfiles/rails_3_2.gemfile - gemfiles/rails_4_0.gemfile - gemfiles/rails_4_1.gemfile - gemfiles/rails_4_...
Add testing for Ruby 2.2.1.
Add testing for Ruby 2.2.1.
YAML
mit
carouselapps/validation_auditor,pupeno/validation_auditor
b64d1eaf606ad82b8120e04babfcba4b61a00262
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.3
language: ruby rvm: - 2.3.3 addons: apt: packages: - zlib1g-dev - libprotobuf-c0-dev
Add package dependencies for pbf_parser gem
Add package dependencies for pbf_parser gem
YAML
mit
ryanfb/geocollider
39b0fbb3e2d67392ac0ad88f4fce9594f7c03ad1
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 script: - composer install - phpunit test/EventTest.php - phpunit test/JobStatusTest.php - phpunit test/JobTest.php - phpunit test/StatTest.php - phpunit test/WorkerTest.php
language: php php: - 5.4 - 5.5 - 5.6 script: - composer install - phpunit test/EventTest.php - phpunit test/JobStatusTest.php - phpunit test/JobTest.php - phpunit test/StatTest.php - phpunit test/WorkerTest.php
Add php 5.4 deployment environment
Add php 5.4 deployment environment
YAML
mit
CraryPrimitiveMan/php-resque
926f36c565d8596060e393b015c908806e0fec7f
.travis.yml
.travis.yml
language: node_js node_js: - 0.6 - 0.8 branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install i...
language: node_js node_js: - 0.10 - 0.8 - 0.6 branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm ...
Test against Node.js 0.10 at Travis CI.
Test against Node.js 0.10 at Travis CI.
YAML
mit
bigeasy/packet,bigeasy/packet
f26c7e92128eee2e07552e7dbc4f99e3bd42e311
.travis.yml
.travis.yml
language: groovy jdk: - oraclejdk8 - oraclejdk7 install: ./gradlew assemble --stacktrace --info script: ./gradlew check --stacktrace --info --continue
language: groovy jdk: - oraclejdk8 install: ./gradlew assemble --stacktrace --info script: ./gradlew check --stacktrace --info --continue
Disable Travis build with Java 7
Disable Travis build with Java 7
YAML
apache-2.0
szpak/mockito-java8
f41e425728461e05ac28f760a0e264abb9b26418
.travis.yml
.travis.yml
language: go go: - 1.1 - 1.2 - 1.3 - 1.4.2 - tip env: matrix: - ES_VERSION=1.0.3 - ES_VERSION=1.1.2 - ES_VERSION=1.2.1 - ES_VERSION=1.3.4 - ES_VERSION=1.4.4 - ES_VERSION=1.5.2 - ES_VERSION=1.6.0 before_script: - mkdir ${HOME}/elasticsearch - wget https://download.elastic.c...
language: go go: - 1.1 - 1.2 - 1.3 - 1.4.2 - tip env: matrix: - ES_VERSION=1.0.3 - ES_VERSION=1.1.2 - ES_VERSION=1.2.1 - ES_VERSION=1.3.4 - ES_VERSION=1.4.4 - ES_VERSION=1.5.2 - ES_VERSION=1.6.0 before_script: - mkdir ${HOME}/elasticsearch - wget https://download.elastic.c...
Make sure groovy is installed for older ES versions
Make sure groovy is installed for older ES versions
YAML
bsd-3-clause
r--w/goes,OwnLocal/goes,johnkjellberg/goes,scoop/goes
491ddf8e5d83b2ac00f9c9124b1ec8ac7ae3bd2f
.travis.yml
.travis.yml
language: go go: - tip install: - go get -t ./... script: - go build - go vet - go test -v ./... # Run unit tests (verbose output)
language: go go: - tip install: - go get -t ./... script: - go build - go get golang.org/x/tools/cmd/vet - go vet - go test -v ./... # Run unit tests (verbose output)
Fix to install vet for build
Fix to install vet for build
YAML
mit
sgoertzen/html2text
9d2f77ecc55dcffcc6a3e6d93f3b6a4d77ffa0cb
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - hhvm - nightly env: global: - APP_ENV=staging - APP_DEBUG=true - APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - CACHE_DRIVER=file - SESSION_DRIVER=file - QUEUE_DRIVER=sync # Commands to be run before your environment runs. before_script: - composer self...
language: php php: - 5.5 - 5.6 - hhvm - nightly env: global: - APP_ENV=staging - APP_DEBUG=true - APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - CACHE_DRIVER=file - SESSION_DRIVER=file - QUEUE_DRIVER=sync # Commands to be run before your environment runs. before_script: - composer self...
Add notifications for build-test using Travis-CI
Add notifications for build-test using Travis-CI
YAML
mit
rkkautsar/CuapCuap,CapungCSUI/CuapCuap,rkkautsar/CuapCuap,CapungCSUI/CuapCuap,rkkautsar/CuapCuap,CapungCSUI/CuapCuap
e9a8664ebb819a5e415d2684a756acc11be5bade
.travis.yml
.travis.yml
sudo: false language: python python: - "3.4" - "3.5" cache: directories: - $HOME/.cache/pip install: - pip install -r dev-requirements.txt -U - python setup.py develop - pip freeze script: py.test --cov=./ after_success: - codecov
sudo: false language: python python: - "3.4" - "3.5" - "3.6" cache: directories: - $HOME/.cache/pip install: - pip install -r dev-requirements.txt -U - python setup.py develop - pip freeze script: py.test --cov=./ after_success: - codecov
Build also Python 3.6 on Travis
Build also Python 3.6 on Travis
YAML
bsd-3-clause
jaywink/federation,jaywink/social-federation,jaywink/social-federation,jaywink/federation
5dfbdd353d59cfaa503dc17af8121010214daba5
.travis.yml
.travis.yml
language: go go: - 1.4.3 - 1.5.1 env: global: - KAFKA_PEERS=localhost:9091,localhost:9092,localhost:9093,localhost:9094,localhost:9095 - TOXIPROXY_ADDR=http://localhost:8474 - KAFKA_INSTALL_ROOT=/home/travis/kafka - KAFKA_HOSTNAME=localhost - DEBUG=true matrix: - KAFKA_VERSION=0.8.1.1 - KAFKA_VERSION...
language: go go: - 1.4.3 - 1.5.2 env: global: - KAFKA_PEERS=localhost:9091,localhost:9092,localhost:9093,localhost:9094,localhost:9095 - TOXIPROXY_ADDR=http://localhost:8474 - KAFKA_INSTALL_ROOT=/home/travis/kafka - KAFKA_HOSTNAME=localhost - DEBUG=true matrix: - KAFKA_VERSION=0.8.1.1 - KAFKA_VERSION...
Bump CI from 1.5.1 to 1.5.2
Bump CI from 1.5.1 to 1.5.2
YAML
mit
vrischmann/sarama,scalingdata/sarama,mailgun/sarama,HelixEducation/sarama,remerge/sarama,HelixEducation/sarama,Shopify/sarama,mailgun/sarama,raisemarketplace/sarama,Shopify/sarama,VividCortex/sarama,raisemarketplace/sarama,vrischmann/sarama,DataDog/sarama,scalingdata/sarama,DataDog/sarama,VividCortex/sarama,remerge/sar...
e08e8716ae12c57643c18e90645bc0644cbedc58
.travis.yml
.travis.yml
language: go go: - 1.1 - 1.2 - tip env: global: - secure: "YSwtFrMqh4oUvdSQTXBXMHHLWeQgyNEL23ChIZwU0nuDGIcQZ65kipu0PzefedtUbK4ieC065YCUi4UDDh6gPotB/Wu1pnYg3dyQ7rFvhaVYAAUEpajAdXZhlx+7+J8a4FZMeC/kqiahxoRgLbthF9019ouIqhGB9zHKI6/yZwc=" install: - make prepare script: make travis matrix: allow_failu...
language: go go: - 1.1 - 1.2 - 1.2.1 - tip env: global: - secure: "YSwtFrMqh4oUvdSQTXBXMHHLWeQgyNEL23ChIZwU0nuDGIcQZ65kipu0PzefedtUbK4ieC065YCUi4UDDh6gPotB/Wu1pnYg3dyQ7rFvhaVYAAUEpajAdXZhlx+7+J8a4FZMeC/kqiahxoRgLbthF9019ouIqhGB9zHKI6/yZwc=" install: - make prepare script: make travis matrix: a...
Build on go1.2.1 as well.
Build on go1.2.1 as well.
YAML
mit
gearmover/aptly,gearmover/aptly,vincentbernat/aptly,sobczyk/aptly,smira/aptly,bsundsrud/aptly,jola5/aptly,aptly-dev/aptly,bankonme/aptly,neolynx/aptly,gdbdzgd/aptly,adfinis-forks/aptly,adfinis-forks/aptly,scalp42/aptly,ceocoder/aptly,ceocoder/aptly,bankonme/aptly,vincentbernat/aptly,gdbdzgd/aptly,scalp42/aptly,scalp42/...
72681dcb449c303ff9c7058481b783ec551f657b
.travis.yml
.travis.yml
osx_image: xcode8 language: objective-c script: # Carthage - xcodebuild -project Async.xcodeproj -scheme "Async iOS" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Async OSX" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Async tvOS" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Asy...
osx_image: xcode8 language: objective-c script: # Carthage - xcodebuild -project Async.xcodeproj -scheme "Async iOS" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Async OSX" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Async tvOS" | xcpretty - xcodebuild -project Async.xcodeproj -scheme "Asy...
Add codecoverage test project path
Add codecoverage test project path
YAML
mit
2h4u/Async,duemunk/Async,duemunk/Async,duemunk/Async,2h4u/Async,2h4u/Async
ef3030cf145d132614f31d26324498471d893ca5
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.4" - "3.3" - "2.7" - "2.6" - "pypy" install: - pip install -U -r dev-requirements.txt - pip install -U . before_script: flake8 webargs script: py.test
# Config file for automatic testing at travis-ci.org language: python # http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ sudo: false python: - "3.4" - "3.3" - "2.7" - "2.6" - "pypy" install: - pip install -U -r dev-requirements.txt - pip install -U ....
Add sudo: false for faster builds
Add sudo: false for faster builds
YAML
mit
nealrs/webargs,yufeiminds/webargs,Basis/webargs,stas/webargs,sloria/webargs,hyunchel/webargs
653fee0fc81a59bf164e550e0e606dff85a308bc
.travis.yml
.travis.yml
language: node_js node_js: - '4.0' env: - CODECLIMATE_REPO_TOKEN=f2d05b465bf33005b30bb94efa83b9232d2ade570a493de719cf948b2f030332 before_install: - npm conf set strict-ssl false after_install: - sudo npm install -g phantomjs before_script: - phantomjs --version - npm install -g mocha - npm install -g ista...
language: node_js node_js: - "stable" env: - CODECLIMATE_REPO_TOKEN=f2d05b465bf33005b30bb94efa83b9232d2ade570a493de719cf948b2f030332 before_install: - npm conf set strict-ssl false after_install: - sudo npm install -g phantomjs before_script: - phantomjs --version - npm install -g mocha - npm install -g i...
Use latest stable for Travis-CI
Use latest stable for Travis-CI Use latest stable for Travis-CI
YAML
mit
MatthewCallis/avatar
9a5a0bc0820bc1c9847333e48248ea558d11f6cb
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" # command to install dependencies. install: true # - pip install -r requirements.txt # command to build and run tests. script: - python setup.py build test sdist
dist: xenial language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" # command to install dependencies. install: true # - pip install -r requirements.txt # command to build and run tests. script: - python setup.py build test sdist
Add Python 3.7 to test grid
Add Python 3.7 to test grid Upgrade from Trusty to Xenial, since Travis CI's default does not provide Python 3.7, and remove Python 3.2 and 3.3, since Travis CI's Xenial does not provide Python 3.2 or 3.3.
YAML
mit
sighingnow/parsec.py
27354564c2d264088f5c14936613f734f1a489de
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - hhvm before_script: - travis_retry composer self-update - composer config notify-on-install false - travis_retry composer update --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml.dis...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - hhvm matrix: include: - php: 5.3 dist: precise before_script: - travis_retry composer self-update - composer config notify-on-install false - travis_retry composer update --no-interaction --prefer-source script: - ven...
Fix Travis for PHP 5.3
Fix Travis for PHP 5.3
YAML
mit
rchouinard/bencode
519495d7fef89ffdb040afcdd2b3b0915d6c664d
.travis.yml
.travis.yml
language: python python: - 3.6 install: - sudo apt-get install lftp - wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-64bit.deb - sudo dpkg -i hugo*.deb - rm -rf public || exit 0 script: - python zotero/update.py - hugo after_success: - hugo -d site - ./deploy.sh ...
language: python python: - 3.6 install: - sudo apt-get install lftp openconnect - wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-64bit.deb - sudo dpkg -i hugo*.deb - rm -rf public || exit 0 script: - python zotero/update.py - hugo after_success: - hugo -d site - ...
Install openconnect for VPN connection
Install openconnect for VPN connection
YAML
mit
yannforget/spell-website,yannforget/spell-website,yannforget/spell-website
a022aaf6f5ed5672e23be2c051af2e404f61f61b
.travis.yml
.travis.yml
sudo: required services: - docker before_install: - docker pull yglukhov/nim-base script: - docker run -v "$(pwd):/project" -w /project yglukhov/nim-base run sh ./cibuild.sh
sudo: required services: - docker before_install: - docker pull yglukhov/debian-jessie-nim-base script: - docker run -v "$(pwd):/project" -w /project yglukhov/debian-jessie-nim-base run sh ./cibuild.sh
Use debian jessie for autobuild
Use debian jessie for autobuild
YAML
mit
yglukhov/rethinkdb
913d49dc5298ff7d73815db31b9197f5794bc3a8
.travis.yml
.travis.yml
sudo: false cache: directories: - $HOME/.m2 - $HOME/.gradle/wrapper language: java jdk: - oraclejdk7 script: - ./gradlew pullRequestValidation env: - TERM=dumb branches: only: - master
language: java jdk: - oraclejdk7 script: - ./gradlew pullRequestValidation env: - TERM=dumb branches: only: - master
Revert "Caching dependencies to speed up PR builds"
Revert "Caching dependencies to speed up PR builds" This reverts commit ce6519ed6532311d78d8f0f592125bd4ac5ab2c1.
YAML
apache-2.0
blindpirate/gradle,lsmaira/gradle,blindpirate/gradle,robinverduijn/gradle,gstevey/gradle,gstevey/gradle,gstevey/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,lsmaira/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gstevey/gradle,gradle/gradle,lsmaira/gradle,gstevey/...
d58f585e198862ff9ada70a73de99bf2dfe02df6
.travis.yml
.travis.yml
language: php php: - '5.4' - '5.6' - '7.0' - hhvm - nightly before_install: - composer install script: - php vendor/bin/phpunit ./tests/ - php vendor/bin/phpmd ./src/ text codesize,design,unusedcode matrix: fast_finish: true allow_failures: - php: '5.4' - php: hhvm
language: php php: - '5.6' - '7.0' - hhvm - nightly before_install: - composer install script: - php vendor/bin/phpunit ./tests/ - php vendor/bin/phpmd ./src/ text codesize,design,unusedcode matrix: fast_finish: true allow_failures: - php: hhvm
Remove php 5.4 from tests
Remove php 5.4 from tests
YAML
mit
systream/feature-switch
37642023cb43c909861b2ff8f932a5e6912127e6
.travis.yml
.travis.yml
language: php php: - 5.6 - '7' mysql: database: activecollab_memories_test username: root encoding: utf8mb4 install: composer install --dev before_script: # create the database - mysql -e 'create database activecollab_memories_test' script: phpunit
language: php php: - 7.1 mysql: database: activecollab_memories_test username: root encoding: utf8mb4 install: composer install --dev before_script: # create the database - mysql -e 'create database activecollab_memories_test' script: phpunit
Switch Travis to PHP 7.1
Switch Travis to PHP 7.1
YAML
mit
activecollab/memories
7b46bf63b7589c7211733844cc7b578799b7ae84
.travis.yml
.travis.yml
language: go go: - 1.12.x - master matrix: allow_failures: - go: master fast_finish: true install: - go get -d -v -t ./... - go get github.com/haya14busa/goverage # Install linters. - go get github.com/haya14busa/reviewdog/cmd/reviewdog - go get golang.org/x/lint/golint - go get github.com/ki...
language: go go: - 1.12.x - master matrix: allow_failures: - go: master fast_finish: true install: - go get -d -v -t ./... - go get github.com/haya14busa/goverage # Install linters. - go get github.com/haya14busa/reviewdog/cmd/reviewdog - go get golang.org/x/lint/golint - go get github.com/ki...
Fix build error caused by go tools installation
Fix build error caused by go tools installation
YAML
mit
haya14busa/errorformat,haya14busa/errorformat,haya14busa/errorformat,haya14busa/errorformat
a648f0ad46a0c54d8c922aa08ee16bdf6c418897
.travis.yml
.travis.yml
language: csharp solution: ./Cascara.sln
language: csharp solution: ./Cascara.sln mono: none dotnet: 2.0.0 script: - dotnet restore # TODO: Add mono support
Update for .NET Core 2.0.0
Update for .NET Core 2.0.0
YAML
mit
whampson/bft-spec,whampson/cascara
41f03146704d9f98f713b44c6364fa44b2dde4b0
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" before_install: - wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - - echo "deb http://dl.bintray.com/siegfried/debian wheezy main" | sudo tee -a /etc/apt/sources.list - sudo apt-get update && sudo apt-get install siegfr...
language: python python: - "2.7" - "3.6" before_install: - wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - - echo "deb http://dl.bintray.com/siegfried/debian wheezy main" | sudo tee -a /etc/apt/sources.list - sudo apt-get update && sudo apt-get install siegfr...
Install wget before running tests
Install wget before running tests
YAML
mit
timothyryanwalsh/brunnhilde
f74ef6231ae69e4babd019259ec56953d0a3f49e
.travis.yml
.travis.yml
language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 install: - ./gradlew assemble -x signArchives -x uploadArchives before_script: - sudo service postgresql stop || true - sudo service mysql stop || true - sudo service memcached stop || true - sudo service bootlogd stop || true - sudo service ...
language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 addons: hostname: fluency-builder install: - ./gradlew assemble -x signArchives -x uploadArchives before_script: - sudo service postgresql stop || true - sudo service mysql stop || true - sudo service memcached stop || true - sudo service bo...
Add workaround for crash with OpenJDK7
Add workaround for crash with OpenJDK7
YAML
apache-2.0
komamitsu/fluency,komamitsu/fluency,komamitsu/fluency,komamitsu/fluency
3bdbce7dc993062d44e100c1baa355678ba555db
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.6.2 - 2.5.5 - 2.4.5 - ruby-head - jruby-9.2.5.0 before_install: - gem update --system - gem install bundler --no-document before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - ...
language: ruby cache: bundler sudo: false rvm: - 2.6.3 - 2.5.5 - 2.4.6 - ruby-head - jruby-9.2.5.0 before_install: - gem update --system - gem install bundler --no-document before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - ...
Test with latest Ruby versions
Test with latest Ruby versions
YAML
mit
jbox-web/simple_navigation_bootstrap
aeb9d171bb708324378aef2ed81402456c752be5
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 10 - 8 - 6 - node after_script: - cat ./coverage/lcov.info | coveralls
sudo: false language: node_js node_js: - 10 - 8 - node after_script: - cat ./coverage/lcov.info | coveralls
Remove the old NodeJS 6 from builds
Remove the old NodeJS 6 from builds
YAML
mit
jozefizso/generator-license
33df43e3c6cbd6554036a87f2b755320ffef8ff1
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - sudo apt-get install fontforge eot-utils - wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip - unzip woff-code-latest.zip -d sfnt2woff && cd sfnt2woff && make && sudo mv sfnt2woff /usr/local/bin/ && cd .. - npm install -g grunt-cli
language: node_js node_js: - "0.10" before_script: - sudo apt-get install fontforge - npm install -g grunt-cli
Remove unused dependencies from Travis.
Remove unused dependencies from Travis.
YAML
mit
bjlxj2008/grunt-webfont,JavRok/grunt-webfont,sapegin/grunt-webfont,lukeapage/grunt-webfont,georgieff/grunt-webfont2,worder/grunt-webfont,georgieff/grunt-webfont2,lukeapage/grunt-webfont,BuildingConnected/gulp-webfont,sdemjanenko/grunt-webfont,sdemjanenko/grunt-webfont,bjlxj2008/grunt-webfont,JavRok/grunt-webfont,georgi...
b305e098694cd99dc16f6b169a4bbfc6c9899acc
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.2 - 2.2.0 - 2.3.0 before_install: - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - gem install bundler # uncomment this line if your project needs to run something other than `rake`: script: bundle exec rspec spec gemfile: - gemfiles/activesupport_3.gemfile - gemfil...
language: ruby rvm: - 2.0.0 - 2.1.2 - 2.2.0 - 2.3.0 before_install: - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - gem install bundler - bundle install --path vendor/bundle # uncomment this line if your project needs to run something other than `rake`: script: bundle exec rspec spec gemfile: - gem...
Install the gems via bundler
Install the gems via bundler
YAML
mit
adomokos/light-service,adomokos/light-service
636b328ac5e3c21309f2005cef8d2a50f8479392
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - "3.6" env: - BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master" install: - curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash - - pip install .[test] script: - curl -s -S --retry 3 $BASEDIR/tests/script.sh | bas...
sudo: false language: python cache: pip python: - "3.6" env: - BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master" install: - curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash - - pip install .[test] script: - curl -s -S --retry 3 $BASEDIR/tests/script.sh | bas...
Remove -rs option from pytest
Remove -rs option from pytest
YAML
bsd-3-clause
open-contracting/ocds-merge
9a73e476e26a43c82139cb7af1c84b59bea93a01
.travis.yml
.travis.yml
dist: trusty addons: apt: sources: - google-chrome packages: - google-chrome-stable language: node_js node_js: - node - 8 - 7 - 6 - 5 before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - npm run test - npm run t...
dist: trusty addons: apt: sources: - google-chrome packages: - google-chrome-stable language: node_js node_js: - node - 9 - 8 - 7 - 6 before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - npm run test - npm run t...
Test on nodejs v9 instead of v5 as the latter is EOL
Test on nodejs v9 instead of v5 as the latter is EOL
YAML
mit
HydraCG/Heracles.ts,alien-mcl/Heracles.ts,HydraCG/Heracles.ts,alien-mcl/Heracles.ts
d6c13854e3b658bf5d4711a4b57007eef8d53f62
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.6" - "3.7" install: - pip install -r requirements.txt script: - nosetests -v
language: python dist: xenial sudo: false python: - "3.6" - "3.7" install: - pip install -r requirements.txt script: - nosetests -v
Add support for 3.7, remove support for 2.7
Add support for 3.7, remove support for 2.7
YAML
bsd-2-clause
lmcinnes/pynndescent
1b4b19d5091679a0c0fd650bdffa8c3b0cbba57d
.travis.yml
.travis.yml
dist: trusty sudo: required language: python python: - "2.7" env: - HEROKU_STACK=cedar-14 install: - "sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D" - "echo \"deb https://apt.dockerproject.org/repo ubuntu-trusty main\" > /etc/apt/sources.list.d/docker.l...
sudo: required language: python python: - "2.7" env: - HEROKU_STACK=cedar-14 install: - "sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D" - "echo \"deb https://apt.dockerproject.org/repo ubuntu-precise main\" > /etc/apt/sources.list.d/docker.list" - "su...
Remove dist and use precise
Remove dist and use precise
YAML
mit
hectorip/buildpack-elixir-phoenix,lbarratt/heroku-buildpack-elixir,HashNuke/heroku-buildpack-elixir
57a47d4b0054dd898af6cc1731ff606b74e4f7c2
.travis.yml
.travis.yml
language: python python: - '3.3' - '3.4' - '3.5' # commands to install dependencies install: - python setup.py --quiet install # commands to run tests script: # Remove the outdated packages that Travis provides so it can install the # version of pytest that hangups requires. - pip uninstal...
language: python python: - '3.3' - '3.4' - '3.5' # commands to install dependencies install: - python setup.py --quiet install # commands to run tests script: # Remove the outdated packages that Travis provides so it can install the # version of pytest that hangups requires. - pip uninstal...
Add workaround for broken setup.py check on Travis
Add workaround for broken setup.py check on Travis
YAML
mit
ddboline/hangups,tdryer/hangups,das7pad/hangups
56467c2fb7f2069268868da379b168591c28aae3
.travis.yml
.travis.yml
sudo: false language: c before_script: - test -d m4 || mkdir m4 - pip install --user cpp-coveralls script: (cd c-tap-harness && ./bootstrap) && autoreconf -i && ./configure && make && make check addons: apt: packages: - gcc - automake - lcov - libtool - libdmalloc-dev - lib...
sudo: false language: c before_script: - test -d m4 || mkdir m4 - pip install --user cpp-coveralls script: (cd c-tap-harness && ./bootstrap) && autoreconf -i && ./configure && make distcheck addons: apt: packages: - gcc - automake - lcov - libtool - libdmalloc-dev - libcurl...
Change make target to distcheck in Travis CI
Change make target to distcheck in Travis CI
YAML
bsd-2-clause
torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference
89608c9cd1582bf65d68c7b189f03bb15f3a71a8
.travis.yml
.travis.yml
language: python python: - '2.7' - '3.5' - '3.6' sudo: required dist: trusty install: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O anaconda.sh; - export python_version=$TRAVIS_PYTHON_VERSION - bash anaconda.sh -b -p $HOME/anaconda - export PATH="$HOME/anaconda/bin:$PATH" - hash -r - c...
language: python python: - '2.7' - '3.5' - '3.6' sudo: required dist: trusty install: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O anaconda.sh; - export python_version=$TRAVIS_PYTHON_VERSION - bash anaconda.sh -b -p $HOME/anaconda - export PATH="$HOME/anaconda/bin:$PATH" - hash -r - c...
Remove timer, run with quiet
Remove timer, run with quiet
YAML
mit
miaecle/deepchem,lilleswing/deepchem,ktaneishi/deepchem,lilleswing/deepchem,peastman/deepchem,deepchem/deepchem,miaecle/deepchem,lilleswing/deepchem,deepchem/deepchem,ktaneishi/deepchem,miaecle/deepchem,peastman/deepchem,ktaneishi/deepchem
80bbe5205576001c40fa257122f3141905e9c363
.travis.yml
.travis.yml
sudo: false bundler_args: "--standalone --binstubs --without development" script: script/test_all services: mongodb before_script: - mysql -e 'create database will_paginate;' - psql -c 'create database will_paginate;' -U postgres rvm: - 1.8.7 - 1.9.3 - 2.1.8 - 2.2.4 - 2.3.0 gemfile: - Gemfile - Gemfil...
sudo: false bundler_args: "--standalone --binstubs --without development" cache: bundler script: script/test_all services: mongodb before_script: - mysql -e 'create database will_paginate;' - psql -c 'create database will_paginate;' -U postgres rvm: - 1.8.7 - 1.9.3 - 2.1.8 - 2.2.4 - 2.3.0 gemfile: - Gem...
Enable bundle caching on Travis
Enable bundle caching on Travis
YAML
mit
CloudVLab/will_paginate,poporul/will_paginate,mislav/will_paginate,notonthehighstreet/will_paginate,notonthehighstreet/will_paginate,poporul/will_paginate,mislav/will_paginate,CloudVLab/will_paginate,betterplace/will_paginate,betterplace/will_paginate
5165f66cb5301a44c5500a8e5b97bae6f851a261
.travis.yml
.travis.yml
language: rust rust: - 1.8.0 - 1.9.0 - stable - beta addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev # optional: only required for the --verify flag of coveralls before_install: - sudo /etc/init.d/postgresql stop - sudo apt-get update - s...
language: rust rust: - 1.8.0 - 1.9.0 - stable - beta cache: cargo addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev # optional: only required for the --verify flag of coveralls before_install: - sudo /etc/init.d/postgresql stop - sudo apt-get...
Tidy up build. Remove sleeps.
Tidy up build. Remove sleeps.
YAML
apache-2.0
shanegibbs/pqbus
d4faac3791503f6f203c314f97c214328c0a09d0
.travis.yml
.travis.yml
after_success: - mvn clean cobertura:cobertura coveralls:report -q before_install: - wget -nc --no-check-certificate http://sourceforge.net/projects/lejos/files/lejos-NXJ/0.9.1beta/leJOS_NXJ_0.9.1beta-3.tar.gz/download -O ./leJOS_NXJ_0.9.1beta-3.tar.gz - tar -xvf leJOS_NXJ_0.9.1beta-3.tar.gz language: java notificati...
after_success: - mvn clean cobertura:cobertura coveralls:report -q before_install: - wget -nc --no-check-certificate http://sourceforge.net/projects/lejos/files/lejos-NXJ/0.9.1beta/leJOS_NXJ_0.9.1beta-3.tar.gz/download -O ./leJOS_NXJ_0.9.1beta-3.tar.gz - tar -xvf leJOS_NXJ_0.9.1beta-3.tar.gz language: java notificati...
Install nxt jar with maven prior to main install
Install nxt jar with maven prior to main install
YAML
bsd-3-clause
orwell-int/lejos-mf-nxt
3980fb588942fc17a6120f6633ca7ba32b6e30be
.travis.yml
.travis.yml
language: java jdk: - openjdk8 sudo: false cache: directories: - $HOME/.m2 - blast install: - ./init.sh
language: java jdk: - openjdk8 - openjdk14 sudo: false cache: directories: - $HOME/.m2 - blast install: - ./init.sh
Test against JDK 14 & JDK 8 in CI.
Test against JDK 14 & JDK 8 in CI.
YAML
apache-2.0
milaboratory/milib,milaboratory/milib,milaboratory/milib
3d6920a79d53ffbba2dc1b9484f4b90d9d32a09a
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 - 3.6 env: - DJANGO=1.11 - DJANGO=1.10 - PYPUPPETDB=0.1.1 - PYPUPPETDB=0.3.2 install: - pip install -q django==$DJANGO - pip install -q pypuppetdb==$PYPUPPETDB - pip install -r requirements.txt - pip install -r test-requirements.txt after_success: - cove...
language: python python: - 2.7 - 3.4 - 3.6 env: - DJANGO=1.11; PYPUPPETDB=0.1.1 - DJANGO=1.11; PYPUPPETDB=0.3.2 - DJANGO=1.10; PYPUPPETDB=0.1.1 - DJANGO=1.10; PYPUPPETDB=0.3.2 install: - pip install -q django==$DJANGO - pip install -q pypuppetdb==$PYPUPPETDB - pip install -r requirements.txt - ...
Update requirements to test on Travis
Update requirements to test on Travis
YAML
apache-2.0
nedap/django-pypuppetdb
38e4732abeec7b27d1bf5d2fc9ad62481acedef1
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - "mysql -e 'DROP DATABASE IF EXISTS test;'" - "mysql -e 'create database test;'" - "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - "psql -c 'create database test;' -U postgres" script: - phpunit -c tests/unit/ --coverage-clove...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm before_script: - "mysql -e 'DROP DATABASE IF EXISTS test;'" - "mysql -e 'create database test;'" - "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - "psql -c 'create database test;' -U postgres" script: - phpunit -c tests/unit/ --coverage...
Add PHP 7 to Travis targets
Add PHP 7 to Travis targets
YAML
bsd-2-clause
jakejohns/Aura.SqlSchema,auraphp/Aura.SqlSchema
f298c91f4d39b27c912ee6c190f1cd2ed47f9879
.travis.yml
.travis.yml
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10"
language: node_js node_js: - "6" - "8"
Update Node.js version to support
Update Node.js version to support
YAML
mit
jasonsims/aws-cloudfront-sign
fe91f7f988be2b7eb292e703de9f74ce3f5ec777
.travis.yml
.travis.yml
before_script: source ./ci/jruby_download_commons_compress.sh rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-18mode - rvm: rbx-19mode - rvm: ruby-head
before_script: source ./ci/jruby_download_commons_compress.sh rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-18mode - rvm: rbx-19mode - rvm: ruby-head
Test on all 2.x Rubies
Test on all 2.x Rubies
YAML
bsd-3-clause
koraktor/rbzip2,koraktor/rbzip2
f54e0c11f231422f8ab885f4a88ebaf30b2e0849
.travis.yml
.travis.yml
language: go go: - stable sudo: required services: - docker script: - make deps - make - make test-integration
language: go go: - stable #sudo: required #services: # - docker script: - make deps - make - make test
Remove integration tests from ci
Remove integration tests from ci
YAML
mit
Jeffail/benthos,Jeffail/benthos,Jeffail/benthos,Jeffail/benthos
74192374513a7ff0ed04df08d781dd298045488f
.travis.yml
.travis.yml
language: php php: - '5.4' - '5.5' - '5.6' - '7.0' before_script: - if find . -name "*.php" ! -path "./vendor/*" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi script: phpunit test.php
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' before_script: - if find . -name "*.php" ! -path "./vendor/*" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi script: phpunit test.php
Remove test-failing PHP versions from Travis CI
Remove test-failing PHP versions from Travis CI
YAML
agpl-3.0
inverse/emoncms,inverse/emoncms,emoncms/emoncms,emoncms/emoncms,inverse/emoncms,emoncms/emoncms,emoncms/emoncms,inverse/emoncms,chaveiro/emoncms,emoncms/emoncms,chaveiro/emoncms,chaveiro/emoncms,chaveiro/emoncms
8ae3167c1bbac7612b53f8f0df2884639da19ea9
.travis.yml
.travis.yml
language: rust rust: - stable - nightly os: - osx - linux env: - FEATURES="" IOS_ARCHS="" matrix: include: - os: osx rust: stable env: FEATURES="exception" IOS_ARCHS="" - os: osx osx_image: xcode7.2 rust: nightly env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 a...
language: rust rust: - stable - nightly os: - osx - linux env: - FEATURES="" IOS_ARCHS="" matrix: include: - os: osx rust: stable env: FEATURES="exception" IOS_ARCHS="" - os: osx osx_image: xcode7.2 rust: nightly env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 a...
Remove clang version to fix Linux Travis build.
Remove clang version to fix Linux Travis build.
YAML
mit
SSheldon/rust-objc,ngrewe/rust-objc,ngrewe/rust-objc,SSheldon/rust-objc
35a2422fece6cc4d534525b94a824473d24d25f2
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "8" - "10" - "12" install: - yarn install - yarn run compile script: - yarn run lint-ts - yarn run lint-md - yarn run test jobs: include: - stage: after_success script: - yarn install - yarn run compile - yarn run coveralls node_js: 12
language: node_js node_js: - "8" - "10" - "12" install: - yarn install - yarn run compile script: - yarn run lint-ts - yarn run lint-md - yarn run test jobs: include: - stage: after_success script: - yarn install - yarn run compile - yarn run coveralls node_js: 12
Exclude Node 6 as a build target on Travis-CI
Exclude Node 6 as a build target on Travis-CI
YAML
mit
Borewit/token-types