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
b866e03faf31d684cdbfaabb9664735fe31dcc4c
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-scipy python-nose install: # pip install . will run setup and check pip success - pip install . - pip install coveralls script: #- nosetests pyamg --with-coverage --cover-package=pyamg - python test_pyamg_install.py after_success: - coveralls
language: python python: - "2.7" virtualenv: system_site_packages: true before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-scipy python-nose install: # pip install . will run setup and check pip success - pip install . - pip install coveralls script: #- nosetests pyamg --with-coverage --cover-package=pyamg - python test_pyamg_install.py after_success: - coveralls
Remove 2.6 testing for now
Remove 2.6 testing for now
YAML
mit
huahbo/pyamg,pyamg/pyamg,pyamg/pyamg,kidaa/pyamg,pyamg/pyamg,kidaa/pyamg,huahbo/pyamg,kidaa/pyamg,huahbo/pyamg,kidaa/pyamg,huahbo/pyamg
f367322f426eee2c44bad90435ee9e7840c4b230
.travis.yml
.travis.yml
language: c before_install: - sudo apt-get update -qq >/dev/null - sudo apt-get install -qq libudev-dev libboost-all-dev >/dev/null - cd ..; wget 'http://freefr.dl.sourceforge.net/project/sdcc/sdcc/3.5.0/sdcc-src-3.5.0.tar.bz2' -O sdcc.tar.bz2; tar xjf sdcc.tar.bz2; cd sdcc-3.5.0; ./configure --disable-pic14-port --disable-pic16-port >/dev/null; make >/dev/null; sudo make install >/dev/null; cd ..; cd cypress-ezusb - cd ..; git clone https://github.com/libusb/libusb.git; cd libusb; ./autogen.sh >/dev/null; ./configure >/dev/null; make >/dev/null; sudo make install >/dev/null; cd ..; cd cypress-ezusb script: - "make all"
language: c before_install: - sudo apt-get update -qq >/dev/null - sudo apt-get install -qq libudev-dev libboost-all-dev >/dev/null - cd ..; wget 'http://freefr.dl.sourceforge.net/project/sdcc/sdcc/3.5.0/sdcc-src-3.5.0.tar.bz2' -O sdcc.tar.bz2; tar xjf sdcc.tar.bz2; cd sdcc-3.5.0; ./configure --disable-pic14-port --disable-pic16-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ds390-port --disable-ds400-port --disable-hc08-port --disable-s08-port --disable-stm8-port --disable-ucsim >/dev/null; make >/dev/null; sudo make install >/dev/null; cd ..; cd cypress-ezusb - cd ..; git clone https://github.com/libusb/libusb.git; cd libusb; ./autogen.sh >/dev/null; ./configure >/dev/null; make >/dev/null; sudo make install >/dev/null; cd ..; cd cypress-ezusb script: - "make all"
Disable everything except for the 8051 port of SDCC
Disable everything except for the 8051 port of SDCC
YAML
mit
m-thu/cypress-ezusb
daece0321c8322ed4bbf0a4c9fe9012c6bffcca0
.travis.yml
.travis.yml
language: java jdk: - openjdk10 - oraclejdk10
language: - java jdk: - openjdk10 - oraclejdk10 install: - true script: - ./gradlew -x signArchives assemble
Exclude archive signing from Travis CI builds
Exclude archive signing from Travis CI builds
YAML
apache-2.0
petrzelenka/sellcom-java-geotemporal
10848f7e64d187fa00a79997c9ca37c7992ded5d
.travis.yml
.travis.yml
--- sudo: false addons: apt: packages: - aspell - aspell-en language: perl perl: - blead - blead-thr - dev - dev-thr - '5.26' - 5.26-thr - '5.24' - 5.24-thr - '5.22' - 5.22-thr - '5.20' - 5.20-thr - '5.18' - 5.18-thr - '5.16' - 5.16-thr - '5.14' - 5.14-thr - '5.12' - 5.12-thr - '5.10' - 5.10-thr - '5.8' - 5.8-thr cache: directories: - $HOME/perl5 matrix: allow_failures: - perl: blead - perl: blead-thr include: - env: COVERAGE=1 perl: '5.26' env: global: - AUTHOR_TESTING=1 - RELEASE_TESTING=1 before_install: - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules ### __app_cisetup__ # --- # force_threaded_perls: 0 # perl_caching: 1 ### __app_cisetup__
--- addons: apt: packages: - aspell - aspell-en language: perl perl: - blead - blead-thr - dev - dev-thr - '5.28' - 5.28-thr - '5.26' - 5.26-thr - '5.24' - 5.24-thr - '5.22' - 5.22-thr - '5.20' - 5.20-thr - '5.18' - 5.18-thr - '5.16' - 5.16-thr - '5.14' - 5.14-thr - '5.12' - 5.12-thr - '5.10' - 5.10-thr - '5.8' - 5.8-thr cache: directories: - $HOME/perl5 matrix: allow_failures: - perl: blead - perl: blead-thr - perl: dev - perl: dev-thr fast_finish: 1 include: - env: COVERAGE=1 perl: '5.28' env: global: - AUTHOR_TESTING=1 - RELEASE_TESTING=1 before_install: - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules ### __app_cisetup__ # --- # force_threaded_perls: 0 # perl_caching: 1 ### __app_cisetup__
Update to include 5.28 in Travis and ignore dev Perl failures
Update to include 5.28 in Travis and ignore dev Perl failures
YAML
artistic-2.0
autarch/DateTime.pm,autarch/DateTime.pm
b03ec39fd00686b071ff992dc2f9b6432b747488
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" script: gulp travis
language: node_js node_js: - "0.11" - "0.10" - "4.0.0" script: gulp travis
Check compatibility with node 4.0
Check compatibility with node 4.0
YAML
mit
liip/fanci
e621ec29df706f269e59d79f586fdba876f74a75
.travis.yml
.travis.yml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - rvm use 2.6.6 - gem install bundler - bundle install script: buildr package jacoco:report after_success: - bash <(curl -s https://codecov.io/bash) git: depth: false
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - gem install bundler - bundle install script: buildr package jacoco:report after_success: - bash <(curl -s https://codecov.io/bash) git: depth: false
Update the version of ruby used to build project in TravisCI.
Update the version of ruby used to build project in TravisCI.
YAML
apache-2.0
realityforge/replicant,realityforge/replicant
d600a6116983d4a8aa5d90e48c37f4f971a7796f
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 branches: only: - master before_script: - composer update --prefer-source --dev script: - bin/phpspec run -fpretty notifications: webhooks: urls: - https://webhooks.gitter.im/e/dd240af232144434bff2 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm branches: only: - master env: - deps=low - deps=high before_script: - composer self-update - if [ "$deps" = "high" ]; then composer update --prefer-source --no-interaction; fi; - if [ "$deps" = "low" ]; then composer update --prefer-source --prefer-lowest --prefer-stable --no-interaction; fi; script: - bin/phpspec run -fpretty notifications: webhooks: urls: - https://webhooks.gitter.im/e/dd240af232144434bff2 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
Test lowest and highest deps
Test lowest and highest deps
YAML
mit
Einenlum/FriendlyContexts,NiR-/FriendlyContexts,KnpLabs/FriendlyContexts,lafourchette/FriendlyContexts
8f14b2507e68d5112b0cc9eea0fe835c32152760
.travis.yml
.travis.yml
--- after_script: - ruby -Ilib bin/rake travis:after -t before_script: - gem install hoe-travis --no-rdoc --no-ri - gem install minitest -v '~> 5.0' --no-rdoc --no-ri - ruby -Ilib bin/rake travis:before -t language: ruby sudo: false notifications: email: - [email protected] rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 - ruby-head - jruby - rbx-2 script: ruby -Ilib bin/rake matrix: allow_failures: - rvm: jruby - rvm: rbx-2
--- after_script: - ruby -Ilib bin/rake travis:after -t before_script: - gem install hoe-travis --no-rdoc --no-ri - gem install minitest -v '~> 5.0' --no-rdoc --no-ri - ruby -Ilib bin/rake travis:before -t language: ruby sudo: false notifications: email: - [email protected] rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.1 - ruby-head - jruby - rbx-2 script: ruby -Ilib bin/rake matrix: allow_failures: - rvm: jruby - rvm: rbx-2
Build with new Ruby 2.2.1 version
Build with new Ruby 2.2.1 version
YAML
mit
jaustinhughey/rake,pjump/rake,zzak/rake,ruby/rake,envato/rake,esasse/rake,ipmobiletech/rake,ruby/rake,Vanzct/rake,88rabbit/rake,bentley/rake,taiganakagawa/rake,tmornini/rake,codedogfish/rake,envato/rake,utilum/rake,askl56/rake
95587b966f4e9629f491fd99b8400133c2297fc1
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" install: "pip install -r requirements.txt" script: nosetests -v
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: "pip install -r requirements.txt" script: nosetests -v
Add more python versions to test against.
Add more python versions to test against.
YAML
mit
instana/python-sensor,instana/python-sensor
c45b96afc387bda12c4e78aa10865642467be4d7
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --coverage-text - ./vendor/bin/phpcs src --standard=psr2 -sp after_script: - php vendor/bin/coveralls notifications: webhooks: urls: - 'https://webhooks.gitter.im/e/f3356db3405001e47b5e' on_success: change on_failure: always on_start: false
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --coverage-text - ./vendor/bin/phpcs src --standard=psr2 -sp after_script: - php vendor/bin/coveralls notifications: webhooks: urls: - 'https://webhooks.gitter.im/e/f3356db3405001e47b5e' on_success: change on_failure: always on_start: false
Use --prefer-dist with Composer for tests
Use --prefer-dist with Composer for tests
YAML
mit
ramsey/uuid-console
deed12f79548c35fa4114b455c9d4234dde57e9a
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 deploy: provider: heroku api_key: secure: L1IGPLjR0d4M4ShJRpmDd5iIC78yLgSdF3lkELkFZ238b6l9CRNw64ZCm73ECVqeRf36FoWk4hBfAtxOGfDjCOvXFgYxL6VRCKpX29vNisJ1yXGWuDDedOKUzfZ5iGB7NlrXHTIApgr7fyN+KgySpsTqLCmSGqnW6pawOutSMd8= app: lodash-webbuilder install: true
language: node_js node_js: - 0.10 deploy: provider: heroku api_key: secure: L1IGPLjR0d4M4ShJRpmDd5iIC78yLgSdF3lkELkFZ238b6l9CRNw64ZCm73ECVqeRf36FoWk4hBfAtxOGfDjCOvXFgYxL6VRCKpX29vNisJ1yXGWuDDedOKUzfZ5iGB7NlrXHTIApgr7fyN+KgySpsTqLCmSGqnW6pawOutSMd8= app: master: lodash-webbuilder dev: lodash-webbuilder-dev install: true
Add a dev version on Heroku
Add a dev version on Heroku
YAML
mit
d10/lodash-webbuilder,demoneaux/lodash-webbuilder,d10/lodash-webbuilder,mathiasbynens/lodash-webbuilder,demoneaux/lodash-webbuilder
20ce4bcf321f34526531be073716443507ebec22
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 branches: only: - master - production before_install: - sudo apt-get update - sudo apt-get install aspell libaspell-dev aspell-en - gem install ruby-debug -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/ - gem install raspell -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/ - bundle config build.raspell --with-opt-dir= - sudo apt-get install mysql-server mysql-client - sudo apt-get install libmysql-ruby libmysqlclient-dev libmysqlclient16 - gem install mysql –platform=ruby —–with-mysql-dir=/usr/local/mysql before_script: - mysql -u root < db/grant_expertiza.sql - bundle install - bundle exec rake db:create:all - bundle exec rake db:migrate - bundle exec rake db:test:prepare - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - "export DISPLAY=:99.0 && RAILS_ENV=test bundle exec rake db:migrate" - "export DISPLAY=:99.0 && bundle exec cucumber" # - "export DISPLAY=:99.0 && bundle exec rspec spec/" notifications: email: recipients: - [email protected] on_success: change on_failure: change
language: ruby rvm: - 1.8.7 branches: only: - master - production before_install: - sudo apt-get update - sudo apt-get install aspell libaspell-dev aspell-en - gem install ruby-debug -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/ - gem install raspell -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/ - bundle config build.raspell --with-opt-dir= - sudo apt-get install mysql-server mysql-client - sudo apt-get install libmysql-ruby libmysqlclient-dev - gem install mysql before_script: - mysql -u root < db/grant_expertiza.sql - bundle install - bundle exec rake db:create:all - bundle exec rake db:migrate - bundle exec rake db:test:prepare - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - "export DISPLAY=:99.0 && RAILS_ENV=test bundle exec rake db:migrate" - "export DISPLAY=:99.0 && bundle exec cucumber" # - "export DISPLAY=:99.0 && bundle exec rspec spec/" notifications: email: recipients: - [email protected] on_success: change on_failure: change
Revert "specify local mysql directory"
Revert "specify local mysql directory" This reverts commit c00a3eb0c486b16234dcc6854d0043f9b6f04231. Conflicts: .travis.yml
YAML
mit
kira0992/expertiza,KunmiaoYang/expertiza,redsock88/expertiza,akshayjain114/expertiza,rmmaily/expertiza,expertiza/expertiza,expertiza/expertiza,joshio1/expertiza,akshayjain114/expertiza,redsock88/expertiza,joshio1/expertiza,sid5788/expertiza,rmmaily/expertiza,kira0992/expertiza,sid5788/expertiza,kira0992/expertiza,arpitashekhar/expertiza,mhhassan/expertiza,kira0992/expertiza,arpitashekhar/expertiza,arpitashekhar/expertiza,akshayjain114/expertiza,michaelamoran/expertiza,redsock88/expertiza,mhhassan/expertiza,redsock88/expertiza,expertiza/expertiza,michaelamoran/expertiza,KunmiaoYang/expertiza,michaelamoran/expertiza,ApertureScienceInnovators/expertiza,mhhassan/expertiza,KunmiaoYang/expertiza,ApertureScienceInnovators/expertiza,akshayjain114/expertiza,sid5788/expertiza,michaelamoran/expertiza,sid5788/expertiza,joshio1/expertiza,urmilparikh95/expertiza,urmilparikh95/expertiza,rmmaily/expertiza,expertiza/expertiza,urmilparikh95/expertiza,arpitashekhar/expertiza,mhhassan/expertiza,KunmiaoYang/expertiza,joshio1/expertiza,ApertureScienceInnovators/expertiza,ApertureScienceInnovators/expertiza,urmilparikh95/expertiza,rmmaily/expertiza
64211dd4fcf59f9b02c66803aa3d6feebd292f60
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "4" - "5" - "6" notifications: email: on_success: never
language: node_js sudo: false node_js: - "4" - "5" - "6" - "7" notifications: email: false
Disable email notifications and add Node.js 7
Disable email notifications and add Node.js 7
YAML
mit
RobLoach/metalsmith-jstransformer
aeb8c19d1a3443bde2b2102159986fc7f4995724
.travis.yml
.travis.yml
--- language: [ ruby, node_js ] rvm: [ 2.2.0 ] node_js: [ 0.10 ] cache: bundler sudo: false before_script: - npm install bower -g - bower install before_install: - 'echo ''gem: --no-document'' > ~/.gemrc' script: bundle exec rake travis
--- language: [ ruby, node_js ] rvm: [ 2.2.0 ] node_js: [ 0.10 ] cache: bundler: true directories: - bower_components sudo: false before_script: - npm install bower -g - bower install before_install: - 'echo ''gem: --no-document'' > ~/.gemrc' script: bundle exec rake travis
Add bower_components to Travis CI cache.
Add bower_components to Travis CI cache.
YAML
mit
makenew/sass-package,makenew/sass-package,makenew/libsass-package
acad503e9c5f81b9c8ab836ea809db09ca65adf0
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - composer install script: - phpunit tests - ./tests/lint.sh git: depth: 5
language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - composer install before_script: - gem install mailcatcher - mailcatcher --smtp-port 25 script: - phpunit tests - ./tests/lint.sh git: depth: 5
Use mailercatch to allow test emails to be sent
Use mailercatch to allow test emails to be sent
YAML
apache-2.0
duncan3dc/swiftmailer,duncan3dc/swiftmailer,duncan3dc/swiftmailer
be3b9230187f74d34419d1cc5723f4d6ff35fee2
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLISHER_LOGIN=camptocamp - secure: "Mj6wIfeI0gRkgAeeYP5qphoxmKmbjVWisw8FiKCygSj7iKnPdsYHVRu1I//Y hj2UMntig48dEh0h42hyBbLSamKOaGo79EYf+HX8HX8E0OYG3TsuWQvUH3YW sGBE4aCvpyiKDVrk1op0r+zxqLXyfFBNawA9nwHgUq+TMPoKfts=" matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 2.7" - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" notifications: email: false
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLISHER_LOGIN=camptocamp - secure: "Mj6wIfeI0gRkgAeeYP5qphoxmKmbjVWisw8FiKCygSj7iKnPdsYHVRu1I//Y hj2UMntig48dEh0h42hyBbLSamKOaGo79EYf+HX8HX8E0OYG3TsuWQvUH3YW sGBE4aCvpyiKDVrk1op0r+zxqLXyfFBNawA9nwHgUq+TMPoKfts=" matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" notifications: email: false
Use modulesync to manage meta files
Use modulesync to manage meta files
YAML
apache-2.0
camptocamp/puppet-python,raphink/puppet-python,ckaenzig/puppet-python
a28087a38e2559d78d0201726ca162885a047e32
.travis.yml
.travis.yml
language: python cache: pip python: - "3.6" before_install: - python3 -m pip install -U coverage codecov mypy install: - python3 -m pip install -r requirements.txt script: - python3 -m coverage run --branch -m unittest discover -t . -s ni/test/ - ./mypy.sh after_success: - codecov
language: python cache: pip python: - "3.6-dev" - "3.7-dev" - "nightly" before_install: - python3 -m pip install -U coverage codecov mypy install: - python3 -m pip install -r requirements.txt script: - python3 -m coverage run --branch -m unittest discover -t . -s ni/test/ - ./mypy.sh after_success: - codecov
Test against 3.6-dev and 3.7-dev in TravisCI (GH-131)
Test against 3.6-dev and 3.7-dev in TravisCI (GH-131) Remove 3.6 from the matrix.
YAML
apache-2.0
python/the-knights-who-say-ni,python/the-knights-who-say-ni
05cfcbd2046800e2be608dbdbc6fde48b5a1ce2e
.travis.yml
.travis.yml
language: node_js before_install: - sudo apt-get install build-essential - curl -sL https://github.com/Itseez/opencv/archive/2.4.6.1.zip > opencv.zip - unzip opencv.zip - rm opencv.zip - mkdir opencv-build - cd opencv-build/ - cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_java=OFF -DBUILD_JASPER=OFF -DWITH_JASPER=OFF -DBUILD_ZLIB=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DWITH_OPENEXR=OFF -DBUILD_PNG=ON -DWITH_PNG=ON -DWITH_TIFF=OFF -DBUILD_TIFF=OFF -DWITH_WEBP=OFF -DWITH_JPEG=ON -DBUILD_JPEG=ON ../opencv-2.4.6.1/ - sudo make install - cd ..
language: node_js before_install: - sudo apt-get install build-essential - curl -sL https://github.com/Itseez/opencv/archive/2.4.6.1.zip > opencv.zip - unzip opencv.zip - rm opencv.zip - mkdir opencv-build - cd opencv-build/ - cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_java=OFF -DBUILD_JASPER=ON -DWITH_JASPER=ON -DBUILD_ZLIB=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DWITH_OPENEXR=OFF -DBUILD_PNG=ON -DWITH_PNG=ON -DWITH_TIFF=ON -DBUILD_TIFF=ON -DWITH_WEBP=OFF -DWITH_JPEG=ON -DBUILD_JPEG=ON ../opencv-2.4.6.1/ - sudo make install - cd ..
Enable building TIFF and JASPER (Is it a bug or what? Why OpenCV still seaches for these libs?)
Enable building TIFF and JASPER (Is it a bug or what? Why OpenCV still seaches for these libs?)
YAML
bsd-3-clause
BloodAxe/CloudCVBackend,BloodAxe/CloudCVBackend,BloodAxe/CloudCVBackend
b51f7cf800d1f82973b8e2f5809fb92871e6640f
.travis.yml
.travis.yml
# Use Travis CI's container infrastructure to enable caching. sudo: false # "haskell" will set up the whole haskell-platform. We don't need that. language: c addons: apt: packages: - libgmp-dev # Just use the default version of PostgreSQL installed on Travis CI. # postgresql: "9.1" env: - ARGS="" # - ARGS="--resolver lts-3" - ARGS="--resolver lts-4" - ARGS="--resolver lts" - ARGS="--resolver nightly" before_install: - mkdir -p $HOME/.local/bin - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - stack $ARGS --no-terminal setup - stack ghc -- --version - stack $ARGS --no-terminal --skip-ghc-check install hspec-discover install: - cp secrets.m4.example secrets.m4 - make files - stack $ARGS --no-terminal --skip-ghc-check build before_script: - psql -c 'create database betty_test;' -U postgres script: - stack $ARGS --no-terminal --skip-ghc-check test # Speed up subsequent builds using Stack caching. cache: directories: - $HOME/.stack
# Use Travis CI's container infrastructure to enable caching. sudo: false # "haskell" will set up the whole haskell-platform. We don't need that. language: c addons: apt: packages: - libgmp-dev # Just use the default version of PostgreSQL installed on Travis CI. # postgresql: "9.1" env: - ARGS="" - ARGS="--resolver lts-4" - ARGS="--resolver lts-5" - ARGS="--resolver lts" - ARGS="--resolver nightly" before_install: - mkdir -p $HOME/.local/bin - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - stack $ARGS --no-terminal setup - stack ghc -- --version - stack $ARGS --no-terminal --skip-ghc-check install hspec-discover install: - cp secrets.m4.example secrets.m4 - make files - stack $ARGS --no-terminal --skip-ghc-check build before_script: - psql -c 'create database betty_test;' -U postgres script: - stack $ARGS --no-terminal --skip-ghc-check test # Speed up subsequent builds using Stack caching. cache: directories: - $HOME/.stack
Enable Stackage lts-4 and lts-5 on Travis CI.
Enable Stackage lts-4 and lts-5 on Travis CI.
YAML
agpl-3.0
sajith/betty-web
26dd9090227bf615bc7c85bbbb412ffba520e130
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org # This file will be regenerated if you run travis_pypi_setup.py language: python python: - 2.7 - 3.4 - 3.5 addons: firefox: "52.0" before_install: - pip install -U pip pytest install: - > curl -L https://github.com/mozilla/geckodriver/releases/download/v0.15.0/geckodriver-v0.15.0-linux64.tar.gz | tar zxf - && sudo mv geckodriver /usr/local/bin/ - pip install -e . -r requirements_dev.txt before_script: flake8 kibitzr tests script: py.test -v --cov kibitzr --cov-report term-missing
# Config file for automatic testing at travis-ci.org # This file will be regenerated if you run travis_pypi_setup.py language: python python: - 2.7 - 3.4 - 3.5 addons: firefox: "52.0" before_install: - pip install -U pip pytest wheel - python setup.py bdist_wheel - rm -rf kibitzr install: - > curl -L https://github.com/mozilla/geckodriver/releases/download/v0.15.0/geckodriver-v0.15.0-linux64.tar.gz | tar zxf - && sudo mv geckodriver /usr/local/bin/ - pip install dist/kibitzr*.whl -r requirements_dev.txt before_script: flake8 kibitzr tests script: py.test -v --cov kibitzr --cov-report term-missing
Install from wheel instead of sources
Travis: Install from wheel instead of sources
YAML
mit
kibitzr/kibitzr,kibitzr/kibitzr
72aaba542acd1c31420830e1cf233d1261432abf
.travis.yml
.travis.yml
language: python before_script: - pip install tox - pip2 install --force-reinstall 'ansible===1.9.4' - ansible-galaxy install --role-file=ansible-role-requirements.yml --force --roles-path=/home/travis/build/rcbops/rpc-openstack/rpcd/playbooks/roles script: tox notifications: email: false matrix: include: - python: 2.7 env: TOXENV=flake8 - python: 2.7 env: TOXENV=ansible-lint - python: 2.7 env: TOXENV=ansible-lint ANSIBLE_VERSION='>=2.0' sudo: false
language: python before_script: - pip install tox - pip2 install --force-reinstall 'ansible===1.9.4' - ansible-galaxy install --role-file=ansible-role-requirements.yml --force --roles-path=/home/travis/build/rcbops/rpc-openstack/rpcd/playbooks/roles script: tox notifications: email: false matrix: include: - python: 2.7 env: TOXENV=flake8 - python: 2.7 env: TOXENV=ansible-lint sudo: false
Remove Travis CI testing support for Ansible>2.0
Remove Travis CI testing support for Ansible>2.0 With the release of Ansible 2.1 the Travis CI job to run ansible-lint on RPCO with ansible>2 is now failing. Due to RPCO currently only supporting Ansible versions less than 2 the job will be removed. openstack-ansible is currently looking to make ansible>=2 a requirement for Newton and therefore ansible-lint support will need updating in a future release. Issue: https://github.com/rcbops/rpc-openstack/issues/1105
YAML
apache-2.0
shannonmitchell/rpc-openstack,darrenchan/rpc-openstack,jacobwagner/rpc-openstack,BjoernT/rpc-openstack,mancdaz/rpc-openstack,major/rpc-openstack,BjoernT/rpc-openstack,cfarquhar/rpc-openstack,sigmavirus24/rpc-openstack,rcbops/rpc-openstack,prometheanfire/rpc-openstack,galstrom21/rpc-openstack,darrenchan/rpc-openstack,sigmavirus24/rpc-openstack,xeregin/rpc-openstack,byronmccollum/rpc-openstack,robb-romans/rpc-openstack,sigmavirus24/rpc-openstack,xeregin/rpc-openstack,rcbops/rpc-openstack,byronmccollum/rpc-openstack,hughsaunders/rpc-openstack,shannonmitchell/rpc-openstack,cloudnull/rpc-openstack,sigmavirus24/rpc-openstack,xeregin/rpc-openstack,galstrom21/rpc-openstack,git-harry/rpc-openstack,hughsaunders/rpc-openstack,git-harry/rpc-openstack,robb-romans/rpc-openstack,cloudnull/rpc-openstack,jacobwagner/rpc-openstack,mancdaz/rpc-openstack,prometheanfire/rpc-openstack,major/rpc-openstack,cfarquhar/rpc-openstack,darrenchan/rpc-openstack,darrenchan/rpc-openstack,xeregin/rpc-openstack,byronmccollum/rpc-openstack
3aacb6764fd69fea7d9c705b1e05ece027fd0f94
.travis.yml
.travis.yml
group: travis_latest language: php php: - 7.3 - 7.2 - 7.1 - nightly matrix: include: - php: 7.1 env: lowest=1 - php: 7.2 env: csfixer=1 allow_failures: - php: nightly cache: directories: - $HOME/.composer/cache - $HOME/.cache/composer - $HOME/.cache/opcache install: - phpenv config-rm xdebug.ini || true; - composer validate --strict - | if [ "$csfixer" != "1" ]; then composer remove --dev friendsofphp/php-cs-fixer; fi; - | if [ "$lowest" = "1" ]; then composer update --prefer-lowest --prefer-stable; else composer update; fi; script: - | if [ "$csfixer" = "1" ]; then vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes; fi; - php vendor/bin/phpunit;
group: travis_latest language: php php: - 7.4 - 7.3 - 7.2 - 7.1 - nightly matrix: include: - php: 7.1 env: lowest=1 - php: 7.2 env: csfixer=1 allow_failures: - php: nightly cache: directories: - $HOME/.composer/cache - $HOME/.cache/composer - $HOME/.cache/opcache install: - phpenv config-rm xdebug.ini || true; - composer validate --strict - | if [ "$csfixer" != "1" ]; then composer remove --dev friendsofphp/php-cs-fixer; fi; - | if [ "$lowest" = "1" ]; then composer update --prefer-lowest --prefer-stable; else composer update; fi; script: - | if [ "$csfixer" = "1" ]; then vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes; fi; - php vendor/bin/phpunit;
Add PHP 7.4 to test matrix
Add PHP 7.4 to test matrix
YAML
mit
dvdoug/StringStream
e86ffc5e8d969527a88f74617c386318c9f9cd19
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 before_script: - composer self-update - composer install --dev script: ./vendor/bin/phpunit -v
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 before_script: - composer self-update - composer install --dev script: ./vendor/bin/phpunit -v
Add php 7.3 and 7.4 to CI test config
Add php 7.3 and 7.4 to CI test config
YAML
mit
peteboere/css-crush,peteboere/css-crush
eb75f59937af3d7f5b6e24d9890871d268ecea42
.travis.yml
.travis.yml
language: ruby rvm: - 2.2 - 2.3.5 # https://github.com/travis-ci/travis-ci/issues/5361 - 2.4.2 gemfile: - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.0.gemfile before_install: - gem update bundler script: "bundle exec rake test"
language: ruby rvm: - 2.4.9 - 2.5.7 - 2.6.5 gemfile: - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.0.gemfile before_install: - gem update bundler script: "bundle exec rake test"
Drop unsupported Rubies, add 2.5 and 2.6
Drop unsupported Rubies, add 2.5 and 2.6
YAML
mit
qbwc/qbwc
c87ca815cb627e7f93289fe8503dc4a177b3f542
.travis.yml
.travis.yml
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 - 1.9.3 #- 2.1.1 - 2.2.2 - 2.3.1 - jruby-19mode - jruby-20mode script: bundle exec rspec branches: only: - master #except: # - master sudo: false cache: bundler
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 - 1.9.3 #- 2.1.1 - 2.2.2 - 2.3.1 - 2.4.1 - jruby-19mode - jruby-20mode script: bundle exec rspec branches: only: - master #except: # - master sudo: false cache: bundler
Add Ruby 2.4.1 to Travis checks
Add Ruby 2.4.1 to Travis checks
YAML
mit
floraison/et-orbi
dd43b108acde45101d00e50d6a6b577b0630fcc5
.travis.yml
.travis.yml
sudo: true env: - NODE_VERSION="4.4" - NODE_VERSION="6.3" os: - osx before_install: - brew update - brew install libusb - brew install nvm - export NVM_DIR=~/.nvm - source $(brew --prefix nvm)/nvm.sh - nvm install $NODE_VERSION - node --version - npm --version - npm update -g npm - npm install -g bob coveralls --loglevel error - npm install script: - bob build after_success: - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
sudo: false language: node_js node_js: - "4" - "6" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build after_success: - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Update Travis config to latest. Update Travis config to use latest v4 and latest v6 .
Update Travis config to latest. Update Travis config to use latest v4 and latest v6 .
YAML
mit
cliffano/buildlight
f424cbd1a417917472da62e24f42595231985f61
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" before_script: - "sudo apt-get install libtidy-dev" # - "svn --quiet checkout http://googleappengine.googlecode.com/svn/trunk/python ." - "wget \"https://googleappengine.googlecode.com/files/google_appengine_1.8.6.zip\" -O google_appengine.zip" - "unzip -q google_appengine.zip" # command to run tests script: python tests/run_tests.py
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" before_script: - "sudo apt-get install libtidy-dev" # - "svn --quiet checkout http://googleappengine.googlecode.com/svn/trunk/python ." - "wget \"https://googleappengine.googlecode.com/files/google_appengine_1.8.8.zip\" -O google_appengine.zip" - "unzip -q google_appengine.zip" # command to run tests script: python tests/run_tests.py
Test with new version of GAE
Test with new version of GAE
YAML
mit
Mause/dcputoolchain-module-site,Mause/dcputoolchain-module-site
751671fdb20f7573073ebd71c6eb964f413cabfe
.travis.yml
.travis.yml
language: python sudo: false cache: directories: - .eggs python: - "2.7" - "3.5" - "3.6" env: - DJANGO_VERSION=1.8 - DJANGO_VERSION=1.9 - DJANGO_VERSION=1.10 install: - pip install coveralls flake8 urllib3 - pip install django==${DJANGO_VERSION} script: - coverage run --branch --source=revproxy setup.py test - flake8 revproxy - coverage report --fail-under=100 --show-missing after_script: - coveralls
language: python dist: xenial sudo: required sudo: false cache: directories: - .eggs python: - "2.7" - "3.5" - "3.6" - "3.7" env: - DJANGO_VERSION=1.8 - DJANGO_VERSION=1.9 - DJANGO_VERSION=1.10 - DJANGO_VERSION=1.11 install: - pip install coveralls flake8 urllib3 - pip install django==${DJANGO_VERSION} script: - coverage run --branch --source=revproxy setup.py test - flake8 revproxy - coverage report --fail-under=100 --show-missing after_script: - coveralls
Add Python 3.7 and Django 1.11 to Travis tests
Add Python 3.7 and Django 1.11 to Travis tests
YAML
mpl-2.0
TracyWebTech/django-revproxy,TracyWebTech/django-revproxy
22b108bacb400dbbdcabc256a706217e76c268ab
.travis.yml
.travis.yml
language: python sudo: false cache: directories: - $HOME/.cache/pip addons: apt: packages: - libatlas-base-dev - libfftw3-dev before_install: - pip install codecov - git clone https://github.com/arrayfire/arrayfire - cd arrayfire && mkdir build && cd build - cmake -DCMAKE_CXX_COMPILER=g++-4.8 -DBUILD_CPU=ON -DBUILD_CUDA=OFF -DBUILD_GRAPHICS=OFF -DBUILD_OPENCL=OFF -DBUILD_TEST=OFF .. - make - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$PWD/lib install: - pip install numpy - pip install arrayfire after_success: - codecov script: py.test
language: python sudo: false cache: directories: - $HOME/.cache/pip addons: apt: packages: - libatlas-base-dev - libfftw3-dev before_install: - pip install codecov - git clone https://github.com/arrayfire/arrayfire - cd arrayfire && mkdir build && cd build - cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.8 -DBUILD_CPU=ON -DBUILD_CUDA=OFF -DBUILD_GRAPHICS=OFF -DBUILD_OPENCL=OFF -DBUILD_TEST=OFF .. - make - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$PWD/lib install: - pip install numpy - pip install arrayfire after_success: - codecov script: py.test
Set path to c++11 compiler
Set path to c++11 compiler
YAML
bsd-2-clause
daurer/afnumpy,FilipeMaia/afnumpy
0f64e50594c2a65a8c95fdaac83fabb21dc013cf
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - pypy3 install: - pip install .[test] - pip install coverage flake8 script: - coverage run --source=watchtower ./test/test.py # - coverage report --show-missing after_success: - bash <(curl -s https://codecov.io/bash) matrix: allow_failures: - python: pypy3 sudo: false cache: pip
language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - pypy3 install: - make install script: - make test after_success: - bash <(curl -s https://codecov.io/bash) matrix: allow_failures: - python: pypy3 sudo: false cache: pip
Fix tests broken by e35861d
Fix tests broken by e35861d
YAML
apache-2.0
kislyuk/watchtower
7b3992aa89aa2084cee53fb8a1e0311f778605b1
.travis.yml
.travis.yml
language: ruby rvm: - 2.5.3 cache: bundler before_script: - gem update --system - gem install bundler - gem install awesome_bot script: - awesome_bot README.md --allow-redirect --white-list mastodon
language: ruby rvm: - 2.6.0 cache: directories: - /home/travis/.rvm/ before_script: - gem update --system - gem install bundler - gem install awesome_bot script: - awesome_bot README.md --allow-redirect --white-list mastodon
Update Ruby for Travis CI to 2.6.0...
Update Ruby for Travis CI to 2.6.0...
YAML
mit
ekremkaraca/awesome-rails
62b827326c0ea615a202c31d4071fef1a556745b
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5-dev install: - pip install . coverage coveralls flake8 flake8-import-order nose script: - flake8 - nosetests after_success: - coveralls
sudo: false language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5-dev install: - pip install . "coverage<4" coveralls flake8 flake8-import-order nose script: - flake8 - nosetests after_success: - coveralls
Move to container-based infrastructure, install coverage<4 for use with Python 3.2.
Move to container-based infrastructure, install coverage<4 for use with Python 3.2.
YAML
mit
tkem/cachetools
d5ad6d83d9fae24439cc6dce1d4e1a95804e6824
.travis.yml
.travis.yml
language: "node_js" node_js: - "0.8" - "0.10" - "0.11" - "iojs"
language: "node_js" node_js: - "0.8" - "0.10" - "0.11" - "0.12" - "iojs"
Update Travis-CI configuration(Add Node.js v0.12)
Update Travis-CI configuration(Add Node.js v0.12)
YAML
mit
hideo55/node-unqlite,hideo55/node-unqlite,hideo55/node-unqlite,hideo55/node-unqlite
53943ae7d814f2025db6aca6a6039c89f9a51215
.travis.yml
.travis.yml
language: r sudo: required before_script: - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash - sudo apt-get install git-lfs=1.1.0 # git-lfs 1.1.0 always prompts for a password, even when anonymous access is ok # to bypass the prompt tell git to use a dummy credentials file: - git config --global credential.helper 'store --file .anonymous-git-credentials' # On travis using git-lfs 1.1.0, must prevent git lfs from writing directly to stdout. # This is a known bug for which a fix has been merged into upstream. # see: https://github.com/github/git-lfs/issues/880 - git lfs fetch > /tmp/git-lfs-fetch.log - cat /tmp/git-lfs-fetch.log - git lfs checkout > /tmp/git-lfs-checkout.log - cat /tmp/git-lfs-checkout.log script: - ./travis-tool.sh run_tests - R -e 'library(nardata);source("R/serialize_time_series.R"); serialize_time_series();' - test ! -n "`git ls-files -mo inst/extdata/`";
language: r sudo: required before_script: - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash - sudo apt-get install git-lfs=1.1.0 # git-lfs 1.1.0 always prompts for a password, even when anonymous access is ok # to bypass the prompt tell git to use a dummy credentials file: - git config --global credential.helper 'store --file .anonymous-git-credentials' # On travis using git-lfs 1.1.0, must prevent git lfs from writing directly to stdout. # This is a known bug for which a fix has been merged into upstream. # see: https://github.com/github/git-lfs/issues/880 - git lfs fetch > /tmp/git-lfs-fetch.log - cat /tmp/git-lfs-fetch.log - git lfs checkout > /tmp/git-lfs-checkout.log - cat /tmp/git-lfs-checkout.log script: - R -e 'library(nardata);source("R/serialize_time_series.R"); serialize_time_series();' - test ! -n "`git ls-files -mo inst/extdata/`";
Revert "Trying to manually trigger the first part of the R build"
Revert "Trying to manually trigger the first part of the R build" This reverts commit 8aa344174329afb1bb8f857a9cf30625a7c46067.
YAML
cc0-1.0
USGS-CIDA/nar_data,cschroed-usgs/nar_data
1fa5d860d34728e80a4f98a5fd56037ea291d917
.travis.yml
.travis.yml
language: android android: components: - build-tools 21.1.2 - android-21 branches: except: - gh-pages
language: android android: components: - build-tools 21.1.2 - android-21 branches: except: - gh-pages sudo: false cache: directories: - $HOME/.m2 - $HOME/.gradle
Optimize Travis-CI builds by caching Gradle/Maven artifacts
Optimize Travis-CI builds by caching Gradle/Maven artifacts These artifacts are those downloaded as part of the dynamic build process and which don't change regularly.
YAML
bsd-3-clause
longinoa/stetho,longinoa/stetho
b9322fdb3c8afe9c8113f9a6502d56002063e119
.travis.yml
.travis.yml
--- language: bash script: - bin/fetch-configlet - bin/configlet .
--- language: bash script: - bin/fetch-configlet - bin/configlet . sudo: false
Switch to container-based Travis CI infrastructure
Switch to container-based Travis CI infrastructure
YAML
mit
canweriotnow/xelisp,exercism/xelisp
91f523af87936e9fe09a23d73d42fc339e60d8c3
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 - 0.10 - 0.11
language: node_js node_js: - 0.8 - 0.10 - 0.12
Update Travis config to test node 0.12
Update Travis config to test node 0.12
YAML
mit
917228145/node-ldapjs,narcisoguillen/node-ldapjs,msimerson/node-ldapjs,hoalex/node-ldapjs,pfmooney/node-ldapjs,tempbottle/node-ldapjs,appcelerator/node-ldapjs,cloudron-io/node-ldapjs,DrHofman/node-ldapjs,brion25/node-ldapjs,mcavage/node-ldapjs,simonbooth/node-ldapjs
3bf288af9275d84b89fc946e86289db2311a627a
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: - travis_retry composer install --no-interaction --prefer-source - '[ -z "$MIN_VERSIONS" ] || composer require --no-interaction --prefer-source $MIN_VERSIONS' script: - vendor/bin/phpunit matrix: fast_finish: true include: - php: 5.3 env: MIN_VERSIONS="symfony/console:2.3.10 symfony/var-dumper:2.7.0 nikic/php-parser:1.2.1 jakub-onderka/php-console-highlighter:0.3.0" allow_failures: - env: MIN_VERSIONS="symfony/console:2.3.10 symfony/var-dumper:2.7.0 nikic/php-parser:1.2.1 jakub-onderka/php-console-highlighter:0.3.0"
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm env: - COMPOSER_FLAGS="--prefer-lowest --prefer-stable" - COMPOSER_FLAGS="" install: - travis_retry composer install --no-interaction --prefer-source $COMPOSER_FLAGS script: - vendor/bin/phpunit
Test lowest versions of all dependencies
Test lowest versions of all dependencies …on all platforms.
YAML
mit
damiankloip/psysh,damiankloip/psysh,bobthecow/psysh,bobthecow/psysh,damiankloip/psysh
ccfdf12587b899e922943e76ec0d3c063b8955ec
.travis.yml
.travis.yml
sudo: required language: ruby services: - docker before_install: - cd docker/qemu-nvme/ install: - docker build -t ljishen/qemu-nvme . before_script: - wget -O img/vm.img http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img - dd if=/dev/zero of=device/blknvme bs=1M count=1024 script: - docker ps -a | grep qemu-nvme - docker run -ti --privileged -v `pwd`/device:/root/device -v `pwd`/img:/root/img ljishen/qemu-nvme -smp 4 -m 4G
sudo: required services: - docker before_install: - apt-get -qq update - apt-get install -y qemu-kvm bridge-utils libvirt-bin - cd docker/qemu-nvme/ - lsmod | grep kvm install: - docker build -t ljishen/qemu-nvme . before_script: - wget -O img/vm.img http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img - dd if=/dev/zero of=device/blknvme bs=1M count=1024 - docker ps -a | grep qemu-nvme script: - docker run -ti --privileged -v `pwd`/device:/root/device -v `pwd`/img:/root/img ljishen/qemu-nvme -smp 4 -m 4G
Add KVM modules support to the build system
Add KVM modules support to the build system
YAML
mit
ljishen/nvme-env
7cf08e1c2d71baa4a9aa81803a6783b2e45aa275
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g install: - curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/ - sh autogen.sh - ./configure -prefix=$HOME/libuvinstall - make - make install - export LD_LIBRARY_PATH="$HOME/libuvinstall/lib" - cd $OLDPWD mono: - 4.0.5 os: - linux - osx osx_image: xcode7.1 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ script: - ./build.sh --quiet verify
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g install: - curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/ - sh autogen.sh - ./configure -prefix=$HOME/libuvinstall - make - make install - export LD_LIBRARY_PATH="$HOME/libuvinstall/lib" - cd $OLDPWD mono: - 4.0.5 os: - linux - osx osx_image: xcode7.1 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi script: - ./build.sh --quiet verify
Fix OSX build on Travis.
Fix OSX build on Travis.
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
f66203b3f03e6cad9615246b8aa2af25b6e93fda
.travis.yml
.travis.yml
language: c install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: global: - PACKAGE=git matrix: - OCAML_VERSION=4.01 DEPOTS=cohttp - OCAML_VERSION=4.01 - OCAML_VERSION=4.02 DEPOPTS="mirage-http mirage-flow mirage-types-lwt channel cmdliner" TESTS=false - OCAML_VERSION=4.02 TESTS=false REVDEPS=*
language: c install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: global: - PACKAGE=git.1.7.0 matrix: - OCAML_VERSION=4.01 DEPOTS=cohttp - OCAML_VERSION=4.01 - OCAML_VERSION=4.02 DEPOPTS="mirage-http mirage-flow mirage-types-lwt channel cmdliner" TESTS=false - OCAML_VERSION=4.02 TESTS=false REVDEPS=*
Set the package version in Travis to check the REVDEPS
Set the package version in Travis to check the REVDEPS
YAML
isc
mirage/ocaml-git,mirage/ocaml-git,mirage/ocaml-git
4eca0fdeec542fac03862d13ca5b437b6f9bc842
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.6" - "pypy" install: - pip install -r requirements-dev.txt - python setup.py install script: paver test_all
language: python python: - "2.7" - "3.4" - "3.6" - "3.7" - "pypy" install: - pip install -r requirements-dev.txt - python setup.py install script: paver test_all
Add 3.7 to test matrix, remove obsolete
Add 3.7 to test matrix, remove obsolete
YAML
mit
Digsolab/pymystem3
b8045a180c0f723bf3717e047f3f04e897a0bb60
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 script: - rspec spec
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.2.0 script: - rspec spec
Add Test on Ruby v2.2.0
Add Test on Ruby v2.2.0
YAML
mit
volanja/ansible_spec,phiche/ansible_spec,msabramo/ansible_spec,franmrl/ansible_spec,stefanhorning/ansible_spec,volanja/ansible_spec
b8badff146bb5c9d21457d3bdb5698545a4a7d86
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: # Need to add back d4tests, eventually cdm-test - ./gradlew --info :cdm:test :udunits:test :ui:test :waterml:test cache: directories: - $HOME/.gradle
language: java sudo: false jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: # Need to add back d4tests, eventually cdm-test - ./gradlew --info :cdm:test :grib:test :udunits:test :ui:test :waterml:test cache: directories: - $HOME/.gradle
Make Travis run new GRIB tests.
Make Travis run new GRIB tests.
YAML
bsd-3-clause
Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java
0a261ea5c5f4a0eb82e625f898788e4dd6bb6ada
.travis.yml
.travis.yml
language: python python: - 2.7 virtualenv: # This allows installing python-vtk using apt-get and being able to import it. system_site_packages: true #before_install: # - source .travis_before_install install: # nose is already installed - pip install Sphinx - sudo apt-get install python-numpy - sudo apt-get install python-vtk # Test against the current master of traits, traitsui and enable - pip install git+http://github.com/enthought/traits.git#egg=traits - pip install git+http://github.com/enthought/traitsui.git#egg=traitsui - pip install git+http://github.com/enthought/apptools.git#egg=apptools - python setup.py develop script: # Running all tests in tvtk/tests and mayavi. - python -m nose.core -v tvtk/tests - python -m nose.core -v mayavi notifications: email: - [email protected]
language: python python: - 2.7 virtualenv: # This allows installing python-vtk using apt-get and being able to import it. system_site_packages: true install: # nose is already installed - pip install Sphinx - sudo apt-get install python-numpy - sudo apt-get install python-vtk # Test against the current master of traits, traitsui and enable - pip install git+http://github.com/enthought/traits.git#egg=traits - pip install git+http://github.com/enthought/traitsui.git#egg=traitsui - pip install git+http://github.com/enthought/apptools.git#egg=apptools - python setup.py develop script: # Running all tests in tvtk/tests and mayavi. - python -m nose.core -v tvtk/tests - python -m nose.core -v mayavi notifications: email: - [email protected]
Fix error in yml file.
Fix error in yml file.
YAML
bsd-3-clause
liulion/mayavi,alexandreleroux/mayavi,alexandreleroux/mayavi,dmsurti/mayavi,dmsurti/mayavi,liulion/mayavi
f5688b3e68ba27ce75922948750cab9bf106e125
.travis.yml
.travis.yml
dist: trusty language: node_js node_js: - "lts/*" cache: yarn: true directories: - "node_modules" - "$HOME/.sonar/cache" addons: sonarcloud: organization: "paulsmirnov-github" branches: - dev before_install: - yarn global add greenkeeper-lockfile@1 before_script: - greenkeeper-lockfile-update - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter after_script: - greenkeeper-lockfile-upload script: - npm run build - sonar-scanner after_success: - npm run coveralls - npm run codecov - npm run codacy - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
dist: trusty language: node_js node_js: - "lts/*" cache: yarn: true directories: - "node_modules" - "$HOME/.sonar/cache" addons: sonarcloud: organization: "paulsmirnov-github" branches: - dev before_install: - yarn global add greenkeeper-lockfile@1 before_script: - greenkeeper-lockfile-update - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter after_script: - greenkeeper-lockfile-upload script: - npm run build - sonar-scanner after_success: - npm run coveralls - npm run codecov - npm run codacy - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi deploy: - provider: npm skip_cleanup: true email: "$NPM_EMAIL" api_key: "$NPM_AUTH_TOKEN" tag: latest on: tags: true condition: "$TRAVIS_TAG =~ ^v\\d+\\.\\d+\.\\d+$"
Add npm deployment to CI
Add npm deployment to CI
YAML
mit
paulsmirnov/proto-deep
7d66348b316fc48c4a81e1c951194b44c7b4d525
.travis.yml
.travis.yml
language: elixir elixir: - 1.5.0 notifications: recipients: - [email protected] script: - "MIX_ENV=test mix do deps.get, compile" after_script: - MIX_ENV=docs mix deps.get - MIX_ENV=docs mix inch.report after_success: - "mix compile && mix coveralls.travis"
language: elixir elixir: - 1.6.0 notifications: recipients: - [email protected] script: - "MIX_ENV=test mix do deps.get, compile" after_script: - MIX_ENV=docs mix deps.get - MIX_ENV=docs mix inch.report after_success: - "mix compile && mix coveralls.travis"
Use Elixir 1.6.0 on Travis
Use Elixir 1.6.0 on Travis
YAML
mit
ricn/rapport
6152eda302f8d96bcc2f454d759bf124d3167fc6
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly # run build against nightly but allow them to fail matrix: fast_finish: true allow_failures: - php: nightly # faster builds on new travis setup not using sudo sudo: false services: - memcached # cache vendor dirs cache: directories: - lib/vendor - $HOME/.composer/cache install: - composer self-update before_script: # by default, --remote is not used on travis - git submodule update --remote --force - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - sh -c 'if [ $(php -r "echo PHP_RELEASE_VERSION;") -le 98 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - composer install script: - php data/bin/check_configuration.php - php data/bin/symfony symfony:test --trace
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly # run build against nightly but allow them to fail matrix: fast_finish: true allow_failures: - php: nightly # faster builds on new travis setup not using sudo sudo: false services: - memcached # cache vendor dirs cache: directories: - lib/vendor/swiftmailer - $HOME/.composer/cache install: - composer self-update before_script: # by default, --remote is not used on travis - git submodule update --remote --force - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - sh -c 'if [ $(php -r "echo PHP_RELEASE_VERSION;") -le 98 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - composer install script: - php data/bin/check_configuration.php - php data/bin/symfony symfony:test --trace
Fix Travis CI cache config to not cache lime lib
Fix Travis CI cache config to not cache lime lib
YAML
mit
rock-symphony/rock-symphony,MDrollette/symfony1,MDrollette/symfony1,simoncast/symfony1,Recras/symfony1,rock-symphony/rock-symphony,MDrollette/symfony1,rock-symphony/rock-symphony,Recras/symfony1,simoncast/symfony1,simoncast/symfony1,Recras/symfony1
59d9fc83646fffc740a97edc86dfd7206458e0f5
.travis.yml
.travis.yml
before_install: - gem update --system - gem update bundler rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - 2.6.3 - 2.7.0-preview1 - rbx-2 - ruby-head - jruby-9.1.17.0 - jruby-9.2.7.0 - jruby-head jdk: openjdk8 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rbx-2
before_install: - gem update --system - gem update bundler rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - 2.7.0-preview1 - rbx-2 - ruby-head - jruby-9.1.17.0 - jruby-9.2.7.0 - jruby-head jdk: openjdk8 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rbx-2
Remove a redundant CI matrix
Remove a redundant CI matrix Follow up of https://github.com/bblimke/webmock/commit/0fb300aa0c753e6827821bd49aeeebd804057130. This PR removes a redundant CI matrix. Two Ruby 2.6.3 matrices are running. https://travis-ci.org/bblimke/webmock/builds/591205858 I think WebMock developers can get CI results faster by removing a redundant matrix.
YAML
mit
bblimke/webmock
a9042034bbf0c9879779284a71024fdc001f9845
.travis.yml
.travis.yml
dist: trusty language: python python: - "3.6" - "3.7-dev" install: - pip install . script: python setup.py pytest
dist: trusty language: python python: - "3.6" install: - pip install . script: python setup.py pytest
Remove Python 3.7 build: tensorflow not available yet on Python 3.7 via Pypi
Remove Python 3.7 build: tensorflow not available yet on Python 3.7 via Pypi
YAML
mit
yoeo/guesslang
2213046132033394033564c67d1cc32de390f128
.travis.yml
.travis.yml
language: php php: - "5.5" before_script: - composer install --dev --no-interaction - cp app/Config/core.example.php app/Config/core.php - cp app/Config/database.travis.php app/Config/database.php - cp app/Config/oauth.example.php app/Config/oauth.php - mysql -e 'create database pmaerr;' - wget https://scrutinizer-ci.com/ocular.phar script: - app/Console/cake Migrations.migration run all -p Migrations - app/Console/cake Migrations.migration run all --precheck Migrations.PrecheckCondition - app/Console/cake test app AllTests --coverage-clover build/logs/clover.xml --configuration=phpunit.xml after_script: - php vendor/bin/coveralls -v - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
language: php php: - "5.4" - "5.5" - "5.6" - "hhvm" before_script: - composer install --dev --no-interaction - cp app/Config/core.example.php app/Config/core.php - cp app/Config/database.travis.php app/Config/database.php - cp app/Config/oauth.example.php app/Config/oauth.php - mysql -e 'create database pmaerr;' - wget https://scrutinizer-ci.com/ocular.phar script: - app/Console/cake Migrations.migration run all -p Migrations - app/Console/cake Migrations.migration run all --precheck Migrations.PrecheckCondition - app/Console/cake test app AllTests --coverage-clover build/logs/clover.xml --configuration=phpunit.xml after_script: - php vendor/bin/coveralls -v - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
Test with more PHP versions
Test with more PHP versions Signed-off-by: Michal Čihař <[email protected]>
YAML
mit
ujjwalwahi/error-reporting-server,devenbansod/error-reporting-server,devenbansod/error-reporting-server,ujjwalwahi/error-reporting-server,smita786/error-reporting-server,smita786/error-reporting-server,madhuracj/error-reporting-server,ujjwalwahi/error-reporting-server,madhuracj/error-reporting-server,phpmyadmin/error-reporting-server,madhuracj/error-reporting-server,smita786/error-reporting-server,devenbansod/error-reporting-server,smita786/error-reporting-server,phpmyadmin/error-reporting-server,phpmyadmin/error-reporting-server
614001acacf839ddd7d81861f083d92696055a10
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 script: bundle exec rspec notifications: campfire: rooms: secure: UwsCEilVpBakyB+/A84lOS0Gp7KsNEZOGOXdWuS4M0L2BtmHYEYzO5DM3KrQuBmeCPoBQKfZRGGmAAXoHIinD+ziRczfknzL8lesAFcEVLs9ZMwtTdkk3FyCyOWcNu+Q6Iw5s9bz8Jpuz9u2iIC1knyAePhWSH76zg9R0DZrYmI=
language: ruby rvm: - 1.9.3 script: bundle exec rspec notifications: campfire: rooms: secure: UwsCEilVpBakyB+/A84lOS0Gp7KsNEZOGOXdWuS4M0L2BtmHYEYzO5DM3KrQuBmeCPoBQKfZRGGmAAXoHIinD+ziRczfknzL8lesAFcEVLs9ZMwtTdkk3FyCyOWcNu+Q6Iw5s9bz8Jpuz9u2iIC1knyAePhWSH76zg9R0DZrYmI= on_success: change on_failure: always
Update Campfire config for Travis CI
Update Campfire config for Travis CI
YAML
mit
G5/github_heroku_deployer
ab7cbf67bce05a4fcd5c7e8ae270d1de129b5f47
.travis.yml
.travis.yml
language: ruby cache: directories: - $HOME/.evm before_install: - (cd $HOME/.evm && git pull) || git clone https://github.com/rejeep/evm.git $HOME/.evm - export PATH=$HOME/.evm/bin:$PATH - evm config path /tmp - evm install $EVM_EMACS --use --skip env: - EVM_EMACS=emacs-24.4-travis - EVM_EMACS=emacs-24.5-travis - EVM_EMACS=emacs-25.1-travis - EVM_EMACS=emacs-25.2-travis - EVM_EMACS=emacs-25.3-travis - EVM_EMACS=emacs-26.1-travis #- EVM_EMACS=emacs-git-snapshot-travis matrix: allow_failures: - env: EVM_EMACS=emacs-git-snapshot-travis script: lsb_release -a && ./test-startup.sh # Local Variables: # indent-tabs-mode: nil # coding: utf-8 # End:
language: nix install: # Enable downloadable pre-built binaries stored on cachix - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix use emacs-ci - nix-env -iA $EMACS_VER -f https://github.com/purcell/nix-emacs-ci/archive/master.tar.gz env: - EMACS_VER=emacs-24-4 - EMACS_VER=emacs-24-5 - EMACS_VER=emacs-25-1 - EMACS_VER=emacs-25-2 - EMACS_VER=emacs-25-3 - EMACS_VER=emacs-26-1 - EMACS_VER=emacs-26-2 - EMACS_VER=emacs-26-3 script: lsb_release -a && ./test-startup.sh # Local Variables: # indent-tabs-mode: nil # coding: utf-8 # End:
Switch Travis build from EVM to nix-emacs-ci
Switch Travis build from EVM to nix-emacs-ci
YAML
bsd-2-clause
gsmlg/emacs.d,baohaojun/emacs.d,lust4life/emacs.d,cjqw/emacs.d,braveoyster/emacs.d,blueabysm/emacs.d,purcell/emacs.d,dcorking/emacs.d,qianwan/emacs.d,arthurl/emacs.d,svenyurgensson/emacs.d,wegatron/emacs.d,sgarciac/emacs.d,blueseason/emacs.d,krzysz00/emacs.d,emuio/emacs.d
328c936d30186f015c799589806d4bf47638daee
.travis.yml
.travis.yml
language: java os: - linux jdk: - oraclejdk8 sudo: required dist: trusty cache: directories: - $HOME/mvn-home install: # install maven 3.3.9 if it is not in cache already - bash .travis.install-maven.sh "3.3.9" "${HOME}/mvn-home" - export M2_HOME=${HOME}/mvn-home - export PATH=${HOME}/mvn-home/bin:${PATH} # visual check that we have the correct maven version installed - mvn -version 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.4 jobs: include: - script: "mvn clean install -Dci" - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false" - script: "mvn clean install -pl :gremlin-javascript -DskipIntegrationTests=false"
language: java os: - linux jdk: - oraclejdk8 sudo: required dist: trusty cache: directories: - $HOME/mvn-home install: # install maven 3.3.9 if it is not in cache already - bash .travis.install-maven.sh "3.3.9" "${HOME}/mvn-home" - export M2_HOME=${HOME}/mvn-home - export PATH=${HOME}/mvn-home/bin:${PATH} # visual check that we have the correct maven version installed - mvn -version 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.4 jobs: include: - script: "mvn clean install -Dci" - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -q -DskipTests && mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false" - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-javascript -DskipIntegrationTests=false"
Use mvn install before running GLV tests
Travis: Use mvn install before running GLV tests
YAML
apache-2.0
krlohnes/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,artem-aliev/tinkerpop,pluradj/incubator-tinkerpop,artem-aliev/tinkerpop,krlohnes/tinkerpop,krlohnes/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,apache/incubator-tinkerpop,pluradj/incubator-tinkerpop,artem-aliev/tinkerpop,pluradj/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,artem-aliev/tinkerpop,robertdale/tinkerpop,apache/tinkerpop,apache/tinkerpop,robertdale/tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,artem-aliev/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop
8d44832bd0761bbaa90e0b6d8bd2224279d8acd6
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode gemfile: - gemfiles/minitest-1.7 - gemfiles/minitest-2 matrix: exclude: - rvm: 1.8.7 gemfile: gemfiles/minitest-2
language: ruby bundler_args: --without development rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head # - rbx-18mode # - rbx-19mode gemfile: - gemfiles/minitest-1.7 - gemfiles/minitest-2 matrix: exclude: - rvm: 1.8.7 gemfile: gemfiles/minitest-2
Exclude Rubinius from the builds: it fails with spork
Exclude Rubinius from the builds: it fails with spork
YAML
mit
deivid-rodriguez/guard-minitest,guard/guard-minitest
b453ea4f046056b75c7d07e3a9df6ff8f2166f75
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" before_install: - 'sudo apt-get install redis-server' - 'sudo service redis-server start' install: - 'pip install Flask' - 'pip install pytz' - 'pip install python-dateutil' - 'pip install .' script: py.test
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" before_install: - 'sudo apt-get install redis-server' - 'sudo service redis-server start' install: - 'pip install Flask' - 'pip install pytz' - 'pip install python-dateutil' - 'pip install .' script: py.test
Test against Python 3.4 and 3.5 in Travis CI
Test against Python 3.4 and 3.5 in Travis CI
YAML
mit
aspyatkin/beakeredis
54999eefdbdf9c48dcd318ebdb3c7009d99a3f5c
.travis.yml
.travis.yml
sudo: false language: ruby branches: only: - master rvm: - 2.3.7 - 2.4.4 - 2.5.1 bundler_args: --jobs 7 --without docs debug script: bundle exec rake spec
sudo: false language: ruby cache: bundler matrix: include: - rvm: 2.3.7 - rvm: 2.4.4 - rvm: 2.5.1 - rvm: ruby-head allow_failures: - rvm: ruby-head branches: only: - master bundler_args: --jobs 7 --without docs debug script: bundle exec rake spec
Test on ruby-head in Travis and cache bundler
Test on ruby-head in Travis and cache bundler Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
chef/chef-provisioning-fog,chef/chef-provisioning-fog
5c4fd602b9a263a1eada37b293c08bc9eae40a00
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 # previous stable release - 0.10 # latest stable release #- 0.11 # latest development release services: - mysql # start MySQL on startup before_script: - "mysql -uroot -e \"DELETE FROM mysql.db WHERE Db = 'test\\_%';\"" - "mysql -uroot -e \"DELETE FROM mysql.user WHERE Host = 'localhost' AND User = '';\"" - "mysql -uroot -e \"FLUSH PRIVILEGES;\"" - "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_allowed DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\"" - "mysql -uroot -e \"GRANT ALL PRIVILEGES ON test_allowed.* TO 'test_user'@'localhost' IDENTIFIED BY '1234';\"" - "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_denied DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\"" # Some extras for Travis-CI only - "mysql -uroot -e \"DELETE FROM mysql.user WHERE User = 'travis';\"" - "mysql -uroot -e \"FLUSH PRIVILEGES;\""
language: node_js node_js: - 0.8 # previous stable release - 0.10 # latest stable release - 0.11 # latest development release services: - mysql # start MySQL on startup before_script: - "mysql -uroot -e \"DELETE FROM mysql.db WHERE Db = 'test\\_%';\"" - "mysql -uroot -e \"DELETE FROM mysql.user WHERE Host = 'localhost' AND User = '';\"" - "mysql -uroot -e \"FLUSH PRIVILEGES;\"" - "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_allowed DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\"" - "mysql -uroot -e \"GRANT ALL PRIVILEGES ON test_allowed.* TO 'test_user'@'localhost' IDENTIFIED BY '1234';\"" - "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_denied DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\"" # Some extras for Travis-CI only - "mysql -uroot -e \"DELETE FROM mysql.user WHERE User = 'travis';\"" - "mysql -uroot -e \"FLUSH PRIVILEGES;\""
Enable Travis tests for node.js v0.11.x
Enable Travis tests for node.js v0.11.x
YAML
mit
Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient
7d7e6ecc3bc143f2138207f712135405c5c21cab
.travis.yml
.travis.yml
language: python python: - "2.7" cache: apt: true # TODO local node modules path correct? directories: - $HOME/.pip-cache/ - $HOME/.tox - /home/travis/virtualenv/python2.7 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - echo 'Running installation in directory $PWD' - # Python - pip install -r dev-requirements.txt --download-cache $HOME/.pip-cache --use-mirrors - echo "Installed Python packages:" - pip freeze script: - tox - # Documentation # - make doc after_succes: coveralls
language: python python: - "2.7" - "3.5" cache: apt: true # TODO local node modules path correct? directories: - $HOME/.pip-cache/ - $HOME/.tox - /home/travis/virtualenv/python2.7 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - echo 'Running installation in directory $PWD' - # Python - pip install -r dev-requirements.txt --download-cache $HOME/.pip-cache --use-mirrors - echo "Installed Python packages:" - pip freeze script: - py.test - tox -e flake8 - # Documentation # - make doc after_succes: coveralls
Test both Python 2.7 and 3.5 on Travis
Test both Python 2.7 and 3.5 on Travis
YAML
mit
bbiskup/flotsam
284a29ed6664a591aa9f93055816f19d31238ca2
.travis.yml
.travis.yml
dist: xenial language: go go: "1.12.x" go_import_path: /skaffold git: submodules: false branches: only: - master jobs: include: - os: linux name: "checks" script: - make checks - os: linux name: "Linux unit" script: - make - make quicktest after_success: - bash <(curl -s https://codecov.io/bash) - os: osx name: "OSX unit" env: - GO111MODULE=on - GOFLAGS="-mod=vendor" script: - go build -o out/skaffold cmd/skaffold/skaffold.go - go test -short -timeout 60s ./... after_success: - bash <(curl -s https://codecov.io/bash) - os: windows name: "Windows unit" env: - GO111MODULE=on - GOFLAGS="-mod=vendor" script: - go build -o out/skaffold.exe cmd/skaffold/skaffold.go - go test -short -timeout 60s ./... - os: linux name: "integration" before_install: - curl -Lo ${HOME}/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64 - chmod +x ${HOME}/bin/kind script: - make integration-in-kind
dist: xenial language: go go: "1.12.x" go_import_path: /skaffold git: submodules: false branches: only: - master jobs: include: - os: linux name: "checks" script: - make checks - os: linux name: "Linux unit" script: - make - make quicktest after_success: - bash <(curl -s https://codecov.io/bash) - os: osx name: "OSX unit" script: - make - make quicktest - os: windows name: "Windows unit" env: - GO111MODULE=on - GOFLAGS="-mod=vendor" script: - go build -o out/skaffold.exe cmd/skaffold/skaffold.go - go test -short -timeout 60s ./... - os: linux name: "integration" before_install: - curl -Lo ${HOME}/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64 - chmod +x ${HOME}/bin/kind script: - make integration-in-kind
Simplify CI script on OSX and don’t upload coverage report
Simplify CI script on OSX and don’t upload coverage report Signed-off-by: David Gageot <[email protected]>
YAML
apache-2.0
GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold,GoogleContainerTools/skaffold
3378fe1dc13903cee2abd7883c7f363e8a76f58d
.travis.yml
.travis.yml
language: php php: - "5.4" - "5.3" services: mysql before_script: - cp app/config/parameters.yml-dist app/config/parameters.yml - composer install - pear install pear/PHP_CodeSniffer - phpenv rehash - mysql -e 'create database youhighfiveme;' - mysql -e 'create user "youhighfiveme"@"localhost" identified by "secret";' script: phpunit -c app/ --coverage-text after_script: - phpcs --report=full --report=gitblame --standard=PSR2 src/ || true # true is here to make return true, so we don't fail on CS violations, yet. notifications: irc: - "irc.freenode.org#youhighfive.me"
language: php php: - "5.4" - "5.3" services: mysql before_script: - cp app/config/parameters.yml-dist app/config/parameters.yml - mysql -e 'create database youhighfiveme;' - mysql -e 'create user "youhighfiveme"@"localhost" identified by "secret";' - composer install - pear install pear/PHP_CodeSniffer - phpenv rehash script: phpunit -c app/ --coverage-text after_script: - phpcs --report=full --report=gitblame --standard=PSR2 src/ || true # true is here to make return true, so we don't fail on CS violations, yet. notifications: irc: - "irc.freenode.org#youhighfive.me"
Install database and user before composer
Install database and user before composer
YAML
mit
YouHighFiveMe/youhighfiveme,YouHighFiveMe/youhighfiveme,YouHighFiveMe/youhighfiveme,YouHighFiveMe/youhighfiveme
43ed4f2e25a9147657eadb11f31b5aab4805b4f8
.travis.yml
.travis.yml
sudo: required dist: trusty language: c++ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libtokyocabinet-dev libkyototycoon-dev kyototycoon libkyotocabinet-dev; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tokyo-cabinet kyoto-cabinet kyoto-tycoon; fi #Build docker containers - if [[ "$CACTUS_DOCKER_MODE" == 1 ]]; then docker login --username $QUAY_USERNAME --password $QUAY_PASSWORD quay.io; make push; fi script: - sudo pip install --pre toil - sudo pip install -e . - if [[ "$CACTUS_DOCKER_MODE" == 0 ]]; then make && PATH=`pwd`/bin PYTHONPATH=`pwd`:`pwd`/src make test; fi - if [[ "$CACTUS_DOCKER_MODE" == 1 ]]; then make test; fi os: - linux services: - docker env: - CGL_DEBUG=1 CACTUS_DOCKER_MODE=0 - CACTUS_DOCKER_MODE=1 - CGL_DEBUG=ultra ASAN_OPTIONS=detect_leaks=0 CACTUS_DOCKER_MODE=0
sudo: required dist: trusty language: c++ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libtokyocabinet-dev libkyototycoon-dev kyototycoon libkyotocabinet-dev; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tokyo-cabinet kyoto-cabinet kyoto-tycoon; fi #Build docker containers - if [[ "$CACTUS_DOCKER_MODE" == 1 ]]; then docker login --username $QUAY_USERNAME --password $QUAY_PASSWORD quay.io; make push; fi script: - sudo pip install --pre toil - sudo pip install -e . - if [[ "$CACTUS_DOCKER_MODE" == 0 ]]; then make && PATH=`pwd`/bin:$PATH PYTHONPATH=`pwd`:`pwd`/src make test; fi - if [[ "$CACTUS_DOCKER_MODE" == 1 ]]; then make test; fi os: - linux services: - docker env: - CGL_DEBUG=1 CACTUS_DOCKER_MODE=0 - CACTUS_DOCKER_MODE=1 - CGL_DEBUG=ultra ASAN_OPTIONS=detect_leaks=0 CACTUS_DOCKER_MODE=0
Fix messed-up PATH in CI
Fix messed-up PATH in CI
YAML
mit
benedictpaten/cactus,benedictpaten/cactus,benedictpaten/cactus,benedictpaten/cactus,benedictpaten/cactus
c318fd086741a94421b2cb6953c22b884637d2fa
.travis.yml
.travis.yml
language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8
sudo: required dist: trusty language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8
Use Travis CI Trusty build environment
Use Travis CI Trusty build environment https://docs.travis-ci.com/user/trusty-ci-environment/
YAML
lgpl-2.1
Graylog2/syslog4j-graylog2
a7a233263a74eaacf597853e84e3e0d95b9cad67
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 - oraclejdk8 branches: except: - www cache: directories: - $HOME/.gradle/caches - $HOME/.gradle/wrapper - $HOME/.local/lib/python2.7 before_install: - pip install --user pandas - git fetch --depth=10000 origin install: ./gradlew ciPrep script: ./gradlew ciTest env: global: - TERM=dumb - TZ=CST6CDT sudo: false
language: java jdk: - oraclejdk7 - oraclejdk8 addons: apt: packages: - python-pandas branches: except: - www cache: directories: - $HOME/.gradle/caches - $HOME/.gradle/wrapper before_install: - git fetch --depth=10000 origin install: ./gradlew ciPrep script: ./gradlew ciTest env: global: - TERM=dumb - TZ=CST6CDT sudo: false
Use addons.apt.packages for APT packages
Use addons.apt.packages for APT packages
YAML
lgpl-2.1
amaliujia/lenskit,kluver/lenskit,blankazucenalg/lenskit,kluver/lenskit,kluver/lenskit,tajinder-txstate/lenskit,kluver/lenskit,chrysalag/lenskit,tajinder-txstate/lenskit,tajinder-txstate/lenskit,binweiwu/lenskit,martinlaz/lenskit,binweiwu/lenskit,chrysalag/lenskit,vaibhav345/lenskit,linjunleo/lenskit,linjunleo/lenskit,vaibhav345/lenskit,blankazucenalg/lenskit,tajinder-txstate/lenskit,kluver/lenskit,martinlaz/lenskit,vaibhav345/lenskit,vaibhav345/lenskit,amaliujia/lenskit
a2e71145e1aa6b048b5594b573efa5ad326629ef
.travis.yml
.travis.yml
language: java sudo: false # Enable Gradle caching 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/ jdk: - oraclejdk8 # Add "verGJF" task when google-java-format handles type annotations better; # see https://github.com/google/google-java-format/issues/5 script: ./gradlew build javadoc requireJavadoc git: depth: 9
language: java sudo: false # Enable Gradle caching 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/ jdk: - oraclejdk8 # Add "verGJF" task when google-java-format handles type annotations better; # see https://github.com/google/google-java-format/issues/5 script: ./gradlew build javadoc git: depth: 9
Disable requireJavadoc target on Travis, temporarily
Disable requireJavadoc target on Travis, temporarily
YAML
mit
plume-lib/plume-util
bab2dc57302b3079fe01e55fd0f2097cc72e1325
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "6" cache: directories: - node_modules branches: only: - master notifications: email: false before_install: - export CHROME_BIN=chromium-browser before_script: - npm prune script: - npm run validate after_success: - npm run coverage deploy: provider: surge project: ./dist/ skip_cleanup: true domain: money-transfer-zanonnicola.surge.sh
sudo: false language: node_js node_js: - "6" cache: directories: - node_modules branches: only: - master notifications: email: false before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start before_script: - npm prune script: - npm run validate after_success: - npm run coverage deploy: provider: surge project: ./dist/ skip_cleanup: true domain: money-transfer-zanonnicola.surge.sh
Fix Travis issue with Karma pt.4
Fix Travis issue with Karma pt.4
YAML
mit
zanonnicola/money-alert,zanonnicola/money-alert
5fdd264550eb876a3beb4ac8fb3abd1b4993448d
.travis.yml
.travis.yml
language: ruby script: - ./script/ci/travis after_script: - git status - true rvm: - 1.9.2 - 1.9.3 - ruby-head matrix: allow_failures: - rvm: ruby-head notifications: email: false
language: ruby script: - ./script/ci/travis after_script: - curl --silent https://etu.utt.fr/v9/deploy rvm: - 1.9.2 - 1.9.3 - ruby-head matrix: allow_failures: - rvm: ruby-head notifications: email: false
Call deploy hook on successful builds
Call deploy hook on successful builds
YAML
agpl-3.0
Ung-UTT/Site-etu-v9,Ung-UTT/Site-etu-v9,Ung-UTT/Site-etu-v9,Ung-UTT/Site-etu-v9
3e72b2cc722c7edf6fec60e69149148c6c2dc986
.travis.yml
.travis.yml
language: ruby rvm: - ruby-head - ruby-2.0.0-p598 - ruby-1.9.3-p551 - jruby-head - jruby-19mode - rbx-2.2.7 notifications: recipients: - [email protected]
language: ruby rvm: - ruby-head - ruby-2.0.0-p598 - ruby-1.9.3-p551 - jruby-head - jruby-19mode notifications: recipients: - [email protected]
Remove Rubinius from Travis config for Bundler issues
Remove Rubinius from Travis config for Bundler issues
YAML
mit
Printfection/printfection-ruby,Printfection/printfection-ruby
2256e6cd16100911dd1c9e3ba7bd7c41e0d055b0
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" env: - HEADLESS=true before_install: - "npm install" - "npm install -g grunt-cli" - "cd test" install: "npm install" script: - "grunt spec:unit --stack" - "grunt spec:e2e --stack" cache: directories: - node_modules - test/node_modules - test/bin notifications: webhooks: # slack - secure: "AwFzYQOGpa7pg93by37rbaQ57P/UPRgVdJTWtdYtH4bcGeuwPeFzzm9L71r8xrNqQW8KOOUlM51UEGzNG801tGJWOr9dBxXxlwj/F8qKNFx8IoOb8ZjUJBO2dGu22+cnyiWhXhk4YtRTrGM5GapagAPl5X/9PRt3mu5rn6+c8fI="
language: node_js node_js: - "0.10" env: - HEADLESS=true before_install: - "npm install" - "npm install -g grunt-cli" - "cd test" install: "npm install" script: - "grunt spec:unit --stack" # "grunt spec:e2e --stack" cache: directories: - node_modules - test/node_modules - test/bin notifications: webhooks: # slack - secure: "AwFzYQOGpa7pg93by37rbaQ57P/UPRgVdJTWtdYtH4bcGeuwPeFzzm9L71r8xrNqQW8KOOUlM51UEGzNG801tGJWOr9dBxXxlwj/F8qKNFx8IoOb8ZjUJBO2dGu22+cnyiWhXhk4YtRTrGM5GapagAPl5X/9PRt3mu5rn6+c8fI="
Disable e2e tests because java
Disable e2e tests because java
YAML
mit
linemanjs/lineman
300a5339755ae790fc1b91ccf4388b5fe52e0121
.travis.yml
.travis.yml
language: php php: '5.6' script: ./vendor/bin/phpcs --report=summary --standard=phpcs.xml -np .
language: php php: '5.6' install: composer install script: ./vendor/bin/phpcs --report=summary --standard=phpcs.xml -np .
Add the dependencies for Travis
Add the dependencies for Travis
YAML
agpl-3.0
davidbarratt/wiki,davidbarratt/wiki,davidbarratt/wiki,davidbarratt/wiki
2a0c9d16dd885c4444b323671c66231a88b7ccfd
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode gemfile: - gemfiles/activemodel3.gemfile - gemfiles/activemodel4.gemfile
language: ruby sudo: false rvm: - 2.3.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.0 - jruby-19mode - jruby gemfile: - gemfiles/activemodel3.gemfile - gemfiles/activemodel4.gemfile matrix: exclude: - rvm: 1.9.0 gemfile: gemfiles/activemodel4.gemfile - rvm: jruby-19mode gemfile: gemfiles/activemodel4.gemfile
Test against ruby 2.3 and exclude activemodel4 from 1.9 rubies
Test against ruby 2.3 and exclude activemodel4 from 1.9 rubies
YAML
mit
daqua/valid_email2,lisinge/valid_email2,SoftSwiss/valid_email2
e4107cb1a6767108b1152a12fc64021990c2e58c
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - jruby-1.7.2 - rbx-19mode
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-1.7.2 - jruby-1.7.4 - rbx-19mode
Add some new Travis targets
Add some new Travis targets
YAML
mit
mboeh/woodhouse
8b517d6e25861047b29fa5c22f9e48af7f56be4c
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 sudo: false install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//./},flake8,pydocstyle - coveralls matrix: fast_finish: true
language: python install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//./},flake8,pydocstyle - coveralls matrix: fast_finish: true include: - python: 2.7 dist: trusty sudo: false - python: 3.3 dist: trusty sudo: false - python: 3.4 dist: trusty sudo: false - python: 3.5 dist: trusty sudo: false - python: 3.6 dist: trusty sudo: false - python: 3.7 dist: xenial sudo: true
Add Python 3.7 to the test matrix
Add Python 3.7 to the test matrix This requires changing how we create the test matrix, as there are no Ubuntu "trusty" distributions available of Python 3.7 for Travis. cf https://docs.travis-ci.com/user/languages/python/
YAML
mit
laterpay/laterpay-client-python
724cc43600bf4d6dbc23743e074ca931e4661f6e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' - '6' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 6 on Travis CI.
Test with latest Node.js 6 on Travis CI.
YAML
mit
bigeasy/supersede,bigeasy/supersede
b99d77fa3e2f336de91f67d3f4761ffd80e3f879
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.9" - "0.10" script: "npm run-script ci"
language: node_js node_js: - "0.9" - "0.10" script: "npm run-script ci"
Drop node 0.8 support so we can use ^ npm versions
Drop node 0.8 support so we can use ^ npm versions
YAML
mit
pimterry/grunt-coveralls
d3dc5ca88682104c3db8f6fb772849473eb4b88e
.travis.yml
.travis.yml
sudo: false language: php php: - 5.4 - 5.5 - 5.6 - hhvm cache: directories: - vendor before_script: - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml.dist --colors --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover matrix: allow_failures: - php: hhvm-nightly
sudo: false language: php php: - 5.5 - 5.6 - hhvm cache: directories: - vendor before_script: - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml.dist --colors --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover matrix: allow_failures: - php: hhvm-nightly
Remove PHP 5.4 from tests
Remove PHP 5.4 from tests
YAML
mit
SocialiteProviders/Manager
133f690710b04f6b899357aa6767a94a1afac3a7
.travis.yml
.travis.yml
sudo: false language: node_js before_script: make script: make test env: global: - SAUCE_USERNAME=github-fetch - SAUCE_ACCESS_KEY=c3d37f93-0c2e-4834-9da5-eddc0d8c6299 matrix: - PHANTOMJS=1 - SAUCE_PLATFORM="Windows 7" SAUCE_BROWSER="firefox" SAUCE_VERSION="" - SAUCE_PLATFORM="Windows 7" SAUCE_BROWSER="googlechrome" SAUCE_VERSION="" - SAUCE_PLATFORM="Windows 7" SAUCE_BROWSER="internet explorer" SAUCE_VERSION="11" - SAUCE_PLATFORM="Windows 7" SAUCE_BROWSER="internet explorer" SAUCE_VERSION="10" deploy: provider: npm email: [email protected] api_key: secure: gt9g5/bXhxSKjxfFSPCdpWGJKBrSG8zdGRYgPouUgRqNeD2Ff4Nc8HGQTxp0OLKnP/jJ5FIru5jUur6LWzJCyEd+aNUEvFf5J078m3pzHN9AP2fiWUkKXcc5lKV0PQnI+JDRxJwd/PggtjubrneGfCzyFoys9apRrd/TzTGEtGw= on: tags: true repo: github/fetch
sudo: false language: node_js before_script: make script: make test deploy: provider: npm email: [email protected] api_key: secure: gt9g5/bXhxSKjxfFSPCdpWGJKBrSG8zdGRYgPouUgRqNeD2Ff4Nc8HGQTxp0OLKnP/jJ5FIru5jUur6LWzJCyEd+aNUEvFf5J078m3pzHN9AP2fiWUkKXcc5lKV0PQnI+JDRxJwd/PggtjubrneGfCzyFoys9apRrd/TzTGEtGw= on: tags: true repo: github/fetch
Disable Sauce labs testing in CI
Disable Sauce labs testing in CI It's been broken for a while, causing everyone's PR to show up as a failed build. This isn't nice to our contributors, since it's not their fault.
YAML
mit
JhansiYarnagula/dummy2,benestudio/fetch,github/fetch,zebulonj/fetch-plus,benestudio/fetch,JhansiYarnagula/dummy2,zebulonj/fetch-plus,JhansiYarnagula/dummy2,benestudio/fetch,aleclarson/fetch,zebulonj/fetch-plus
30a2ec4e9015442da9877534a3c310edbfd1a607
.travis.yml
.travis.yml
language: ruby addons: code_climate: repo_token: 46c8b29dd6711f35704e7c5a541486cbbf2cff8b2df8ce755bfc09917d3c1cbb branches: only: - master - /.+-stable$/ rvm: - 1.8.7 - 1.9.3 - 2.1.1 bundler_args: --without development before_install: gem install bundler script: bundle exec rake spec
language: ruby addons: code_climate: repo_token: 46c8b29dd6711f35704e7c5a541486cbbf2cff8b2df8ce755bfc09917d3c1cbb branches: only: - master - /.+-stable$/ rvm: - 1.8.7 - 1.9.3 - 2.1.1 bundler_args: --without development before_install: - if [ "$TRAVIS_RUBY_VERSION" == "1.8.7" ]; then gem update --system; fi - gem install bundler script: bundle exec rake spec
Update Rubygems when using 1.8.7
Update Rubygems when using 1.8.7
YAML
mit
CocoaPods/CLAide
b16802e82d1d240ababb1bae0f21847e5c40b1d2
.travis.yml
.travis.yml
language: php dist: trusty php: - 5.6 - 7.0 - 7.1 - 7.2 env: - DB=pdo/mysql - DB=pdo/pgsql - DB=pdo/sqlite sudo: false before_script: - sh -c "composer install --dev --no-progress" - sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi" - sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi" - sh -c "if [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi" script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml matrix: allow_failures: - php: master branches: only: - develop
language: php dist: trusty php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 env: - DB=pdo/mysql - DB=pdo/pgsql - DB=pdo/sqlite sudo: false before_script: - sh -c "composer install --dev --no-progress" - sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi" - sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi" - sh -c "if [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi" script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml matrix: allow_failures: - php: master branches: only: - develop
Add PHP 7.3 to tests
Add PHP 7.3 to tests Signed-off-by: Stiliyan Ivanov <[email protected]>
YAML
mit
madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB
1b1b41f727b77ab84a779dc83f21f7f39b75d53a
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 script: py.test
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 script: py.test --cov=fiscalyear
Integrate coverage reporting to codecov
Integrate coverage reporting to codecov
YAML
mit
adamjstewart/fiscalyear
adeae51ab72f49f60d296d469a4b6c7cc732046d
.travis.yml
.travis.yml
language: go go: # - 1.0 # works, but not supported by testify # - 1.1 # works, but doesn't do -coverprofile - 1.2 - 1.3 # - tip # works, but cover has moved in tip :( before_install: - go get github.com/stretchr/testify/require - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover script: - $HOME/gopath/bin/goveralls -repotoken $COVERALLS_TOKEN
language: go sudo: false go: # - 1.0 # works, but not supported by testify # - 1.1 # works, but doesn't do -coverprofile - 1.2 - 1.3 # - tip # works, but cover has moved in tip :( before_install: - go get github.com/stretchr/testify/require - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover script: - $HOME/gopath/bin/goveralls -repotoken $COVERALLS_TOKEN
Enable new Travis CI build infrastructure
Enable new Travis CI build infrastructure
YAML
mit
jonhoo/go-events
78676fb3886a9b787679d4404e92303aeb60630a
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '8' - '10' - 'node' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - '8' - '10' - '12' - 'node' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop node.js 6 support, add 12 (semver-major)
Drop node.js 6 support, add 12 (semver-major)
YAML
bsd-3-clause
papandreou/node-cldr
02af23d1f5a070df573b04f9d7ad62fdaacefe25
.travis.yml
.travis.yml
language: php php: - '7.1' - '7.0' - '5.6' - '5.5' - hhvm - nighly env:
language: php php: - '7.1' - '7.0' - '5.6' - '5.5' - hhvm - nighly env: global: - PHPUNIT_BIN='vendor/bin/phpunit' - PHPUNIT_CONFIG='phpunit.xml' - PHPUNIT_FLAGS='--stop-on-failure --verbose' before_script: - composer config --global repo.packagist composer https://packagist.org - composer install script : $PHPUNIT_BIN -c $PHPUNIT_CONFIG $PHPUNIT_FLAGS addons: code_climate: repo_token: 62b27466fcf178ab2bd97abacf491634849ddae5eb420ce0bd28f2f4aab6f142 after_success: - vendor/bin/test-reporter
Configure PHPUnit in Travis file
Configure PHPUnit in Travis file
YAML
mit
vfalies/tmdb,vfalies/tmdb
9f09b3327df6829d2576e9b8137176ec5e2f97a7
.travis.yml
.travis.yml
language: java before_install: "git clone -b travis `git config --get remote.origin.url` target/travis" script: ./travis.sh jdk: - openjdk6 - openjdk7 - oraclejdk8 # whitelist branches: only: - master env: global: - secure: "ELThTQqmQjdhMXK+eRL5uCC5ygUHacpmx2QLVFfiXmMiSUH++F4FhaP7wLxPLPTWePqw7dtJ0Jb1j8NrLgUmQkn9AIil9V5GNNjpvEaUZBa3y0zd5cyfFc28wdcmgQ9CucaJuS6v8gXbM9/OvQWRzLULdAK2EKdyNwS1H2I2ED4=" - secure: "OQamliY3ibuHuox2dxr7Bgnx56xX+wM5IOi3HjptmE77k23OrpVklsrep1EsDHU9GmLAXWz+rVVhujMLgFYikovOxuOQKHyi+/sJFEnCXx8o6I3Ha1YpZCgmtWN+D82eSlIPflPPl8MAypn8Zl3ndaf5MOzr8vJyhIGGzFGSPHg=" - DEPLOY=false
language: java before_install: "git clone -b travis `git config --get remote.origin.url` target/travis" script: "sh ./travis.sh" jdk: - openjdk6 - openjdk7 - oraclejdk8 # whitelist branches: only: - master env: global: - secure: "ELThTQqmQjdhMXK+eRL5uCC5ygUHacpmx2QLVFfiXmMiSUH++F4FhaP7wLxPLPTWePqw7dtJ0Jb1j8NrLgUmQkn9AIil9V5GNNjpvEaUZBa3y0zd5cyfFc28wdcmgQ9CucaJuS6v8gXbM9/OvQWRzLULdAK2EKdyNwS1H2I2ED4=" - secure: "OQamliY3ibuHuox2dxr7Bgnx56xX+wM5IOi3HjptmE77k23OrpVklsrep1EsDHU9GmLAXWz+rVVhujMLgFYikovOxuOQKHyi+/sJFEnCXx8o6I3Ha1YpZCgmtWN+D82eSlIPflPPl8MAypn8Zl3ndaf5MOzr8vJyhIGGzFGSPHg=" - DEPLOY=false
Add shell launcher for script
Add shell launcher for script
YAML
apache-2.0
xebia-france/selma,marcosemiao/selma,xebia-france/selma,Byhiras/selma,zouabimourad/selma,Byhiras/selma,marcosemiao/selma,zouabimourad/selma,denouche/selma,denouche/selma
70452b3ffede341aa478bd90b8234957a70aa5e6
.travis.yml
.travis.yml
--- env: global: - CC_TEST_REPORTER_ID=76c3cb8a84b67e1e18aadacbe5a77861bc723dc1448f044bae995795b261569b language: ruby sudo: false bundler_args: --without yard guard benchmarks before_install: "gem install bundler -v '< 2.0'" 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: "bundle exec rake ci" after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT rvm: - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head - jruby-9.2.11.0 - jruby-head - truffleruby matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-9.2.11.0 - rvm: truffleruby fast_finish: true branches: only: master notifications: email: false
--- env: global: - CC_TEST_REPORTER_ID=76c3cb8a84b67e1e18aadacbe5a77861bc723dc1448f044bae995795b261569b language: ruby sudo: false bundler_args: --without yard guard benchmarks before_install: "gem install bundler" 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: "bundle exec rake ci" after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT rvm: - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head - jruby-9.2.11.0 - jruby-head - truffleruby matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-9.2.11.0 - rvm: truffleruby fast_finish: true branches: only: master notifications: email: false
Change to stop limiting bundler version
Change to stop limiting bundler version
YAML
mit
piotrmurach/tty
3f4ae687b44d00e9f295e2e3dbeff15fe60d824c
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - node_modules node_js: - "10" - "12" - "14" os: - "linux" - "win" script: npm run test matrix: include: # reports combined coverage report to coveralls (Node older, stable, latest) - os: osx node_js: - "14" script: npm run travis
sudo: false language: node_js cache: directories: - node_modules node_js: - "14" script: npm run coverage
Reconfigure to use a single vm for all tests and sending coverage.
Reconfigure to use a single vm for all tests and sending coverage.
YAML
mit
elidoran/node-strung
b799a19bf28d185a184a08ac41bf1ae87d17df19
.travis.yml
.travis.yml
env: # - GHCVER=7.2.2 # not supported by haskell-src-exts - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.1 - GHCVER=head script: - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
env: # - GHCVER=7.2.2 # not supported by haskell-src-exts - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.1 - GHCVER=head matrix: allow_failures: - env: GHCVER=head script: - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
Allow failures with GHC HEAD (QuickCheck no longer installs)
Allow failures with GHC HEAD (QuickCheck no longer installs)
YAML
bsd-3-clause
gibiansky/hlint,bitemyapp/hlint,ndmitchell/hlint,ndmitchell/hlint
8ea4fb5475cf8daeeb45f9fd69b04632cba92e49
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "5" - "4" - "0.12"
language: node_js node_js: - "6" - "5" - "4"
Drop Node v0.12 from CI
Drop Node v0.12 from CI
YAML
mit
motiz88/redux-midi,motiz88/redux-midi
71c201a6f8c75f4636d73e59e0f18928839c6506
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.1 - 2.1.5 - 2.0.0 - jruby-19mode - jruby-head services: - redis-server env: global: - REDIS_URL="redis://127.0.0.1:6379/0" notifications: email: false
language: ruby rvm: - 2.2.1 - 2.1.5 - 2.0.0 - jruby-head services: - redis-server env: global: - REDIS_URL="redis://127.0.0.1:6379/0" notifications: email: false
Remove jruby-19mode from Travis config
Remove jruby-19mode from Travis config
YAML
mit
lipanski/slow-down,lipanski/slow-down
e63a4eb2e8f3635222cf3a23b81b43f076990279
.travis.yml
.travis.yml
language: python python: - '2.7' env: - DJANGO_SETTINGS_MODULE='bluebottle.settings.testing' install: - pip install --upgrade setuptools --use-mirrors - pip install -q nose - pip install -q django==1.5.5 before_script: - npm install - touch bluebottle/settings/secrets.py script: - python setup.py test - grunt travis --verbose notifications: hipchat: rooms: secure: A7SQlgtz1wTbt5wSpP5inxXAB7Gxmss6KIjnV0RdcU1jzKbf/umrAWgLIb/M6vr/zO/YwZCa60SkYm7yn0fGEU3fVjA7rWy5w1yllMEgxxEUy4E2DF1pL/0vryI4GwgcNzre0XA1o/Lx5/8cq6FB1fZ0V5yDyIl8xxMdWFb++X4= template: - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}'
language: python python: - '2.7' env: - DJANGO_SETTINGS_MODULE='bluebottle.settings.testing' install: - pip install --upgrade setuptools --use-mirrors - pip install -q nose - pip install -q django==1.5.5 before_script: - npm install - echo "SECRET_KEY = 'secret key'" > bluebottle/settings/secrets.py script: - python setup.py test - grunt travis --verbose notifications: hipchat: rooms: secure: A7SQlgtz1wTbt5wSpP5inxXAB7Gxmss6KIjnV0RdcU1jzKbf/umrAWgLIb/M6vr/zO/YwZCa60SkYm7yn0fGEU3fVjA7rWy5w1yllMEgxxEUy4E2DF1pL/0vryI4GwgcNzre0XA1o/Lx5/8cq6FB1fZ0V5yDyIl8xxMdWFb++X4= template: - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}'
Add content for secrets file
Add content for secrets file
YAML
bsd-3-clause
jfterpstra/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,jfterpstra/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,jfterpstra/bluebottle,jfterpstra/bluebottle
af0186fded32ccbcd3ed8d4b5e8a12268f01d761
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler branches: only: - master before_install: - gem update --system - gem install bundler rvm: - 2.4.3 script: - bundle install --jobs=3 --retry=3 - bundle exec rake build - bundle exec rake driver:cycle
sudo: false language: ruby cache: bundler branches: only: - master before_install: - gem update --system - gem install bundler rvm: - 2.4.4 bundler_args: --jobs=7 --retry=3 --without docs debug script: - bundle exec rake build - bundle exec rake driver:cycle
Test with Ruby 2.4.4 and exclude gem groups we don't need
Test with Ruby 2.4.4 and exclude gem groups we don't need Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
chef/chef-provisioning,chef/chef-provisioning
a42eed08fb08d4a27e6fed021d3c5b3a0253d7ac
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" # Right now python nightly is not able to install lxml, cryptography, and cffi. # Ignore it for the moment. # - "nightly" # command to install dependencies install: - "pip install coveralls" - "pip install -e ./" # command to run tests script: nosetests --with-coverage --cover-package=pyrundeck.api --cover-package=pyrundeck.xml2native --cover-package=pyrundeck.rundeck_parser --cover-package=pyrundeck.endpoints --cover-erase tests/unit_tests after_success: - coveralls --verbose
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" # Right now python nightly is not able to install lxml, cryptography, and cffi. # Ignore it for the moment. # - "nightly" # command to install dependencies install: - "pip install coveralls" - "pip install -e ./" # command to run tests script: nosetests --with-coverage --cover-package=pyrundeck.api --cover-package=pyrundeck.xml2native --cover-package=pyrundeck.rundeck_parser --cover-erase tests/unit_tests after_success: - coveralls --verbose
Remove endpoints from coverage reporting
Remove endpoints from coverage reporting
YAML
bsd-3-clause
EKT/pyrundeck
1fffe54c4be9ba3a3754a7fcb6baf7e0b8df78eb
.travis.yml
.travis.yml
sudo: false language: python python: - "3.5" - "3.6" - "pypy3" env: - DJANGO="1.11" - DJANGO="2.0" - DJANGO="2.1" matrix: include: - python: 2.7 env: DJANGO="1.11" - python: 3.7 env: DJANGO="2.0" dist: xenial sudo: true - python: 3.7 env: DJANGO="2.1" dist: xenial sudo: true branches: only: - master install: - ./.travis_setup script: - tox -- --cov after_success: coveralls
dist: xenial sudo: false language: python python: - "3.5" - "3.6" - "pypy3.5-6.0" env: - DJANGO="1.11" - DJANGO="2.0" - DJANGO="2.1" matrix: include: - python: 2.7 env: DJANGO="1.11" - python: 3.7 env: DJANGO="2.0" - python: 3.7 env: DJANGO="2.1" branches: only: - master install: - ./.travis_setup script: - tox -- --cov after_success: coveralls
Switch to running all tests on Xenial
Switch to running all tests on Xenial It's officially supported without sudo now, so it makes sense to stop special casing Python 3.7 to it and just run them all.
YAML
mit
stefanfoulis/django-phonenumber-field
262ea7058049459a34a9c6b4258fa6e131152af0
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: - wget -nc http://getcomposer.org/composer.phar - php composer.phar update script: phpunit notification: email: "[email protected]"
language: php php: - 5.3 - 5.4 - 5.5 matrix: allow_failures: - php: 5.5 before_script: - COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install script: phpunit notification: email: "[email protected]"
Add testing for PHP 5.5 (allowing failures) and tweak before script
Add testing for PHP 5.5 (allowing failures) and tweak before script
YAML
mit
o0khoiclub0o/honeybadger-php,gevans/honeybadger-php,joshuap/honeybadger-php,joshuap/honeybadger-php,gevans/honeybadger-php,o0khoiclub0o/honeybadger-php,honeybadger-io/honeybadger-php
2ebba03d7acbdbe6dabb446089bdb58453f536e7
.travis.yml
.travis.yml
language: node_js node_js: - 0.4 - 0.5 - 0.6 before_install: - sudo apt-get update - sudo apt-get install php-pear - sudo pear upgrade PEAR - sudo pear channel-discover pear.phpunit.de - sudo pear channel-discover pear.symfony-project.com - sudo pear install --alldeps phpunit/PHPUnit script: "make test"
language: node_js node_js: - 0.4 - 0.6 - 0.7 before_install: - sudo apt-get update - sudo apt-get install php-pear - sudo pear upgrade PEAR - sudo pear channel-discover pear.phpunit.de - sudo pear channel-discover pear.symfony-project.com - sudo pear install --alldeps phpunit/PHPUnit - sudo apt-get install perl - sudo cpan install JSON - sudo cpan install List::MoreUtils script: "make test"
Install some CPAN deps for Travis before testing
Install some CPAN deps for Travis before testing
YAML
mit
Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients
e36e23c076d1fff356bbd085454a863053950d65
.travis.yml
.travis.yml
language: bash script: - make lint test
# From https://github.com/kubernetes/charts/blob/master/.travis.yml language: go go: - 1.6 before_install: - export GLIDE_VERSION="0.10.1" - ls $GOPATH/src/ - wget "https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz" - mkdir -p $HOME/bin - tar -vxz -C $HOME/bin --strip=1 -f glide-$GLIDE_VERSION-linux-amd64.tar.gz - export PATH="$HOME/bin:$PATH" GLIDE_HOME="$HOME/.glide" install: - cd $GOPATH/src/ - mkdir k8s.io && cd k8s.io - git clone https://github.com/kubernetes/helm - cd helm && make bootstrap build - mv bin/helm $HOME/bin script: - helm lint * after_success: # TODO: run sync-repo script with gs://kubernetes-charts on green master build
Add CI to the charts' repository
Add CI to the charts' repository
YAML
apache-2.0
cafebazaar/charts,mehdy/charts
7cba64e3cca70f69490dc9f5ea8790bf888909b4
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby dist: trusty rvm: - jruby-9.1.13.0 - jruby-head - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - rbx-3 env: global: - JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby matrix: - 'TASK=spec' - 'TASK=ascii_spec' - 'TASK=internal_investigation' matrix: allow_failures: - rvm: ruby-head - rvm: rbx-3 - rvm: jruby-head fast_finish: true before_install: - gem update --remote bundler - gem update --system - rvm @global do gem uninstall bundler -a -x - rvm @global do gem install bundler -v 1.13.7 install: - bundle install --retry=3 script: - ruby .travis.rb addons: code_climate: repo_token: a11b66bfbb1acdf220d5cb317b2e945a986fd85adebe29a76d411ad6d74ec31f
sudo: false cache: bundler language: ruby dist: trusty rvm: - jruby-9.1.13.0 - jruby-head - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - rbx-3 env: global: - JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby matrix: - 'TASK=spec' - 'TASK=ascii_spec' - 'TASK=internal_investigation' matrix: allow_failures: - rvm: ruby-head - rvm: rbx-3 - rvm: jruby-head fast_finish: true before_install: - gem update --remote bundler - gem update --system install: - bundle install --retry=3 script: - ruby .travis.rb addons: code_climate: repo_token: a11b66bfbb1acdf220d5cb317b2e945a986fd85adebe29a76d411ad6d74ec31f
Fix a CI error due to Bundler integration to Ruby 2.5
Fix a CI error due to Bundler integration to Ruby 2.5 Currently Travis CI has failed to build ruby-head. https://travis-ci.org/bbatsov/rubocop/jobs/290423966#L571 The error log is as follows. ```console $ rvm @global do gem uninstall bundler -a -x ERROR: While executing gem ... (Gem::InstallError) gem "bundler" cannot be uninstalled because it is a default gem The command "rvm @global do gem uninstall bundler -a -x" failed and exited with 1 during . ``` This is because Ruby 2.5 integrates Bundler into Ruby. https://bugs.ruby-lang.org/issues/12733 This commit will remove the Travis CI setting for JRuby introduced at #3966. Because the version of JRuby used by Travis CI is different from that of #3966, it is likely to succeed with this. My expectation is that installation builds on Bundler for both ruby-head and jruby-9.1.13.0 will succeed in this commit. However, the following test is expected to fail on ruby-head. ```console % ruby -v ruby 2.5.0dev (2017-10-22 trunk 60318) [x86_64-darwin13] % bundle exec rspec ./spec/rubocop/result_cache_spec.rb (snip) Failures: 1) RuboCop::ResultCache cached result that was saved with no command line option when no option is given when a symlink is present in the cache location and symlink attack protection is disabled permits caching and prints no warning Failure/Error: FileUtils.rmdir(attack_target_dir) Errno::ENOTEMPTY: Directory not empty @ dir_s_rmdir - /var/folders/6g/n37ypc6554dcgy3fgdj9nkqm0000gn/T/d20171022-15315-1lytu2s # ./spec/rubocop/result_cache_spec.rb:97:in `block (5 levels) in <top (required)>' # ./lib/rubocop/rspec/shared_contexts.rb:27:in `block (4 levels) in <top (required)>' # ./lib/rubocop/rspec/shared_contexts.rb:26:in `chdir' # ./lib/rubocop/rspec/shared_contexts.rb:26:in `block (3 levels) in <top (required)>' # ./lib/rubocop/rspec/shared_contexts.rb:8:in `block (2 levels) in <top (required)>' Finished in 0.21599 seconds (files took 1.02 seconds to load) 14 examples, 1 failure Failed examples: rspec ./spec/rubocop/result_cache_spec.rb:123 # RuboCop::ResultCache cached result that was saved with no command line option when no option is given when a symlink is present in the cache location and symlink attack protection is disabled permits caching and prints no warning ``` First of all it is desirable to be able to know the test cases that fail with ruby-head like this. Therefore, I hope this will be merge if the installation build succeed.
YAML
mit
vergenzt/rubocop,pocke/rubocop,rrosenblum/rubocop,palkan/rubocop,petehamilton/rubocop,bquorning/rubocop,smakagon/rubocop,sue445/rubocop,akihiro17/rubocop,bbatsov/rubocop,bquorning/rubocop,palkan/rubocop,petehamilton/rubocop,tejasbubane/rubocop,akihiro17/rubocop,scottmatthewman/rubocop,jfelchner/rubocop,vergenzt/rubocop,jfelchner/rubocop,urbanautomaton/rubocop,bbatsov/rubocop,haziqhafizuddin/rubocop,pocke/rubocop,mikegee/rubocop,panthomakos/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,meganemura/rubocop,panthomakos/rubocop,urbanautomaton/rubocop,tdeo/rubocop,deivid-rodriguez/rubocop,mikegee/rubocop,haziqhafizuddin/rubocop,panthomakos/rubocop,smakagon/rubocop,bquorning/rubocop,rrosenblum/rubocop,sue445/rubocop,meganemura/rubocop,tejasbubane/rubocop,deivid-rodriguez/rubocop,tdeo/rubocop,vergenzt/rubocop,jmks/rubocop,palkan/rubocop,jmks/rubocop,mikegee/rubocop,akihiro17/rubocop,sue445/rubocop,maxjacobson/rubocop,jfelchner/rubocop,petehamilton/rubocop,meganemura/rubocop,scottmatthewman/rubocop,deivid-rodriguez/rubocop,maxjacobson/rubocop,jmks/rubocop,tdeo/rubocop,rrosenblum/rubocop
a72ef51312eff33b290bba6d09600b56e827c745
.travis.yml
.travis.yml
rvm: - 1.9.3 - 1.8.7 branches: only: - master env: - DB=postgres - DB=mysql - DB=sqlite3 gemfile: - gemfiles/Gemfile.rails-3.0.rb - gemfiles/Gemfile.rails-3.1.rb - gemfiles/Gemfile.rails-3.2.rb script: "bundle exec rake db:reset db:up test"
rvm: - 1.9.3 - 1.8.7 branches: only: - master env: - DB=postgres - DB=mysql - DB=sqlite3 gemfile: - gemfiles/Gemfile.rails-3.0.rb - gemfiles/Gemfile.rails-3.1.rb - gemfiles/Gemfile.rails-3.2.rb before_script: 'bundle exec rake db:reset db:up' script: 'bundle exec rake test'
Set up the database before running the test script.
[Travis] Set up the database before running the test script.
YAML
mit
zenhacks/friendly_id,joshsoftware/friendly_id,norman/friendly_id,tekin/friendly_id,Pathgather/friendly_id,ashagnanasekar/friendly_id,morsedigital/friendly_id,kangkyu/friendly_id,sideci-sample/sideci-sample-friendly_id,MatthewRDodds/friendly_id,onursarikaya/friendly_id,MAubreyK/friendly_id,ThanhKhoaIT/friendly_id
7c14d5a0149422d926cfad10d69f150c5698fee9
.travis.yml
.travis.yml
--- language: bash script: - bin/fetch-configlet - bin/configlet . sudo: false
--- language: bash script: - bin/fetch-configlet - bin/configlet lint . sudo: false
Call configlet subcommand on CI
Call configlet subcommand on CI This changes configlet to pass a subcommand. For now, we've released a version of configlet which handles both the old command: configlet path/to/track as well as the new command: configlet lint path/to/track This will let us update all the travis files to include the subcommand before we release the version of configlet that requires the subcommand.
YAML
mit
exercism/xcoffeescript
92758647c73850420d92df46d364162b5e621678
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode script: "rspec spec/*_spec.rb"
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: jruby-18mode - rvm: jruby-19mode script: "rspec spec/*_spec.rb"
Allow Travis to fail on jruby
Allow Travis to fail on jruby No time to investigate this right now...
YAML
mit
pusher/pusher-http-ruby,xn/pusher-http-ruby,glebtv/pusher-gem,markburns/pusher-gem