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
03c03d7e169954185b008253f8bf2f9068198ca3
.travis.yml
.travis.yml
--- language: ruby dist: trusty sudo: true before_install: - rvm get head - gem install bundler - export CXX="g++-4.8" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 rvm: - 2.2.4 - 2.3.1 - ruby-head - rbx-2 - jruby-9.1.0.0 - jruby-head sudo: false matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-2 notifications: recipients: - [email protected] slack: sinatrarb:LQGhUfGYcqRgRzwKea0bqUhY
--- language: ruby dist: trusty sudo: true before_install: - rvm get head - gem install bundler - export CXX="g++-4.8" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 rvm: - 2.2.4 - 2.3.1 - ruby-head - rbx - jruby-9.1.0.0 - jruby-head sudo: false matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx notifications: recipients: - [email protected] slack: sinatrarb:LQGhUfGYcqRgRzwKea0bqUhY
Enable Rubinius 3.x on Travis
Enable Rubinius 3.x on Travis Due to issues with RVM, only 'rbx' (semi) reliably works on Travis. This will run the most recent Rubinius 3.x release, which is the only supported release.
YAML
mit
mwpastore/sinatra,JonMidhir/sinatra,jkowens/sinatra,sinatra/sinatra,mwpastore/sinatra,jkowens/sinatra,JonMidhir/sinatra,jkowens/sinatra,ryanshaw/sinatra,JonMidhir/sinatra,ryanshaw/sinatra,sinatra/sinatra,burningTyger/sinatra,mwpastore/sinatra,burningTyger/sinatra,burningTyger/sinatra
dde2988e841038ef82c547a956d9d7834114fe92
.travis.yml
.travis.yml
language: android sudo: false android: components: - build-tools-25.0.2 - android-25 - extra-android-support - extra-android-m2repository licenses: - 'android-sdk-license-.+' - '.*intel.+' before_install: - chmod +x gradlew install: - ./gradlew script: - ./gradlew :library:build - ./gradlew :sample:build
language: android sudo: false jdk: - oraclejdk8 android: components: - build-tools-25.0.2 - android-25 - extra-android-support - extra-android-m2repository licenses: - 'android-sdk-license-.+' - '.*intel.+' before_install: - chmod +x gradlew install: - ./gradlew script: - ./gradlew :library:build - ./gradlew :sample:build
Add in jdk 8 to fix build
Add in jdk 8 to fix build
YAML
apache-2.0
anthonycr/Grant
09678c2d4a884ed4fd69744072d5daf42e5fd04c
.travis.yml
.travis.yml
language: ruby install: script/bootstrap script: script/test rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - jruby-18mode - jruby-19mode - jruby-head matrix: allow_failures: # "A fatal error has been detected by the Java Runtime Environment: # Internal Error (sharedRuntime.cpp:843)" - rvm: jruby-18mode - rvm: jruby-19mode - rvm: jruby-head # random crashes fast_finish: true env: matrix: - HURLEY_SSL=no - HURLEY_SSL=yes - HURLEY_SSL=no HURLEY_ADDRESSABLE=1 - HURLEY_SSL=yes HURLEY_ADDRESSABLE=1
sudo: false language: ruby install: script/bootstrap script: script/test rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - jruby-18mode - jruby-19mode - jruby-head matrix: allow_failures: # "A fatal error has been detected by the Java Runtime Environment: # Internal Error (sharedRuntime.cpp:843)" - rvm: jruby-18mode - rvm: jruby-19mode - rvm: jruby-head # random crashes fast_finish: true env: matrix: - HURLEY_SSL=no - HURLEY_SSL=yes - HURLEY_SSL=no HURLEY_ADDRESSABLE=1 - HURLEY_SSL=yes HURLEY_ADDRESSABLE=1
Use faster, container-based Travis enviroment
Use faster, container-based Travis enviroment See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
YAML
mit
lostisland/hurley,lostisland/hurley,tater/propitious-woof,tater/propitious-woof,kkirsche/hurley,blowmage/hurley,blowmage/hurley,kkirsche/hurley
ff85c8eb2daa9ba8c340e5f9018b6b3982c81fd1
.travis.yml
.travis.yml
language: cpp compiler: gcc dist: trusty node_js: "5" before_install: - sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y - sudo apt-get update -qq - sudo apt-get install -y gcc-arm-embedded - sudo apt-get install -y cmake cmake-data - cmake --version - node --version install: - npm install - gulp setup script: gulp build:firmware && gulp test
language: cpp compiler: gcc dist: trusty node_js: "5" before_install: - sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y - sudo apt-get update -qq - sudo apt-get install -y gcc-arm-embedded # From https://github.com/boostorg/hana/blob/master/.travis.yml - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" - mkdir ${DEPS_DIR} - cd ${DEPS_DIR} - CMAKE_URL="https://cmake.org/files/v3.6/cmake-3.6.0-Linux-x86_64.tar.gz" - mkdir cmake - travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake - export PATH=${DEPS_DIR}/cmake/bin:${PATH} - cd ${TRAVIS_BUILD_DIR} - cmake --version - node --version install: - npm install - gulp setup script: gulp build:firmware && gulp test
Install a more recent version of CMake.
Install a more recent version of CMake.
YAML
mit
charleskorn/weather-thingy-particle,charleskorn/weather-thingy-particle,charleskorn/weather-thingy-particle
fe74debe7f869734c6afe0c7897ddabe858ffaff
.travis.yml
.travis.yml
language: node_js node_js: - 6 # NodeJS v4+ requires gcc 4.8 # https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements env: - NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8" services: - mongodb sudo: false # gcc 4.8 requires ubuntu-toolchain-r-test addons: apt: sources: - ubuntu-toolchain-r-test - mongodb-upstart - mongodb-3.2-precise packages: - g++-4.8 - gcc-4.8 - clang - graphicsmagick - mongodb-org-server - mongodb-org-shell before_install: - gem update --system - npm i nsp -g - npm i snyk -g before_script: - mongo --version - mongod --version - snyk test after_script: - nsp check notifications: slack: secure: XRMYG9Hf+bJjMSHHXN0XeGT4ZhSP+oCHBUWmjBwxO0p+VORBOEZvlh/2OvxingFuzLGOXFeOPr1g91G+OgiCGR6GxaDpf680lEjk8ESTJ4oECv0aO2NQEZWYR4peiLRtBmJZTCSsKXDY21nrDHiKOaMQyPJqbzkIrTBMnK/YJpg=
language: node_js node_js: - 6 # NodeJS v4+ requires gcc 4.8 # https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements env: - NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8" services: - mongodb sudo: false # gcc 4.8 requires ubuntu-toolchain-r-test addons: apt: sources: - ubuntu-toolchain-r-test - mongodb-upstart - mongodb-3.2-precise packages: - g++-4.8 - gcc-4.8 - clang - graphicsmagick - mongodb-org-server - mongodb-org-shell before_install: - gem update --system - npm i nsp -g before_script: - mongo --version - mongod --version after_script: - nsp check notifications: slack: secure: XRMYG9Hf+bJjMSHHXN0XeGT4ZhSP+oCHBUWmjBwxO0p+VORBOEZvlh/2OvxingFuzLGOXFeOPr1g91G+OgiCGR6GxaDpf680lEjk8ESTJ4oECv0aO2NQEZWYR4peiLRtBmJZTCSsKXDY21nrDHiKOaMQyPJqbzkIrTBMnK/YJpg=
Remove Snyk from Travis CI
Remove Snyk from Travis CI This was supposed to fail only when PR is trying to introduce new vulnerable packages, but it fails on every commit regardless.
YAML
agpl-3.0
mleanos/trustroots,mleanos/trustroots,Trustroots/trustroots,mleanos/trustroots,mleanos/trustroots,Trustroots/trustroots,Trustroots/trustroots,mleanos/trustroots,Trustroots/trustroots
1baf0696d23c8942ef175496bf38e2ccb8281c2c
.travis.yml
.travis.yml
language: jruby rvm: - 1.7.16.1 script: - bundle exec rake db:migrate RAILS_ENV=test - bundle exec rspec -fd before_script: - cp config/database.travis.yml config/database.yml - cp config/shards.travis.yml config/shards.yml - cp config/secrets.travis.yml config/secrets.yml #branches: # only: # - master
language: jruby rvm: - 1.7.16.1 script: - bundle exec rake db:drop db:create db:migrate RAILS_ENV=test - bundle exec rspec -fd before_script: - cp config/database.travis.yml config/database.yml - cp config/shards.travis.yml config/shards.yml - cp config/secrets.travis.yml config/secrets.yml #branches: # only: # - master
Make sure SQLite3 creates grossman/services databases for testing.
Make sure SQLite3 creates grossman/services databases for testing.
YAML
apache-2.0
westernmilling/gman-services,westernmilling/gman-services,westernmilling/gman-services
86d9f5dda080caeda6dc17420d683dceac5d9a13
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.11"
language: node_js node_js: - "0.10" - "0.11"
Test against Node .10 and .11 only
Test against Node .10 and .11 only
YAML
mit
svileng/conveyor-belt
1d6f893698ac777dc317cc0d566510b999ffd7b6
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.11" script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" matrix: fast_finish: true allow_failures: - node_js: '4' - node_js: '6' - node_js: '8' script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Test up to Nodejs 8 with Travis
[WIP] Test up to Nodejs 8 with Travis Just adding more Node versions to TarvisCI, but allowing failures with some versions for now.
YAML
mit
expressjs/express-paginate
034f4e901b9993e814225becc8d7c2f7314b6a93
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 env: - CAKE_VERSION=master - CAKE_VERSION=2.3 before_script: - sh -c "mysql -e 'CREATE DATABASE cakephp_test;'" - git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION - cp -R ../asset_compress plugins/AssetCompress - chmod -R 777 ../cakephp/app/tmp - set +H - echo "<?php class DATABASE_CONFIG { public \$test = array( 'datasource' => 'Database/Mysql', 'database' => 'cakephp_test', 'host' => '0.0.0.0', 'login' => 'travis' 'host' => '', 'persistent' => false, ); }" > ../cakephp/app/Config/database.php script: - ./lib/Cake/Console/cake test AssetCompress AllTests --stderr notifications: email: false
language: php php: - 5.3 env: - CAKE_VERSION=master - CAKE_VERSION=2.3 before_script: - sh -c "mysql -e 'CREATE DATABASE cakephp_test;'" - git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION - cp -R ../asset_compress plugins/AssetCompress - chmod -R 777 ../cakephp/app/tmp - set +H - echo "<?php class DATABASE_CONFIG { public \$test = array( 'datasource' => 'Database/Mysql', 'database' => 'cakephp_test', 'host' => '0.0.0.0', 'login' => 'travis' 'host' => '', 'persistent' => false, ); }" > ../cakephp/app/Config/database.php script: - ./lib/Cake/Console/cake test AssetCompress AllTests --stderr notifications: email: false
Exclude 5.4 as it whines about E_STRICT
Exclude 5.4 as it whines about E_STRICT Its impossible to maintain E_STRICT with 2.2 and 2.3 as they have slightly different definitions for routing filters.
YAML
mit
markstory/asset_compress,markstory/mini-asset,markstory/asset_compress,markstory/asset_compress,markstory/mini-asset
ad15e4a4da1b04745fe85c664e2eb2cc4ad88da3
.travis.yml
.travis.yml
env: global: - CC_TEST_REPORTER_ID=abf0a371ff8851f13b563671914b195bb46f0997f0f93142e666d9acad08e22f language: ruby rvm: - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 before_install: - gem update bundler install: - bundle install --jobs=3 --retry=3 - gem install rubocop before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - rubocop - bundle exec rake after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
env: global: - CC_TEST_REPORTER_ID=abf0a371ff8851f13b563671914b195bb46f0997f0f93142e666d9acad08e22f language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 before_install: - gem update bundler install: - bundle install --jobs=3 --retry=3 - gem install rubocop before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - rubocop - bundle exec rake after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Remove Ruby v2.2 from Travis CI matrix
Remove Ruby v2.2 from Travis CI matrix
YAML
mit
abrom/rocketchat-ruby
af5041adcf53c3ee9234852002e30d4c27978b18
.travis.yml
.travis.yml
language: ruby branches: only: - master rvm: - 1.9.3 - "2.0" - "2.1" - ruby-head gemfile: - gemfiles/rails30.gemfile - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile - gemfiles/rails40.gemfile - gemfiles/rails41.gemfile env: global: secure: | # CODECLIMATE_REPO_TOKEN TvVATBVNhppiCRYfAAzmIfppeftAl6NchlJlPdNJGkeyoplftnr6GPFJHO1u Yj0nznR+8OsKU6Kv7u8n+S9c3PRIBY9pw13GEWqrB9Pa5U9QK3h1xGA/ioKn eb74qe+vux/blTpZ1/mHrIKGBX03RaW8fdvePeSXik3u5uKZzVg= matrix: - DB=mysql - DB=postgresql matrix: allow_failures: - rvm: ruby-head before_script: - cp spec/db/database.yml{.example,} - mysql -e 'create database acts_as_geocodable_test;' - createdb acts_as_geocodable_test -U postgres notifications: webhooks: urls: - http://buildlight.collectiveidea.com/ on_start: always
language: ruby branches: only: - master rvm: - 2.1 - 2.2.4 - 2.3.0 - ruby-head gemfile: - gemfiles/rails30.gemfile - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile - gemfiles/rails40.gemfile - gemfiles/rails41.gemfile env: global: secure: | # CODECLIMATE_REPO_TOKEN TvVATBVNhppiCRYfAAzmIfppeftAl6NchlJlPdNJGkeyoplftnr6GPFJHO1u Yj0nznR+8OsKU6Kv7u8n+S9c3PRIBY9pw13GEWqrB9Pa5U9QK3h1xGA/ioKn eb74qe+vux/blTpZ1/mHrIKGBX03RaW8fdvePeSXik3u5uKZzVg= matrix: - DB=mysql - DB=postgresql matrix: allow_failures: - rvm: ruby-head before_script: - cp spec/db/database.yml{.example,} - mysql -e 'create database acts_as_geocodable_test;' - createdb acts_as_geocodable_test -U postgres notifications: webhooks: urls: - http://buildlight.collectiveidea.com/ on_start: always
Change Ruby versions on Travis Only test supported Rubies.
Change Ruby versions on Travis Only test supported Rubies.
YAML
mit
collectiveidea/acts_as_geocodable
648ddb792205606bf5d2a793fe00c0f57ee8fcd2
.travis.yml
.travis.yml
language: node_js sudo: required dist: trusty before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install node_js: stable addons: firefox: latest apt: sources: - google-chrome packages: - google-chrome-stable script: - xvfb-run wct --skip-plugin sauce - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
language: node_js sudo: required dist: trusty before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install - "if [ -v JUICY_TATTOO_DEPENDENCY ]; then bower uninstall ${JUICY_TATTOO_DEPENDENCY} ${JUICY_TATTOO_DEPENDENCY_SLUG} --save; bower install ${JUICY_TATTOO_DEPENDENCY_SLUG}#${JUICY_TATTOO_DEPENDENCY_COMMIT}; fi" node_js: stable addons: firefox: latest apt: sources: - google-chrome packages: - google-chrome-stable script: - xvfb-run wct --skip-plugin sauce - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
Install specific dependency version if given by tattoo
Install specific dependency version if given by tattoo
YAML
mit
Juicy/imported-template,Juicy/imported-template
880391c19ddfa11c06ba82c00352e16daf793373
.travis.yml
.travis.yml
language: objective-c before_script: - brew update - brew upgrade xctool || true - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - cd $TRAVIS_BUILD_DIR/Tests/OMPromisesTests && pod install script: cd $TRAVIS_BUILD_DIR/Tests/OMPromisesTests && ./run_tests.sh
language: objective-c osx_image: xcode7.2 before_script: - brew update - brew upgrade xctool || true - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - cd $TRAVIS_BUILD_DIR/Tests/OMPromisesTests && pod install script: cd $TRAVIS_BUILD_DIR/Tests/OMPromisesTests && ./run_tests.sh
Use XCode 7.2 to build on Travis CI
Use XCode 7.2 to build on Travis CI
YAML
mit
guvera-labs/OMPromises,b52/OMPromises
d34843401ceffa0435780f2027d49ddb0c75bc18
etc/wildcard-certificate.yml
etc/wildcard-certificate.yml
# stacks/certificate.yml AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcard ACM certificate for the some PRX operated domains Resources: Certificate: Type: AWS::CertificateManager::Certificate Properties: DomainName: "*.prx.tech" DomainValidationOptions: - ValidationDomain: prx.tech DomainName: "*.prx.tech" SubjectAlternativeNames: - "*.prx.org" - "*.prxu.org" - "*.staging.prxu.org" - "*.prx.tech" - "*.staging.prx.tech" Tags: - Key: Project Value: Misc - Key: Name Value: Utility Wildcard - Key: "prx:cloudformation:stack-name" Value: !Ref AWS::StackName - Key: "prx:cloudformation:stack-id" Value: !Ref AWS::StackId Outputs: CertificateArn: Description: The ARN for the wildcard certificate Value: !Ref Certificate
# stacks/certificate.yml AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcard ACM certificate for the some PRX operated domains Resources: Certificate: Type: AWS::CertificateManager::Certificate Properties: DomainName: "*.prx.tech" DomainValidationOptions: - ValidationDomain: prx.tech DomainName: "*.prx.tech" SubjectAlternativeNames: - "*.prx.org" - "*.prxu.org" - "*.staging.prxu.org" - "*.prx.tech" - "*.staging.prx.tech" Tags: - Key: Project Value: Misc - Key: Name Value: Utility Wildcard - Key: "prx:cloudformation:stack-name" Value: !Ref AWS::StackName - Key: "prx:cloudformation:stack-id" Value: !Ref AWS::StackId ValidationMethod: DNS Outputs: CertificateArn: Description: The ARN for the wildcard certificate Value: !Ref Certificate
Use DNS validation for wildcard certificate
Use DNS validation for wildcard certificate
YAML
mit
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
eb7bac3e2f7c1264f4da01d248bcf6a56ea1c654
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '11' - '10' - '9' - '8' - '7' - '6' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
sudo: false language: node_js node_js: - '10' - '9' - '8' - '7' - '6' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Remove Node.js nightly version 11 which is not available on Travis CI.
Remove Node.js nightly version 11 which is not available on Travis CI.
YAML
mit
igorshubovych/markdownlint-cli
2af0aa721103ec48413c6f332895630934c55849
.travis.yml
.travis.yml
sudo: false rvm: - 2.5.1 language: ruby cache: bundler before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
sudo: false rvm: - 2.5.1 language: ruby cache: bundler addons: firefox: 54.0 before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - wget https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz - mkdir geckodriver - tar -xzf geckodriver-v0.18.0-linux64.tar.gz -C geckodriver - export PATH=$PATH:$PWD/geckodriver
Install Geckodriver and Firefox in Travis CI.
Install Geckodriver and Firefox in Travis CI.
YAML
mit
ruby-grape/grape-on-rack,dblock/grape-on-rack,ruby-grape/grape-on-rack,dblock/grape-on-rack,ruby-grape/grape-on-rack,dblock/grape-on-rack
fd69b59f516953932dcb20e698ad50de8791099f
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm-nightly matrix: allow_failures: - php: hhvm-nightly before_script: - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;' - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ] && [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install script: - phpunit -c phpunit.xml --coverage-text notifications: email: - [email protected]
language: php env: global: - SYMFONY_VERSION="3.4.*" - COMPOSER_FLAGS="--prefer-stable" matrix: include: - php: 5.5 - php: 5.5 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" - php: 5.6 - php: 7.0 - php: 7.1 env: SYMFONY_VERSION="4.1.*" - php: 7.2 env: SYMFONY_VERSION="4.2.*@dev" - php: 7.3 env: SYMFONY_VERSION="4.1.*" - php: nightly allow_failures: # Allow failures on next Symfony minor, should always be tested on newest stable PHP branch - php: 7.2 env: SYMFONY_VERSION="4.2.*@dev" - php: nightly before_script: - composer self-update - composer require --no-update symfony/symfony:${SYMFONY_VERSION} - composer update $COMPOSER_FLAGS script: - vendor/bin/phpunit -c phpunit.xml --coverage-text
Test matrix covering the baseline supported environments
Test matrix covering the baseline supported environments
YAML
mit
GeniusesOfSymfony/PubSubRouterBundle
09bdc9db5d289a31ea8d53186935a094dca11db7
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 test: post: - ./gradlew jacocoTestReport - bash <(curl -s https://codecov.io/bash)
language: java jdk: - oraclejdk8 script: - ./gradlew check jacocoTestReport after_success: - bash <(curl -s https://codecov.io/bash)
Fix Travis configuration for codecov.io
Fix Travis configuration for codecov.io
YAML
mit
thejohnfreeman/lazy
b96095022f147f8ab3578350a3db49dde5239f1a
.travis.yml
.travis.yml
cache: directories: - /usr/local/lib/python2.7/dist-packages - /home/travis/virtualenv before_install: - mysql -uroot -Dmysql -e 'UPDATE user SET password=PASSWORD("root") WHERE user="root"; FLUSH PRIVILEGES;' install: - sudo -H pip install flake8 - sudo -H ./setup.sh script: - flake8 . - INBOX_ENV=test py.test tests -m "not networkrequired"
cache: directories: - /usr/local/lib/python2.7/dist-packages - /home/travis/virtualenv before_install: - mysql -uroot -Dmysql -e 'UPDATE user SET password=PASSWORD("root") WHERE user="root"; FLUSH PRIVILEGES;' install: - sudo -H pip install flake8 - sudo -H ./setup.sh script: - flake8 --select=F inbox - pylint -d all -e w0631 inbox - INBOX_ENV=test py.test tests -m "not networkrequired"
Unify Travis lint configuration with Jenkins
Unify Travis lint configuration with Jenkins
YAML
agpl-3.0
jobscore/sync-engine,nylas/sync-engine,jobscore/sync-engine,jobscore/sync-engine,nylas/sync-engine,nylas/sync-engine,closeio/nylas,closeio/nylas,closeio/nylas,nylas/sync-engine,jobscore/sync-engine,closeio/nylas
21c240f162e5eb3ea636f67b5b4161d811b839b9
.travis.yml
.travis.yml
language: go go: - 1.8 install: - mkdir -p $HOME/gopath/src/k8s.io - mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kube-state-metrics script: - make test-unit - make
language: go go: - 1.8 install: - mkdir -p $HOME/gopath/src/k8s.io - mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kube-state-metrics jobs: include: - stage: Unit Test script: make test-unit - stage: Build script: make
Split the UT and Build in different Stages
Split the UT and Build in different Stages
YAML
apache-2.0
kubernetes/kube-state-metrics,kubernetes/kube-state-metrics
5efbcf1f5a19e681920d91ccd13536c4de940961
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install -r chassis/development.txt script: - cd chassis - nosetests
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install -r chassis/development.txt script: - cd chassis - nosetests
Test python 2.6 on Travis-CI
Test python 2.6 on Travis-CI
YAML
mit
refinery29/chassis,refinery29/chassis
0dce62995d89fd63dd32e7dd3319ebd01bb793c8
.travis.yml
.travis.yml
language: objective-c before_install: - brew update - brew install xctool script: xctool -workspace IYLoginItem.xcworkspace -scheme IYLoginItem clean test
language: objective-c script: xcodebuild -workspace IYLoginItem.xcworkspace -scheme IYLoginItem clean test
Use xcodebuild instead of xctool.
Use xcodebuild instead of xctool.
YAML
mit
ianyh/IYLoginItem
8959e680faee509e30356edfafad710214ca73b1
.travis.yml
.travis.yml
sudo: true os: - osx - linux compiler: - gcc - clang install: - .travis/install_openssl.sh `pwd`/libcrypto-build `pwd`/libcrypto-root $TRAVIS_OS_NAME > /dev/null # Install python linked with our compiled Openssl for integration tests - .travis/install_python.sh `pwd`/libcrypto-root > /dev/null # Install prlimit to set the memlock limit to unlimited for this process - (test "$TRAVIS_OS_NAME" = "linux" && sudo .travis/install_prlimit.sh $PWD/.travis > /dev/null && sudo .travis/prlimit --pid "$$" --memlock=unlimited:unlimited) || true script: - make - make integration
sudo: true os: - osx - linux compiler: - gcc - clang install: - .travis/install_openssl.sh `pwd`/libcrypto-build `pwd`/libcrypto-root $TRAVIS_OS_NAME > /dev/null # Install python linked with our compiled Openssl for integration tests - .travis/install_python.sh `pwd`/libcrypto-root > /dev/null # Install prlimit to set the memlock limit to unlimited for this process - (test "$TRAVIS_OS_NAME" = "linux" && sudo .travis/install_prlimit.sh $PWD/.travis > /dev/null && sudo .travis/prlimit --pid "$$" --memlock=unlimited:unlimited) || true script: - make -j8 - make integration
Use parallel make jobs for Travis unit tests
Use parallel make jobs for Travis unit tests Saves a couple minutes for total build run compared to most recent runs in my history.
YAML
apache-2.0
gibson-compsci/s2n,bpdavidson/s2n,wcs1only/s2n,raycoll/s2n,awslabs/s2n,gibson-compsci/s2n,gibson-compsci/s2n,PKRoma/s2n,gibson-compsci/s2n,awslabs/s2n,bpdavidson/s2n,raycoll/s2n,awslabs/s2n,colmmacc/s2n,alexeblee/s2n,colmmacc/s2n,bpdavidson/s2n,wcs1only/s2n,PKRoma/s2n,colmmacc/s2n,alexeblee/s2n,raycoll/s2n,wcs1only/s2n,jldodds/s2n,colmmacc/s2n,awslabs/s2n,gibson-compsci/s2n,bpdavidson/s2n,jldodds/s2n,bpdavidson/s2n,wcs1only/s2n,alexeblee/s2n,alexeblee/s2n,PKRoma/s2n,colmmacc/s2n,alexeblee/s2n,PKRoma/s2n,wcs1only/s2n,colmmacc/s2n,PKRoma/s2n,PKRoma/s2n,alexeblee/s2n,wcs1only/s2n,wcs1only/s2n,awslabs/s2n,PKRoma/s2n,awslabs/s2n,jldodds/s2n,raycoll/s2n,raycoll/s2n,jldodds/s2n,bpdavidson/s2n,jldodds/s2n,raycoll/s2n,gibson-compsci/s2n,PKRoma/s2n,wcs1only/s2n
73ebcf10d68322162ad09374e1ff4d9652e318df
.travis.yml
.travis.yml
language: python python: - "3.5" install: - pip install . - pip install -r requirements.txt script: - "nosetests -v 2 httpobs/tests -e insert_test_result -e scored_test -e select_test_results --with-coverage --cover-package=httpobs" - "flake8 --config .flake8 httpobs"
language: python python: - "3.5" install: - pip install . - pip install -r requirements.txt script: - "nosetests httpobs/tests -e insert_test_result -e scored_test -e select_test_results -e test_retrieve --with-coverage --cover-package=httpobs" - "flake8 --config .flake8 httpobs"
Exclude networked retrieval tests on Travis CI
Exclude networked retrieval tests on Travis CI
YAML
mpl-2.0
mozilla/http-observatory,april/http-observatory,mozilla/http-observatory,april/http-observatory,april/http-observatory,mozilla/http-observatory
0fc2264f85c2bc4f7968a1f09e16788b657f42ce
.travis.yml
.travis.yml
language: node_js node_js: - "iojs-v1.6" - "iojs-v1.5" - "iojs-v1.4" - "iojs-v1.3" - "iojs-v1.2" - "iojs-v1.1" - "iojs-v1.0" - "0.12" - "0.11" - "0.10" - "0.9" - "0.8" - "0.6" - "0.4" before_install: - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g [email protected]' matrix: fast_finish: true allow_failures: - node_js: "iojs-v1.4" - node_js: "iojs-v1.3" - node_js: "iojs-v1.2" - node_js: "iojs-v1.1" - node_js: "iojs-v1.0" - node_js: "0.11" - node_js: "0.9" - node_js: "0.8" - node_js: "0.6" - node_js: "0.4" sudo: false
language: node_js node_js: - "iojs-v2.1" - "iojs-v2.0" - "iojs-v1.8" - "iojs-v1.7" - "iojs-v1.6" - "iojs-v1.5" - "iojs-v1.4" - "iojs-v1.3" - "iojs-v1.2" - "iojs-v1.1" - "iojs-v1.0" - "0.12" - "0.11" - "0.10" - "0.9" - "0.8" - "0.6" - "0.4" before_install: - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g [email protected]' matrix: fast_finish: true allow_failures: - node_js: "iojs-v2.0" - node_js: "iojs-v1.7" - node_js: "iojs-v1.6" - node_js: "iojs-v1.5" - node_js: "iojs-v1.4" - node_js: "iojs-v1.3" - node_js: "iojs-v1.2" - node_js: "iojs-v1.1" - node_js: "iojs-v1.0" - node_js: "0.11" - node_js: "0.9" - node_js: "0.8" - node_js: "0.6" - node_js: "0.4" sudo: false
Test up to `io.js` `v2.1`
Test up to `io.js` `v2.1`
YAML
mit
ljharb/is-nan,es-shims/is-nan
ceedb53a00260fc25a76e037e454f23b31c9308d
.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. sudo: required dist: trusty language: java jdk: - oraclejdk8 cache: directories: - $HOME/.sbt - $HOME/.m2 notifications: email: false install: - build/sbt assembly script: - build/sbt test - build/scalastyle
# 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. sudo: required dist: trusty language: java jdk: - oraclejdk8 cache: directories: - $HOME/.sbt - $HOME/.m2 notifications: email: false install: - build/sbt assembly -Drepourl=http://nexus-private.hortonworks.com/nexus/content/groups/public/ -Dhadoop.version=3.0.0.3.0.0.0-SNAPSHOT -Dhive.version=3.0.0.3.0.0.0-SNAPSHOT script: - build/sbt test -Drepourl=http://nexus-private.hortonworks.com/nexus/content/groups/public/ -Dhadoop.version=3.0.0.3.0.0.0-SNAPSHOT -Dhive.version=3.0.0.3.0.0.0-SNAPSHOT - build/scalastyle
Update Travis CI build commend temporarily
Update Travis CI build commend temporarily
YAML
apache-2.0
hortonworks-spark/spark-llap,hortonworks-spark/spark-llap,hortonworks-spark/spark-llap
1ac435e6fb75d8b45fb67e8549d21b1e3b2e1873
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.3" - "2.7" env: - DJANGO_VERSION=1.6.11 - DJANGO_VERSION=1.7.7 install: - pip install -q Django=$DJANGO_VERSION script: python setup.py test
language: python python: - "3.4" - "3.3" - "2.7" env: - DJANGO_VERSION=1.6.11 - DJANGO_VERSION=1.7.7 install: - pip install -q Django==$DJANGO_VERSION script: python setup.py test
Fix silly typo in Travis config.
Fix silly typo in Travis config.
YAML
bsd-3-clause
ubernostrum/django-flashpolicies
b13adcb1d08eb369d700dfa30a33f7a791df27b7
.travis.yml
.travis.yml
language: python python: - 2.7 notifications: email: - [email protected] - [email protected] before_install: - sudo apt-get update -qq install: - pip install bitarray - pip install pyyaml - wget -O cocotb-master.zip https://github.com/potentialventures/cocotb/archive/master.zip - unzip cocotb-master.zip - export COCOTB=$(pwd)/cocotb-master # Build iverilog from source - sudo apt-get install gperf - wget -O iverilog-master.zip https://github.com/steveicarus/iverilog/archive/master.zip - unzip iverilog-master.zip - cd iverilog-master && autoconf && ./configure && make && sudo make install && cd .. # Install basil - cd host - python setup.py develop script: - cd tests; nosetests test_*.py
language: python python: - 2.7 notifications: email: - [email protected] - [email protected] before_install: - sudo add-apt-repository -y ppa:team-electronics/ppa - sudo apt-get update -qq install: - pip install bitarray - pip install pyyaml - wget -O cocotb-master.zip https://github.com/potentialventures/cocotb/archive/master.zip - unzip cocotb-master.zip - export COCOTB=$(pwd)/cocotb-master - sudo apt-get install -qq iverilog-daily # Build iverilog from source #- sudo apt-get install gperf #- wget -O iverilog-master.zip https://github.com/steveicarus/iverilog/archive/master.zip #- unzip iverilog-master.zip #- cd iverilog-master && autoconf && ./configure && make && sudo make install && cd .. # Install basil - cd host - python setup.py develop script: - cd tests; nosetests test_*.py
Use iverilog-daily thanks to Iztok Jeras
Use iverilog-daily thanks to Iztok Jeras
YAML
bsd-3-clause
SiLab-Bonn/basil,MarcoVogt/basil,SiLab-Bonn/basil
60591d44f49e6ee0212f921fa36d6b7813e6d1ea
.travis.yml
.travis.yml
language: node_js node_js: - 4 - 6 - 8 script: npm run test:ci after_script: - node -v | grep "v6" && npm run cover && npm run cover:report addons: code_climate: repo_token: c92188dcdeaca7d9732f8ea38fdd41d6bff18dc27a8d6f8b64a5b1311b7b6c21 chrome: stable packages: - google-chrome-stable - libnss3 - libnss3-tools - libfontconfig1 - wget - ca-certificates - apt-transport-https - inotify-tools
language: node_js node_js: - 4 - 6 - 8 script: npm run test:ci after_script: - node -v | grep "v8" && npm run cover && npm run cover:report addons: code_climate: repo_token: c92188dcdeaca7d9732f8ea38fdd41d6bff18dc27a8d6f8b64a5b1311b7b6c21 chrome: stable packages: - google-chrome-stable - libnss3 - libnss3-tools - libfontconfig1 - wget - ca-certificates - apt-transport-https - inotify-tools
Use Node v8 for coverage, not v6
Use Node v8 for coverage, not v6
YAML
mit
testdouble/testdouble.js,testdouble/testdouble.js,testdouble/testdouble.js
01145693b263c4c403aa901291bfc58b73a51e85
.travis.yml
.travis.yml
language: csharp matrix: include: - os: linux dist: trusty sudo: required env: DOTNETCORE=1 before_install: - sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list' - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 - sudo apt-get update - sudo apt-get install dotnet script: - bash build.sh
language: csharp matrix: include: - os: linux dist: trusty sudo: required env: DOTNETCORE=1 before_install: - sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list' - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 - sudo apt-get update - sudo apt-get install dotnet-dev-1.0.0 script: - bash build.sh
Use the right package from apt
Use the right package from apt
YAML
isc
foxbot/Discord.Addons.EmojiTools,foxbot/Discord.Addons.EmojiTools
46f3a2c3f69697e3693d9f1b64a0909c350fd4d8
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.3 notifications: email: - [email protected] before_install: - sudo apt-get update
rvm: - 1.9.3 before_install: - sudo apt-get update
Drop 1.8.7 support on Travis (It's broken)
Drop 1.8.7 support on Travis (It's broken)
YAML
mit
Komodo/gollum-lib,bpieck/gollum-lib,jhominal/gollum-lib,jhominal/gollum-lib,mchill/gollum-lib,Komodo/gollum-lib,kwoods/gollum-lib,gollum/gollum-lib,doordash/gollum-lib,kwoods/gollum-lib,bpieck/gollum-lib,abicky/gollum-lib,gollum/gollum-lib,doordash/gollum-lib,rgroux/gollum-lib,rgroux/gollum-lib,flozzone/gollum-lib,nunoflores/gollum-lib,ngyuki/gollum-lib,assilzm/gollum-lib,gitcafe-dev/gollum-lib,assilzm/gollum-lib,repotag/gollum-lib,mchill/gollum-lib,repotag/gollum-lib,nunoflores/gollum-lib,gitcafe-dev/gollum-lib,flozzone/gollum-lib
e68b23647ced1cec5eee53e47e170338ebde26aa
.travis.yml
.travis.yml
dist: bionic language: cpp compiler: gcc script: - cd test - make - timeout 60 ./libmorton_test
dist: bionic language: cpp compiler: gcc script: - cd test - make # This really should finish in less than 2 minutes - otherwise something's wrong - timeout 120 ./libmorton_test 128
Add limited test run to Travis
Add limited test run to Travis
YAML
mit
Forceflow/libmorton
9c3c2354e4a70fd7acb58acfdd43c7fce210407b
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 install: - travis_retry composer update script: - vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.xml
language: php php: - 7.0 - 7.1 install: - travis_retry composer update script: - vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.xml matrix: allow_failures: - php: 7.1
Allow php 7.1 to fail for now
Allow php 7.1 to fail for now
YAML
mit
nimbusoftltd/flysystem-openstack-swift
ff2e4bcacdef63779563a12c764094c909f2da38
.travis.yml
.travis.yml
language: c sudo: required compiler: - clang - gcc - gcc-7 addons: apt: sources: - sourceline: 'ppa:ubuntu-toolchain-r/test' packages: - gcc-7 before_script: - ./autogen.sh script: - ./.travis/configure.sh - make - make check after_success: - mv src/sas/.libs/*.gc* . - mv src/spss/.libs/*.gc* . - mv src/stata/.libs/*.gc* . - mv src/.libs/*.gc* . - bash <(curl -s https://codecov.io/bash) after_failure: - cat test-suite.log
language: c sudo: required compiler: - clang - gcc - gcc-7 - gcc-8 addons: apt: sources: - sourceline: 'ppa:ubuntu-toolchain-r/test' packages: - gcc-7 - gcc-8 before_script: - ./autogen.sh script: - ./.travis/configure.sh - make - make check after_success: - mv src/sas/.libs/*.gc* . - mv src/spss/.libs/*.gc* . - mv src/stata/.libs/*.gc* . - mv src/.libs/*.gc* . - bash <(curl -s https://codecov.io/bash) after_failure: - cat test-suite.log
Add gcc-8 to Travis, and cross fingers
Add gcc-8 to Travis, and cross fingers
YAML
mit
WizardMac/ReadStat,WizardMac/ReadStat
b7b0d6d35855743de08a57a7f2b2b79b2aebe700
.travis.yml
.travis.yml
language: python env: - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.6.x.zip python: - "2.6" - "2.7" - "3.3" install: - pip install $DJANGO_VERSION --use-mirrors - pip install -e git://github.com/stephenmcd/mezzanine.git#egg=mezzanine - pip install . --allow-unverified pyPdf script: - python setup.py test notifications: irc: "irc.freenode.org#mezzanine" on_success: change on_failure: change
language: python env: - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip python: - "2.7" - "3.3" - "3.4" matrix: exclude: - python: "2.7" env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip install: - pip install $DJANGO_VERSION --use-mirrors - pip install -e git://github.com/stephenmcd/mezzanine.git#egg=mezzanine - pip install . --allow-unverified pyPdf script: - python setup.py test notifications: irc: "irc.freenode.org#mezzanine" on_success: change on_failure: change
Update Django/Python versions to test against, in line wiht Mezzanine for next release.
Update Django/Python versions to test against, in line wiht Mezzanine for next release.
YAML
bsd-2-clause
traxxas/cartridge,wyzex/cartridge,wyzex/cartridge,traxxas/cartridge,wbtuomela/cartridge,syaiful6/cartridge,dsanders11/cartridge,wbtuomela/cartridge,wbtuomela/cartridge,ryneeverett/cartridge,stephenmcd/cartridge,syaiful6/cartridge,stephenmcd/cartridge,ryneeverett/cartridge,wyzex/cartridge,dsanders11/cartridge,Parisson/cartridge,stephenmcd/cartridge,dsanders11/cartridge,Parisson/cartridge,traxxas/cartridge,ryneeverett/cartridge,Parisson/cartridge,syaiful6/cartridge
f701e04294edc967db017c50550b3feb9482d5a5
docker-compose.yml
docker-compose.yml
version: '2' services: factory: image: obitec/dstack-factory:3.5 build: context: ./factory/3.5/ dockerfile: Dockerfile args: - UID=${UID} volumes: - /srv/build/wheelhouse:/wheelhouse - /srv/build/archive:/archive - /srv/build/recipes:/app/ environment: - HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/ - WHEELHOUSE=/wheelhouse - PIP_WHEEL_DIR=/wheelhouse - PIP_FIND_LINKS=/archive - VIRTUAL_ENV=/env - CEXT - RECIPE - BUILD_REQ runtime: image: obitec/dstack-runtime:3.5 build: context: ./runtime/3.5/ dockerfile: Dockerfile
version: '2' services: factory: image: obitec/dstack-factory:3.5 build: context: ./factory/3.5/ dockerfile: Dockerfile args: - UID=${UID:-4801} volumes: - /srv/build/wheelhouse:/wheelhouse - /srv/build/archive:/archive - /srv/build/recipes:/app/ environment: - HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/ - WHEELHOUSE=/wheelhouse - PIP_WHEEL_DIR=/wheelhouse - PIP_FIND_LINKS=/archive - VIRTUAL_ENV=/env - CEXT - RECIPE - BUILD_REQ runtime: image: obitec/dstack-runtime:3.5 build: context: ./runtime/3.5/ dockerfile: Dockerfile
Add default value for UID
Add default value for UID
YAML
mit
obitec/dstack-factory,jr-minnaar/wheel-factory,obitec/dstack-factory
93ac8a52eb86d91df6dc8f9e680a2169dde0e3e1
docker-compose.yml
docker-compose.yml
version: '2' services: php: container_name: php-school-fpm image: php:7-fpm build: context: . dockerfile: ./.docker/files/php-school-fpm volumes: - .:/var/www/html environment: - MYSQL_USER - MYSQL_PASSWORD - XDEBUG_ENABLE - XDEBUG_CONFIG ports: - 9000 db: container_name: php-school-db image: mysql:5.6 links: - php volumes: - "./.docker/mysql:/var/lib/mysql" - "./.docker/db/:/docker-entrypoint-initdb.d/" ports: - "3306" restart: always environment: - MYSQL_ROOT_PASSWORD - MYSQL_DATABASE - MYSQL_USER - MYSQL_PASSWORD nginx: container_name: php-school-nginx image: nginx:latest links: - php ports: - 8000:80 volumes: - ./nginx-dev.conf:/etc/nginx/conf.d/default.conf - .:/var/www/html redis: container_name: php-school-redis image: redis ports: - "6379"
version: '2' services: php: container_name: php-school-fpm image: php:7-fpm build: context: . dockerfile: ./.docker/files/php-school-fpm volumes: - .:/var/www/html environment: - MYSQL_USER - MYSQL_PASSWORD - XDEBUG_ENABLE - XDEBUG_CONFIG ports: - 9000 db: container_name: php-school-db image: mysql:latest links: - php volumes: - "./.docker/mysql:/var/lib/mysql" - "./.docker/db/:/docker-entrypoint-initdb.d/" ports: - "3306" restart: always environment: - MYSQL_ROOT_PASSWORD - MYSQL_DATABASE - MYSQL_USER - MYSQL_PASSWORD nginx: container_name: php-school-nginx image: nginx:latest links: - php ports: - 8000:80 volumes: - ./nginx-dev.conf:/etc/nginx/conf.d/default.conf - .:/var/www/html redis: container_name: php-school-redis image: redis ports: - "6379"
Update to latest mysql image
Update to latest mysql image
YAML
apache-2.0
php-school/phpschool.io,php-school/phpschool.io,php-school/phpschool.io,php-school/phpschool.io
a551e70abcdef0961217d0868f55543cde7d255a
docker-compose.yml
docker-compose.yml
# Docker-like setup that serves as a local drop-in for the corresponding Travis services version: "2" services: test: build: . user: 1000:1000 links: - crossbar volumes: - .:/app environment: CROSSBAR_HOST: crossbar entrypoint: dockerize -wait http://crossbar:8080 pytest crossbar: image: crossbario/crossbar:cpy3-17.9.1 volumes: - ./crossbar-config.yaml:/node/.crossbar/config.yaml:ro command: --loglevel trace
# Docker-like setup that serves as a local drop-in for the corresponding Travis services version: "2" services: test: build: . user: 1000:1000 links: - crossbar volumes: - .:/app environment: CROSSBAR_HOST: crossbar entrypoint: dockerize -wait http://crossbar:8080 pytest crossbar: image: crossbario/crossbar:cpy3 volumes: - ./crossbar-config.yaml:/node/.crossbar/config.yaml:ro command: --loglevel trace
Use the latest Crossbar version for testing
Use the latest Crossbar version for testing
YAML
apache-2.0
asphalt-framework/asphalt-wamp
b0e3569d01b6ac0d1388373ab611d2538acdaa62
.travis.yml
.travis.yml
# Branch definition: only build master and PRs branches: only: master # Build definition; language, deps, scripts language: python python: - "3.6" install: - pip install -r requirements/dev.txt script: - tox after_success: - pip install coveralls - coveralls - coverage erase
# Branch definition: only build master and PRs branches: only: master # Build definition; language, deps, scripts language: python python: - "3.5" - "3.6" install: - pip install -r requirements/dev.txt script: - tox after_success: - pip install coveralls - coveralls - coverage erase
Add 3.5 as well (test)
Add 3.5 as well (test)
YAML
mit
kako-nawao/django-group-by
4356b4c108c34d1b6771c15514f89963b3edea26
.travis.yml
.travis.yml
dist: xenial language: ruby rvm: - 2.4.5 - 2.3.8 cache: bundler: true yarn: true timeout: 600 addons: postgresql: '10' env: matrix: - TEST_SUITE=spec - TEST_SUITE=spec:javascript - TEST_SUITE=spec:compile - TEST_SUITE=spec:jest matrix: exclude: - rvm: 2.4.5 env: TEST_SUITE=spec:javascript - rvm: 2.4.5 env: TEST_SUITE=spec:compile - rvm: 2.4.5 env: TEST_SUITE=spec:jest bundler_args: "--no-deployment" before_install: source tools/ci/before_install.sh install: true script: bundle exec rake $TEST_SUITE after_script: source tools/ci/after_install.sh notifications: webhooks: urls: - https://webhooks.gitter.im/e/9a9f972a1225d28e0f05 on_success: change on_failure: always on_start: never
dist: xenial language: ruby rvm: - 2.4.5 - 2.5.3 cache: bundler: true yarn: true timeout: 600 addons: postgresql: '10' env: matrix: - TEST_SUITE=spec - TEST_SUITE=spec:javascript - TEST_SUITE=spec:compile - TEST_SUITE=spec:jest matrix: exclude: - rvm: 2.4.5 env: TEST_SUITE=spec:javascript - rvm: 2.4.5 env: TEST_SUITE=spec:compile - rvm: 2.4.5 env: TEST_SUITE=spec:jest bundler_args: "--no-deployment" before_install: source tools/ci/before_install.sh install: true script: bundle exec rake $TEST_SUITE after_script: source tools/ci/after_install.sh notifications: webhooks: urls: - https://webhooks.gitter.im/e/9a9f972a1225d28e0f05 on_success: change on_failure: always on_start: never
Update supported ruby versions on Travis
Update supported ruby versions on Travis
YAML
apache-2.0
ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic
a3dc302988c95e1445b6b9f4c511424b35ae885b
docker-compose.yml
docker-compose.yml
version: "2" services: loraserver: build: context: . dockerfile: Dockerfile-devel command: make serve volumes: - ./:/go/src/github.com/brocaar/loraserver links: - postgres - redis - mosquitto environment: - DB_AUTOMIGRATE=true - NET_ID=010203 - BAND=EU_863_870 - REDIS_URL=redis://redis:6379 - GW_MQTT_SERVER=tcp://mosquitto:1883 - GW_SERVER_JWT_SECRET=verysecret - POSTGRES_DSN=postgres://loraserver:loraserver@postgres/loraserver?sslmode=disable - TEST_POSTGRES_DSN=postgres://loraserver:loraserver@postgres/loraserver?sslmode=disable - TEST_REDIS_URL=redis://redis:6379 - TEST_MQTT_SERVER=tcp://mosquitto:1883 postgres: image: postgres:9.5 environment: - POSTGRES_PASSWORD=loraserver - POSTGRES_USER=loraserver - POSTGRES_DB=loraserver redis: image: redis:3.0.7-alpine mosquitto: image: ansi/mosquitto
version: "2" services: loraserver: build: context: . dockerfile: Dockerfile-devel command: make serve volumes: - ./:/loraserver links: - postgres - redis - mosquitto environment: - DB_AUTOMIGRATE=true - NET_ID=010203 - BAND=EU_863_870 - REDIS_URL=redis://redis:6379 - GW_MQTT_SERVER=tcp://mosquitto:1883 - GW_SERVER_JWT_SECRET=verysecret - POSTGRES_DSN=postgres://loraserver:loraserver@postgres/loraserver?sslmode=disable - TEST_POSTGRES_DSN=postgres://loraserver:loraserver@postgres/loraserver?sslmode=disable - TEST_REDIS_URL=redis://redis:6379 - TEST_MQTT_SERVER=tcp://mosquitto:1883 postgres: image: postgres:9.5 environment: - POSTGRES_PASSWORD=loraserver - POSTGRES_USER=loraserver - POSTGRES_DB=loraserver redis: image: redis:3.0.7-alpine mosquitto: image: ansi/mosquitto
Fix Compose path after Dep > Go modules migration.
Fix Compose path after Dep > Go modules migration.
YAML
mit
brocaar/loraserver,brocaar/loraserver
14e872b4b187341ac9635e60ab97c1e36fc7af99
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - rbx - rbx-2.0 - ree
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode - ree
Test against Rubinius in both Ruby 1.8 and 1.9 mode
Test against Rubinius in both Ruby 1.8 and 1.9 mode
YAML
mit
ru-faraon/Faraday-is-an-HTTP-client,spyofchina/faraday,iamjarvo/faraday,flower-pot/faraday,daviswahl/faraday,avdi/faraday,davoclavo/faraday,iamjarvo/faraday,luvtechno/faraday,coinbase/faraday,coinbase/faraday,lostisland/faraday,customink/faraday,pvdb/faraday,ru-faraon/Faraday-is-an-HTTP-client,stayhero/faraday,mehulkar/faraday,petems/faraday,petems/faraday,santiagodoldan/faraday,jhass/faraday,prcongithub/faraday,zanker/faraday,apepper/faraday,nevans/faraday,luvtechno/faraday,davidcornu/faraday,hrysd/faraday,pcarrier-packaging/deb-ruby-faraday,mehulkar/faraday,hrysd/faraday,spyofchina/faraday,grosser/faraday,nevans/faraday,O-I/faraday,stayhero/faraday,hstrowd/faraday,daviswahl/faraday,zhaoxl/faraday,davidcornu/faraday,engineyard/faraday,apepper/faraday,ngpestelos/faraday,jrafanie/faraday,jhass/faraday,ekampp/faraday,zhaoxl/faraday,lostisland/faraday,pcarrier-packaging/deb-ruby-faraday,pvdb/faraday,grosser/faraday,davoclavo/faraday,zanker/faraday,mauricionr/faraday,engineyard/faraday,jrafanie/faraday,ngpestelos/faraday,hstrowd/faraday,AvaelKross/faraday,AvaelKross/faraday,santiagodoldan/faraday,mauricionr/faraday,O-I/faraday,prcongithub/faraday,flower-pot/faraday,customink/faraday,ekampp/faraday
da4d719063badfa1bb8d339b44b9cd86c3148760
.travis.yml
.travis.yml
sudo: required services: - docker language: bash script: # build image - ./build.sh # test image - ./test.sh # push image - > if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" ./deploy.sh fi
sudo: required services: - docker language: bash script: # build image - ./build.sh # test image - ./test.sh # push image - > if [ !z "$TRAVIS_TAG" ]; then docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" ./deploy.sh fi
Deploy only on tag builds
Deploy only on tag builds Signed-off-by: Stefan Scherer <[email protected]>
YAML
apache-2.0
StefanScherer/winspector,StefanScherer/winspector
0b1bf32c767cbf58b57afd52503a4a10aed8bea8
.travis.yml
.travis.yml
language: perl6 perl6: - latest install: - rakudobrew build-panda - panda --notests installdeps . script: - perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)' - PERL6LIB=$PWD/lib prove -e perl6 -vr t/ sudo: false
language: perl6 perl6: - latest install: - rakudobrew build-zef - zef --debug --depsonly --/test install . script: - zef build . - PERL6LIB=$PWD/lib prove -e perl6 -vr t/ sudo: false
Use zef instead of panda
Use zef instead of panda
YAML
artistic-2.0
okaoka/p6-Algorithm-BinaryIndexedTree
313028a75eef0ad67baafc936dfed8de2fb41778
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 - 2.1.* gemfile: - Gemfile
rvm: - 1.9.3 - 2.0.0 - 2.1.* - 2.2 gemfile: - Gemfile
Add Ruby 2.2 job in Travis
Add Ruby 2.2 job in Travis
YAML
mit
sonots/fluent-plugin-grepcounter
cd32182efd8270893017f66f8154e9308350f455
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly dist: trusty sudo: false addons: apt: packages: - python3-pip before_install: - wget https://storage.googleapis.com/wasm-llvm/builds/linux/26619/wasm-toolchain_0.1.26619_amd64.deb - sudo dpkg -i wasm-toolchain_0.1.26619_amd64.deb install: - pip3 install --user --upgrade mypy flake8 - travis_wait ./check-rustfmt.sh --install script: ./test-all.sh cache: cargo: true directories: - $HOME/.cache/pip
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: - beta - nightly dist: trusty sudo: false addons: apt: packages: - python3-pip before_install: - wget https://storage.googleapis.com/wasm-llvm/builds/linux/26619/wasm-toolchain_0.1.26619_amd64.deb - sudo dpkg -i wasm-toolchain_0.1.26619_amd64.deb install: - pip3 install --user --upgrade mypy flake8 - travis_wait ./check-rustfmt.sh --install script: ./test-all.sh cache: cargo: true directories: - $HOME/.cache/pip
Change the Travis config to allow failures in rust beta.
Change the Travis config to allow failures in rust beta. Rustc beta and nightly crash when compiling Cretonne. I've filed https://github.com/rust-lang/rust/issues/49528 to track this upstream. For now, add Beta to the allow-failures list to temporarily work around this.
YAML
apache-2.0
stoklund/cretonne,stoklund/cretonne,stoklund/cretonne
5b4d6f2feee3b65740d1eeb11936279397d72c5a
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - npm install grunt-cli -g
language: node_js node_js: - "0.10" - "0.11" matrix: allow_failures: - node_js: "0.11" before_script: - npm install grunt-cli -g
Add node 0.11 to Travis, but allow it to fail.
Add node 0.11 to Travis, but allow it to fail.
YAML
mit
pjump/bower,dreamauya/bower,fernandomoraes/bower,magnetech/bower,fewspider/bower,krahman/bower,DrRataplan/bower,Teino1978-Corp/Teino1978-Corp-bower,Jeremy017/bower,Jinkwon/naver-bower-cli,lukemelia/bower,akaash-nigam/bower,DevVersion/bower,wenyanw/bower,kruppel/bower,msbit/bower,pertrai1/bower,insanehong/bower,cnbin/bower,watilde/bower,haolee1990/bower,TooHTooH/bower,grigorkh/bower,vladikoff/bower,jvkops/bower,pwang2/bower,XCage15/bower,adriaanthomas/bower,yinhe007/bower,cgvarela/bower,amilaonbitlab/bower,xfstudio/bower,Blackbaud-EricSlater/bower,supriyantomaftuh/bower,M4gn4tor/bower,mattpugh/bower,return02/bower,kodypeterson/bower,mex/bower,jodytate/bower,gronke/bower,skinzer/bower,rajzshkr/bower,jisaacks/bower,thinkxl/bower,sanyueyu/bower,angeliaz/bower,omurbilgili/bower,liorhson/bower,JFrogDev/bower-art,gorcz/bower,yuhualingfeng/bower,bower/bower,buildsample/bower,Backbase/bower,unilynx/bower,kevinjdinicola/hg-bower,ThiagoGarciaAlves/bower,hyperweb2/upt,rlugojr/bower,PimsJay01/bower,prometheansacrifice/bower,Teino1978-Corp/bower,Connectlegendary/bower,twalpole/bower
80d821ccba4f3f004b9d4fdcc5a634f7ce95d6dd
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.6" - "3.5" - "3.4" - "3.3" - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements/test.txt # command to run tests using coverage script: make test # report coverage to coveralls.io after_success: coveralls
# Config file for automatic testing at travis-ci.org language: python python: - "3.6" - "3.5" - "3.4" - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements/test.txt # command to run tests using coverage script: make test # report coverage to coveralls.io after_success: coveralls
Stop support for old Python 3.4.
Stop support for old Python 3.4.
YAML
bsd-3-clause
jsmits/django-logutils,jsmits/django-logutils
ff7ed0b37782f8b15c8d31cd29f33dcc1b82477d
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" install: # - npm install recess - pip install . - pip install pep8 - pip install coverage - pip install python-coveralls before_script: - cp sampleproj/manage.py manage.py - python manage.py migrate --noinput --settings=sampleproj.settings.travis script: - pep8 mdot/ --exclude=migrations - coverage run --source=mdot/ --omit=mdot/migrations/* manage.py test mdot --settings=sampleproj.settings.travis # - recess mdot/static/mdot/css/*.less --noIds false # This actually fails the test if there are recess errors :( # - if recess mdot/static/mdot/css/*.less --noIds false | grep Busted | grep --quiet Busted ; then `exit 1`; fi after_script: - coveralls
sudo: false language: python python: - "2.7" install: # - npm install recess - pip install . - pip install pycodestyle - pip install coverage - pip install python-coveralls before_script: - cp sampleproj/manage.py manage.py - python manage.py migrate --noinput --settings=sampleproj.settings.travis script: - pycodestyle mdot/ --exclude=migrations - coverage run --source=mdot/ --omit=mdot/migrations/* manage.py test mdot --settings=sampleproj.settings.travis # - recess mdot/static/mdot/css/*.less --noIds false # This actually fails the test if there are recess errors :( # - if recess mdot/static/mdot/css/*.less --noIds false | grep Busted | grep --quiet Busted ; then `exit 1`; fi after_script: - coveralls
Use pycodestyle instead of pep8.
Use pycodestyle instead of pep8.
YAML
apache-2.0
uw-it-aca/mdot,charlon/mdot,uw-it-aca/mdot,uw-it-aca/mdot,charlon/mdot,charlon/mdot,uw-it-aca/mdot
68ee8a3a943f5ddafdd121dcb49539db3ae74e80
.travis.yml
.travis.yml
language: node_js node_js: - '14' - '16' - '18' before_install: - npm install -g codecov install: - npm install script: - npm test - npm run lint - codecov
language: node_js node_js: - '14' - '16' - '17' before_install: - npm install -g codecov install: - npm install script: - npm test - npm run lint - codecov
Add support for node 17
Add support for node 17
YAML
mit
HQarroum/Fsm
58f6fdf12b5723f4511bca5aeb39e7df8edea765
.travis.yml
.travis.yml
cache: bundler language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1" - "2.2" - "2.3.0" #- ruby-head - jruby-19mode - rbx-2 install: - bundle install --retry=3 script: - bundle exec rspec - bundle exec rubocop
cache: bundler language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1" - "2.2" - "2.3.0" - jruby-19mode - rbx-2 matrix: # Doesn't play well with Rubocop allow_failures: - rvm: rbx-2 install: - bundle install --retry=3 script: - bundle exec rspec - bundle exec rubocop
Allow it to fail on Rubinius
Allow it to fail on Rubinius
YAML
mit
zverok/time_boots,zverok/time_math2
d6e12073660cc30b7a42896d9f834aeb8f56666c
.travis.yml
.travis.yml
language: php sudo: false matrix: fast_finish: true include: - php: 5.5 env: SYMFONY_VERSION=3.4.* - php: 7.1 env: SYMFONY_VERSION=4.0.* - php: 7.2 env: SYMFONY_VERSION=4.1.* - php: 7.2 env: SYMFONY_VERSION=4.2.* DEPENDENCIES=dev - php: 7.3 env: SYMFONY_VERSION=4.1.* - php: 7.3 env: SYMFONY_VERSION=4.2.* DEPENDENCIES=dev - php: hhvm-stable sudo: required dist: trusty group: edge allow_failures: - php: hhvm-stable cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || true - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi; - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi; install: composer update --no-interaction script: composer test
language: php matrix: fast_finish: true include: - php: 5.5 env: SYMFONY_VERSION=3.4.* - php: 7.2 env: SYMFONY_VERSION=4.2.* DEPENDENCIES=dev - php: 7.3 env: SYMFONY_VERSION=4.3.* DEPENDENCIES=dev - php: hhvm-stable dist: trusty allow_failures: - php: hhvm-stable cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || true - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi; - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi; install: composer update --no-interaction script: composer test
Drop some builds on EOL Symfony/PHP versions
Drop some builds on EOL Symfony/PHP versions
YAML
mit
lexik/LexikJWTAuthenticationBundle,chalasr/LexikJWTAuthenticationBundle
612b0c18bcc26cf82067432d72dec89c96e5945a
.travis.yml
.travis.yml
addons: apt: sources: - chef-current-xenial packages: - chef-workstation install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-7 - INSTANCE=default-debian-9 - INSTANCE=default-debian-10 - INSTANCE=default-ubuntu-1604 - INSTANCE=default-ubuntu-1804 - INSTANCE=default-ubuntu-2004 - INSTANCE=cacher-debian-9 - INSTANCE=cacher-debian-10 - INSTANCE=cacher-ubuntu-1604 - INSTANCE=compile-time-ubuntu-1604 - INSTANCE=compile-time-ubuntu-1804 - INSTANCE=compile-time-ubuntu-2004 - INSTANCE=compile-time-debian-9 - INSTANCE=compile-time-debian-10 - INSTANCE=unattended-upgrades-ubuntu-1604 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - chef --version script: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen verify ${INSTANCE} matrix: include: - script: - delivery local all env: - UNIT_AND_LINT=1 - CHEF_LICENSE=accept
addons: apt: sources: - chef-current-xenial packages: - chef-workstation install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-7 - INSTANCE=default-debian-9 - INSTANCE=default-debian-10 - INSTANCE=default-ubuntu-1604 - INSTANCE=default-ubuntu-1804 - INSTANCE=default-ubuntu-2004 - INSTANCE=cacher-debian-9 - INSTANCE=cacher-debian-10 - INSTANCE=cacher-ubuntu-1604 - INSTANCE=compile-time-ubuntu-1604 - INSTANCE=compile-time-ubuntu-1804 - INSTANCE=compile-time-ubuntu-2004 - INSTANCE=compile-time-debian-9 - INSTANCE=compile-time-debian-10 - INSTANCE=unattended-upgrades-ubuntu-1604 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - chef --version script: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen verify ${INSTANCE}
Remove unit testing in Travis
Remove unit testing in Travis Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
chef-cookbooks/apt,opscode-cookbooks/apt,opscode-cookbooks/apt,chef-cookbooks/apt
666aae31286ab3205264cc9c531be8c8d865592b
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.1.2 - 2.0.0 - 1.9.3 - rbx-2.2.10 - jruby-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
language: ruby cache: bundler rvm: - 2.2 - 2.1.2 - 2.0.0 - 1.9.3 - rbx-2.2.10 - jruby-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
Add Ruby 2.2 to Travis CI
Add Ruby 2.2 to Travis CI
YAML
mit
par8o/rspec-rerun,ryanmcgarvey/rspec-rerun,dblock/rspec-rerun
f7b315924eedb50b2ed308a38397ffa8d858d15d
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.3 - 7.4 - nightly before_script: - mkdir -p bootstrap/cache - chmod 777 bootstrap/cache - ls -al bootstrap/ - ls -al bootstrap/cache - composer global require hirak/prestissimo - if [ "$LARAVEL_DEP" == "5.1.*" ]; then composer require phpunit/phpunit "^5.6" --no-update --dev; fi; - composer require laravel/framework:${LARAVEL_DEP} --no-update - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction -o - cat composer.lock script: - mkdir -p build/logs - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/php-coveralls --exclude-no-stmt after_success: - coveralls env: # important! - LARAVEL_DEP=5.1.* - LARAVEL_DEP=">5.1.11" matrix: allow_failures: - php: nightly
language: php php: - 7.1 - 7.2 - 7.3 - 7.4 - nightly before_script: - mkdir -p bootstrap/cache - chmod 777 bootstrap/cache - ls -al bootstrap/ - ls -al bootstrap/cache - composer global require hirak/prestissimo - if [ "$LARAVEL_DEP" == "5.1.*" ]; then composer require phpunit/phpunit "^5.6" --no-update --dev; fi; - composer require laravel/framework:${LARAVEL_DEP} --no-update - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction -o - cat composer.lock script: - mkdir -p build/logs - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/php-coveralls --exclude-no-stmt after_success: - coveralls env: # important! - LARAVEL_DEP=5.1.* - LARAVEL_DEP=">5.1.11" matrix: allow_failures: - php: nightly - php: 7.4
Drop PHP 7.4 tests to allowed failures, add PHP 7.2
Drop PHP 7.4 tests to allowed failures, add PHP 7.2
YAML
mit
Algo-Web/POData-Laravel,CyberiaResurrection/POData-Laravel
b98457aa47db1cddb65d7c749dd6666a9ae75d19
.travis.yml
.travis.yml
language: bash script: - bash shunit2_test.sh
language: bash env: - SHUNIT_COLOR='always' script: - bash shunit2_test.sh
Set the SHUNIT_COLOR environment variable.
Set the SHUNIT_COLOR environment variable.
YAML
apache-2.0
kward/shunit2
3b823b45b243da54b481a306161a17cebbb9cdff
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 script: 'bundle exec rake' branches: only: - master
language: ruby rvm: - 2.1 - 2.0 - 1.9.3 script: 'bundle exec rake' branches: only: - master
Use latest 2.0.x + 2.1.x Rubies on Travis
Use latest 2.0.x + 2.1.x Rubies on Travis
YAML
mit
attack/barometer-forecast_io
311c5d402a5e23bc37d7bbe035dd95e52343d4f4
.travis.yml
.travis.yml
sudo: required language: bash env: - DOKKU_VERSION=master before_install: make setup script: make test
sudo: required dist: trusty language: bash env: - DOKKU_VERSION=master before_install: make setup script: make test
Upgrade testing environment to trusty
Upgrade testing environment to trusty
YAML
mit
dokku/dokku-mariadb,dokku/dokku-mariadb
dabb7810fdbd53a7a56eb522c4e850a72ecfc0cd
.travis.yml
.travis.yml
nguage: ruby rvm: - 1.9.3 - 2.0.0 script: "bundle exec rake"
nguage: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 script: "bundle exec rake"
Add MRI 2.1.2 to CI
Add MRI 2.1.2 to CI Yeeeeessss I know I'm fucking failing CI right now -.- I did this stupid thing where all the gems depend on each other, so can't udpate any one without updating them all. Stupid idea, I'll go try to fix that now.
YAML
mit
JoshCheek/mountain_berry_fields-magic_comments
77f0d7412f1692c9c6f1016a2bbdf000e9971603
.travis.yml
.travis.yml
language: c before_install: - sudo apt-get -qq update - sudo apt-get install -y pmake splint script: pmake
language: c before_install: - sudo apt-get -qq update - sudo apt-get install -y pmake script: env LINT= pmake
Disable lint in a new way
Disable lint in a new way
YAML
bsd-2-clause
libtrue/libtrue,libtrue/libtrue,libtrue/libtrue,libtrue/libtrue
c91ab3eb1808a730e3a8dd2155ec039a7232c12c
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" - "9" script: "npm run-script travis"
language: node_js node_js: - "4" - "6" - "8" - "9" script: "npm run-script travis"
Stop testing node.js 0.10 and 0.12 on Travis
Stop testing node.js 0.10 and 0.12 on Travis
YAML
bsd-3-clause
alexjeffburke/unexpected-mitm,unexpectedjs/unexpected-mitm
ebea9a1d98ff4e6ddd2063b851378e7708a8c69c
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 sudo: false cache: directories: - '$HOME/.m2/repository' before_install: - cp src/build/travis-toolchains.xml ~/.m2/toolchains.xml install: mvn -Ptoolchains -DskipTests=true -Dbasepom.check.skip-all=true -B install script: mvn -Ptoolchains -B verify
language: java sudo: false # No much sense in keeping jdbi artifacts cached before_cache: rm -rf $HOME/.m2/repository/org/jdbi cache: directories: - '$HOME/.m2/repository' before_install: - cp src/build/travis-toolchains.xml ~/.m2/toolchains.xml install: mvn -Ptoolchains -DskipTests=true -Dbasepom.check.skip-all=true -Dmaven.javadoc.skip=true -B install matrix: include: - env: - TESTS=Y script: mvn -Dmaven.javadoc.skip=true -Dbasepom.check.skip-basic=true -Dbasepom.check.skip-findbugs=true -Dbasepom.check.skip-pmd=true -Dbasepom.check.skip-checkstyle=true -Ptoolchains -B verify jdk: oraclejdk8 - env: - DOCUMENTATION=Y script: mvn -DskipTests=true -Dbasepom.check.skip-all=true -Ptoolchains -B verify jdk: oraclejdk8 - env: - CODE_STYLE=Y script: mvn -DskipTests=true -Dmaven.javadoc.skip=true -Ptoolchains -B verify jdk: oraclejdk8
Split tests, docs, and style checks to their own Travis jobs
Split tests, docs, and style checks to their own Travis jobs
YAML
apache-2.0
hgschmie/jdbi,jdbi/jdbi,hgschmie/jdbi,pennello/jdbi,hgschmie/jdbi,jdbi/jdbi,john9x/jdbi,jdbi/jdbi,john9x/jdbi,pennello/jdbi
c6ba70b131da1fecc9a6fda49ed4c2196bd07b4a
.travis.yml
.travis.yml
language: c matrix: include: - os: linux compiler: gcc sudo: false - os: linux compiler: clang sudo: false - os: osx compiler: gcc before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - brew outdated cmake || brew upgrade cmake - brew install openmpi - os: osx compiler: clang before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - brew outdated cmake || brew upgrade cmake - brew install openmpi - os: osx compiler: gcc-5 before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - export CC=gcc-5; export CXX=g++-5 - brew outdated cmake || brew upgrade cmake - brew install openmpi addons: apt: sources: - kalakris-cmake packages: - gfortran - cmake - libopenmpi-dev - openmpi-bin - binutils-dev script: - mkdir travis && cd travis - cmake .. -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=On -DSANITIZE_ADDRESS=On && make install && ctest --output-on-failure after_success: - make -k gcov - bash <(curl -s https://codecov.io/bash) -X gcov
language: c matrix: include: - os: linux compiler: gcc sudo: false - os: linux compiler: clang sudo: false - os: linux dist: trusty sudo: required compiler: gcc - os: linux dist: trusty sudo: required compiler: clang - os: osx compiler: gcc before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - brew outdated cmake || brew upgrade cmake - brew install openmpi - os: osx compiler: clang before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - brew outdated cmake || brew upgrade cmake - brew install openmpi - os: osx compiler: gcc-5 before_install: - brew update --quiet >& /dev/null - brew outdated gcc || brew upgrade gcc - export CC=gcc-5; export CXX=g++-5 - brew outdated cmake || brew upgrade cmake - brew install openmpi addons: apt: sources: - kalakris-cmake packages: - gfortran - cmake - libopenmpi-dev - openmpi-bin - binutils-dev script: - mkdir travis && cd travis - cmake .. -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=On -DSANITIZE_ADDRESS=On && make install && ctest --output-on-failure after_success: - make -k gcov - bash <(curl -s https://codecov.io/bash) -X gcov
Enable Trusty builds in Travis CI.
Enable Trusty builds in Travis CI.
YAML
lgpl-2.1
RWTH-ELP/PnMPI,RWTH-ELP/PnMPI,RWTH-ELP/PnMPI,RWTH-HPC/PnMPI,RWTH-HPC/PnMPI,RWTH-HPC/PnMPI
dc94e4e65af04b0682aed4f24228bfa9c8f69918
.travis.yml
.travis.yml
# https://travis-ci.org/dr-prodigy/python-holidays dist: bionic language: python cache: pip before_install: - pip install --upgrade pip install: # hijri-converter not available < python 3.6 - if [[ $TRAVIS_PYTHON_VERSION == '3.9' || $TRAVIS_PYTHON_VERSION == '3.8' || $TRAVIS_PYTHON_VERSION == '3.7' || $TRAVIS_PYTHON_VERSION == '3.6' || $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then pip install hijri-converter; fi - pip install python-dateutil - pip install convertdate - pip install korean_lunar_calendar - pip install six - pip install flake8 - pip install coveralls - python setup.py install matrix: include: - python: '3.9' - python: '3.8' - python: '3.7' - python: '3.6' - python: '3.5' - python: '2.7' - python: 'pypy3' before_script: - flake8 script: - coverage run --omit=*site-packages*,*pypy* tests.py after_success: - coveralls
# https://travis-ci.org/dr-prodigy/python-holidays dist: bionic language: python cache: pip before_install: - pip install --upgrade pip install: # hijri-converter not available < python 3.6 - if [[ # use Python 3.9 to test missing hijri-converter # $TRAVIS_PYTHON_VERSION == '3.9' || $TRAVIS_PYTHON_VERSION == '3.8' || $TRAVIS_PYTHON_VERSION == '3.7' || $TRAVIS_PYTHON_VERSION == '3.6' || $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then pip install hijri-converter; fi - pip install python-dateutil - pip install convertdate - pip install korean_lunar_calendar - pip install six - pip install flake8 - pip install coveralls - python setup.py install matrix: include: - python: '3.9' - python: '3.8' - python: '3.7' - python: '3.6' - python: '3.5' - python: '2.7' - python: 'pypy3' before_script: - flake8 script: - coverage run --omit=*site-packages*,*pypy* tests.py after_success: - coveralls
Use Python 3.9 to test missing hijri-converter
Use Python 3.9 to test missing hijri-converter
YAML
mit
ryanss/holidays.py,dr-prodigy/python-holidays
43c23e57973acc8a3de3e5cc180d6939761fd6e8
.travis.yml
.travis.yml
language: node_js node_js: - '4' on: tags: true
language: node_js node_js: - '4' branches: only: - /^v[0-9]/
Handle Travis bug for duplicate builds
Handle Travis bug for duplicate builds - https://github.com/travis-ci/travis-ci/issues/2456 - https://github.com/travis-ci/travis-ci/issues/1532#issuecomment-40115887
YAML
mit
niksy/modernizr-detects,niksy/modernizr-detects
7329b2a7e7a45e7d3a880eb680f99004bae879fa
.travis.yml
.travis.yml
language: objective-c xcode_project: OpenSim.xcodeproj xcode_scheme: OpenSim osx_image: xcode7.3 script: - xcodebuild clean build -project OpenSim.xcodeproj -scheme OpenSim
language: objective-c xcode_project: OpenSim.xcodeproj xcode_scheme: OpenSim osx_image: xcode8 script: - xcodebuild clean build -project OpenSim.xcodeproj -scheme OpenSim
Change OS X image to Xcode 8.
Change OS X image to Xcode 8.
YAML
mit
luosheng/OpenSim
96a7d83157682d2774d7ed768fa6e11edd34e34e
.travis.yml
.travis.yml
language: java matrix: include: - os: linux sudo: false jdk: oraclejdk8 addons: apt: packages: - oracle-java8-installer - oracle-java8-set-default script: ./gradlew check 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 dist: trusty jdk: openjdk8 script: ./gradlew check 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/
Use only OpenJDK 8 on Trusty in Travis CI
Use only OpenJDK 8 on Trusty in Travis CI
YAML
apache-2.0
polis-mail-ru/2017-highload-kv,polis-mail-ru/2017-highload-kv
a28469a6b4e433dfbfaa2b6f50a0429513ba8785
.travis.yml
.travis.yml
language: java os: - linux notifications: email: on_success: change on_failure: always
language: java os: - linux sudo: false addons: apt: packages: - oracle-java8-installer notifications: email: on_success: change on_failure: always
Use latest Java 8 when running tests
Use latest Java 8 when running tests
YAML
mit
mini2Dx/miniscript,mini2Dx/miniscript,mini2Dx/miniscript,mini2Dx/miniscript
c620f95fed51aa39d4d99ec19779fa722931fd2a
.travis.yml
.travis.yml
--- language: go os: - linux - osx go: - 1.3 - 1.4 - 1.5 - tip
--- go_import_path: enum-dns language: go os: - linux - osx go: - 1.3 - 1.4 - 1.5 - tip
Fix path to allow imports
Fix path to allow imports
YAML
apache-2.0
hadrienk/enum-dns,hadrienk/enum-dns,hadrienk/enum-dns
0d7d2ce0b412349247dc6982cdc1942bbc519223
.travis.yml
.travis.yml
cache: directories: - $HOME/.platformio language: python python: - "2.6" - "2.7" env: - TOX_ENV=docs - TOX_ENV=lint - TOX_ENV=py27 install: - pip install tox script: - tox -e $TOX_ENV
cache: directories: - $HOME/.platformio language: python python: - "2.7" env: - TOX_ENV=docs - TOX_ENV=lint - TOX_ENV=py27 install: - pip install tox script: - tox -e $TOX_ENV
Disable Travis Python 2.6 iteration
Disable Travis Python 2.6 iteration
YAML
apache-2.0
bkudria/platformio,jrobeson/platformio,platformio/platformio-core,ZachMassia/platformio,TimJay/platformio,awong1900/platformio,bkudria/platformio,bkudria/platformio,atyenoria/platformio,platformio/platformio,awong1900/platformio,mplewis/platformio,valeros/platformio,mcanthony/platformio,eiginn/platformio,TimJay/platformio,jrobeson/platformio,platformio/platformio-core,awong1900/platformio,jrobeson/platformio,bkudria/platformio,TimJay/platformio,mseroczynski/platformio,TimJay/platformio,TimJay/platformio,jrobeson/platformio,dkuku/platformio
28d43280be798ec973e45d6dd366034ab786683d
.travis.yml
.travis.yml
language: node_js node_js: - '9' - '8' - '7' - '6' - '5' - '4' - '0.12' - '0.10'
language: node_js node_js: - '10' - '9' - '8' - '7' - '6' - '5' - '4' - '0.12' - '0.10'
Add Node.js 10 to Travis CI build matrix
Add Node.js 10 to Travis CI build matrix
YAML
mit
watson/stackman
7ff9ae72432a1ee2749b154d05a8d34f4917d5ca
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" # - "3.2" # py.test has no support for Python 3.2 - "3.3" - "3.4" - "3.5" - "3.6" - "3.7-dev" # 3.7 development branch - "nightly" # currently points to 3.7-dev - "pypy" install: - pip install -r requirements_test.txt - pip install coveralls script: make test after_success: coveralls
language: python python: - "2.6" - "2.7" # - "3.2" # py.test has no support for Python 3.2 - "3.3" - "3.4" - "3.5" - "3.6" - "3.7-dev" # 3.7 development branch - "nightly" # currently points to 3.7-dev - "pypy" install: - pip install tox - pip install coveralls script: tox after_success: coveralls
Change the configuration of Travis to use Tox.
Change the configuration of Travis to use Tox.
YAML
mit
vrcmarcos/python-deprecated
8ec0255729e45dda364f09fd5b66001dabb9660a
.travis.yml
.travis.yml
language: ruby sudo: false rvm: 2.2 addons: transifex: username: somebody password: s3cretz hostname: https://www.custom-hostname.example.com install: echo install script: echo script after_script: - cat ~/.transifexrc
language: ruby sudo: false rvm: 2.2 env: - ZERO=0 - ZERO=1 addons: transifex: username: somebody password: s3cretz hostname: https://www.custom-hostname.example.com install: echo install script: - echo script - test $ZERO -eq 0 after_script: - cat ~/.transifexrc
Test after_success behavior of transifex
Test after_success behavior of transifex
YAML
mit
travis-repos/ruby-test-staging
e1cf30a1ca19c7a2f53b2b29956b2b2a279b265d
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.11" before_install: - npm install -g grunt-cli
language: node_js node_js: - "0.10" - "0.11" - "0.12" - "iojs" before_install: - npm install -g grunt-cli
Drop support for older Node, add io.js.
Drop support for older Node, add io.js.
YAML
mit
rubenv/json-inspect
08252e3dd08db5f272652ebc95037725731a1715
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm cache: directories: - vendor - $HOME/.composer/cache install: - composer install script: - mkdir -p build/logs - php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - travis_retry php ./vendor/bin/coveralls services: - mysql sudo: false
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm cache: directories: - vendor - $HOME/.composer/cache install: - composer install script: - mkdir -p build/logs - php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - travis_retry php ./vendor/bin/coveralls services: - mysql sudo: false
Drop PHP 5.3 from Travis CI
Drop PHP 5.3 from Travis CI
YAML
mit
emonkak/php-database
6daf7f0c8a709b8018a84bc879d988edbfa653a4
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.5 - 2.2.0
language: ruby rvm: - 2.0.0-p648 - 2.1.8 - 2.2.4 - 2.3.0
Update Ruby versions for Travis CI.
Update Ruby versions for Travis CI.
YAML
mit
rossf7/elasticrawl
e7f5e3f669436826bf0ffe7a88c1ac180c48bb25
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.1.1" - "2.1.2" - "2.1.4" - "2.2.0"
sudo: false language: ruby before_install: - gem install bundler rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.1.1" - "2.1.2" - "2.1.4" - "2.2.0"
Add before_install to install bundler
Add before_install to install bundler
YAML
mit
neilslater/ruby_nex_c,neilslater/ruby_nex_c
77a974aaa00b0c31b8ecafbf4b1d40166cbda61b
.travis.yml
.travis.yml
language: erlang # no C/shell language support; use least-loaded worker(s) # Make sure CMake is installed on target install: sudo apt-get install cmake libcap # Build a release version and get verbose output env: - TEST_OPTS=-v - DEFAULT_TEST_TARGET=prove - OPTIONS="-DCMAKE_BUILD_TYPE=Release" # Run the Build script script: - mkdir _build - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - sudo make install # Run Tests after_script: - ctest --output-on-failure # Only watch the master branch branches: only: - master # Notify the LuaDist Dev group if needed notifications: recipients: - [email protected] email: on_success: change on_failure: always
language: erlang # no C/shell language support; use least-loaded worker(s) # Make sure CMake is installed on target install: sudo apt-get install cmake # Build a release version and get verbose output env: - TEST_OPTS=-v - DEFAULT_TEST_TARGET=prove - OPTIONS="-DCMAKE_BUILD_TYPE=Release" # Run the Build script script: - mkdir _build - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - sudo make install # Run Tests after_script: - ctest --output-on-failure # Only watch the master branch branches: only: - master # Notify the LuaDist Dev group if needed notifications: recipients: - [email protected] email: on_success: change on_failure: always
Revert "Tell Travis to try to install setcap"
Revert "Tell Travis to try to install setcap" Travis does not seem to have libcap Unable to locate package libcap install: 'sudo apt-get install cmake libcap' returned false. Done. Build script exited with: 1 This reverts commit 2e207eb8cd13a95db10f86b1093fb2f08682411a.
YAML
mit
eroullit/dabba,eroullit/dabba,eroullit/dabba,eroullit/dabba
a0350892f9f2906b65afad36766e8319ec8f5c0b
.travis.yml
.travis.yml
language: ruby env: DEBUG=true rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode
language: ruby env: DEBUG=true rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - jruby-9000 # JRuby 9.0.0.0!
Add jRuby 9k to CI config
Add jRuby 9k to CI config
YAML
mit
gemfury/gemfury
a249932002f2e95e0a91b8570c7a25d96250f552
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' - '4.1'
language: node_js node_js: - '0.12' - '4.1' notifications: email: false
Disable email notifications from Travis CI
Disable email notifications from Travis CI
YAML
mit
hanamura/gulp-minisite,hanamura/gulp-minisite
aee9a4f78c22f6a449a36184656bc1bbe4185a75
.travis.yml
.travis.yml
language: python cache: pip python: - "3.5" - "3.6" env: # the Django version from requirements.txt is used - $DENV="" # the latest Django development version is used - $DENV="pip install --upgrade --pre Django" # allow the Django pre version to fail without failing the entire build matrix: fast_finish: true allow_failures: - env: $DENV="pip install --upgrade --pre Django" install: - pip install -U pip wheel - pip install -r requirements.txt - $DENV - pip install coveralls script: - export PYTHONWARNINGS=all - python src/manage.py check - python src/manage.py test feedback - coverage run --omit="*/migrations*" --source="." src/manage.py test feedback after_success: coveralls
language: python cache: pip python: - "3.5" - "3.6" - "3.7" env: # the Django version from requirements.txt is used - $DENV="" # the latest Django development version is used - $DENV="pip install --upgrade --pre Django" # allow the Django pre version to fail without failing the entire build matrix: fast_finish: true allow_failures: - env: $DENV="pip install --upgrade --pre Django" install: - pip install -U pip wheel - pip install -r requirements.txt - $DENV - pip install coveralls script: - export PYTHONWARNINGS=all - python src/manage.py check - python src/manage.py test feedback - coverage run --omit="*/migrations*" --source="." src/manage.py test feedback after_success: coveralls
Add python 3.7 to ci
Add python 3.7 to ci
YAML
agpl-3.0
d120/pyfeedback,d120/pyfeedback,d120/pyfeedback,d120/pyfeedback
e4133738586e0b4c5f93fe047068c1efd9ea2984
.travis.yml
.travis.yml
script: "bundle exec rake travis" before_script: ./bin/ci/before_build.sh rvm: - 1.9.2 - 1.9.3 notifications: email: - [email protected] - [email protected] irc: "irc.freenode.org#locomotivecms" branches: only: - master - 2.0.0.rc
script: "bundle exec rake travis" before_script: ./bin/ci/before_build.sh rvm: - 1.9.2 - 1.9.3 notifications: email: - [email protected] - [email protected] irc: "irc.freenode.org#locomotivecms" branches: only: - master - 1.0.0
Test the master and 1.0 stable branches.
Test the master and 1.0 stable branches.
YAML
mit
emanuel/engine,timsly/engine,Vinagility/engine_old,Sharagoz/engine,furkanayhan/engine,slavajacobson/engine,local-ch/locomotivecms-engine,scarl3tt/engine,LaunchPadLab/engine,StartupWeekend/engine,merqlove/engine,merqlove/engine,local-ch/locomotivecms-engine,Gnuside/contrib-locomotivecms-engine,thirus/engine,boie0025/engine-clone,Gnuside/contrib-locomotivecms-engine,StartupWeekend/engine,furkanayhan/engine,emanuel/engine,ipmobiletech/locomotivecms-engine,boie0025/engine,timsly/engine,k-yamada/engine,Coren/engine,furkanayhan/engine,slavajacobson/engine,LaunchPadLab/engine,chepri/engine,furkanayhan/engine,chepri/engine,ipmobiletech/locomotivecms-engine,dreimannzelt/locomotive-engine,chepri/engine,boie0025/engine,ipmobiletech/locomotivecms-engine,StartupWeekend/engine,Gnuside/contrib-locomotivecms-engine,merqlove/engine,benhutton/engine_bak,boie0025/engine-clone,thirus/engine,Coren/engine,k-yamada/engine,thirus/engine,LaunchPadLab/engine,dreimannzelt/locomotive-engine,timsly/engine,emanuel/engine,boie0025/engine-clone,timsly/engine,local-ch/locomotivecms-engine,dreimannzelt/locomotive-engine,masm/engine,chepri/engine,scarl3tt/engine,boie0025/engine,benhutton/engine_bak,scarl3tt/engine,Sharagoz/engine,merqlove/engine,boie0025/engine-clone,scarl3tt/engine,thirus/engine,LaunchPadLab/engine,masm/engine,slavajacobson/engine,masm/engine,Vinagility/engine_old,dreimannzelt/locomotive-engine,benhutton/engine_bak,Coren/engine,slavajacobson/engine,ipmobiletech/locomotivecms-engine,Sharagoz/engine,Vinagility/engine_old,masm/engine,boie0025/engine,k-yamada/engine,Coren/engine,k-yamada/engine,StartupWeekend/engine,local-ch/locomotivecms-engine
3060a541365cf80b552d88aa399777406aceb28c
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" install: - "pip install --upgrade pip" - "pip install -r requirements.txt" - "python setup.py install" before_script: - "flake8 masterqa/*.py" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - "firefox --version" - "nosetests examples/deploy_only/results_page.py --with-selenium --browser=firefox" env: matrix: - BROWSER=firefox notifications: email: false
language: python sudo: false python: - "2.7" install: - "pip install --upgrade pip" - "pip install -r requirements.txt" - "python setup.py install" before_script: - "flake8 masterqa/*.py" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - "firefox --version" - "nosetests examples/deploy_only/results_page.py --with-selenium --browser=firefox" - "pytest examples/deploy_only/results_page.py --with-selenium --browser=firefox" env: matrix: - BROWSER=firefox notifications: email: false
Add a deploy check with pytest
Add a deploy check with pytest
YAML
mit
mdmintz/MasterQA,masterqa/MasterQA
f0ff6877bf76bbd8bae60d7c4291cb5825264e96
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" - "7" - "8" script: echo "code tests" ; npm run test; echo "readme tests" ; npm run test-readme ; echo "documentation example tests" ; npm run test-docs
language: node_js node_js: - "6" - "7" - "8" - "9" script: echo "code tests" ; npm run test; echo "readme tests" ; npm run test-readme ; echo "documentation example tests" ; npm run test-docs
Test on Node v9, stop testing on 4 and 5
Travis: Test on Node v9, stop testing on 4 and 5
YAML
isc
anko/eslisp
1e98af0b4006708d57bbf888ab008cc7e75f4184
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.2 before_install: - gem update fastlane --no-ri --no-rdoc --no-document - git remote set-url origin "https://${GITHUB_TOKEN}@github.com/uias/Pageboy.git" script: - .travis/build.sh after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false
language: objective-c osx_image: xcode8.2 before_install: - gem update fastlane --no-ri --no-rdoc --no-document - git remote set-url origin "https://${GITHUB_TOKEN}@github.com/uias/Pageboy.git" script: - .travis/build.sh after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false branches: only: - master - develop
Add branch restrictions to CI
Add branch restrictions to CI
YAML
mit
uias/Pageboy,uias/Pageboy
0e827949ad6431e00fb2b11362a795ca7ea5e82a
.travis.yml
.travis.yml
language: go go: - tip sudo: required dist: trusty addons: apt: packages: - python3 - python3-coverage - libpq-dev - python3-psycopg2 - python3-numpy - python3-matplotlib install: - go get github.com/olt/libpq - go get github.com/DATA-DOG/go-sqlmock - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover before_script: - go vet $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone/... script: - cd $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone; go install - cd $GOPATH/src/github.com/seadsystem/Backend/DB/api; ./test_url_parser.py - cd $GOPATH/src/github.com/seadsystem/Backend/DB/api; ./test_db.py after_success: - cd $GOPATH/src/github.com/seadsystem/Backend; go test github.com/seadsystem/Backend/DB/landingzone/... - cd $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone; ./test-coverage.sh
language: go go: - tip sudo: required dist: trusty addons: apt: packages: - python3 - python3-coverage - libpq-dev - python3-numpy - python3-matplotlib install: - go get github.com/olt/libpq - go get github.com/DATA-DOG/go-sqlmock - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - sudo apt-get install python3-pip - pip3 install psycopg2 before_script: - go vet $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone/... script: - cd $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone; go install - cd $GOPATH/src/github.com/seadsystem/Backend/DB/api; ./test_url_parser.py - cd $GOPATH/src/github.com/seadsystem/Backend/DB/api; ./test_db.py after_success: - cd $GOPATH/src/github.com/seadsystem/Backend; go test github.com/seadsystem/Backend/DB/landingzone/... - cd $GOPATH/src/github.com/seadsystem/Backend/DB/landingzone; ./test-coverage.sh
Switch to installing psycopg2 via pip in Travis CI.
Switch to installing psycopg2 via pip in Travis CI.
YAML
mit
seadsystem/Backend,seadsystem/Backend,seadsystem/Backend,seadsystem/Backend
bb9e1af0e04ef568a520e717c45343929ffdc83f
.travis.yml
.travis.yml
language: python dist: trusty sudo: required matrix: include: - os: linux sudo: required python: 2.7 - os: linux sudo: required python: 3.4 - os: linux sudo: required python: 3.5 - os: linux sudo: required python: 3.6 - os: osx python: 3.6 before_install: - ./.travis/before_install.sh install: - pip install -e . script: - pytest --cov after_success: - codecov notifications: slack: climate-models:LuGwA2dGrgZRL1O7AssggqyP
language: python dist: trusty sudo: required matrix: include: - os: linux sudo: required python: 2.7 - os: linux sudo: required python: 3.4 - os: linux sudo: required python: 3.5 - os: linux sudo: required python: 3.6 - os: osx python: 3.5 before_install: - ./.travis/before_install.sh install: - pip install -e . script: - pytest --cov after_success: - codecov notifications: slack: climate-models:LuGwA2dGrgZRL1O7AssggqyP
Use Python 3.5 on OS X
Use Python 3.5 on OS X
YAML
agpl-3.0
openclimatedata/pymagicc,openclimatedata/pymagicc
3a8fd4eb3c64f6ec8244c0685269aec7939730f0
.travis.yml
.travis.yml
language: c sudo: false notifications: email: false env: global: - COMMAND="pytest glue_vispy_viewers --cov glue_vispy_viewers" - SETUP_XVFB=True - CONDA_CHANNELS="glueviz" - CONDA_DEPENDENCIES="glueviz mock pyopengl pyqt pytest-cov qtpy scipy" - CONDA_CHANNEL_PRIORITY=True matrix: - PYTHON_VERSION=3.5 CONDA_DEPENDENCIES="" PIP_DEPENDENCIES="flake8" COMMAND="flake8 --max-line-length=100 --exclude=extern glue_vispy_viewers" #- PYTHON_VERSION=2.7 #- PYTHON_VERSION=3.5 - PYTHON_VERSION=2.7 CONDA_CHANNELS="glueviz/label/dev" - PYTHON_VERSION=3.5 CONDA_CHANNELS="glueviz/label/dev" install: - git clone git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh - if [[ $COMMAND == pytest* ]]; then pip install coveralls; fi script: - $COMMAND after_success: - if [[ $COMMAND == pytest* ]]; then coveralls; fi
language: c sudo: false notifications: email: false env: global: - COMMAND="pytest glue_vispy_viewers --cov glue_vispy_viewers" - SETUP_XVFB=True - CONDA_CHANNELS="glueviz" - CONDA_DEPENDENCIES="glueviz mock pyopengl pyqt pytest-cov qtpy scipy" - CONDA_CHANNEL_PRIORITY=True - PIP_DEPENDENCIES="pytest-faulthandler pytest-qt objgraph" matrix: - PYTHON_VERSION=3.5 CONDA_DEPENDENCIES="" PIP_DEPENDENCIES="flake8" COMMAND="flake8 --max-line-length=100 --exclude=extern glue_vispy_viewers" #- PYTHON_VERSION=2.7 #- PYTHON_VERSION=3.5 - PYTHON_VERSION=2.7 CONDA_CHANNELS="glueviz/label/dev" - PYTHON_VERSION=3.5 CONDA_CHANNELS="glueviz/label/dev" install: - git clone git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh - if [[ $COMMAND == pytest* ]]; then pip install coveralls; fi script: - $COMMAND after_success: - if [[ $COMMAND == pytest* ]]; then coveralls; fi
Include pytest-faulthandler, pytest-qt, and objgraph
Travis: Include pytest-faulthandler, pytest-qt, and objgraph
YAML
bsd-2-clause
astrofrog/glue-3d-viewer,glue-viz/glue-3d-viewer,astrofrog/glue-vispy-viewers,PennyQ/astro-vispy,glue-viz/glue-vispy-viewers
7c907e948f818d31c1acb90e789dbb04b013d57d
.travis.yml
.travis.yml
language: android # use container based build infrastructure sudo: false jdk: - oraclejdk8 android: components: - platform-tools - tools - build-tools-24.0.0 - android-24 - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository licenses: - '.+' script: - ./gradlew assembleDebug -PdisablePreDex - ./gradlew lint checkstyle findbugs pmd -PdisablePreDex cache: directories: - $HOME/.gradle
language: android # use container based build infrastructure sudo: false jdk: - oraclejdk8 android: components: - platform-tools - tools - build-tools-24.0.2 - android-24 - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository licenses: - '.+' script: - ./gradlew assembleDebug -PdisablePreDex - ./gradlew lint checkstyle findbugs pmd -PdisablePreDex cache: directories: - $HOME/.gradle
Fix Travis script with new build tools version
Fix Travis script with new build tools version
YAML
apache-2.0
zplesac/android_connectionbuddy,zplesac/android_connectify
73006788a00160af05ff01c65504de15bc4fdd59
.travis.yml
.travis.yml
sudo: false dist: trusty language: java before_install: - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh install: mvn install -DskipTests=true -Dgpg.skip=true jdk: - openjdk9 - openjdk10 - openjdk11 matrix: include: # 9 - env: JDK='Oracle JDK 9' jdk: oraclejdk9 - env: JDK='OpenJDK 9' install: . ./install-jdk.sh -F 9 # 10 - env: JDK='Oracle JDK 10' jdk: oraclejdk10 - env: JDK='OpenJDK 10' install: . ./install-jdk.sh -F 10 -L GPL # 11 - env: JDK='Oracle JDK 11' install: . ./install-jdk.sh -F 11 -L BCL - env: JDK='OpenJDK 11' install: . ./install-jdk.sh -F 11 -L GPL notifications: email: false # whitelist branches: only: - master
sudo: false dist: trusty language: java before_install: - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh install: mvn install -DskipTests=true -Dgpg.skip=true jdk: - openjdk9 - openjdk10 - openjdk11 matrix: include: # 9 - env: JDK='Oracle JDK 9' jdk: oraclejdk9 - env: JDK='OpenJDK 9' install: . ./install-jdk.sh -F 9 # 10 - env: JDK='OpenJDK 10' install: . ./install-jdk.sh -F 10 -L GPL # 11 - env: JDK='Oracle JDK 11' install: . ./install-jdk.sh -F 11 -L BCL - env: JDK='OpenJDK 11' install: . ./install-jdk.sh -F 11 -L GPL notifications: email: false # whitelist branches: only: - master
Remove deprecated Oracle JDK 10.
Remove deprecated Oracle JDK 10.
YAML
apache-2.0
jhalterman/sarge,jhalterman/sarge
9b3944f45505b16f21b0cbd211d306fd6c3e180c
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start sudo: false
Use container-based infra on Travis
Use container-based infra on Travis
YAML
mit
herojobs/react-router,wesbos/react-router,timuric/react-router,baillyje/react-router,justinanastos/react-router,adityapunjani/react-router,MrBackKom/react-router,gbaladi/react-router,justinanastos/react-router,Reggino/react-router,mikekidder/react-router,Reggino/react-router,rkit/react-router,Gazler/react-router,iNikNik/react-router,daannijkamp/react-router,naoufal/react-router,fractal5/react-router,iNikNik/react-router,naoufal/react-router,sugarshin/react-router,mhuggins7278/react-router,stonegithubs/react-router,mulesoft/react-router,zeke/react-router,timuric/react-router,JohnyDays/react-router,Takeno/react-router,andrefarzat/react-router,nkatsaros/react-router,Semora/react-router,xiaoking/react-router,gabrielalmeida/react-router,mulesoft/react-router,martypenner/react-router,elpete/react-router,andrefarzat/react-router,devmeyster/react-router,stevewillard/react-router,sugarshin/react-router,baillyje/react-router,stevewillard/react-router,thefringeninja/react-router,MrBackKom/react-router,wushuyi/react-router,gabrielalmeida/react-router,singggum3b/react-router,elpete/react-router,singggum3b/react-router,xiaoking/react-router,lrs/react-router,alexlande/react-router,timuric/react-router,arthurflachs/react-router,Duc-Ngo-CSSE/react-router,adityapunjani/react-router,herojobs/react-router,stonegithubs/react-router,martypenner/react-router,ricca509/react-router,collardeau/react-router,wushuyi/react-router,jmeas/react-router,dontcallmedom/react-router,claudiopro/react-router,johnochs/react-router,stonegithubs/react-router,subpopular/react-router,wesbos/react-router,rkit/react-router,chentsulin/react-router,dontcallmedom/react-router,qimingweng/react-router,fractal5/react-router,edpaget/react-router,oliverwoodings/react-router,edpaget/react-router,johnochs/react-router,Gazler/react-router,claudiopro/react-router,chentsulin/react-router,lrs/react-router,xiaoking/react-router,JohnyDays/react-router,subpopular/react-router,lrs/react-router,grgur/react-router,gabrielalmeida/react-router,mulesoft/react-router,lingard/react-router,juliocanares/react-router,mikekidder/react-router,lingard/react-router,singggum3b/react-router,knowbody/react-router,elpete/react-router,jayphelps/react-router,alexlande/react-router,FredKSchott/react-router,zeke/react-router,ricca509/react-router,artnez/react-router,Gazler/react-router,fractal5/react-router,subpopular/react-router,lingard/react-router,ricca509/react-router,iNikNik/react-router,alexlande/react-router,brigand/react-router,naoufal/react-router,sugarshin/react-router,oliverwoodings/react-router,Takeno/react-router,qimingweng/react-router,claudiopro/react-router,herojobs/react-router,thefringeninja/react-router,andrefarzat/react-router,geminiyellow/react-router,stevewillard/react-router,Semora/react-router,gbaladi/react-router,idolize/react-router,arthurflachs/react-router,jmeas/react-router,devmeyster/react-router,juliocanares/react-router,zeke/react-router,Takeno/react-router,rkit/react-router,knowbody/react-router,Duc-Ngo-CSSE/react-router,juliocanares/react-router,brigand/react-router,dontcallmedom/react-router,jmeas/react-router,chentsulin/react-router,geminiyellow/react-router,FredKSchott/react-router,adityapunjani/react-router,wushuyi/react-router,mhuggins7278/react-router,johnochs/react-router,gbaladi/react-router,mikekidder/react-router,idolize/react-router,oliverwoodings/react-router,grgur/react-router,knowbody/react-router,martypenner/react-router,collardeau/react-router,Duc-Ngo-CSSE/react-router,geminiyellow/react-router,nkatsaros/react-router,MrBackKom/react-router,daannijkamp/react-router,artnez/react-router,thefringeninja/react-router,daannijkamp/react-router,edpaget/react-router,idolize/react-router,brigand/react-router,grgur/react-router,jayphelps/react-router,justinanastos/react-router,collardeau/react-router,mhuggins7278/react-router,nkatsaros/react-router,artnez/react-router,baillyje/react-router,devmeyster/react-router,jayphelps/react-router,arthurflachs/react-router,FredKSchott/react-router,JohnyDays/react-router,Semora/react-router,wesbos/react-router,Reggino/react-router,qimingweng/react-router
ea9dc90b94db95e62d7d319a10d00ae213e59538
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" before_install: - sudo add-apt-repository -y ppa:biometrics/bob - sudo apt-get update -qq - sudo apt-get install -qq libboost-all-dev libblitz1-dev install: - "python bootstrap.py" - "./bin/buildout" script: - "./bin/nosetests -sv"
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" before_install: - sudo add-apt-repository -y ppa:biometrics/bob - sudo apt-get update -qq - sudo apt-get install -qq libboost-all-dev libblitz1-dev install: - "python bootstrap.py" - "./bin/buildout" script: - "./bin/nosetests -sv" - "./bin/sphinx-build -b doctest doc sphinx" - "./bin/sphinx-build -b html doc sphinx"
Test documentation and documentation generation
Test documentation and documentation generation
YAML
bsd-3-clause
tiagofrepereira2012/bob.blitz,tiagofrepereira2012/bob.blitz,tiagofrepereira2012/bob.blitz
d2bc5739223c87bd20b94b1d9ad6e79b494d067b
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit --coverage-clover clover after_success: - curl -sL https://bit.ly/artifact-uploader | php
language: php php: - 5.4 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit --coverage-clover clover after_success: - curl -sL https://bit.ly/artifact-uploader | php
Remove the build over PHP 5.3
Remove the build over PHP 5.3
YAML
apache-2.0
potherca-contrib/scrutinizer,potherca-contrib/scrutinizer
7385cfdaeaa0ba2e2018a5e621d247d656ceb6f0
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "pypy" - "pypy3" # test command install: - python setup.py install script: - python setup.py test - cmark.py README.md - cmark.py README.md -a - cmark.py README.md -aj
sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" - "pypy3" # test command install: - python setup.py install script: - python setup.py test - cmark.py README.md - cmark.py README.md -a - cmark.py README.md -aj
Enable automated testing on python 3.5
Enable automated testing on python 3.5
YAML
bsd-3-clause
lu-zero/CommonMark-py
d73d70ee2cef8c5a1b6457df758ca483790bbfa4
.travis.yml
.travis.yml
sudo: false language: java jdk: - openjdk8 env: global: - DITA_OT_VERSION=3.3.4 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
sudo: false language: java jdk: - openjdk8 env: global: - DITA_OT_VERSION=3.4 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
Use latest DITA-OT version (3.4) for CI builds
Use latest DITA-OT version (3.4) for CI builds Signed-off-by: Roger Sheen <[email protected]>
YAML
apache-2.0
infotexture/docs,infotexture/docs,dita-ot/docs
d7bbcb9954d5b4624d382e17496b61bbfbc4dbdd
.travis.yml
.travis.yml
language: java notifications: email: recepients: - [email protected] on_success: always on_failure: always jdk: - oraclejdk8 branches: only: - master cache: directories: - "~/.m2" install: true before_script: # This is required to avoid failures of HBase minicluster related to Hadoop 1.x releases - umask 022 - git config --global user.email "[email protected]" - git config --global user.name "Omid CI" # Install protobuf to genearte TSO client-server protocol in each compilation - cd .. - wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz - tar -xzvf protobuf-2.5.0.tar.gz - cd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install - cd ../incubator-omid script: - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; then git checkout master && mvn clean cobertura:cobertura coveralls:report -Phbase-0 ; else git checkout -b tmp-build-branch && mvn clean test -Phbase-0 ; fi
language: java notifications: email: recepients: - [email protected] on_success: always on_failure: always jdk: - oraclejdk8 branches: only: - master - 0.9.0.0 - phoenix-integration cache: directories: - "~/.m2" install: true before_script: # This is required to avoid failures of HBase minicluster related to Hadoop 1.x releases - umask 022 - git config --global user.email "[email protected]" - git config --global user.name "Omid CI" # Install protobuf to genearte TSO client-server protocol in each compilation - cd .. - wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz - tar -xzvf protobuf-2.5.0.tar.gz - cd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install - cd ../incubator-omid script: - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; then git checkout master && mvn clean cobertura:cobertura coveralls:report -Phbase-0 ; else git checkout -b tmp-build-branch && mvn clean test -Phbase-0 ; fi
Add 0.9.0.0 and phoenix-integration branches to Travis
[OMID-88] Add 0.9.0.0 and phoenix-integration branches to Travis Change-Id: Ib3308cfdb20ee84b3a71da8ec976873ff279d54f
YAML
apache-2.0
yonigottesman/incubator-omid,yonigottesman/incubator-omid
2661ad4b78cdf7a34bbe7dc0b66a5338b22f0357
.travis.yml
.travis.yml
sudo: required # This moves Kubernetes specific config files. env: - CHANGE_MINIKUBE_NONE_USER=true before_script: # Download kubectl, which is a requirement for using minikube. - curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ # Download minikube. - curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/ - sudo minikube start --vm-driver=none --kubernetes-version=v1.7.0 # Retrieves the IP address of the running cluster, checks it # with IP in kubeconfig, and corrects kubeconfig if incorrect - minikube update-context # Wait for Kubernetes to be up and ready. - JSONPATH='{range .items[*]}{@.metadata.name}:{range @.status.conditions[*]}{@.type}={@.status};{end}{end}'; until kubectl get nodes -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; do sleep 1; done script: # Create example Redis deployment on Kubernetes. - kubectl cluster-info - kubectl run travis-example --image=redis - kubectl get deployment - while true; do docker pull openebs/jiva:latest; sleep 2; done
sudo: required dist: trusty group: travis_lts # This moves Kubernetes specific config files. env: - CHANGE_MINIKUBE_NONE_USER=true before_script: # Download kubectl, which is a requirement for using minikube. - curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ # Download minikube. - curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/ - sudo minikube start --vm-driver=none --kubernetes-version=v1.7.0 # Retrieves the IP address of the running cluster, checks it # with IP in kubeconfig, and corrects kubeconfig if incorrect - minikube update-context # Wait for Kubernetes to be up and ready. - JSONPATH='{range .items[*]}{@.metadata.name}:{range @.status.conditions[*]}{@.type}={@.status};{end}{end}'; until kubectl get nodes -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; do sleep 1; done script: # Create example Redis deployment on Kubernetes. - kubectl cluster-info - kubectl run travis-example --image=redis - kubectl get deployment - while true; do docker pull openebs/jiva:latest; sleep 2; done
Add LTS release for CI build in Travis
Add LTS release for CI build in Travis
YAML
apache-2.0
prateekpandey14/Explorer
522ef00cc631d5fcc43f80a2e299f36e0f4c9595
.travis.yml
.travis.yml
language: php php: - hhvm - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 matrix: include: - php: 5.3 env: COMPOSER_FLAGS="--prefer-lowest" cache: directories: - $COMPOSER_CACHE_DIR before_install: - composer selfupdate install: - composer update --prefer-dist --no-interaction $COMPOSER_FLAGS script: - mkdir -p build/logs - phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v
language: php php: - hhvm - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 matrix: include: - php: 5.3 env: COMPOSER_FLAGS="--prefer-lowest" cache: directories: - $COMPOSER_CACHE_DIR before_install: - composer selfupdate install: - composer update --prefer-dist --no-interaction $COMPOSER_FLAGS script: - mkdir -p build/logs - phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v
Add PHP7.1 to build matrix
Add PHP7.1 to build matrix
YAML
mit
scheb/tombstone,scheb/tombstone,scheb/tombstone
ed00d8601cfd047a74e107518e1c9e33ea0cfae6
.travis.yml
.travis.yml
language: python python: - '2.6' - '2.7' - '3.2' - '3.3' - '3.4' - 'nightly' install: - pip install ${DJANGO} Paver flake8 tmdbsimple script: - paver inspect - paver test - python setup.py sdist env: global: secure: uI+0MUSsCbTAWlyODiAURJObLDZ1mnLlYQGhDFUW4FGFTIKjbX9aZiNv0J9P0qbQDsO8OrFRuAaa2L2z/09w54g39gsQUW2vBPL/W+6p+twMZl4NHT9vAYrfXRqylCG/gcswOKs2hTlHC3qbp3vBpoCm1nI0rlonyWJZnbEU+ZQ= matrix: - DJANGO="Django>=1.4,<1.5" - DJANGO="Django>=1.7,<1.8" - DJANGO="Django>=1.8,<1.9" matrix: allow_failures: - python: 'nightly' exclude: - python: '2.6' env: DJANGO="Django>=1.7,<1.8" - python: '2.6' env: DJANGO="Django>=1.8,<1.9" - python: '3.2' env: DJANGO="Django>=1.4,<1.5" - python: '3.3' env: DJANGO="Django>=1.4,<1.5" - python: '3.4' env: DJANGO="Django>=1.4,<1.5" - python: 'nightly' env: DJANGO="Django>=1.4,<1.5"
language: python python: - '2.7' - '3.2' - '3.3' - '3.4' - 'nightly' install: - pip install ${DJANGO} Paver flake8 tmdbsimple script: - paver inspect - paver test - python setup.py sdist env: global: secure: uI+0MUSsCbTAWlyODiAURJObLDZ1mnLlYQGhDFUW4FGFTIKjbX9aZiNv0J9P0qbQDsO8OrFRuAaa2L2z/09w54g39gsQUW2vBPL/W+6p+twMZl4NHT9vAYrfXRqylCG/gcswOKs2hTlHC3qbp3vBpoCm1nI0rlonyWJZnbEU+ZQ= matrix: - DJANGO="Django>=1.7,<1.8" - DJANGO="Django>=1.8,<1.9" matrix: allow_failures: - python: 'nightly'
Drop support for Django 1.4
Drop support for Django 1.4 Official support from Django project ends soon anyway
YAML
mit
simon-andrews/movieman2,simon-andrews/movieman2
a46b20c13035f128666e665bd15525d99884b6b4
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.4 - 2.2 - 2.1 - 2.0 - ruby-head - rbx-3.74 - jruby-20mode - jruby-21mode - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-3.74 fast_finish: true before_install: gem install bundler -v 1.14.6
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.4 - 2.2 - 2.1 - 2.0 - ruby-head - rbx-3.74 - jruby - jruby-head env: global: - JRUBY_OPTS="--2.0" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-3.74 fast_finish: true before_install: gem install bundler -v 1.14.6
Fix Travis JRuby modes for JRuby 1.7
Fix Travis JRuby modes for JRuby 1.7
YAML
mit
jnbt/candy_check