commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
815786ade178dc6ae8bb88bfb79d16ed6e5a3e13
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.12" # Send coverage data to Coveralls after_success: "cat ./test_reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
sudo: false language: node_js node_js: - "4.3" # Send coverage data to Coveralls after_success: "cat ./test_reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Use node 4.3 with Travis
Use node 4.3 with Travis
YAML
mit
ianmcburnie/jquery-rovingtabindex-js,ianmcburnie/jquery-rovingtabindex-js
96c2730446ad9baa7e4f7e50b6a2eac989562b42
.travis.yml
.travis.yml
language: java sudo: false matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: oraclejdk9 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test notifications: hipchat: ec8fcfa661addc56a361a8ef536320@integrations
language: java sudo: false matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: oraclejdk9 - jdk: oraclejdk10 - jdk: openjdk10 - jdk: openjdk11 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test notifications: hipchat: ec8fcfa661addc56a361a8ef536320@integrations
Add further JDK's to Travis
[feature] Add further JDK's to Travis
YAML
lgpl-2.1
eXist-db/exist,lcahlander/exist,wolfgangmm/exist,adamretter/exist,lcahlander/exist,olvidalo/exist,olvidalo/exist,opax/exist,ambs/exist,eXist-db/exist,hungerburg/exist,lcahlander/exist,ambs/exist,adamretter/exist,wolfgangmm/exist,windauer/exist,hungerburg/exist,ambs/exist,dizzzz/exist,hungerburg/exist,eXist-db/exist,dizzzz/exist,windauer/exist,adamretter/exist,hungerburg/exist,ambs/exist,olvidalo/exist,olvidalo/exist,windauer/exist,eXist-db/exist,opax/exist,dizzzz/exist,windauer/exist,ambs/exist,dizzzz/exist,lcahlander/exist,dizzzz/exist,windauer/exist,lcahlander/exist,wolfgangmm/exist,lcahlander/exist,olvidalo/exist,ambs/exist,wolfgangmm/exist,wolfgangmm/exist,eXist-db/exist,adamretter/exist,hungerburg/exist,opax/exist,adamretter/exist,eXist-db/exist,wolfgangmm/exist,opax/exist,windauer/exist,dizzzz/exist,opax/exist,adamretter/exist
4a62641fa6857ac18fc7bb1434f46f7cac077182
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.3 - 2.4.0 install: - bundle install --jobs=3 --retry=3 --path=vendor/bundle cache: bundler: false directories: - vendor/bundle
sudo: false language: ruby rvm: - 2.3.3 - 2.4.0 install: - bundle install --jobs=3 --retry=3 --path=vendor/bundle cache: bundler: false directories: - vendor/bundle before_script: - unset RACK_ENV - unset RAILS_ENV
Clean the environment better on CI
IP-456: Clean the environment better on CI
YAML
mit
deliveroo/roo_on_rails,deliveroo/roo_on_rails,deliveroo/roo_on_rails
4afe713a9a2fec45a198a8913a6d989a5346e6c5
.travis.yml
.travis.yml
language: python python: - "3.6" cache: pip email: - [email protected] install: - curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - - source /etc/lsb-release - echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list - sudo apt-get update - sudo apt-get install -y influxdb - sudo service influxdb start - pip install -r requirements.txt - pip install nose - cp -fv config.sample.py config.py - sed 's/is_testing = False/is_testing = True/g' config.py > config.tmp.py - "sed \"s/'database': 'klima'/'database': '_klima_test'/g\" config.tmp.py > config.py" - sed 's/log_level = WARNING/log_level = DEBUG/g' config.py > config.tmp.py - mv -fv config.tmp.py config.py - ls -la - cat config.py script: - nosetests -vv
language: python python: - "3.6" cache: pip email: - [email protected] install: - curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - - source /etc/lsb-release - echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list - sudo apt-get update - sudo apt-get install -y influxdb - sudo service influxdb start - pip install -r requirements.txt - pip install nose - cp -fv config.sample.py config.py - sed 's/is_testing = False/is_testing = True/g' config.py > config.tmp.py - "sed \"s/'database': 'klima'/'database': '_klima_test'/g\" config.tmp.py > config.py" - sed 's/log_level = WARNING/log_level = DEBUG/g' config.py > config.tmp.py - mv -fv config.tmp.py config.py - ls -la - cat config.py script: - nosetests test/test_influx.py - nosetests test/test_routes.py
Test separate to resolve hang
Test separate to resolve hang
YAML
mit
OzuYatamutsu/klima,OzuYatamutsu/klima,OzuYatamutsu/klima
56bfa5e7fdac5d841b8f79d2abbc7e7a7c8e19f4
.travis.yml
.travis.yml
language: csharp mono: none dotnet: 2.0.0 dist: trusty env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 os: - linux - osx osx_image: xcode8.3 script: - ./build.sh
language: csharp mono: none dotnet: 2.1.4 dist: trusty env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 os: - linux - osx osx_image: xcode8.3 script: - ./build.sh
Update Travis .NET Core SDK
Update Travis .NET Core SDK
YAML
mit
henkmollema/CryptoHelper,henkmollema/CryptoHelper
8cf930888f38e588bf759fb58cc7e57b0a3e48e3
.travis.yml
.travis.yml
language: java matrix: include: - os: linux sudo: required jdk: oraclejdk8 - os: linux sudo: required jdk: openjdk11 script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon -Dkotlin.colors.enabled=false before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java matrix: include: - os: linux sudo: required jdk: oraclejdk8 - os: linux sudo: required jdk: openjdk11 script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon --build-cache -Dkotlin.colors.enabled=false before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
Enable local build cache on Travis
Enable local build cache on Travis Signed-off-by: Paul Merlin <[email protected]>
YAML
apache-2.0
gradle/gradle-script-kotlin,gradle/gradle-script-kotlin
5009cc633a7566ed8b6236976a015f6b8d77a140
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.4 before_install: gem install bundler -v 1.11.2 after_script: bundle exec rake coveralls:push env: global: - COVERALLS_REPO_TOKEN=X5ZWSPW8VW2JXNJO0qNjlZCQNW4ju89gb matrix: - AR=4.0.0 - AR=4.1.0 - AR=4.1.15 - AR=4.2.0 - AR=4.2.6 - AR=5.0.0.beta2 - AR=5.0.0.beta3
language: ruby rvm: - 2.2.4 before_install: gem install bundler -v 1.11.2 after_script: bundle exec rake coveralls:push env: global: - COVERALLS_REPO_TOKEN=X5ZWSPW8VW2JXNJO0qNjlZCQNW4ju89gb matrix: - AR=4.0.0 - AR=4.1.0 - AR=4.1.15 - AR=4.2.0 - AR=4.2.6 - AR=5.0.0.beta2 - AR=5.0.0.rc1
Add 5.0.0.rc1 to the build matrix
Add 5.0.0.rc1 to the build matrix
YAML
mit
rzane/baby_squeel,rzane/baby_squeel
9591a94b79e251462955dfd38cb0c8c04195d450
.travis.yml
.travis.yml
language: ruby services: - redis-server rvm: - 2.1.1 - 2.1.0 - 2.0.0 branches: only: - master notifications: email: recipients: - [email protected] gemfile: - gemfiles/sidekiq_2.gemfile - gemfiles/sidekiq_master.gemfile
language: ruby services: - redis-server rvm: - 2.2 - 2.1 - 2.0.0 branches: only: - master notifications: email: recipients: - [email protected] gemfile: - gemfiles/sidekiq_2.gemfile - gemfiles/sidekiq_master.gemfile
Test against Rubies 2.0.0, 2.1.x, and 2.2.x
Test against Rubies 2.0.0, 2.1.x, and 2.2.x
YAML
mit
gevans/sidekiq-throttler,markprzepiora/sidekiq-throttler,pmdeazeta/sidekiq-throttler,terryyin/sidekiq-throttler
623a7241a824a8d6bcb13a3d788e22249e12b90e
.travis.yml
.travis.yml
env: global: - BINSTAR_USER: menpo matrix: - PYTHON_VERSION: 2.7 install: - wget https://raw.githubusercontent.com/jabooth/condaci/v0.2.0/condaci.py -O condaci.py - python condaci.py setup $PYTHON_VERSION --channel $BINSTAR_USER - export PATH=$HOME/miniconda/bin:$PATH script: - python condaci.py auto ./conda --binstarchannel main --binstaruser $BINSTAR_USER --binstarkey $BINSTAR_KEY notifications: slack: menpo:19gyWImMkOfCj0iDAgTbDlDA email: false webhooks: urls: - https://webhooks.gitter.im/e/7599ff4870c99ba51310 on_success: always on_failure: always on_start: never
env: global: - BINSTAR_USER: menpo matrix: - PYTHON_VERSION: 2.7 install: - wget https://raw.githubusercontent.com/jabooth/condaci/v0.2.1/condaci.py -O condaci.py - python condaci.py setup $PYTHON_VERSION --channel $BINSTAR_USER - export PATH=$HOME/miniconda/bin:$PATH script: - python condaci.py auto ./conda --binstarchannel main --binstaruser $BINSTAR_USER --binstarkey $BINSTAR_KEY notifications: slack: rooms: - menpo:19gyWImMkOfCj0iDAgTbDlDA on_success: :change on_failure: :change email: false
Move to condaci 0.2.1, quieter CI notifications
Move to condaci 0.2.1, quieter CI notifications
YAML
bsd-3-clause
menpo/conda-enum
49569b6139cd4002537c5e51638a047dc26cae8b
.travis.yml
.travis.yml
distro: trusty sudo: false language: php php: - 7.0 - 7.1 - 7.2 - 7.3 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci" - mysql -u root -e "GRANT ALL PRIVILEGES ON rhymix.* TO travis@localhost" - mysql -u root -e "SET PASSWORD FOR travis@localhost = PASSWORD('travis'); FLUSH PRIVILEGES" - if [[ $TRAVIS_PHP_VERSION != "7.3" ]]; then phpenv config-rm xdebug.ini; fi - wget https://codeception.com/releases/2.3.9/codecept.phar - php -S localhost:8000 & script: - php codecept.phar build - php codecept.phar run --debug --fail-fast --env travis - grunt lint notifications: email: false
distro: trusty sudo: false language: php php: - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 matrix: allow_failures: - php: 7.4 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci" - mysql -u root -e "GRANT ALL PRIVILEGES ON rhymix.* TO travis@localhost" - mysql -u root -e "SET PASSWORD FOR travis@localhost = PASSWORD('travis'); FLUSH PRIVILEGES" - if [[ $TRAVIS_PHP_VERSION != "7.3" ]]; then phpenv config-rm xdebug.ini; fi - wget https://codeception.com/releases/2.3.9/codecept.phar - php -S localhost:8000 & script: - php codecept.phar build - php codecept.phar run --debug --fail-fast --env travis - grunt lint notifications: email: false
Add PHP 7.4 to unit tests
Add PHP 7.4 to unit tests
YAML
lgpl-2.1
xetown/xe-core,xetown/xe-core,xetown/xe-core
d6ab94a87fa872cd11c108ce552743f78ab16f32
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 - openjdk7 before_install: - sudo apt-get update -qq - if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi - wget http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz - echo "Installing android SDK into ${PWD}/android-sdk-linux" - tar -xzf android-sdk_r21.0.1-linux.tgz - export ANDROID_HOME=${PWD}/android-sdk-linux - export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools - android update sdk --filter platform-tools,android-16,extra-android-support,android-17,sysimg-17 --no-ui --force install: mvn install clean --fail-never --quiet -DskipTests=true -Dinvoker.skip=true script: mvn verify notifications: email: false branches: except: - gh-pages
language: java jdk: - oraclejdk7 - openjdk7 before_install: - sudo apt-get update -qq - if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi - wget http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz - echo "Installing android SDK into ${PWD}/android-sdk-linux" - tar -xzf android-sdk_r21.0.1-linux.tgz - export ANDROID_HOME=${PWD}/android-sdk-linux - export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools - android update sdk --filter platform-tools,android-16 --no-ui --force install: mvn install clean --fail-never --quiet -DskipTests=true -Dinvoker.skip=true script: mvn verify notifications: email: false branches: except: - gh-pages
Reduce the set of things needed for building the android examples.
Reduce the set of things needed for building the android examples.
YAML
apache-2.0
murugespandian/dagger,ze-pequeno/dagger,AttwellBrian/dagger,yawkat/dagger,CQUMonk/dagger,IgorGanapolsky/dagger,CQUMonk/dagger,yawkat/dagger,wangqi504635/dagger,bboyfeiyu/dagger,Gurtz/dagger,DavidMihola/dagger,awesome-niu/dagger,DirtyUnicorns/android_external_square_dagger,goinstant/dagger,ze-pequeno/dagger,18611480882/dagger,cgruber/dagger,tasomaniac/dagger,e10dokup/dagger,msdgwzhy6/dagger,b-cuts/dagger,hejunbinlan/dagger,ronshapiro/dagger,hansonchar/dagger,ze-pequeno/dagger,murugespandian/dagger,CQUMonk/dagger,hanks-zyh/dagger,Gurtz/dagger,andyao/dagger,byterom/android_external_square_dagger,qwe3243002/dagger,NorbertSandor/dagger,DavidMihola/dagger,adriancole/dagger,MaTriXy/dagger,tieusangaka/dagger,adriancole/dagger,egyp7/dagger,murugespandian/dagger,Suninus/dagger,yongjhih/dagger2-sample,Jalsoncc/dagger,elijah513/dagger,chundongwang/dagger,tasomaniac/dagger,Jalsoncc/dagger,cgruber/dagger,IgorGanapolsky/dagger,yangpeiyong/dagger,awesome-niu/dagger,Jalsoncc/dagger,yawkat/dagger,cgpllx/dagger,b-cuts/dagger,mondoktamas/dagger,vamsirajendra/dagger,e10dokup/dagger,google/dagger,ravn/dagger,vamsirajendra/dagger,vogellacompany/dagger,Suninus/dagger,goinstant/dagger,PAC-ROM/android_external_square_dagger,hansonchar/dagger,tieusangaka/dagger,talkxin/dagger,google/dagger,square/dagger,mondoktamas/dagger,elijah513/dagger,yangpeiyong/dagger,byterom/android_external_square_dagger,bboyfeiyu/dagger,Godchin1990/dagger,NorbertSandor/dagger,PAC-ROM/android_external_square_dagger,Godchin1990/dagger,Gurtz/dagger,ronshapiro/dagger,ThirdProject/android_external_square_dagger,b-cuts/dagger,square/dagger,qwe3243002/dagger,wangqi504635/dagger,18611480882/dagger,dushmis/dagger,jgabrielfreitas/dagger,gk5885/dagger,gk5885/dagger,qwe3243002/dagger,ThirdProject/android_external_square_dagger,mondoktamas/dagger,vogellacompany/dagger,ravn/dagger,18611480882/dagger,yangpeiyong/dagger,adriancole/dagger,AttwellBrian/dagger,elijah513/dagger,amudev007/dagger,yongjhih/dagger2-sample,vamsirajendra/dagger,DirtyUnicorns/android_external_square_dagger,hejunbinlan/dagger,jgabrielfreitas/dagger,Suninus/dagger,ronshapiro/dagger,PAC-ROM/android_external_square_dagger,google/dagger,marcelohd/dagger,MaTriXy/dagger,ThirdProject/android_external_square_dagger,egyp7/dagger,hanks-zyh/dagger,amudev007/dagger,yongjhih/dagger2-sample,awesome-niu/dagger,gk5885/dagger,hansonchar/dagger,byterom/android_external_square_dagger,talkxin/dagger,chundongwang/dagger,tasomaniac/dagger,google/dagger,ravn/dagger,jgabrielfreitas/dagger,msdgwzhy6/dagger,msdgwzhy6/dagger,cgpllx/dagger,amudev007/dagger,marcelohd/dagger,MaTriXy/dagger,egyp7/dagger,andyao/dagger,dushmis/dagger,marcelohd/dagger,wangqi504635/dagger,ze-pequeno/dagger,hejunbinlan/dagger,square/dagger,cgruber/dagger
b4967b1b57968af818e4d990f746e8bd362d287f
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 10 - 12 - node matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - 10 - 12 - 14 - node matrix: include: - name: Lint node_js: 14 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop support for node.js <10, add 14, lint with 14 (semver-major)
Drop support for node.js <10, add 14, lint with 14 (semver-major)
YAML
bsd-3-clause
papandreou/express-extractheaders
e125e1b2564123893ef95626d3146244fae5a84d
.travis.yml
.travis.yml
language: c compiler: clang script: cd build_systems/make && make && ./tests
language: c compiler: - clang - gcc script: cd build_systems/make && make && ./tests
Add GCC to Travis CI config.
Add GCC to Travis CI config.
YAML
apache-2.0
ajsecord/vector_t,ajsecord/vector_t
9889574e41e13b11bd721467ace4ebbbcfa4bafc
.travis.yml
.travis.yml
language: php sudo: false php: - 5.6 - 7.0 - hhvm env: global: - setup=basic - coverage=no before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi - if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi script: - if [[ $coverage = 'yes' ]]; then phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi - if [[ $coverage = 'no' ]]; then phpunit -c phpunit.xml; fi after_script: - if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi matrix: include: - php: 5.6 env: setup=lowest - php: 5.6 env: setup=stable - php: 5.6 env: setup=coveralls coverage=yes allow_failures: - env: setup=stable - env: setup=coveralls coverage=yes fast_finish: true
language: php sudo: false php: - 5.6 - 7.0 - 7.1 env: global: - setup=basic - coverage=no before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi - if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi script: - if [[ $coverage = 'yes' ]]; then phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi - if [[ $coverage = 'no' ]]; then phpunit -c phpunit.xml; fi after_script: - if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi matrix: include: - php: 5.6 env: setup=lowest - php: 5.6 env: setup=stable - php: 5.6 env: setup=coveralls coverage=yes allow_failures: - env: setup=stable - env: setup=coveralls coverage=yes fast_finish: true
Remove hhvm and add 7.1
Remove hhvm and add 7.1 Signed-off-by: crynobone <[email protected]>
YAML
mit
orchestral/control,orchestral/control
71c909a5d6aecee8d89b97b16ef573e027d2038e
.travis.yml
.travis.yml
language: php sudo: false matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.0 env: COMPOSER_FLAGS="--prefer-lowest" - php: hhvm-3.9 dist: trusty before_script: - curl --version - composer self-update - composer update --no-interaction --no-progress $COMPOSER_FLAGS script: - ./vendor/bin/phpunit -v after_script: - php vendor/bin/coveralls -v after_success: - if [ $TRAVIS_PHP_VERSION = '7.1' ] && [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ] && [ $COMPOSER_FLAGS = '']; then sh bin/generate-api; fi
language: php sudo: false matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 # - php: 7.0 # env: COMPOSER_FLAGS="--prefer-lowest" - php: hhvm-3.9 dist: trusty before_script: - curl --version - composer self-update - composer update --no-interaction --no-progress $COMPOSER_FLAGS script: - ./vendor/bin/phpunit -v after_script: - php vendor/bin/coveralls -v after_success: - if [ $TRAVIS_PHP_VERSION = '7.1' ] && [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ] && [ $COMPOSER_FLAGS = '']; then sh bin/generate-api; fi
Disable prefer-lowest build until fixed
Disable prefer-lowest build until fixed
YAML
mit
omines/directadmin,omines/directadmin
8734cca37e540a7805025f33dc951f6325dbc0ef
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/procession
6d800db19beaf074395a0b46e08b27e47370e95c
.travis.yml
.travis.yml
language: php git: depth: 2 matrix: include: - php: hhvm - php: nightly - php: 8.0 - php: 7.4 - php: 7.3 - php: 7.2 - php: 7.1 - php: 7.0 env: - LINT=true fast_finish: true allow_failures: - php: nightly - php: hhvm cache: directories: - $HOME/.composer/cache - $HOME/.php-cs-fixer before_script: - composer self-update - composer install -n script: - if [[ $LINT = true ]]; then composer construct:cs-lint; composer construct:static-analysis; fi - composer construct:test
language: php git: depth: 2 matrix: include: - php: hhvm - php: nightly - php: 8.0 - php: 7.4 - php: 7.3 - php: 7.2 - php: 7.1 env: - LINT=true fast_finish: true allow_failures: - php: nightly - php: hhvm cache: directories: - $HOME/.composer/cache - $HOME/.php-cs-fixer before_script: - composer self-update - composer install -n script: - if [[ $LINT = true ]]; then composer construct:cs-lint; composer construct:static-analysis; fi - composer construct:test
Stop testing on php7.0 since it's no longer supported
Stop testing on php7.0 since it's no longer supported
YAML
mit
jonathantorres/construct,jonathantorres/construct
110ecced3290e8ad0cfad5fc3a1c07ab1241bc9f
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: "pip install ." script: python tests.py
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" install: "pip install ." script: python tests.py
Test on Python 3.5 as well.
Test on Python 3.5 as well.
YAML
mit
izacus/pysolarized
80fb87a2ddb16f19a8d44c065eeb838d13dfaade
.travis.yml
.travis.yml
language: php php: - 7.1 mysql: database: activecollab_database_migrations_test username: root encoding: utf8mb4 install: - composer install --dev - phpunit --version before_script: - mysql -e 'create database activecollab_database_migrations_test' script: phpunit
language: php php: - 7.1 mysql: database: activecollab_database_migrations_test username: root encoding: utf8mb4 install: - composer install --dev - phpunit --version before_script: - mysql -e 'create database activecollab_database_migrations_test' script: vendor/bin/phpunit
Fix phpunit tests on Travis-CI
Fix phpunit tests on Travis-CI
YAML
mit
activecollab/databasemigrations
831f7234d71ada253d912a1f264f187b6f340d63
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - '0.10' - '0.12' deploy: provider: npm email: [email protected] api_key: secure: JiXCmFOCnhQ/XxIty077stQRNDzBnK68oJrTO5DvJxL+ztwLQLP///0sUiJbQL0y++dC+G2GbyhQi/mGj0p2cN3bWgNb+0RL6YBxaF+HBaw1COBBvBlEwF5fFpDXWpVVf5p3dT/+KHM5gQhnFFOZeaObH5AIDkR0Y56ayHLhO08= on: tags: true repo: appcelerator/appc-logger
language: node_js sudo: false node_js: - '0.10' - '0.12'
Remove auto-deploy as this is handled by Jenkins now.
Remove auto-deploy as this is handled by Jenkins now.
YAML
apache-2.0
appcelerator/appc-logger,titanium-forks/appcelerator.appc-logger
4a1d08de5356cf41fca82889db33bbaebc07dc96
.travis.yml
.travis.yml
language: go go: - 1.2 - 1.3 - tip before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover install: - go get github.com/stretchr/testify/assert - go get github.com/dgryski/go-jump - go get github.com/GaryBoone/GoStats/stats script: - $HOME/gopath/bin/goveralls -repotoken wo3JaIedvAgO42RJA3YvNBNmvpPwAWzid
language: go go: - 1.2 - 1.3 - 1.4 before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover install: - go get github.com/stretchr/testify/assert - go get github.com/dgryski/go-jump - go get github.com/GaryBoone/GoStats/stats script: - $HOME/gopath/bin/goveralls -repotoken wo3JaIedvAgO42RJA3YvNBNmvpPwAWzid
Add Go 1.4 to Travis-CI
Add Go 1.4 to Travis-CI
YAML
mit
blacklabeldata/ring
d8192f786c6d0acf4b7e07d7284b5c4c18f539d7
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '4' - '5' - '6' notifications: email: - [email protected]
language: node_js node_js: - '4' - '5' - '6' notifications: email: - [email protected]
Drop support for Node 0.10
Drop support for Node 0.10
YAML
isc
eoinsha/tick-map
d56c15059a6074ef638f313393cbfc7a9b17680c
.travis.yml
.travis.yml
language: python python: - '2.6' - '2.7' install: - pip install -r dev-requirements.txt --use-mirrors - pip install coverage - pip install coveralls script: - python setup.py test after_success: coveralls deploy: provider: pypi user: luizirber password: secure: etFmy6JEQdR9T5uJbOVpdnP754Qbk4j0s0vjkSOCs9JfynZr3XwSTDI405a2pSCx0JMRx5xG4gVdpj4uFeXUXW7qU7NODFfmtkwDM6Q66eK0fPqlP5RcWauVzu5XsFmo5keLzn2As/7Hz7aUiBlTbYRtPk0vrra9nn8ozmUtWeI= on: tags: true repo: DataSounds/DataSounds
language: python python: - '2.6' - '2.7' - '3.2' - '3.3' install: - pip install -r dev-requirements.txt --use-mirrors - pip install coverage - pip install coveralls script: - python setup.py test after_success: coveralls deploy: provider: pypi user: luizirber password: secure: etFmy6JEQdR9T5uJbOVpdnP754Qbk4j0s0vjkSOCs9JfynZr3XwSTDI405a2pSCx0JMRx5xG4gVdpj4uFeXUXW7qU7NODFfmtkwDM6Q66eK0fPqlP5RcWauVzu5XsFmo5keLzn2As/7Hz7aUiBlTbYRtPk0vrra9nn8ozmUtWeI= on: tags: true repo: DataSounds/DataSounds
Revert "removing Python 3 from testing. Maybe we can include them in the future."
Revert "removing Python 3 from testing. Maybe we can include them in the future." This reverts commit 40c6fccf393f042036c979cd187c325f35717a06.
YAML
bsd-3-clause
DataSounds/DataSounds
307685e5a1f5759a427daba131e29ce0014e325d
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.5 - 2.6 env: - DB=pg - DB=mysql2 - DB=sqlite3 gemfile: - gemfiles/gemfile_42.gemfile - gemfiles/gemfile_50.gemfile - gemfiles/gemfile_51.gemfile - gemfiles/gemfile_52.gemfile - gemfiles/gemfile_60.gemfile services: - mysql - postgresql before_script: - mysql -e 'create database ancestry_test;' || true - psql -c 'create database ancestry_test;' -U postgres || true
sudo: false language: ruby cache: bundler rvm: - 2.5 - 2.6 - 2.7 env: - DB=pg - DB=mysql2 - DB=sqlite3 gemfile: - gemfiles/gemfile_42.gemfile - gemfiles/gemfile_50.gemfile - gemfiles/gemfile_51.gemfile - gemfiles/gemfile_52.gemfile - gemfiles/gemfile_60.gemfile services: - mysql - postgresql before_script: - mysql -e 'create database ancestry_test;' || true - psql -c 'create database ancestry_test;' -U postgres || true
Add tests with ruby 2.7
Add tests with ruby 2.7
YAML
mit
kbrock/ancestry,stefankroes/ancestry
d63143b38e6e9adc559c3a275498198c123a7b69
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" sudo: false
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" sudo: false
Add Node.js version 8.* to Travis CI builds.
Add Node.js version 8.* to Travis CI builds.
YAML
mit
DavidAnson/markdownlint,DavidAnson/markdownlint
277854eef0194155f70ef11cecc23af0bc1eec9f
.travis.yml
.travis.yml
language: android android: components: - tools - platform-tools - tools - build-tools-27.0.1 - android-27 - extra-google-m2repository before_install: - chmod +x gradlew before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapper/" - "$HOME/.android/build-cache"
language: android branches: except: - l10n_master android: components: - tools - platform-tools - tools - build-tools-27.0.1 - android-27 - extra-google-m2repository before_install: - chmod +x gradlew before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapper/" - "$HOME/.android/build-cache"
Exclude Crowdin branch from Travis
Exclude Crowdin branch from Travis
YAML
apache-2.0
nikita36078/J2ME-Loader,nikita36078/J2ME-Loader,nikita36078/J2ME-Loader,nikita36078/J2ME-Loader
0b098714e1569951cb64ec6c76aef03e27c2c396
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - jruby before_install: - gem install bundler script: bundle exec rake matrix: allow_failures: - rvm: jruby fast_finish: true cache: bundler
language: ruby rvm: - 1.9.3 - jruby before_install: - gem install bundler - sudo apt-get update -qq - sudo apt-get install -qq graphviz script: bundle exec rake matrix: allow_failures: - rvm: jruby fast_finish: true cache: bundler
Add installation of graphviz to before_install
Add installation of graphviz to before_install
YAML
mit
nalabjp/rails-erd,qiujuer/rails-erd,qiujuer/rails-erd,mallikarjunayaddala/rails-erd,sferik/rails-erd,voormedia/rails-erd,kerrizor/rails-erd,kerrizor/rails-erd,mallikarjunayaddala/rails-erd,nalabjp/rails-erd,voormedia/rails-erd,sferik/rails-erd
279d37bb0d904ef55d64429bff4265131d497c04
.travis.yml
.travis.yml
language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=pypy - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=cover install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox notifications: email: - [email protected]
language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=pypy - TOXENV=py33 - TOXENV=py34 - TOXENV=cover install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox notifications: email: - [email protected]
Remove Python 3.2 Travis config
Remove Python 3.2 Travis config Summary: Doesn't look like 3.2 is supported anymore: ``` /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl/pip/_vendor/pkg_resources/__init__.py:80: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here. ``` Test plan: Travis run on PR.
YAML
mit
kyrus/python-junit-xml
db238b0287bc38e3e4342859f9c289c7928d63dd
.travis.yml
.travis.yml
--- language: ruby sudo: false cache: bundler before_install: "gem update bundler" script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.4 - 2.5.1 - ruby-head - jruby-9.1.5.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-9.1.5.0 - rvm: jruby-head fast_finish: true branches: only: master notifications: email: false
--- language: ruby sudo: false cache: bundler before_install: "gem update bundler -v '< 2.0'" script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 - ruby-head - jruby-9.1.5.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-9.1.5.0 - rvm: jruby-head fast_finish: true branches: only: master notifications: email: false
Change to update to latest rubies
Change to update to latest rubies
YAML
mit
peter-murach/tty-progressbar
953e7c600b55deafe6f3eeb0394b2dfbfa3ada59
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "io.js" sudo: false script: "gulp coverage" after_success: - npm install -g codeclimate-test-reporter - codeclimate < coverage/lcov.info
language: node_js node_js: - "0.10" - "0.12" sudo: false script: "gulp coverage" after_success: - npm install -g codeclimate-test-reporter - codeclimate-test-reporter < coverage/lcov.info
Fix code coverage and remove io.js
Fix code coverage and remove io.js
YAML
mit
RoundingWellOS/marionette.toolkit.routerapp,RoundingWellOS/marionette.toolkit.routerapp
589db52227d6da42a0c8f379e862ef19372d9d37
.travis.yml
.travis.yml
--- sudo: true language: ruby cache: directories: - vendor/bundle install: ./spec/scripts/install.sh script: ./spec/scripts/run.sh before_install: rm -f Gemfile.lock matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_VERSION="~> 2.7.0" FACTER_VERSION="~> 1.6.0" - rvm: 1.8.7 env: PUPPET_VERSION="~> 2.7.0" FACTER_VERSION="~> 1.7.0" - rvm: 1.9.3 env: PUPPET_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_VERSION="~> 3.0" - rvm: 2.1.0 env: PUPPET_VERSION="~> 3.0" - rvm: 2.1.0 env: PUPPET_VERSION="3.8.2" RS_SET="centos-6-x64-docker" - rvm: 2.1.0 env: PUPPET_VERSION="3.8.2" RS_SET="ubuntu-server-1404-x64-docker" notifications: email: false
--- sudo: true language: ruby cache: directories: - vendor/bundle install: ./spec/scripts/install.sh script: ./spec/scripts/run.sh before_install: rm -f Gemfile.lock matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_VERSION="~> 2.7.0" FACTER_VERSION="~> 1.6.0" - rvm: 1.8.7 env: PUPPET_VERSION="~> 2.7.0" FACTER_VERSION="~> 1.7.0" - rvm: 1.9.3 env: PUPPET_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_VERSION="~> 3.0" - rvm: 2.1.0 env: PUPPET_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" - rvm: 2.0.0 env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" - rvm: 2.1.0 env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" - rvm: 2.1.0 env: PUPPET_VERSION="3.8.2" RS_SET="centos-6-x64-docker" - rvm: 2.1.0 env: PUPPET_VERSION="3.8.2" RS_SET="ubuntu-server-1404-x64-docker" notifications: email: false
Support for strict variables in Puppet
Support for strict variables in Puppet
YAML
apache-2.0
wavesoftware/puppet-xtreemfs,wavesoftware/puppet-xtreemfs
5acc8fdbc444becf33e971ad5cb1a313f564ad60
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" script: # need to skip pylint on 3.5 since it doesn't work yet. - if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pylint basilisk --rcfile=.pylintrc; fi - coverage run --source=basilisk -m basilisk.tests && coverage report -m - cd docs && make html
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" services: - redis - elasticsearch script: # need to skip pylint on 3.5 since it doesn't work yet. - if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pylint basilisk --rcfile=.pylintrc; fi - coverage run --source=basilisk -m basilisk.tests && coverage report -m - cd docs && make html
Fix Travis build - added services.
Fix Travis build - added services.
YAML
mit
bonnierpolska/basilisk
12f37569aee99d6156a9f40e36f91182eeb80d2e
.travis.yml
.travis.yml
language: c compiler: - clang - gcc script: make
language: c compiler: - clang - gcc script: make install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libedit-dev; fi
Add libedit dependency for linux targets
Add libedit dependency for linux targets
YAML
mit
RyuKojiro/v6502
281bd3fd07a5b4c28a23b99b6dbb528cc05624ab
.travis.yml
.travis.yml
language: haskell install: - cabal sandbox init - - git clone https://github.com/elm-lang/elm-compiler.git - cd elm-compiler - cabal sandbox init --sandbox .. - cabal install - cd .. - - git clone https://github.com/elm-lang/elm-package.git - cd elm-package - cabal sandbox init --sandbox .. - cabal install - cd .. - - git clone https://github.com/elm-lang/elm-make.git - cd elm-make - cabal sandbox init --sandbox .. - cabal install - cd .. before_script: - export PATH=$PWD/bin:$PATH script: - tests/run-test.sh
language: haskell install: - npm install -g [email protected] - elm package install --yes script: - tests/run-test.sh
Use npm instead of building compiler from src
Use npm instead of building compiler from src
YAML
bsd-3-clause
Pisys/core,Pisys/core,rgrempel/core,martinos/core,martinos/core,rgrempel/core
007da69cfc68698dec1140eb3d9cc6dfcb398734
.travis.yml
.travis.yml
language: go # Versions of go that are explicitly supported. go: - 1.4.3 - 1.5.4 - 1.6.3 - 1.7.1 - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -coverprofile=coverage.out - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
language: go # Versions of go that are explicitly supported. go: - 1.4.3 - 1.5.4 - 1.6.3 - 1.7.1 - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -coverprofile=coverage.out - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
Remove token for Travis because repo is public.
Remove token for Travis because repo is public.
YAML
bsd-3-clause
grafov/kiwi
9722069f042e9fcb1ab5287043498b39d41efeb4
.travis.yml
.travis.yml
language: node_js node_js: - "8.1.2" env: - CXX=g++-4.8 notifications: slack: niobi:WW01STIxrmCAQfbm9FZzW30v addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
language: node_js node_js: - "8.2.1" env: - CXX=g++-4.8 notifications: slack: niobi:WW01STIxrmCAQfbm9FZzW30v addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Update build server node version to latest stasble
Update build server node version to latest stasble
YAML
mit
FrescoDev/pangiia-api
b825dc296a3dfb5c691e8d165d3c6b47fc1304b6
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 - 0.10 - 0.11 before_install: - sudo apt-get update - sudo apt-get install mysql libmysqld-dev script: - make benchmark
language: node_js node_js: - 0.8 - 0.10 - 0.11 before_install: - sudo apt-get update - sudo apt-get install mysql-server libmysqlclient-dev script: - make benchmark
Fix Ubuntu MySQL packages names
Fix Ubuntu MySQL packages names
YAML
mit
Sannis/node-mysql-benchmarks,Sannis/node-mysql-benchmarks,Sannis/node-mysql-benchmarks,Sannis/node-mysql-benchmarks
3620599d773e9c4924acc7e40061047c75bac574
.travis.yml
.travis.yml
language: php sudo: false notifications: email: on_success: never php: - 7.2 - 7.3 - 7.4 - nightly env: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" stages: - test - test with coverage cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || echo "xdebug not available" - composer self-update install: travis_retry composer update --optimize-autoloader --prefer-dist --prefer-stable --no-progress --no-interaction --no-suggest $COMPOSER_FLAGS -vv script: vendor/bin/phpunit --colors --columns 117 --no-coverage jobs: allow_failures: - php: nightly include: - php: nightly env: COMPOSER_FLAGS="--ignore-platform-reqs" - stage: test with coverage os: linux php: 7.2 env: COMPOSER_FLAGS="" before_install: composer self-update script: vendor/bin/phpunit --colors --coverage-text
language: php sudo: false notifications: email: on_success: never php: - 7.3 - 7.4 - nightly env: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" stages: - test - test with coverage cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || echo "xdebug not available" - composer self-update install: travis_retry composer update --optimize-autoloader --prefer-dist --prefer-stable --no-progress --no-interaction --no-suggest $COMPOSER_FLAGS -vv script: vendor/bin/phpunit --colors --columns 117 --no-coverage jobs: allow_failures: - php: nightly include: - php: nightly env: COMPOSER_FLAGS="--ignore-platform-reqs" - stage: test with coverage os: linux php: 7.3 env: COMPOSER_FLAGS="" before_install: composer self-update script: vendor/bin/phpunit --colors --coverage-text
Upgrade to PHP 7.3 minimum
Upgrade to PHP 7.3 minimum
YAML
mit
mnapoli/phpunit-easymock
85d6fd69374fb1853c1ed721125e4622cdedd815
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode script: bundle exec rake travis
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode before_install: gem update --remote bundler script: bundle exec rake travis
Update bundler on Travis CI so that minitest installation does not fail
Update bundler on Travis CI so that minitest installation does not fail https://github.com/bundler/bundler/issues/2780
YAML
mit
irfanah/transpec,irfanah/transpec,yujinakayama/transpec,yujinakayama/transpec
18e56cc6c2f999f373e8c358c8addd574596e8c1
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk7 - oraclejdk8 after_success: - mvn clean cobertura:cobertura coveralls:report
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk8 after_success: - mvn clean cobertura:cobertura coveralls:report
Drop oraclejdk7 from the Travis-CI build.
Drop oraclejdk7 from the Travis-CI build.
YAML
apache-2.0
ok2c/httpclient,UlrichColby/httpcomponents-client,apache/httpcomponents-client
a20e1c6e0e5f3d76a5376e1da274ed29cf2952fe
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" install: python setup.py develop script: python setup.py test services: - mongodb
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" install: python setup.py develop script: python setup.py test services: - mongodb
Add Python 3.3 to the list of python versions supported
Add Python 3.3 to the list of python versions supported
YAML
agpl-3.0
Yaco-Sistemas/yith-library-server,lorenzogil/yith-library-server,lorenzogil/yith-library-server,Yaco-Sistemas/yith-library-server,Yaco-Sistemas/yith-library-server,lorenzogil/yith-library-server
d9d0fd5f8862d5e7f838b266ca282bbcbd89a457
.travis.yml
.travis.yml
language: node_js node_js: - "8" before_install: - npm i -g [email protected] - npm i -g greenkeeper-lockfile@1 before_script: greenkeeper-lockfile-update after_script: greenkeeper-lockfile-upload
language: node_js node_js: - "8" install: npm install before_install: - npm i -g [email protected] - npm i -g greenkeeper-lockfile@1 before_script: greenkeeper-lockfile-update after_script: greenkeeper-lockfile-upload
Use [email protected] and npm install for TravisCI
Use [email protected] and npm install for TravisCI
YAML
mit
lentz/buddyduel,lentz/buddyduel,lentz/buddyduel
73f473732712cf12a46722b5c1504120389cb6a6
.travis.yml
.travis.yml
language: node_js node_js: - "4" cache: bundler: true directories: - travis-phantomjs - node_modules before_install: - "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis-phantomjs; mkdir -p $PWD/travis-phantomjs; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://github.com/BIGjuevos/phantomjs-builds/archive/v2.1.1.tar.gz -O $PWD/travis-phantomjs/v2.1.1.tar.gz; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xf $PWD/travis-phantomjs/v2.1.1.tar.gz -C $PWD/travis-phantomjs; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then sudo ln -sf $PWD/travis-phantomjs/phantomjs-builds-2.1.1/bin/phantomjs $(which phantomjs); fi" - "phantomjs --version" before_script: script: - xvfb-run -a make ci branches: only: - "master"
language: node_js node_js: - "4" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 cache: bundler: true directories: - travis-phantomjs - node_modules before_install: - "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis-phantomjs; mkdir -p $PWD/travis-phantomjs; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://github.com/BIGjuevos/phantomjs-builds/archive/v2.1.1.tar.gz -O $PWD/travis-phantomjs/v2.1.1.tar.gz; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xf $PWD/travis-phantomjs/v2.1.1.tar.gz -C $PWD/travis-phantomjs; fi" - "if [ $(phantomjs --version) != '2.1.1' ]; then sudo ln -sf $PWD/travis-phantomjs/phantomjs-builds-2.1.1/bin/phantomjs $(which phantomjs); fi" - "phantomjs --version" before_script: script: - xvfb-run -a make ci branches: only: - "master"
Add GCC 4.8 in Travis VM
Add GCC 4.8 in Travis VM
YAML
mit
jonataswalker/timepicker.js,jonataswalker/timepicker.js
c86e00d22e28cd3d030df0a5b1a375b85c0413fc
.travis.yml
.travis.yml
language: go go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz | tar -C ${TRAVIS_BUILD_DIR} -xzf - - ( cd ${TRAVIS_BUILD_DIR}/yara-3.11.0 && ./bootstrap.sh && ./configure && make ) - export CGO_CFLAGS=-I${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/include - export CGO_LDFLAGS=-L${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs - export LD_LIBRARY_PATH=${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs
language: go go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - 1.13.x - 1.14.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz | tar -C ${TRAVIS_BUILD_DIR} -xzf - - ( cd ${TRAVIS_BUILD_DIR}/yara-3.11.0 && ./bootstrap.sh && ./configure && make ) - export CGO_CFLAGS=-I${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/include - export CGO_LDFLAGS=-L${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs - export LD_LIBRARY_PATH=${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs
Add Go 1.13 and 1.14 to Travis configuration
Add Go 1.13 and 1.14 to Travis configuration
YAML
bsd-2-clause
hillu/go-yara,hillu/go-yara,VirusTotal/go-yara
5d2f597a6e70dc673b1e3d3c0f100caf141407b0
.travis.yml
.travis.yml
language: php install: - travis_wait composer update --no-interaction - mkdir -p build/logs php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm - nightly script: - vendor/bin/phpunit after_script: - travis_retry bin/coveralls.sh
language: php install: - mkdir -p build/logs php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm - nightly script: - travis_wait composer update --prefer-lowest --no-interaction && vendor/bin/phpunit - travis_wait composer update --no-interaction && vendor/bin/phpunit after_script: - travis_retry bin/coveralls.sh
Test the lowest and the highest versions of vendors
Test the lowest and the highest versions of vendors
YAML
mit
awesomite/stack-trace,awesomite/stack-trace
a54d508dda5c52cf0702cc9a30ce060c07b486b6
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "4" - "0.12" - "0.10"
language: node_js node_js: - "5" - "4" - "0.12" - "0.10" matrix: env: global: - CI_TEST=no-lint include: - node_js: "5" script: npm run lint env: - CI_TEST=lint-only cache: directories: - node_modules
Enable linting and caching in Travis
Enable linting and caching in Travis
YAML
isc
patrislav/rummy.js
d2fe660bf6af27b881d0331bbfc94e5a9b944b96
.travis.yml
.travis.yml
language: ruby before_script: - rake setup rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head env: - USE_RUBYGEMS="1.8.25" - USE_RUBYGEMS="2.0.3" - USE_RUBYGEMS="2.2.2" matrix: exclude: - rvm: 2.0.0 env: USE_RUBYGEMS="1.8.25"
language: ruby before_script: - rake setup rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.1 - ruby-head env: - USE_RUBYGEMS="1.8.25" - USE_RUBYGEMS="2.0.3" - USE_RUBYGEMS="2.2.2" matrix: exclude: - rvm: 2.0.0 env: USE_RUBYGEMS="1.8.25"
Test against Ruby 2.1.1 instead of 2.1.0
Test against Ruby 2.1.1 instead of 2.1.0 Always test against latest official release.
YAML
mit
luislavena/gem-compiler
f265ef009ccd7f919f7db423d4cccd1e15cc58fa
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" install: npm -g install jshint && echo -e "\x1b\x5b35;1m*** Checking out Enyo\x1b\x5b0m" && cd .. && git clone --depth 1 -b 2.5-gordon https://github.com/enyojs/enyo.git enyo && mkdir lib && mv moonstone lib/moonstone script: echo -e "\x1b\x5b35;1m*** Running JSHint\x1b\x5b0m" && cd lib/moonstone && jshint . && echo -e "\x1b\x5b35;1m*** Running lessc.sh to compile library CSS\x1b\x5b0m" && cd css && mv moonstone-dark.css moonstone-dark.css.fromgit && mv moonstone-light.css moonstone-light.css.fromgit && ../../../enyo/tools/lessc.sh -ri -enyo ../../../enyo/enyo.js all-package.js && echo -e "\x1b\x5b35;1m*** Comparing generated CSS to last checked in version\x1b\x5b0m" && diff moonstone-dark.css moonstone-dark.css.fromgit && diff moonstone-light.css moonstone-light.css.fromgit && echo -e "\x1b\x5b35;1m*** Moonstone tests complete\x1b\x5b0m"
language: node_js node_js: - "0.10" install: npm -g install jshint && echo -e "\x1b\x5b35;1m*** Checking out Enyo\x1b\x5b0m" && cd .. && git clone --depth 1 https://github.com/enyojs/enyo.git enyo && mkdir lib && mv moonstone lib/moonstone script: echo -e "\x1b\x5b35;1m*** Running JSHint\x1b\x5b0m" && cd lib/moonstone && jshint . && echo -e "\x1b\x5b35;1m*** Running lessc.sh to compile library CSS\x1b\x5b0m" && cd css && mv moonstone-dark.css moonstone-dark.css.fromgit && mv moonstone-light.css moonstone-light.css.fromgit && ../../../enyo/tools/lessc.sh -ri -enyo ../../../enyo/enyo.js all-package.js && echo -e "\x1b\x5b35;1m*** Comparing generated CSS to last checked in version\x1b\x5b0m" && diff moonstone-dark.css moonstone-dark.css.fromgit && diff moonstone-light.css moonstone-light.css.fromgit && echo -e "\x1b\x5b35;1m*** Moonstone tests complete\x1b\x5b0m"
Remove specification of 2.5-gordon branch.
ENYO-866: Remove specification of 2.5-gordon branch. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
YAML
apache-2.0
mcanthony/moonstone,mcanthony/moonstone,mcanthony/moonstone,enyojs/moonstone
4f2890bf33c3e1ba230d50a066f0444bf57c2d5a
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli - gem install compass script: - grunt lint+test
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli bower - gem install compass before_script: - bower install script: - grunt lint+test
Install bower components before running grunt task in Travis CI
Install bower components before running grunt task in Travis CI
YAML
mit
alefteris/pushupsw3
64bb3c76cd263d5833bf458dd6430d6311b6ba61
.travis.yml
.travis.yml
language: cpp sudo: true matrix: include: # Linux g++ build - os: linux addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 env: - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6" # Linux clang++ build - os: linux addons: apt: sources: - llvm-toolchain-trusty-4.0 packages: - clang-4.0 env: - MATRIX_EVAL="CC=clang-4.0 && CXX=clang++-4.0" # OSX g++ build - os: osx osx_image: xcode8.3 compiler: gcc # OSX clang++ build - os: osx osx_image: xcode8.3 compiler: clang before_install: - eval "${MATRIX_EVAL}" install: true script: - cd C++ - make all - make test
language: cpp sudo: required matrix: include: # Linux GCC 6 build - os: linux compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 env: - COMPILER='g++-6' # Linux GCC 7 build - os: linux compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-7 env: - COMPILER='g++-7' # Linux Clang 4 build - os: linux compiler: clang addons: apt: sources: - llvm-toolchain-trusty-4.0 packages: - clang-4.0 env: - COMPILER='clang++-4.0' # Linux Clang 5 build - os: linux compiler: clang addons: apt: sources: - llvm-toolchain-trusty-5.0 packages: - clang-5.0 env: - COMPILER='clang++-5.0' # OS X Xcode8 GCC build - os: osx osx_image: xcode8.3 compiler: gcc env: - COMPILER='g++' # OS X Xcode9 GCC build - os: osx osx_image: xcode9.2 compiler: gcc env: - COMPILER='g++' # OS X Xcode8 Clang build - os: osx osx_image: xcode8.3 compiler: clang env: - COMPILER='clang++' # OS X Xcode9 Clang build - os: osx osx_image: xcode9.2 compiler: clang env: - COMPILER='clang++' before_install: - export CXX=${COMPILER} install: true script: - cd C++ - make all && make test
Add more builds and update OSX image versions
Add more builds and update OSX image versions On Ubuntu Trusty: * GCC 6 * GCC 7 * Clang 4 * Clang 5 On OS X: * GCC on Xcode8 * GCC on Xcode9 * Clang on Xcode8 * Clang on Xcode9
YAML
mit
faheel/Algos,faheel/Algos,eskeype/Algos
83c9e422efd18ad16d4400c5e58a168e43c2ddb5
.travis.yml
.travis.yml
language: android sudo: required jdk: - oraclejdk8 android: components: - tools - build-tools-23.0.2 - android-23 - extra # https://github.com/travis-ci/travis-ci/issues/3259 script: - sudo apt-get update && sudo apt-get install oracle-java8-installer - java -version
language: android sudo: required dist: trusty # https://github.com/travis-ci/travis-ci/issues/3259 jdk: - oraclejdk8 android: components: - tools - build-tools-23.0.2 - android-23 - extra
Use trusty dist for updated Java 8 version
Use trusty dist for updated Java 8 version
YAML
apache-2.0
sakuna63/requery,requery/requery,sakuna63/requery,requery/requery
b2acefa83da81342ed97080b6ec51c1c0cf3c3f5
.travis.yml
.travis.yml
language: java # Fixes Travis memory issue env: - JAVA_TOOL_OPTIONS="-Xmx2048m -Xms512m" jdk: - oraclejdk8 # fixes SWT display problem before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start script: - mvn clean verify
# Use latest stuff dist: xenial language: java jdk: - openjdk8 # Creates a display for SWT services: - xvfb script: - mvn clean verify
Use OpenJDK, remove heap options, use xenial and xvfb service
[Travis] Use OpenJDK, remove heap options, use xenial and xvfb service
YAML
mit
archimatetool/archi,archimatetool/archi,archimatetool/archi
bb6771edc1328ed84aa58e9fd241179c8319d0be
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile
language: ruby sudo: false rvm: - 2.2.10 - 2.3.7 - 2.4.4 - 2.5.1 gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile
Test against latest Ruby versions
Test against latest Ruby versions
YAML
mit
DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations
122448d351b26127524b2acdffcc3bd7600d79f1
.travis.yml
.travis.yml
language: objective-c osx_image: xcode61 before_install: - brew update - if brew outdated | grep -qx xctool; then brew upgrade xctool; fi - sudo easy_install cpp-coveralls script: - xctool clean build -project AutoLayout.xcodeproj -scheme AutoLayout - xctool test -project AutoLayout.xcodeproj -scheme AutoLayout after_success: - ./script/coveralls.sh
language: objective-c osx_image: xcode61 before_install: - sudo easy_install cpp-coveralls script: - xcodebuild clean build test -project AutoLayout.xcodeproj -scheme AutoLayout -sdk iphonesimulator8.2 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES after_success: - ./script/coveralls.sh
Update Travis file for Coveralls
Update Travis file for Coveralls
YAML
mit
marcbaldwin/AutoLayoutBuilder,marcbaldwin/AutoLayoutBuilder
ebc7adacab81736fa020b84bb7c9c889d7bae869
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.0 before_install: gem install bundler -v 1.13.6
sudo: false language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 - 2.3 - jruby before_install: gem install bundler -v 1.13.6
Add more versions for CI
Add more versions for CI
YAML
mit
Tonkonozhenko/fv
67e2306e0ad8b0e8d6a825a7d9a40a6d87629ff7
.travis.yml
.travis.yml
# Documentation relevant to this build configuration file: # # https://docs.travis-ci.com/user/languages/java/ language: java # Travis provides different sets of JDKs for different Ubuntu distributions: # # https://docs.travis-ci.com/user/languages/java/#testing-against-multiple-jdks matrix: include: - os: linux dist: precise jdk: openjdk6 - os: linux dist: precise jdk: oraclejdk7 - os: linux dist: trusty jdk: openjdk7 - os: linux dist: trusty jdk: oraclejdk8 - os: linux dist: trusty jdk: oraclejdk9 - os: linux dist: bionic jdk: openjdk10 - os: linux dist: bionic jdk: openjdk11 install: mvn install -DskipTests=true -Dgpg.skip=true script: - mvn clean verify -Dgpg.skip=true after_success: - mvn -Pcoverage clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
# Documentation relevant to this build configuration file: # # https://docs.travis-ci.com/user/languages/java/ language: java # Travis provides different sets of JDKs for different Ubuntu distributions: # # https://docs.travis-ci.com/user/languages/java/#testing-against-multiple-jdks matrix: include: # - os: linux # dist: precise # jdk: openjdk6 - os: linux dist: precise jdk: oraclejdk7 - os: linux dist: trusty jdk: openjdk7 - os: linux dist: trusty jdk: oraclejdk8 - os: linux dist: trusty jdk: oraclejdk9 - os: linux dist: bionic jdk: openjdk10 - os: linux dist: bionic jdk: openjdk11 install: mvn install -DskipTests=true -Dgpg.skip=true script: - mvn clean verify -Dgpg.skip=true after_success: - mvn -Pcoverage clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
Exclude openjdk6 due to incompatibility
Exclude openjdk6 due to incompatibility The build was seeing: > Unsupported major.minor version 51.0
YAML
apache-2.0
drewnoakes/metadata-extractor,rcketscientist/metadata-extractor
993badf7c71b7e08a503193f75af633981866afe
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '6' - '8' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Build with Node.js 8 on Travis CI.
Build with Node.js 8 on Travis CI.
YAML
mit
bigeasy/inquiry,bigeasy/inquiry
dc9fad79b9961b5aa9968e2f2ae7d50179a3e4ee
.travis.yml
.travis.yml
language: python dist: bionic python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: - "python setup.py install" script: make test services: redis
language: python dist: bionic python: - "3.5" - "3.6" - "3.7" - "3.8" install: - "python setup.py install" script: make test services: redis
Remove Python 2.7 from test matrix
Remove Python 2.7 from test matrix
YAML
mit
ui/rq-scheduler
96fb16b15269e29159f715092844135df0243ec9
.travis.yml
.travis.yml
language: php cache: directories: - .phpunit php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 before_install: - phpenv config-rm xdebug.ini || true - | for PHP in $TRAVIS_PHP_VERSION $php_extra; do INI=~/.phpenv/versions/$PHP/etc/conf.d/travis.ini echo date.timezone = Europe/Paris >> $INI echo memory_limit = -1 >> $INI echo session.gc_probability = 0 >> $INI done - composer self-update install: - if [[ $TRAVIS_PHP_VERSION != '5.5' ]]; then composer install ; fi - if [[ $TRAVIS_PHP_VERSION == '5.5' ]]; then composer update --prefer-lowest ; fi script: - export SYMFONY_DEPRECATIONS_HELPER=weak_vendors - export SYMFONY_PHPUNIT_DIR=`pwd`/.phpunit - ./vendor/bin/simple-phpunit
language: php cache: directories: - .phpunit php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 matrix: include: - php: 5.4 dist: trusty - php: 5.5 dist: trusty before_install: - phpenv config-rm xdebug.ini || true - | for PHP in $TRAVIS_PHP_VERSION $php_extra; do INI=~/.phpenv/versions/$PHP/etc/conf.d/travis.ini echo date.timezone = Europe/Paris >> $INI echo memory_limit = -1 >> $INI echo session.gc_probability = 0 >> $INI done - composer self-update install: - if [[ $TRAVIS_PHP_VERSION != '5.5' ]]; then composer install ; fi - if [[ $TRAVIS_PHP_VERSION == '5.5' ]]; then composer update --prefer-lowest ; fi script: - export SYMFONY_DEPRECATIONS_HELPER=weak_vendors - export SYMFONY_PHPUNIT_DIR=`pwd`/.phpunit - ./vendor/bin/simple-phpunit
Fix tests on PHP 5.4 & 5.5
Fix tests on PHP 5.4 & 5.5
YAML
mit
nelmio/NelmioSecurityBundle
6a978c1b129f4f30f91efa073ae14a0c713289c6
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 before_install: gem install bundler -v 1.12.5
language: ruby rvm: - 2.4 - 2.5 - 2.6 - 2.7 before_install: - gem update --system - gem install bundler
Test on newer Ruby versions
Test on newer Ruby versions
YAML
mit
kushniryb/minfraud-api-v2,kushniryb/minfraud-api-v2
cd1ab8f1e27044a0d6f7ed0a16913a4371c0a671
.travis.yml
.travis.yml
language: go install: - ./build.sh script: - ./test.sh notifications: email: - [email protected]
language: go install: - ./build.sh script: - ./test.sh notifications: email: - [email protected]
Revert "Take mobile_dev out of the TravisCI notification list."
Revert "Take mobile_dev out of the TravisCI notification list." This reverts commit 0bf97a4b6255a5fe2dabb490b79e2d25896452a8. The build is working well enough now.
YAML
apache-2.0
tophatch/sync_gateway,paulharter/sync_gateway,couchbaselabs/sync_gateway,paulharter/sync_gateway,tleyden/sync_gateway,jamiltz/sync_gateway,tophatch/sync_gateway,evankyle/sync_gateway,couchbaselabs/sync_gateway,tophatch/sync_gateway,evankyle/sync_gateway,ceejatec/sync_gateway,paulharter/sync_gateway,ceejatec/sync_gateway,tleyden/sync_gateway,jamiltz/sync_gateway,tleyden/sync_gateway,evankyle/sync_gateway,jamiltz/sync_gateway,couchbaselabs/sync_gateway,tophatch/sync_gateway,tleyden/sync_gateway,ceejatec/sync_gateway,paulharter/sync_gateway,couchbaselabs/sync_gateway,ceejatec/sync_gateway,evankyle/sync_gateway
31fc6ee6de9f00187c286957cae77bb3c902a322
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head notifications: irc: "irc.freenode.org#adhearsion"
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head notifications: irc: "irc.freenode.org#adhearsion"
Test on recent Ruby releases
Test on recent Ruby releases
YAML
mit
adhearsion/adhearsion-asterisk
438500b526b51206accb8dd29ead9ad8a186ada5
.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/bin/chef shell-init bash)" # We have to install chef-sugar for ChefSpec - /opt/chefdk/embedded/bin/chef gem install chef-sugar script: - /opt/chefdk/embedded/bin/chef --version - /opt/chefdk/embedded/bin/rubocop --version - /opt/chefdk/embedded/bin/rubocop - /opt/chefdk/embedded/bin/foodcritic --version - /opt/chefdk/embedded/bin/foodcritic . --exclude spec - /opt/chefdk/embedded/bin/rspec spec
# 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/chefdk/bin/chef shell-init bash)" # We have to install chef-sugar for ChefSpec - /opt/chefdk/embedded/bin/chef gem install chef-sugar script: - /opt/chefdk/embedded/bin/chef --version - /opt/chefdk/embedded/bin/rubocop --version - /opt/chefdk/embedded/bin/rubocop - /opt/chefdk/embedded/bin/foodcritic --version - /opt/chefdk/embedded/bin/foodcritic . --exclude spec - /opt/chefdk/embedded/bin/rspec spec
Use the pre-release builds of chefdk
Use the pre-release builds of chefdk
YAML
apache-2.0
opscode-cookbooks/chef-grafana,chef-cookbooks/chef-grafana,chef-cookbooks/chef-grafana,opscode-cookbooks/chef-grafana,mivok/chef-grafana,mivok/chef-grafana,gnufreex/flugel-prometheus,gnufreex/flugel-prometheus
6f2addee0ccdce403cdb4d11fa31970b527948db
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 before_script: - bundle exec berks install script: - bundle exec foodcritic -f any . - bundle exec rubocop
rvm: - 2.0 - 2.1 - 2.2 before_script: - bundle exec berks install script: - bundle exec foodcritic -f any . - bundle exec rubocop
Test on all Ruby 2.X platforms
Test on all Ruby 2.X platforms
YAML
apache-2.0
opscode-cookbooks/activemq,chef-cookbooks/activemq,pmccarthy/activemq,chef-cookbooks/activemq,pmccarthy/activemq,opscode-cookbooks/activemq
c49a89df4bb56479d864229e28a5c81979af552e
.travis.yml
.travis.yml
language: node_js sudo: false notifications: email: on_success: never on_failure: change node_js: - "node" before_install: - export CXX="g++-4.8" CC="gcc-4.8" - curl https://cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.tar.gz | tar xz - export PATH=${PWD}/cmake-3.6.3-Linux-x86_64/bin:$PATH - script/install-emscripten.sh script: - npm run standard - npm run build:browser - npm run test:browser - npm run build:node - npm run test:node git: depth: 10 branches: only: - master cache: directories: - emsdk_portable - $HOME/.emscripten_cache addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8
language: node_js sudo: false notifications: email: on_success: never on_failure: change node_js: - "node" before_install: - export CXX="g++-4.8" CC="gcc-4.8" - curl https://cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.tar.gz | tar xz - export PATH=${PWD}/cmake-3.6.3-Linux-x86_64/bin:$PATH - script/install-emscripten.sh script: - npm run standard - npm run build:browser - npm run test:browser - npm run test:node git: depth: 10 branches: only: - master cache: directories: - emsdk_portable - $HOME/.emscripten_cache addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8
Remove unnecessary rebuild on Travis
Remove unnecessary rebuild on Travis
YAML
mit
atom/superstring,atom/superstring,atom/superstring,atom/superstring,atom/superstring
9532d1ff39f777b6d512a7c3d3ce15500531d631
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4.0" - "4.1" sudo: false
language: node_js node_js: - '0.10' - '0.12' - '4.0' - '4.1' - '4.2' sudo: false
Add Node.js 4.2 to the list of versions tested by Travis CI
Add Node.js 4.2 to the list of versions tested by Travis CI
YAML
mit
MaxLeiter/lounge,williamboman/lounge,williamboman/shout,Audio/shout,nickel715/shout,MaxLeiter/shout,run-project/shout,williamboman/lounge,erming/shout,ScoutLink/lounge,ScoutLink/lounge,sebastiencs/lounge,williamboman/shout,diddledan/shout,erming/shout,thelounge/lounge,metsjeesus/lounge,astorije/shout,FryDay/lounge,FryDay/lounge,harishanand95/shout_irc_bouncer_openshift,realies/lounge,metsjeesus/lounge,williamboman/lounge,metsjeesus/lounge,rockhouse/lounge,olivierlambert/shout,sebastiencs/lounge,thelounge/lounge,busseyl/shout,libertysoft3/lounge-autoconnect,busseyl/shout,libertysoft3/lounge-autoconnect,FryDay/lounge,MaxLeiter/shout,ScoutLink/lounge,run-project/shout,olivierlambert/shout,astorije/shout,MaxLeiter/lounge,nickel715/shout,Audio/shout,cha2maru/shout,harishanand95/shout_irc_bouncer_openshift,sebastiencs/lounge,libertysoft3/lounge-autoconnect,realies/lounge,cha2maru/shout,rockhouse/lounge,diddledan/shout,realies/lounge,rockhouse/lounge,MaxLeiter/lounge
18f0801c608fdfdb8da3b88d2f00eb6d19aace6e
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java cache: directories: - $HOME/.m2 matrix: include: - jdk: openjdk7 - jdk: openjdk8 - jdk: openjdk11 - jdk: openjdk14 script: - mvn -V --no-transfer-progress clean test after_success: - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java cache: directories: - $HOME/.m2 matrix: include: - jdk: openjdk7 - jdk: openjdk8 - jdk: openjdk11 - jdk: openjdk15 script: - mvn -V --no-transfer-progress clean test after_success: - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report
Replace Java 14 with 15.
Travis: Replace Java 14 with 15.
YAML
apache-2.0
apache/commons-validator,apache/commons-validator,apache/commons-validator
ef20fa078ea0705f672d0bb73b15cc8155acd3c2
.travis.yml
.travis.yml
language: python python: - "2.7" # install requirements install: - pip install -r requirements.txt # Build with unit tests and coverage script: python setup.py nosetests # safelist branches: only: - master # For all work approved for release - develop # For general development work # Post-steps for successful builds after_success: coveralls
language: python python: - "2.7" # install requirements install: - pip install -r requirements.txt # Build with unit tests and coverage script: coverage run setup.py nosetests # safelist branches: only: - master # For all work approved for release - develop # For general development work # Post-steps for successful builds after_success: coveralls
Add coverage command to Travis config
Add coverage command to Travis config
YAML
agpl-3.0
duggym122/grays_sports_almanac
07123e8ff3aa97a8dc68590f84a219eb876ffb0e
.travis.yml
.travis.yml
language: cpp sudo: required # the doc target uses sudo to install dependencies os: - linux - osx env: global: - secure: |- Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt 0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr 6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0= matrix: - BUILD=Doc - BUILD=Debug STANDARD=0x - BUILD=Release STANDARD=0x matrix: exclude: - os: osx env: BUILD=Doc addons: apt: sources: - kubuntu-backports # cmake 2.8.12 packages: - cmake script: - support/travis-build.py
language: cpp dist: trusty sudo: required # the doc target uses sudo to install dependencies os: - linux - osx env: global: - secure: |- Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt 0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr 6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0= matrix: - BUILD=Doc - BUILD=Debug STANDARD=0x - BUILD=Release STANDARD=0x matrix: exclude: - os: osx env: BUILD=Doc addons: apt: sources: - kubuntu-backports # cmake 2.8.12 packages: - cmake script: - support/travis-build.py
Use Ubuntu Trusty on Travis for a new CMake
Use Ubuntu Trusty on Travis for a new CMake
YAML
bsd-2-clause
alabuzhev/fmt,cppformat/cppformat,alabuzhev/fmt,cppformat/cppformat,cppformat/cppformat,alabuzhev/fmt
73b0183110e316012cc8371e6d1e1cea25146932
.travis.yml
.travis.yml
language: node_js node_js: - "5.8" sudo: false branches: only: - master script: - npm install - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
language: node_js node_js: - "5.8" sudo: false branches: only: - master - /^feature\/.*$/ script: - npm install - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Add feature* to the build branch list
Add feature* to the build branch list
YAML
mit
facundovictor/mocha-testing
f12b3afc7b6fe3d558712210dddbc6137ef22662
.travis.yml
.travis.yml
language: c sudo: false matrix: include: - os: linux compiler: gcc env: O3=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - os: linux compiler: clang env: O3=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - clang - os: linux compiler: gcc env: O3=1 STATIC=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - os: linux compiler: clang env: O3=1 STATIC=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - clang - os: osx compiler: gcc env: O3=1 - os: osx compiler: clang env: O3=1 - os: osx compiler: gcc env: O3=1 STATIC=1 - os: osx compiler: clang env: O3=1 STATIC=1 branches: only: - master install: - ./autogen.sh - ./configure ${STATIC+--disable-shared} ${DEBUG+--enable-debug} ${VALGRIND+--enable-valgrind} ${CENSUS+--enable-census} - make V=1 script: - make check after_failure: - for f in tests/*.log; do echo; echo "${f}:"; cat $f; done; - cat test-suite.log notifications: email: false
language: c sudo: false matrix: include: - os: linux compiler: gcc env: addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - os: linux compiler: clang env: addons: apt: sources: - ubuntu-toolchain-r-test packages: - clang - os: linux compiler: gcc env: STATIC=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - os: linux compiler: clang env: STATIC=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - clang - os: osx compiler: gcc env: - os: osx compiler: clang env: - os: osx compiler: gcc env: STATIC=1 - os: osx compiler: clang env: STATIC=1 branches: only: - master install: - ./autogen.sh - CFLAGS=-O3 ./configure ${STATIC+--disable-shared} ${DEBUG+--enable-debug} ${VALGRIND+--enable-valgrind} ${CENSUS+--enable-census} - make V=1 script: - make check after_failure: - for f in tests/*.log; do echo; echo "${f}:"; cat $f; done; - cat test-suite.log notifications: email: false
Build with O3 by default
Travis: Build with O3 by default Signed-off-by: Martin Sustrik <[email protected]>
YAML
mit
pskocik/libdill,sustrik/libdill,sustrik/libdill,sustrik/libdill,pskocik/libdill,sustrik/libdill,pskocik/libdill
54156ff2322c1266ef4212d1ea696c2d18c38bf5
.travis.yml
.travis.yml
sudo: required dist: trusty language: bash os: - linux - osx env: global: - GIMME_TMP="${TRAVIS_BUILD_DIR}/tmp" - UNAME="$(uname | tr '[:upper:]' '[:lower:]')" - GO_VERSIONS="$(< .known-binary-versions-$UNAME) $(< .known-source-versions-$UNAME)" - GO_BOOTSTRAP_VERSION=1.4.1 matrix: - TARGET=native - TARGET=arm - TARGET=arm64 addons: apt: packages: # install cross compilers for cgo support. - gcc-aarch64-linux-gnu - libc6-dev-arm64-cross before_script: - mkdir -p "${GIMME_TMP}" - if [[ "${TARGET}" = "arm" ]] ; then export GO_VERSIONS="master" ; fi script: - ./gimme -h - ./gimme -V - ./runtests "${TARGET}" "${GO_BOOTSTRAP_VERSION}" ${GO_VERSIONS} - ./gimme -l
sudo: required dist: trusty language: bash os: - linux - osx env: global: - GIMME_TMP="${TRAVIS_BUILD_DIR}/tmp" - UNAME="$(uname | tr '[:upper:]' '[:lower:]')" - GO_BOOTSTRAP_VERSION=1.4.1 matrix: - TARGET=native GO_VERSIONS="$(< .known-binary-versions-$UNAME) $(< .known-source-versions-$UNAME)" - TARGET=arm GO_VERSIONS="master" - TARGET=arm64 GO_VERSIONS="$(< .known-binary-versions-$UNAME) master" addons: apt: packages: # install cross compilers for cgo support. - gcc-aarch64-linux-gnu - libc6-dev-arm64-cross before_script: - mkdir -p "${GIMME_TMP}" script: - ./gimme -h - ./gimme -V - ./runtests "${TARGET}" "${GO_BOOTSTRAP_VERSION}" ${GO_VERSIONS} - ./gimme -l
Set GO_VERSIONS in line with TARGET
Set GO_VERSIONS in line with TARGET and limit arm64 tests to binary and master
YAML
mit
glevand/travis-ci--gimme,travis-ci/gimme,glevand/travis-ci--gimme,travis-ci/gimme,kofalt/gimme,meatballhat/gimme
4a9ccbaa18c35d909e763524a5a508c95c5d9929
.travis.yml
.travis.yml
os: - linux language: node_js node_js: - "6.10.0" before_install: - npm install -g npm - npm install -g yarn install: - yarn install - yarn link - gulp test
os: - linux language: node_js node_js: - "6.10.0" before_install: - npm install -g npm - npm install -g yarn install: - yarn install - yarn link script: - gulp test
Move gulp test to script part
Move gulp test to script part
YAML
apache-2.0
CarreraPHP/generator-jhipster-module
8ac668ca00d913652589f652a3acc924d1fa728c
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode8.0 podfile: Example/Podfile xcode_workspace: Example/SMWRealm.xcworkspace/ xcode_scheme: SMWRealm-Example xcode_sdk: iphonesimulator10.0 podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update --project-directory=Example - pod install --project-directory=Example
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode8.0 podfile: Example/Podfile xcode_workspace: Example/SMWRealm.xcworkspace/ xcode_scheme: SMWRealm-Example xcode_sdk: iphonesimulator10.0 podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update - pod install --project-directory=Example
Remove directory from pod repo update
Remove directory from pod repo update
YAML
mit
meech-ward/SMWRealm
eec5ab91fae8de0e4cb510f095bb6aa9595889cc
.travis.yml
.travis.yml
language: go install: - go get -v -tags 'fixtures acceptance' ./... go: - 1.1 - 1.2 - tip script: script/cibuild after_success: - go get code.google.com/p/go.tools/cmd/cover - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - export PATH=$PATH:$HOME/gopath/bin/ - goveralls 2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8 sudo: false
language: go install: - go get -v -tags 'fixtures acceptance' ./... go: - 1.1 - 1.2 - 1.3 - 1.4 - tip script: script/cibuild after_success: - go get code.google.com/p/go.tools/cmd/cover - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - export PATH=$PATH:$HOME/gopath/bin/ - goveralls 2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8 sudo: false
Add more recent Go versions.
Add more recent Go versions.
YAML
apache-2.0
carolynvs/gophercloud,carolynvs/gophercloud,larsbutler/gophercloud,dudymas/gophercloud,pratikmallya/gophercloud,rackspace/gophercloud,trumant/gophercloud,jarosser06/gophercloud,jarosser06/gophercloud,sti-jans/gophercloud,feiskyer/gophercloud,jamiehannaford/gophercloud,clintonskitson/gophercloud,jamiehannaford/gophercloud,rackspace/gophercloud,dudymas/gophercloud,timbyr/gophercloud,timbyr/gophercloud,larsbutler/gophercloud,DSpeichert/gophercloud,DSpeichert/gophercloud,feiskyer/gophercloud,pratikmallya/gophercloud,sti-jans/gophercloud,trumant/gophercloud,clintonskitson/gophercloud
9651698fb20a7223a4209f6936b5cb5dc3300660
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "lts/*" cache: yarn
language: node_js node_js: - "node" - "lts/*" cache: yarn script: - yarn lint - yarn test
Add lintings to the CI build
Add lintings to the CI build
YAML
mit
mattyclarkson/capnp-es
35d7429f8935bdc51f5699eb727ea69434a2cc35
.travis.yml
.travis.yml
# ref. http://docs.travis-ci.com/user/languages/objective-c/ language: objective-c osx_image: xcode7.2 xcode_workspace: CotEditor.xcworkspace xcode_scheme: - CotEditor - CotEditor (AppStore) before_install: - gem install cocoapods script: xctool -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO # enable container-based infrastructure sudo: false cache: cocoapods
# ref. http://docs.travis-ci.com/user/languages/objective-c/ language: objective-c osx_image: xcode7.2 xcode_workspace: CotEditor.xcworkspace xcode_scheme: - CotEditor - CotEditor (AppStore) script: xctool -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO # enable container-based infrastructure sudo: false cache: cocoapods
Revert "Update Travis CI setting"
Revert "Update Travis CI setting" This reverts commit bc1a24a92fcf0401ee69361bc8546093068ae5b2.
YAML
apache-2.0
onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor
721b588e9fece18fed4f42fec72343ebd5a13fa0
.travis.yml
.travis.yml
language: ruby script: bundle exec rspec spec sudo: false cache: bundler env: - DB=sqlite3 - DB=sqlite3mem - DB=postgresql - DB=mysql rvm: - 2.3.1 - 2.2.5 - 2.1.10 - 2.0.0 - jruby-9.1.1.0 gemfile: - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1.gemfile - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile matrix: exclude: - rvm: 2.1.10 gemfile: gemfiles/rails_5.0.gemfile - rvm: 2.0.0 gemfile: gemfiles/rails_5.0.gemfile - rvm: jruby-9.1.1.0 gemfile: gemfiles/rails_5.0.gemfile notifications: webhooks: urls: - https://buildlight.collectiveidea.com/ on_start: always
language: ruby script: bundle exec rspec spec sudo: false cache: bundler env: - DB=sqlite3 - DB=sqlite3mem - DB=postgresql - DB=mysql rvm: - 2.3.1 - 2.2.5 - 2.1.10 - jruby-9.1.1.0 gemfile: - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1.gemfile - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile matrix: exclude: - rvm: 2.1.10 gemfile: gemfiles/rails_5.0.gemfile - rvm: jruby-9.1.1.0 gemfile: gemfiles/rails_5.0.gemfile notifications: webhooks: urls: - https://buildlight.collectiveidea.com/ on_start: always
Stop building on Ruby 2.0. Ruby 2.0 was EOL in 2016. We don't need to support it going forward.
Stop building on Ruby 2.0. Ruby 2.0 was EOL in 2016. We don't need to support it going forward.
YAML
mit
collectiveidea/awesome_nested_set,experteer/awesome_nested_set
abc491677d4bad639336f905235cc7f42ddfeca2
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - phpunit -c app --coverage-text --coverage-clover=coverage.clover - bin/behat after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - phpunit -c app --coverage-text --coverage-clover=coverage.clover - bin/behat after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover addons: hosts: - zenium-backend.dev
Update Travis to support custom hostnames
Update Travis to support custom hostnames
YAML
mit
cegekaro/zenium-backend,cegekaro/zenium-backend
5920e0f75ea18955a4ed88587e133eb99b5b3aa8
.travis.yml
.travis.yml
language: node_js node_js: - "9" - "8" - "6" - "4" - "iojs" - "0.12" - "0.10" - "0.8" before_install: - 'nvm install-latest-npm' sudo: false
language: node_js node_js: - "10" - "9" - "8" - "6" - "4" - "iojs" - "0.12" - "0.10" - "0.8" before_install: - 'nvm install-latest-npm' sudo: false
Add Node 10 to CI.
Add Node 10 to CI.
YAML
mit
substack/brfs,substack/brfs
fc4601da25865249b4e70703d8d910846644dead
.travis.yml
.travis.yml
language: perl perl: - "5.22" - "5.20" - "5.10" before_install: - cpanm -n Devel::Cover::Report::Coveralls script: cover -test -ignore ^t/ -report coveralls
language: perl perl: - "5.32" - "5.30" - "5.16" before_install: - cpanm -n Devel::Cover::Report::Coveralls script: cover -test -ignore ^t/ -report coveralls
Update perl versions for Travis
Update perl versions for Travis
YAML
isc
afresh1/xdeadly
871d6d7ea402dfc5c549fb6aec46cd4ade7504ad
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 script: - RAILS_ENV=test bundle exec rake --trace db:setup cucumber before_script: - psql -c 'create database railskating_test;' -U postgres
language: ruby rvm: - 2.0.0 script: - RAILS_ENV=test bundle exec rake --trace db:setup cucumber before_script: - psql -c 'create database railskating_test;' -U postgres notifications: email: false
Disable email notifications for build status.
Disable email notifications for build status.
YAML
agpl-3.0
haxney/railskating,haxney/railskating
f0e99580730bd8d452ae485a13033b2db0f8e1fb
.travis.yml
.travis.yml
language: python python: - '3.4' os: - linux install: - pip install --upgrade pip - pip install flake8 - pip install coveralls before_script: - flake8 --show-source --max-line-length=80 --statistics --builtins=_ pubkey script: - python setup.py install - python setup.py sdist - pubkey --help - pubkey --version - pubkey --debug --time 1 --key ./tests/id_rsa.pub - pubkey --debug --auto --time 1 --key ./tests/id_rsa.pub after_success: - coveralls deploy: provider: pypi user: $pypi_test_user password: $pypi_test_pass server: $pypi_test on: branch: feature-travis tags: ture deploy: provider: pypi user: $pypi_test_user password: $pypi_test_pass server: $pypi_test on: branch: deploy-test tags: true
language: python python: - '3.4' os: - linux install: - pip install --upgrade pip - pip install flake8 - pip install coveralls before_script: - flake8 --show-source --max-line-length=80 --statistics --builtins=_ pubkey script: - python setup.py install - python setup.py sdist - pubkey --help - pubkey --version - pubkey --debug --time 1 --key ./tests/id_rsa.pub - pubkey --debug --auto --time 1 --key ./tests/id_rsa.pub after_success: - coveralls deploy: provider: pypi user: $pypi_test_user password: $pypi_test_pass server: $pypi_test on: branch: feature-travis tags: ture deploy: provider: pypi user: $pypi_test_user password: $pypi_test_pass server: $pypi_test on: branch: deploy-test tags: true deploy: provider: pypi user: $pypi_user password: $pypi_pass server: $pypi on: branch: deploy tags: true
Add life PyPi deployment setup
Add life PyPi deployment setup
YAML
mit
fxstein/pubkey
5fea582c53de6cd94ae4c94c303a13848cd8d8b4
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=1.4.5 - DJANGO=1.5 install: - sudo apt-get install -y python-imaging - pip install -q Django==$DJANGO --use-mirrors - pip install -q PIL==1.1.7 --use-mirrors - pip install -q selenium==2.31 --use-mirrors - pip install -q -e . notifications: email: false before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - python setup.py test
language: python python: - "2.6" - "2.7" env: - DJANGO=1.4.5 - DJANGO=1.5 install: - pip install -q django==$DJANGO --use-mirrors - pip install -q pillow==2.0 --use-mirrors - pip install -q selenium==2.31 --use-mirrors - pip install -q -e . notifications: email: false before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - python setup.py test
Use Pillow instead of PIL for test setup on Travis CI
Use Pillow instead of PIL for test setup on Travis CI
YAML
bsd-3-clause
henriquechehad/django-image-cropping,winzard/django-image-cropping,winzard/django-image-cropping,winzard/django-image-cropping,henriquechehad/django-image-cropping,henriquechehad/django-image-cropping
ad1837be3d838142980d98db1056a8ef1858216a
.travis.yml
.travis.yml
sudo: false language: python addons: postgresql: "9.4" apt: sources: - deadsnakes packages: - python3.5 env: - TOXENV=py27-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py33-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py34-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py27-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py34-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py35-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=coverage DATABASE_USER="postgres" DATABASE_PASSWORD="" install: - pip install pip setuptools --upgrade - pip install tox - if [ "$TOXENV" = "coverage" ]; then pip install coveralls; fi before_script: - psql -c 'create extension hstore;' -U postgres -d template1 - psql -c 'create database pgallery;' -U postgres script: - export PYTHONPATH=$PYTHONPATH:`pwd` - tox after_success: - if [ "$TOXENV" = "coverage" ]; then coveralls; fi
sudo: false language: python addons: postgresql: "9.4" apt: sources: - deadsnakes packages: - python3.5 - python3.5-dev env: - TOXENV=py27-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py33-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py34-dj18 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py27-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py34-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=py35-dj19 DATABASE_USER="postgres" DATABASE_PASSWORD="" - TOXENV=coverage DATABASE_USER="postgres" DATABASE_PASSWORD="" install: - pip install pip setuptools --upgrade - pip install tox - if [ "$TOXENV" = "coverage" ]; then pip install coveralls; fi before_script: - psql -c 'create extension hstore;' -U postgres -d template1 - psql -c 'create database pgallery;' -U postgres script: - export PYTHONPATH=$PYTHONPATH:`pwd` - tox after_success: - if [ "$TOXENV" = "coverage" ]; then coveralls; fi
Install headers for Python 3.5
Install headers for Python 3.5
YAML
mit
zsiciarz/django-pgallery,zsiciarz/django-pgallery
baceb75be04d9c7e8266ead820dd099660fcbb3e
.travis.yml
.travis.yml
language: rust sudo: false addons: apt: packages: - libssl-dev rust: - nightly - beta - 1.6.0 - 1.5.0 scirpt: - cargo test
language: rust sudo: false addons: apt: packages: - libssl-dev rust: - nightly - beta - 1.8.0 - 1.7.0 scirpt: - cargo test
Use Rust 1.8.0 & 1.7.0
Use Rust 1.8.0 & 1.7.0
YAML
mit
cosmo0920/ruroonga_client
96c1cca9a29e714291523d292b35eea8a43902b4
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" - "7" cache: directories: - node_modules install: - npm install script: - npm run coveralls - npm run build
language: node_js node_js: - "6" - "7" - "8" cache: directories: - node_modules install: - npm install script: - npm run coveralls - npm run build
Drop node 4 and 5 support
Drop node 4 and 5 support
YAML
mit
prayerslayer/js.spec,prayerslayer/js.spec
676a61d66d2450b97bc8760322ad99d14ac5f8f8
.travis.yml
.travis.yml
language: c env: matrix: - COMPILER=gcc - COMPILER=clang script: - cd build - CC=${COMPILER} cmake .. -DCMAKE_BUILD_TYPE=DEBUG - make build_tests - make test before_install: - wget http://balthasar.plejeck.com/up/libcmocka_0.4.0-1_i386.deb http://balthasar.plejeck.com/up/libcmocka-dev_0.4.0-1_i386.deb - sudo dpkg --install libcmocka_0.4.0-1_i386.deb libcmocka-dev_0.4.0-1_i386.deb - sudo apt-get install -y libssl-dev libjansson-dev notifications: webhooks: - http://n.tkte.ch/h/2632/7KNPAoAbOk-otrQ8Et2cA4r_
language: c env: matrix: - COMPILER=gcc - COMPILER=clang script: - cd build - CC=${COMPILER} cmake .. -DCMAKE_BUILD_TYPE=DEBUG - make build_tests - make test before_install: - wget http://balthasar.plejeck.com/up/libcmocka_0.4.0-1_amd64.deb http://balthasar.plejeck.com/up/libcmocka-dev_0.4.0-1_amd64.deb - sudo dpkg --install libcmocka_0.4.0-1_amd64.deb libcmocka-dev_0.4.0-1_amd64.deb - sudo apt-get install -y libssl-dev libjansson-dev notifications: webhooks: - http://n.tkte.ch/h/2632/7KNPAoAbOk-otrQ8Et2cA4r_
Switch to new AMD64 debs because Travis is 64-bit
Switch to new AMD64 debs because Travis is 64-bit
YAML
bsd-3-clause
undesktop/libopkeychain
4cc82f52817a93a29ebaec74bbab73aa25cd3163
.travis.yml
.travis.yml
language: ruby install: travis_wait bundle install rvm: - 2.1.1 notifications: email: false
sudo: false language: ruby cache: bundler install: travis_wait bundle install rvm: - 2.1.1 notifications: email: false
Switch to use TravisCI containers.
Switch to use TravisCI containers.
YAML
mit
bceasydns/twofactorauth,Nitrokey/dongleauth,brierjon/twofactorauth,hilliuse/twofactorauth,Criminalllz/twofactorauth,rabotica/twofactorauth,youprofit/twofactorauth,MethodGrab/twofactorauth,Criminalllz/twofactorauth,marcryan/twofactorauth,Jawshy/twofactorauth,jdavis/twofactorauth,RichJeanes/twofactorauth,veratu/twofactorauth,brierjon/twofactorauth,cez81/twofactorauth,vaibhav430/twofactorauth,vaibhav430/twofactorauth,youprofit/twofactorauth,marcryan/twofactorauth,sevhn/twofactorauth,Criminalllz/twofactorauth,hilliuse/twofactorauth,seitsu/twofactorauth,allynf/twofactorauth,stephengroat/twofactorauth,NormandLemay/twofactorauth,Nitrokey/dongleauth,Canuteson/twofactorauth,bceasydns/twofactorauth,Canuteson/twofactorauth,runasand/twofactorauth,ilyakatz/twofactorauth,NormandLemay/twofactorauth,RichJeanes/twofactorauth,baileybasiscode/twofactorauth,ESWAT/twofactorauth,hilliuse/twofactorauth,brierjon/twofactorauth,veratu/twofactorauth,kojaxs/twofactorauth,baileybasiscode/twofactorauth,benjholla/twofactorauth,gingerbeardman/twofactorauth,vaibhav430/twofactorauth,veratu/twofactorauth,Jawshy/twofactorauth,seitsu/twofactorauth,plobbes/twofactorauth,rugk/twofactorauth,ahelpingchip/twofactorauth,mark-adams/twofactorauth,cez81/twofactorauth,gingerbeardman/twofactorauth,stephengroat/twofactorauth,baileybasiscode/twofactorauth,mark-adams/twofactorauth,gingerbeardman/twofactorauth,youprofit/twofactorauth,ahelpingchip/twofactorauth,seitsu/twofactorauth,MethodGrab/twofactorauth,bjorno/twofactorauth,kojaxs/twofactorauth,MethodGrab/twofactorauth,Nanotraktor/twofactorauth,ESWAT/twofactorauth,sevhn/twofactorauth,rabotica/twofactorauth,bceasydns/twofactorauth,vgarmash/twofactorauth,Canuteson/twofactorauth,benjholla/twofactorauth,Jawshy/twofactorauth,kojaxs/twofactorauth,bjorno/twofactorauth,jdavis/twofactorauth,Nanotraktor/twofactorauth,allynf/twofactorauth,bjorno/twofactorauth,amitmawkin/twofactorauth,RichJeanes/twofactorauth,plobbes/twofactorauth,jtamplin/twofactorauth,vgarmash/twofactorauth,Jawshy/twofactorauth,runasand/twofactorauth,sevhn/twofactorauth,marcryan/twofactorauth,rabotica/twofactorauth,amitmawkin/twofactorauth,jdavis/twofactorauth,rugk/twofactorauth,NormandLemay/twofactorauth,rj175/twofactorauth,mark-adams/twofactorauth,benjholla/twofactorauth,amitmawkin/twofactorauth,ilyakatz/twofactorauth,ESWAT/twofactorauth,jtamplin/twofactorauth,cez81/twofactorauth,jtamplin/twofactorauth,trogau/twofactorauth,ilyakatz/twofactorauth,runasand/twofactorauth,trogau/twofactorauth,trogau/twofactorauth,ahelpingchip/twofactorauth,stephengroat/twofactorauth,Nanotraktor/twofactorauth,plobbes/twofactorauth,Nitrokey/dongleauth,rugk/twofactorauth,allynf/twofactorauth,rj175/twofactorauth,vgarmash/twofactorauth,rj175/twofactorauth
2c4ae8079b8f2df40e84583f220f4cd7a7e91784
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.1 sudo: false cache: bundler: true env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 - PARALLEL_TEST_PROCESSORS=2 matrix: - TEST_SUITE=vmdb PARALLEL=true - TEST_SUITE=brakeman matrix: fast_finish: true addons: postgresql: '9.5' before_install: - source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh before_script: - bundle exec rake test:$TEST_SUITE:setup script: - bundle exec rake test:$TEST_SUITE after_failure: - source ${TRAVIS_BUILD_DIR}/tools/ci/after_failure.sh notifications: webhooks: urls: - https://webhooks.gitter.im/e/7af45001fe6b7a4039f2 on_success: change on_failure: always on_start: never
language: ruby rvm: - 2.3.1 - 2.4.2 sudo: false cache: bundler: true env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 - PARALLEL_TEST_PROCESSORS=2 matrix: - TEST_SUITE=vmdb PARALLEL=true - TEST_SUITE=brakeman matrix: allow_failures: - rvm: 2.4.2 fast_finish: true addons: postgresql: '9.5' before_install: - source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh before_script: - bundle exec rake test:$TEST_SUITE:setup script: - bundle exec rake test:$TEST_SUITE after_failure: - source ${TRAVIS_BUILD_DIR}/tools/ci/after_failure.sh notifications: webhooks: urls: - https://webhooks.gitter.im/e/7af45001fe6b7a4039f2 on_success: change on_failure: always on_start: never
Add optional development version, Ruby 2.4.2
Add optional development version, Ruby 2.4.2
YAML
apache-2.0
syncrou/manageiq,gmcculloug/manageiq,NickLaMuro/manageiq,mzazrivec/manageiq,tzumainn/manageiq,juliancheal/manageiq,jrafanie/manageiq,aufi/manageiq,durandom/manageiq,d-m-u/manageiq,durandom/manageiq,djberg96/manageiq,mresti/manageiq,borod108/manageiq,mzazrivec/manageiq,andyvesel/manageiq,gerikis/manageiq,agrare/manageiq,ManageIQ/manageiq,jvlcek/manageiq,gmcculloug/manageiq,gmcculloug/manageiq,josejulio/manageiq,branic/manageiq,tinaafitz/manageiq,branic/manageiq,yaacov/manageiq,branic/manageiq,skateman/manageiq,branic/manageiq,chessbyte/manageiq,mzazrivec/manageiq,israel-hdez/manageiq,juliancheal/manageiq,aufi/manageiq,d-m-u/manageiq,billfitzgerald0120/manageiq,skateman/manageiq,djberg96/manageiq,tzumainn/manageiq,yaacov/manageiq,kbrock/manageiq,tzumainn/manageiq,yaacov/manageiq,andyvesel/manageiq,yaacov/manageiq,durandom/manageiq,gerikis/manageiq,NickLaMuro/manageiq,pkomanek/manageiq,lpichler/manageiq,andyvesel/manageiq,jrafanie/manageiq,romanblanco/manageiq,jrafanie/manageiq,jameswnl/manageiq,djberg96/manageiq,durandom/manageiq,mkanoor/manageiq,NickLaMuro/manageiq,ailisp/manageiq,tzumainn/manageiq,kbrock/manageiq,jameswnl/manageiq,tinaafitz/manageiq,agrare/manageiq,agrare/manageiq,billfitzgerald0120/manageiq,mresti/manageiq,jrafanie/manageiq,ailisp/manageiq,israel-hdez/manageiq,jvlcek/manageiq,d-m-u/manageiq,tinaafitz/manageiq,lpichler/manageiq,mkanoor/manageiq,jntullo/manageiq,jvlcek/manageiq,pkomanek/manageiq,syncrou/manageiq,romanblanco/manageiq,mkanoor/manageiq,borod108/manageiq,romanblanco/manageiq,djberg96/manageiq,kbrock/manageiq,gerikis/manageiq,NickLaMuro/manageiq,ManageIQ/manageiq,chessbyte/manageiq,billfitzgerald0120/manageiq,gerikis/manageiq,aufi/manageiq,ManageIQ/manageiq,jameswnl/manageiq,syncrou/manageiq,chessbyte/manageiq,gmcculloug/manageiq,jntullo/manageiq,jvlcek/manageiq,pkomanek/manageiq,jameswnl/manageiq,hstastna/manageiq,hstastna/manageiq,pkomanek/manageiq,lpichler/manageiq,jntullo/manageiq,jntullo/manageiq,romanblanco/manageiq,skateman/manageiq,d-m-u/manageiq,billfitzgerald0120/manageiq,ailisp/manageiq,kbrock/manageiq,hstastna/manageiq,mresti/manageiq,tinaafitz/manageiq,skateman/manageiq,borod108/manageiq,israel-hdez/manageiq,israel-hdez/manageiq,agrare/manageiq,hstastna/manageiq,borod108/manageiq,josejulio/manageiq,josejulio/manageiq,josejulio/manageiq,syncrou/manageiq,andyvesel/manageiq,mzazrivec/manageiq,ailisp/manageiq,mkanoor/manageiq,lpichler/manageiq,juliancheal/manageiq,aufi/manageiq,chessbyte/manageiq,mresti/manageiq,ManageIQ/manageiq,juliancheal/manageiq
c289f7d6baf87cc92dd4a858fd41e40852b0b720
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 'iojs' - '0.12' - '0.10'
sudo: false language: node_js node_js: - '5' - '4' - '0.12' - '0.10'
Test on v4 and v5
Test on v4 and v5
YAML
mit
gillstrom/object-random
8b741226ebd2b8e7a9060a295a4697ee1bdb1015
.travis.yml
.travis.yml
language: ruby script: "TESTOPTS=-v rake test" jdk: - oraclejdk7 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - rbx - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: jruby-19mode - rvm: rbx
language: ruby script: "TESTOPTS=-v rake test" jdk: - oraclejdk7 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - rbx - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: jruby-19mode - rvm: rbx
Test against Ruby 2.1.1 on Travis
Test against Ruby 2.1.1 on Travis
YAML
bsd-3-clause
tuvistavie/puma,ngpestelos/puma,puma/puma,arturocadena/puma,respire/puma,prathamesh-sonpatki/puma,nathansamson/puma,snow/puma,matthewd/puma,kyledrake/puma,prathamesh-sonpatki/puma,nathansamson/puma,respire/puma,ngpestelos/puma,zapnap/puma,nathansamson/puma,jbmyid/puma,prathamesh-sonpatki/puma,matthewd/puma,tuvistavie/puma,BenV/puma,kyledrake/puma,BenV/puma,BenV/puma,wallclockbuilder/puma,puma/puma,costi/puma,matthewd/puma,matthewd/puma,zBMNForks/puma,arturocadena/puma,jc00ke/puma,BenV/puma,tuvistavie/puma,respire/puma,kyledrake/puma,zBMNForks/puma,wallclockbuilder/puma,puma/puma,snow/puma,jc00ke/puma,zBMNForks/puma,eileencodes/puma,nathansamson/puma,jc00ke/puma,ngpestelos/puma,looker/puma,zapnap/puma,costi/puma,respire/puma,costi/puma,prathamesh-sonpatki/puma,kyledrake/puma,arturocadena/puma,eileencodes/puma,jbmyid/puma,tuvistavie/puma,puma/puma,unleashed/puma,unleashed/puma,looker/puma,eileencodes/puma,snow/puma,snow/puma,eileencodes/puma,costi/puma,jbmyid/puma,unleashed/puma,zBMNForks/puma,looker/puma,jc00ke/puma,unleashed/puma,zapnap/puma,ngpestelos/puma,looker/puma,wallclockbuilder/puma,zapnap/puma,wallclockbuilder/puma,jbmyid/puma,arturocadena/puma
4fcc0f6b90dfa518813ef642b47e6c40fd03ca49
.travis.yml
.travis.yml
language: python python: - "2.7" env: - PGVERSION=9.5 sudo: required cache: pip install: ./bin/travis-install-dependencies script: ./bin/travis-run-tests
language: python python: - "2.7" env: - PGVERSION=9.5 sudo: required cache: pip before_install: - chmod +x ./bin/travis-install-dependencies - chmod +x ./bin/travis-run-tests install: ./bin/travis-install-dependencies script: ./bin/travis-run-tests
Add permissions to execute Travis scripts
Add permissions to execute Travis scripts
YAML
agpl-3.0
ViderumGlobal/ckanext-requestdata,ViderumGlobal/ckanext-requestdata,ViderumGlobal/ckanext-requestdata,ViderumGlobal/ckanext-requestdata
b97d095dba30dda55ee7f053e7f5bb4eaa8b48bb
.travis.yml
.travis.yml
sudo: false language: python env: - DJANGO_VERSION="Django>=1.8,<1.9" - DJANGO_VERSION="Django>=1.9,<1.10" - DJANGO_VERSION="Django>=1.10,<2.0" - DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz' python: - "2.7" - "3.4" - "3.5" before_script: - pip install coverage coveralls flake8 - pip install -q "$DJANGO_VERSION" script: - python manage.py migrate - flake8 manage.py setup.py smart_selects test_app - coverage run manage.py test after_script: - coveralls matrix: allow_failures: - env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
sudo: false language: python env: - DJANGO_VERSION="Django>=1.8,<1.9" - DJANGO_VERSION="Django>=1.9,<1.10" - DJANGO_VERSION="Django>=1.10,<1.11" - DJANGO_VERSION="Django>=1.11,<2.0" - DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz' python: - "2.7" - "3.4" - "3.5" - "3.6" matrix: exclude: - python: "3.6" env: DJANGO_VERSION="Django>=1.8,<1.9" - python: "3.6" env: DJANGO_VERSION="Django>=1.9,<1.10" - python: "3.6" env: DJANGO_VERSION="Django>=1.10,<1.11" - python: "2.7" env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz' - python: "3.4" env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz' allow_failures: - env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz' before_script: - pip install coverage coveralls flake8 - pip install "$DJANGO_VERSION" script: - python manage.py migrate - flake8 manage.py setup.py smart_selects test_app - coverage run manage.py test after_script: - coveralls
Test Django 1.11 and master, and Python 3.6, and loudly install Django
Test Django 1.11 and master, and Python 3.6, and loudly install Django
YAML
bsd-3-clause
savoirfairelinux/django-smart-selects,digi604/django-smart-selects,digi604/django-smart-selects,savoirfairelinux/django-smart-selects
bda9aa7b4fdf78642cce3af76a82774d12a90ace
.travis.yml
.travis.yml
sudo: required language: c services: - docker before_install: - make script: - after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push atgreen/lisp-10-centos7; fi - echo All done.
sudo: required language: c services: - docker before_install: - make script: - after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push atgreen/lisp-10-centos7; fi - echo All done.
Remove -e option to docker
Remove -e option to docker
YAML
apache-2.0
atgreen/sti-lisp
0933b98f531d1c98361f073f813ebcc19b21dbf7
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "4" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
language: node_js node_js: - "5" - "4" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_script: - npm run lint
Add linting to Travis CI
Add linting to Travis CI
YAML
mit
ritterim/angular2-bank,ritterim/angular2-bank,ritterim/angular2-bank
1d7e16d625551caeacdf4d8b44069065b985c828
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm script: - ./build/tools/phpunit.phar --configuration ./build/travis-ci.xml - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi notifications: email: false
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm sudo: false script: - ./build/tools/phpunit.phar --configuration ./build/travis-ci.xml - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi notifications: email: false
Use new Travis CI infrastructure
Use new Travis CI infrastructure
YAML
bsd-3-clause
stefen/money,ojengwa/money,tungus28/money,cenxun/money,boekkooi/money
01fd2eda342fb9935ef7076720725967bf647f42
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - hhvm before_script: - composer install script: - vendor/bin/phpunit --verbose --coverage-text --coverage-clover=clover.xml --colors after_script: - sh .travis.coverage.sh matrix: allow_failures: - php: hhvm
language: php php: - 7.1 - 7.2 - 7.3 before_script: - composer install script: - vendor/bin/phpunit --verbose --coverage-text --coverage-clover=clover.xml --colors after_script: - sh .travis.coverage.sh
Remove HHVM from the Travis-CI matrix, do not add modern PHP versions to 2.x
Remove HHVM from the Travis-CI matrix, do not add modern PHP versions to 2.x
YAML
mit
goaop/parser-reflection,goaop/parser-reflection
ba4b3a55f8de26c5542feb9649bdf1b2ca0f3f3a
.travis.yml
.travis.yml
language: java os : osx before_install: - brew update - brew install thrift
language: java os : osx before_install: - brew update - brew install thrift - brew install gradle
Add in gradle to osx
Add in gradle to osx
YAML
apache-2.0
is00hcw/aerosolve,mathkann/aerosolve,airbnb/aerosolve,ralic/aerosolve,TDDFT/aerosolve,TDDFT/aerosolve,airbnb/aerosolve,ralic/aerosolve,zcqqq/aerosolve,npujowidianto/aerosolve,zcqqq/aerosolve,mathkann/aerosolve,is00hcw/aerosolve,npujowidianto/aerosolve
c86d43c4f81ab040b91271bad9a3953100ffe219
.travis.yml
.travis.yml
sudo: false language: go matrix: include: - go: 1.7 os: linux - go: 1.7 os: osx - go: tip os: linux - go: tip os: osx fast_finish: true allow_failures: - go: tip install: - cd cli && godep restore -v script: - ./bin/test-go-fmt.sh
sudo: false language: go matrix: include: - go: 1.7 os: linux - go: 1.7 os: osx - go: tip os: linux - go: tip os: osx fast_finish: true allow_failures: - go: tip before_install: cd cli script: - ../bin/test-go-fmt.sh
Remove custom install to trigger default godep.
Remove custom install to trigger default godep.
YAML
mit
phase2/rig,phase2/rig