commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
22565febe1ffcc84d6e02687b11fbf0fcd425ea5
.travis.yml
.travis.yml
language: ruby sudo: false services: - redis addons: postgresql: 9.3 artifacts: paths: - log/ cache: directories: - vendor/bundle sudo: false rvm: - "2.0" - "2.1" matrix: fast_finish: true before_install: - gem install bundler -v 1.9.0 install: - bundle _1.9.0_ install --jobs=3 --...
language: ruby sudo: false services: - redis - memcached addons: postgresql: 9.3 artifacts: paths: - log/ cache: directories: - vendor/bundle sudo: false rvm: - "2.0" - "2.1" matrix: fast_finish: true before_install: - gem install bundler -v 1.9.0 install: - bundle _1.9.0_ insta...
Add memcached service to build
Add memcached service to build
YAML
mit
travis-ci/travis-core,travis-ci/travis-core,travis-ci/travis-core
d752a44cdb9bb8dd85a3b50a2196937ec85a4582
.travis.yml
.travis.yml
language: go sudo: false before_install: - eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" go: - 1.7 - tip script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d .) - go vet ./... - go test -v -race ./...
language: go sudo: false before_install: - eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" go: - 1.7 - 1.8 - tip script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d .) - go vet ./... - go test -v -race ./...
Add Go 1.8 to Travis config
Add Go 1.8 to Travis config
YAML
apache-2.0
neovim/go-client
9d4531e2e502b637a1d2347f96ae990543f28abd
.travis.yml
.travis.yml
language: haskell - 7.8 - 7.6 - 7.4 before_install: - echo $PATH - find /usr/local/ghc -type f -ls install: script: after_script:
language: haskell ghc: - 7.8 - 7.6 - 7.4 before_install: - date - echo $PATH - find /usr/local/ghc -type f -ls install: script: - echo script after_script: - date
Fix and add timestamp command.
Fix and add timestamp command.
YAML
bsd-3-clause
khibino/travis-ci-haskell
f70466fbbc6fd7841605d4955f0f9ad5b50a0dfd
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.8 - 2.3.5 - 2.4.2 - jruby-9.1.14.0 env: global: - SPHINX_BIN=ext/sphinx/bin/ - secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0= matrix: - SPHINX_VERSION...
language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - jruby-9.1.14.0 env: global: - SPHINX_BIN=ext/sphinx/bin/ - secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0= matrix: - SPHINX...
Update tested Rubies, add 2.5.0.
Update tested Rubies, add 2.5.0.
YAML
mit
pat/riddle,pat/riddle
ea0e165bfcb2049ce27aaaa57ed873362c01bf16
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" # command to install dependencies cache: - pip install: - "pip install setuptools --upgrade; pip install -r test_requirements.txt; pip install -e git+https://github.com/django/django-contrib-comments.git#egg=django-contrib-comments; python setup.py install" # command to...
language: python python: - "2.7" - "3.6" # command to install dependencies cache: - pip install: - "pip install setuptools --upgrade; pip install -r test_requirements.txt; pip install -e git+https://github.com/django/django-contrib-comments.git#egg=django-contrib-comments; python setup.py install" # command to...
Update Travis to run the new doc headers tests
Update Travis to run the new doc headers tests
YAML
mit
Miserlou/Zappa,Miserlou/Zappa,pjz/Zappa,pjz/Zappa
95b980581f71701452d73d4b2fafc6bd549da174
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - jruby-19mode-1.7.4 - rbx-19mode
Use JRuby version 1.7.4 for CI.
Use JRuby version 1.7.4 for CI.
YAML
unlicense
ruby-rdf/rdf-xsd
28c8e2a80fc419d9a6df8af248a0ad6be5853a4b
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: gulp after_success: - npm run report-coverage - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: - npm run pretest - npm run package after_success: - npm run report-coverage - npm run semantic-release branches: e...
Make sure that the selenium server jar is downloaded before the tests start
chore(ci): Make sure that the selenium server jar is downloaded before the tests start
YAML
apache-2.0
red6/serenity-js,jan-molak/serenity-js,InvictusMB/serenity-js,red6/serenity-js,jan-molak/serenity-js,jan-molak/serenity-js,InvictusMB/serenity-js,red6/serenity-js,InvictusMB/serenity-js,jan-molak/serenity-js,red6/serenity-js,InvictusMB/serenity-js
03dfa0d5447e01c22e021fab2227a98f3c4cb71d
.travis.yml
.travis.yml
sudo: false language: php php: - 5.3 - 5.4 - 5.5
sudo: false language: php php: - 5.4 - 5.5 - 5.6
Swap out versions of PHP so tests pass.
Swap out versions of PHP so tests pass.
YAML
mit
stephenyeargin/yammer-oauth2-php
082e4367e0808605bf0454cb033a9d31f3024dbc
.travis.yml
.travis.yml
language: java jdk: - openjdk8 - openjdk11 env: - # use Jackson versions from POM - JACKSON_VERSIONS="-Ddep.jackson.version=2.9.9 -Ddep.jackson-databind.version=2.9.9.3" - JACKSON_VERSIONS="-Ddep.jackson.version=2.9.10 -Ddep.jackson-databind.version=2.9.10.2" script: mvn -B -q verify $JACKSON_VERSIONS sudo...
language: java jdk: - openjdk8 - openjdk11 env: - # use Jackson versions from POM - JACKSON_VERSIONS="-Ddep.jackson.version=2.9.9 -Ddep.jackson-databind.version=2.9.9.3" - JACKSON_VERSIONS="-Ddep.jackson.version=2.9.10 -Ddep.jackson-databind.version=2.9.10.2" - JACKSON_VERSIONS="-Ddep.jackson.version=2.11....
Test on Jackson 2.11.0 as well
Test on Jackson 2.11.0 as well
YAML
apache-2.0
HubSpot/jackson-jaxrs-propertyfiltering
0fb256e61e28d7b8cabab51028cc43c5d83ac63c
.travis.yml
.travis.yml
os: linux language: python addons: apt: packages: libdbus-glib-1-dev branches: only: master matrix: include: - env: TASK=lint python: "3.4" # dbus-python does not compile on higher versions - env: TASK=fmt-travis python: "3.6" # Run fmt task on newest version c...
os: linux dist: xenial language: python python: "3.5" # dbus-python can not be built on higher versions of Python addons: apt: packages: libdbus-glib-1-dev branches: only: master matrix: - TASK=lint - TASK=fmt-travis script: make -f Makefile $TASK
Use xenial distribution for Travis CI
Use xenial distribution for Travis CI This allows moving the required version of Python from 3.4, which has reached EOL, and which pip now deprecates, to 3.5. Simplify the test matrix, since there is no obvious benefit to having it be more complicated. Signed-off-by: mulhern <7b51bcf507bcd7afb72bf8663752c0ddbeb517f6...
YAML
apache-2.0
stratis-storage/stratis-cli,stratis-storage/stratis-cli
5c678353faa4f180ee4ad8a5e58ca71e093cf757
.travis.yml
.travis.yml
language: go sudo: required install: ./script/install-libgit2.sh go: - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - tip matrix: allow_failures: - go: tip
language: go sudo: required install: ./script/install-libgit2.sh go: - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - 1.7 - tip matrix: allow_failures: - go: tip
Add Go 1.7 to the build list
Add Go 1.7 to the build list
YAML
mit
libgit2/git2go,pks-t/git2go,ezwiebel/git2go,clns/git2go,libgit2/git2go,clns/git2go,pks-t/git2go,ezwiebel/git2go,libgit2/git2go,clns/git2go,ezwiebel/git2go
253f356087b6add6471c4189d0ecb131bce839ce
.travis.yml
.travis.yml
language: rust notifications: irc: "irc.mozilla.org#piston-internals" os: - linux - osx env: global: - secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg= - LD...
language: rust notifications: irc: "irc.mozilla.org#piston-internals" os: - linux env: global: - secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg= - LD_LIBRARY_P...
Remove OSX build from Travis CI
Remove OSX build from Travis CI Closes https://github.com/PistonDevelopers/glfw_window/issues/127
YAML
mit
bvssvni/glfw_window,PistonDevelopers/glfw_window
aba748966397288155dc544c155fcb6c70a4524f
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.1.0 - ruby-head script: 'bundle exec rake' notifications: email: recipients: - daniel.blancorojas@gmail.com on_failure: change on_success: never
language: ruby cache: bundler sudo: false rvm: - 2.1.1 - ruby-head script: 'bundle exec rake' notifications: email: recipients: - daniel.blancorojas@gmail.com on_failure: change on_success: never
Set supported version to ruby 2.1.1
Set supported version to ruby 2.1.1
YAML
mit
DanielBlanco/her-kaminari
46c3233ccdf6fcbfc34ed52f5b5700c1a7521522
.travis.yml
.travis.yml
language: php sudo: false php: - '5.5' - '5.6' - '7.0' - nightly before_script: - pyrus install pear/PHP_CodeSniffer - phpenv rehash script: - phpcs --standard=test/phpcs-ganglia-web.xml -p *.php api graph.d lib nagios test || echo "Completed - Returned $?" - phpunit test
language: php sudo: false php: - '5.5' - '5.6' - '7.0' - nightly before_script: - pyrus install pear/PHP_CodeSniffer - phpenv rehash script: - make sniff || echo "Completed - Returned $?" - make test
Make Travis use the new make targets instead
Make Travis use the new make targets instead
YAML
bsd-3-clause
ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web
2a5b2ce0d812ff75f72b73db6e4aec2cedec2655
.travis.yml
.travis.yml
rvm: 2.2.10 sudo: required install: - bundle -v - gem i bundler - sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh' - bundle install --jobs=4 --retry=4
rvm: 2.2.10 sudo: required addons: - chrome: stable install: - bundle -v - gem i bundler - sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh' - bundle install --jobs=4 --retry=4
Add an addon chrome to run feature spec
Add an addon chrome to run feature spec Signed-off-by: Kenji Okimoto <7a4b90a0a1e6fc688adec907898b6822ce215e6c@clear-code.com>
YAML
apache-2.0
fluent/fluentd-ui,fluent/fluentd-ui,fluent/fluentd-ui
256c9e479bf3bfbd20c606f03f72be6525651e75
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" # command to install dependencies install: - "pip install ." # command to run tests script: nosetests
language: python python: - "2.7" - "3.4" - "3.5" # command to install dependencies install: - "pip install ." # command to run tests script: nosetests
Drop support for EOL Python
Drop support for EOL Python
YAML
mit
kurtraschke/pyRFC3339
bafe1d7e843b9306387c0b8d2b9ed37d781ffb6d
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.9 - 2.2.5 - 2.3.1 - 2.4.1 - ruby-head before_install: gem install bundler matrix: allow_failures: - rvm: ruby-head
language: ruby rvm: - 2.3.1 - 2.4.1 - ruby-head before_install: gem install bundler matrix: allow_failures: - rvm: ruby-head
Drop support for Ruby 2.2 and lower
Drop support for Ruby 2.2 and lower Bundler doesn't support these anymore.
YAML
mit
exciting-io/slack-bot-server
0b65e1e260c7693e00e5ae2e4c83fc40914bdda1
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12"
language: node_js node_js: - "0.10" - "0.12" - "4" - "6"
Test on current Node.js versions
Test on current Node.js versions
YAML
mit
101100/xbee-promise
1447b3ab9f7bd23a681f5620206bab75e47f4f27
.travis.yml
.travis.yml
language: elixir env: global: - ORIENTDB_USER=root - ORIENTDB_PASS=root matrix: - ORIENTDB_VERSION="2.1-rc6" elixir: - 1.0.5 otp_release: - 17.5 - 18.0 before_install: - chmod +x ./ci/ci.sh - ./ci/ci.sh - export PATH="$(pwd)/tmp:$PATH" script: - mix test.all
language: elixir env: global: - ORIENTDB_USER=root - ORIENTDB_PASS=root matrix: - ORIENTDB_VERSION="2.0.12" - ORIENTDB_VERSION="2.0.13" - ORIENTDB_VERSION="2.1.0" elixir: - 1.0.5 otp_release: - 17.5 - 18.0 before_install: - chmod +x ./ci/ci.sh - ./ci/ci.sh - export PATH="$(pwd)/t...
Test 2.0.12, 2.0.13 and 2.1.0 on Travis
Test 2.0.12, 2.0.13 and 2.1.0 on Travis
YAML
apache-2.0
MyMedsAndMe/marco_polo
b7eb9ea106cd0ce9a489c06503386a89591b503d
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_script: - composer install --prefer-source --no-interaction script: - vendor/bin/phpunit --verbose --coverage-text - vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
language: php php: - 5.6 - 7.0 before_script: - composer install --prefer-source --no-interaction script: - vendor/bin/phpunit --verbose --coverage-text - vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
Remove PHP 5.3, 5.4 and 5.5
Remove PHP 5.3, 5.4 and 5.5 For incompatibility with phpunit 5 we remove php version under 5.5
YAML
mit
there4/slim-test-helpers
e8afa274342de5dfee7be02c2d302fae3ba5edc6
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.1 addons: postgresql: 9.4 firefox: 47.0.1 services: - postgresql env: SECRET_KEY_BASE="$(bundle exec rake secret)" DEVISE_SECRET_KEY="$(bundle exec rake secret)" before_script: - /bin/cp $TRAVIS_BUILD_DIR/config/database.example.yml $TRAVIS_BUILD_DIR/config/database.yml - /b...
language: ruby rvm: - 2.3.1 addons: postgresql: 9.4 firefox: 47.0.1 services: - postgresql env: SECRET_KEY_BASE="$(bundle exec rake secret)" DEVISE_SECRET_KEY="$(bundle exec rake secret)" before_script: - /bin/cp $TRAVIS_BUILD_DIR/config/database.example.yml $TRAVIS_BUILD_DIR/config/database.yml - /b...
Add secret key to automatic deploys :tropical_drink:
Add secret key to automatic deploys :tropical_drink:
YAML
agpl-3.0
sexybiggetje/ifme,julianguyen/ifme,julianguyen/ifme,cartothemax/ifme,HashNotAdam/ifme,HashNotAdam/ifme,cartothemax/ifme,sexybiggetje/ifme,cartothemax/ifme,cartothemax/ifme,julianguyen/ifme,julianguyen/ifme,HashNotAdam/ifme,sexybiggetje/ifme
4cc831b4548b9af9a69c0469b5e39fdd2c58e2fe
.travis.yml
.travis.yml
dist: trusty sudo: required language: c compile: - gcc - clang before_install: - sudo add-apt-repository -y ppa:ben-collins/libjwt - sudo apt-get update -qq - sudo apt-get install -y -qq libjansson-dev libssl-dev libjwt-dev script: - autoreconf -i && ./configure && make && make install
dist: trusty sudo: required language: c compile: - gcc - clang before_install: - sudo add-apt-repository -y ppa:ben-collins/libjwt - sudo apt-get update -qq - sudo apt-get install -y -qq libjansson-dev libssl-dev libjwt-dev script: - autoreconf -i && ./configure && make
Remove install step from Travis CI
Remove install step from Travis CI Signed-off-by: Tatiana Jamison <46e5158282b180dbcdc0cb6cd988c23f7f8ba92e@jaguarlandrover.com>
YAML
mpl-2.0
GENIVI/rvi_lib,GENIVI/rvi_lib,tjamison/rvi_lib,tjamison/rvi_lib
00b26e97359e604007d1bc506a9a00906159b5e2
.travis.yml
.travis.yml
language: php sudo: false php: - 7.0 - 7.1 - 7.2 env: global: - setup=basic - coverage=no before_script: - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry com...
language: php sudo: false php: - 7.0 - 7.1 - 7.2 env: global: - setup=basic - coverage=no before_script: - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry com...
Use v1.0 for coveralls deps.
Use v1.0 for coveralls deps. Signed-off-by: Mior Muhammad Zaki <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
YAML
mit
laravie/html
d42a89b09f39d100d41423367e19e1ed1c5fd0f3
.travis.yml
.travis.yml
rvm: 2.2 sudo: required # install the pre-release chef-dk. Use chef-stable-precise to install the stable release addons: apt: sources: - chef-current-precise packages: - chefdk services: docker env: matrix: - INSTANCE=default-centos-5 - INSTANCE=default-centos-6 - INSTANCE=default-cen...
sudo: required # install the pre-release chef-dk. Use chef-stable-precise to install the stable release addons: apt: sources: - chef-current-precise packages: - chefdk services: docker env: matrix: - INSTANCE=default-centos-5 - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 - ...
Remove RVM from Travis since we use Ruby in ChefDK
Remove RVM from Travis since we use Ruby in ChefDK
YAML
apache-2.0
someara/yum,someara/yum,juliandunn/yum,juliandunn/yum,someara/yum,chef-cookbooks/yum,chef-cookbooks/yum
ae35a454eace1e73288410768ea386f3ed39f6e6
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "7" - "6" cache: directories: - node_modules after_success: npm run coverage
language: node_js node_js: - "node" - "7" - "6" cache: directories: - $HOME/.npm - node_modules after_success: npm run coverage
Add Travis CI cache setting.
Add Travis CI cache setting.
YAML
mit
arenahito/instant-mock,arenahito/instant-mock
e4ece39603e9d8d84542acd2c25c9b636931a708
.travis.yml
.travis.yml
language: node_js node_js: - 'stable' - '4' sudo: false env: - CXX=g++-4.9 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.9 - libcairo2-dev - libpango1.0-dev - libssl-dev - libjpeg62-dev - libgif-dev before_script: - npm install -g gulp - ...
language: node_js node_js: - 'stable' - '4' sudo: false env: - CXX=g++-4.9 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.9 - libcairo2-dev - libpango1.0-dev - libssl-dev - libjpeg62-dev - libgif-dev before_script: - npm install -g gulp - ...
Use `gulp jshhint` instead of `npm run lint`.
Gulp: Use `gulp jshhint` instead of `npm run lint`.
YAML
mit
lehni/paper.js,iconexperience/paper.js,lehni/paper.js,iconexperience/paper.js,iconexperience/paper.js,lehni/paper.js
d57e61d1882e2f76cfc9a25c828271834334fd7d
.travis.yml
.travis.yml
language: java before_script: - curl -L -O https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip - unzip rhino1_7R4.zip - mv rhino1_7R4/js.jar . - rm rhino1_7R4.zip - rm -rf rhino1_7R4 - bundle install --path ~/builds/vendor/bundle script: cd ~/builds && java -jar js.jar -require -f spec/runner.js
language: java before_script: - curl -L -O https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip - unzip rhino1_7R4.zip - mv rhino1_7R4/js.jar ~/builds/ - rm rhino1_7R4.zip - rm -rf rhino1_7R4 - bundle install --path ~/builds/vendor/bundle script: cd ~/builds && java -jar js.jar -require -f spec/runner....
Copy rhino to the builds directory
Copy rhino to the builds directory
YAML
mit
joeyates/jasmine-rhino-reporters,joeyates/jasmine-rhino-reporters
ebfb6266366691e26afb3dfd081d299f0331860a
.travis.yml
.travis.yml
script: "bundle install && bundle exec rake test" rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - ruby-head gemfile: - gemfiles/activerecord_30.gemfile - gemfiles/activerecord_31.gemfile - gemfiles/activerecord_32.gemfile - gemfiles/activerecord_40.gemfile - gemfiles/activerecord_41.gemfile - g...
script: "bundle install && bundle exec rake test" rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.2.0-preview1 - ruby-head gemfile: - gemfiles/activerecord_30.gemfile - gemfiles/activerecord_31.gemfile - gemfiles/activerecord_32.gemfile - gemfiles/activerecord_40.gemfile - gemfiles/...
Test against ruby 2.1.3, 2.2.0-preview1 and AR 4.2.0.beta1
Test against ruby 2.1.3, 2.2.0-preview1 and AR 4.2.0.beta1
YAML
mit
Ye-Yong-Chi/did_you_mean,yui-knk/did_you_mean,yuki24/did_you_mean
42b460e3cc3a34232b675a41a7799035f1c4c799
.travis.yml
.travis.yml
language: node_js node_js: - '0.8' - '0.10'
language: node_js node_js: - '0.10' - '0.11'
Build on 0.10 and 0.11
Build on 0.10 and 0.11
YAML
mit
floatdrop/express-stackman
d9077c2ea0a6c6f6e9b5c4a5a541bbe02b549bcf
.travis.yml
.travis.yml
version: ~> 1.0 language: go go_import_path: github.com/google/monologue go: - 1.13 env: global: - GO111MODULE=on jobs: include: - name: go mod tidy install: skip before_script: go mod tidy -v script: git diff --exit-code -- go.mod go.sum - name: test with coverage env: ...
version: ~> 1.0 language: go go_import_path: github.com/google/monologue go: - 1.13 env: global: - GO111MODULE=on jobs: include: - name: go mod tidy install: skip before_script: go mod tidy -v script: git diff --exit-code -- go.mod go.sum - name: test with coverage env: ...
Remove `go mod download` from Travis config
Remove `go mod download` from Travis config It isn't necessary to download dependencies - they'll be downloaded as needed.
YAML
apache-2.0
google/monologue,google/monologue
208933dd17c4da9cf267cabfae12b39e1cbfeed7
.travis.yml
.travis.yml
language: scala scala: - 2.10.6 script: - "sbt ++$TRAVIS_SCALA_VERSION clean scripted"
sudo: false language: scala scala: - 2.10.6 script: - "sbt ++$TRAVIS_SCALA_VERSION clean scripted"
Allow Travis to run on non-legacy infrastructure
Allow Travis to run on non-legacy infrastructure
YAML
bsd-3-clause
earldouglas/xsbt-web-plugin,earldouglas/xsbt-web-plugin
29e7c21dc294a8edd0d47a3ff5984b31fd0bd46d
.travis.yml
.travis.yml
sudo: false language: go go: - 1.6 - 1.7 - tip matrix: allow_failures: - go: tip fast_finish: true install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: - go get -t -v ./... - diff -u <(ec...
sudo: false language: go go: - 1.6.x - 1.7.x - 1.8.x - master matrix: allow_failures: - go: master fast_finish: true install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: - go get -t -v ./...
Add Go 1.8; use latest minor version.
Travis: Add Go 1.8; use latest minor version. Rename "tip" to "master", since it was renamed in Travis (but old name is still supported for now).
YAML
mit
gregjones/httpcache
1cbb5887fc52b9f027c926bb168a6551204656e6
.travis.yml
.travis.yml
language: python python: - "3.4" install: - pip install -r requirements.txt - pip install -r test_requirements.txt script: - flake8 margate - nosetests
language: python python: - "3.4" install: - pip install . - pip install -r test_requirements.txt script: - flake8 margate - nosetests
Install the library in the Travis build
Install the library in the Travis build
YAML
mit
timmartin/margate,timmartin/stencil
717f73bd1f68e56ca4d84c9f25e355b609043e65
.travis.yml
.travis.yml
language: go sudo: required go: - 1.6 - 1.7 services: - docker before_install: - sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml install: - go get -t -v github.com/db-journey/postgresql-driver script: make test
language: go sudo: required go: - 1.6 - 1.7 - 1.8 services: - docker before_install: - sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml install: - go get -t -v github.com/db-journey/postgresql-driver script: make test
Add go 1.8 to test matrix
Add go 1.8 to test matrix
YAML
mit
db-journey/postgresql-driver
cee3840ef3fce08990af7c6c30bd997c4494e870
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - stable - "8" - "6" - "4"
language: node_js cache: yarn node_js: - node - "8" - "6" - "4"
Rename latest Node.js version in Travis CI
Rename latest Node.js version in Travis CI
YAML
mit
ai/nanoevents,ai/nanoevents
9676b3bc29ad44aefbe47d52d7244bca97cb72df
.travis.yml
.travis.yml
dist: trusty language: php php: - '5.6' - '7.0' - '7.1' - hhvm install: composer install after_script: - php vendor/bin/php-coveralls -v
dist: trusty language: php php: - '5.6' - '7.0' - '7.1' - hhvm install: composer install after_script: - php vendor/bin/coveralls -v
Revert "Alterado o after-script do Travis"
Revert "Alterado o after-script do Travis" This reverts commit 9c34889f0088d45289b12a63ad1c4bdd5c4faeb1.
YAML
apache-2.0
DenysXavier/WSBoletoSantander
b1060aa5e82e251da55e8cae09a7f7f542528b59
.travis.yml
.travis.yml
language: ruby script: 'bundle exec rake test:coverage --trace' install: - bundle install --retry=3 rvm: - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.1.4 - 2.1.5 - 2.2 - rbx-2 matrix: include: - rvm: jruby env: JRUBY_OPTS="--2.0" - rvm: jruby-head env: JRUBY_OPTS="--2.1" allo...
language: ruby script: 'bundle exec rake test:coverage --trace' install: - bundle install --retry=3 rvm: - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.1.4 - 2.1.5 - 2.2 - rbx-2 matrix: include: - rvm: jruby env: JRUBY_OPTS="--2.0" - rvm: jruby-head env: JRUBY_OPTS="--2.1" allo...
Remove MRI 2.2 from allowed failures
Remove MRI 2.2 from allowed failures
YAML
mit
rodzyn/validations,hanami/validations,hanami/validations,lotus/validations,krisleech/validations,supriyantomaftuh/validations,theocodes/validations,vyper/validations
51e9ade0bc6ef4d49c329e66e48061212d2fab48
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3 script: "bundle exec rake coverage" before_install: - gem install bundler notifications: email: - michael+geokit@noack.com.au
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 script: "bundle exec rake coverage" before_install: - gem install bundler notifications: email: - michael+geokit@noack.com.au
Fix Travis for ruby 2.3
Fix Travis for ruby 2.3
YAML
mit
geokit/geokit
eaed3a70f803d6f6504a05da27d6493666485fca
.travis.yml
.travis.yml
language: python env: - DJANGO_VERSION=1.11.8 - DJANGO_VERSION=2.2.8 - DJANGO_VERSION=3.0.2 python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" - "pypy" matrix: exclude: - python: "2.7" env: DJANGO_VERSION=2.2.8 - python: "pypy" env: DJANGO_VERSION=2.2.8 - python: "3.7-dev" env: DJANGO...
language: python env: - DJANGO_VERSION=1.11.8 - DJANGO_VERSION=2.2.8 - DJANGO_VERSION=3.0.2 python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" - "pypy" matrix: exclude: - python: "2.7" env: DJANGO_VERSION=2.2.8 - python: "pypy" env: DJANGO_VERSION=2.2.8 - python: "3.7" env: DJANGO_VER...
Remove python 3.7+ with Django 1.* from test suite
Remove python 3.7+ with Django 1.* from test suite
YAML
mit
Frojd/django-react-templatetags,Frojd/django-react-templatetags,Frojd/django-react-templatetags
d3c6e72f00717b27c078206302545becedae1c59
.travis.yml
.travis.yml
# .travis.yml language: node_js dist: xenial sudo: false cache: directories: - node_modules services: - postgresql - mysql node_js: - '4' - '5' - '6' - '7' # - '8' Disabled until either we fix the babel compilation error or remove babel - '10' before_script: - psql -c 'create database bookshe...
# .travis.yml language: node_js dist: xenial sudo: false cache: directories: - node_modules services: - postgresql - mysql node_js: - '4' - '6' - '8' - '10' before_script: - psql -c 'create database bookshelf_test;' -U postgres - mysql -e 'create database bookshelf_test;' notifications: ema...
Add back Node 8 tests on Travis
Add back Node 8 tests on Travis
YAML
mit
tgriesser/bookshelf,bookshelf/bookshelf,tgriesser/bookshelf,bookshelf/bookshelf
694726e01a1dff9610b9b5d22d2327de83b13bd4
.travis.yml
.travis.yml
osx_image: xcode8 language: objective-c install: - brew uninstall xctool --force - brew install xctool - bundle install --without=documentation - cd Example && bundle exec pod install && cd $TRAVIS_BUILD_DIR script: - xctool test -workspace Example/TBStateMachine.xcworkspace -scheme TBStateMachineTests -sdk...
osx_image: xcode8 language: objective-c install: - bundle install --without=documentation - cd Example && bundle exec pod install && cd $TRAVIS_BUILD_DIR script: - xcodebuild test -workspace Example/TBStateMachine.xcworkspace -scheme TBStateMachineTests -sdk iphonesimulator -destination 'platform=iOS Simulator,...
Update example project configuration to Xcode 8.0
Update example project configuration to Xcode 8.0
YAML
mit
jkrumow/TBStateMachine,jkrumow/TBStateMachine,tarbrain/TBStateMachine
4f77b75f7cfb1985dc1da58603143f86a40b036b
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: - pip install --allow-all-external -r requirements.txt - pip install --allow-all-external -r test-requirements.txt - pip install coveralls env: TEST=True # command to run tests script: coverage run --source=cellcounter --omit='...
sudo: false language: python python: - "2.7" # command to install dependencies install: - pip install --allow-all-external -r requirements.txt - pip install --allow-all-external -r test-requirements.txt - pip install coveralls env: TEST=True # command to run tests script: coverage run --source=cellcou...
Use new container based infrastructure for tests
Use new container based infrastructure for tests
YAML
mit
haematologic/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter,haematologic/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter,haematologic/cellcounter
97800069d45633d9743b651bbd6235b08bff00eb
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.10 - 2.2.3 - 2.2.6 - 2.3.3 - 2.4.0 before_install: gem install bundler git: depth: 1
language: ruby rvm: - 2.2.3 - 2.2.6 - 2.3.3 - 2.4.0 before_install: gem install bundler git: depth: 1
Drop support for Ruby version 2.1.10
Drop support for Ruby version 2.1.10
YAML
mit
mavenlink/brainstem
de4acbba4afc84d9696629342fc7f8881f9eabed
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.4 notifications: slack: hacken-in:v0VPwCbdNxNY7oVfJGsFLAJS bundler_args: --without development before_script: - psql -c 'create database test;' -U postgres env: - DATABASE_URL="postgres://travis:@localhost:5432" script: "bundle exec rake db:drop db:create db:migrate ci" sudo: false cache...
language: ruby rvm: - 2.4.4 notifications: slack: hacken-in:v0VPwCbdNxNY7oVfJGsFLAJS bundler_args: --without development before_install: gem install bundler before_script: - psql -c 'create database test;' -U postgres env: - DATABASE_URL="postgres://travis:@localhost:5432" script: "bundle exec rake db:drop db:cre...
Fix Travis: Install bundler by hand
Fix Travis: Install bundler by hand
YAML
mit
hacken-in/website,hacken-in/hacken-in,hacken-in/hacken-in,hacken-in/website,hacken-in/hacken-in,hacken-in/website,hacken-in/hacken-in,hacken-in/website
80519f57a1caf023fd8a5cd03082a1950f804b08
.travis.yml
.travis.yml
#The initial configuration came from the article: http://genbattle.bitbucket.org/blog/2016/01/17/c++-travis-ci/ sudo: required dist: trusty python: - "3.5" #Disable the default Travis submodule behavior. git: submodules: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-6...
#The initial configuration came from the article: http://genbattle.bitbucket.org/blog/2016/01/17/c++-travis-ci/ sudo: required dist: trusty python: - "3.5" #Disable the default Travis submodule behavior. git: submodules: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-6...
Build the development branch automatically
Build the development branch automatically
YAML
mit
WojciechRynczuk/vcdMaker,WojciechRynczuk/vcdMaker
a08243ccb539a8eadfd3f2f1de1e947f7c13f235
.travis.yml
.travis.yml
anguage: ruby rvm: - 2.0.0 - 2.1.2 - 2.1.3 env: - GITHUB_CLIENT_ID=foo GITHUB_CLIENT_SECRET=foo SOUNDCLOUD_CLIENT_ID=foo before_script: - psql -c 'create database jukebuzz_test;' -U postgres
language: ruby rvm: - 2.0.0 - 2.1 - ruby-head bundler_args: --without development production --jobs=3 --retry=3 env: - GITHUB_CLIENT_ID=foo GITHUB_CLIENT_SECRET=foo SOUNDCLOUD_CLIENT_ID=foo before_script: - psql -c 'create database jukebuzz_test;' -U postgres
Change bundler_args to Travis bundler environment
Change bundler_args to Travis bundler environment
YAML
mit
jukebuzz/jb-backend,jukebuzz/jb-backend
95408e42add2763ebd1fc0fca9ae8ce30e54d592
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-19mode
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-2.1.1
Change Travis CI Rubinius version
Change Travis CI Rubinius version
YAML
mit
prontolabs/pronto-brakeman,mmozuras/pronto-brakeman
8b1b09a8c6fd512dacb9519943a5699c21cadf8c
.travis.yml
.travis.yml
language: julia os: - linux - osx julia: - 0.5 - nightly notifications: email: false before_script: - export PATH=$HOME/.local/bin:$PATH install: #- sudo pip install pymdown-extensions script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - julia -e 'Pkg.clone(pwd()); Pkg....
language: julia os: - linux - osx julia: - 0.5 #- nightly notifications: email: false before_script: - export PATH=$HOME/.local/bin:$PATH install: #- sudo pip install pymdown-extensions script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - julia -e 'Pkg.clone(pwd()); Pkg...
Remove nightly build from test
Remove nightly build from test
YAML
mit
hshindo/Merlin.jl
360d0f906aebb625952c60d2e61afffaeab77fea
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "4" cache: directories: - node_modules install: - npm install
language: node_js node_js: - "10" - "8" - "6" cache: directories: - node_modules install: - npm install
Change to latest LTS node versions
Change to latest LTS node versions Kept 6 for the time being..
YAML
mit
davidyaha/graphql-mqtt-subscriptions
619122209912fd9e8609e7c18650da8f4bfa85b7
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' services: - mongodb notifications: hipchat: rooms: secure: N2kTt4ErNsWEd58A1EuRL15QXwolGMsj6olENcOB/bupdJRdIVK4TCBRZxo6KSEmoTZ5QMhFUSIST9UFYZhZBxgUGW46oLCOYAaPsarjXI/furf01c3xIceUJubUcXQH1rMIaNmRuOZXQpsp4tU0OoMpODIc8Zhk1WctTaRGsqg=
language: node_js node_js: - '0.10' services: - mongodb notifications: hipchat: rooms: secure: jGv6Orzvef10ztMARs2orDAqPa0Uq2UhLU1ucHql1cFY2cYD0RqdVZBA6oUfOHbRh5N8jLli3inUyIxhiqcbMQUxZ/9NItd8BMTU2FoWvFqiX91rwpy2Qb3A3pO7to0FA3l5yhBlWjPlVxTsg0uFA3eS9sj1sd2MHaR+6PJnCAk=
Add new secure hipchat key
Travis: Add new secure hipchat key
YAML
mit
efacilitation/eventric-store-mongodb
a631465549c506be5be14fe335722990a1c85add
.travis.yml
.travis.yml
language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox
language: python sudo: false env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox
Use the new build env on Travis
Use the new build env on Travis
YAML
bsd-3-clause
mnaberez/supervisor_cache
b63618b97589f2f865142cbdc84ca12aa9fbb6b1
.travis.yml
.travis.yml
language: python sudo: false python: - 2.6 - 2.7 - 3.3 env: - TEST_SERVER_MODE=false - TEST_SERVER_MODE=true install: - travis_retry pip install boto==2.45.0 - travis_retry pip install boto3 - travis_retry pip install . - travis_retry pip install -r requirements-dev.txt - travis_retry pip instal...
language: python sudo: false python: - 2.6 - 2.7 - 3.3 env: - TEST_SERVER_MODE=false - TEST_SERVER_MODE=true install: - travis_retry pip install boto==2.45.0 - travis_retry pip install boto3 - travis_retry pip install . - travis_retry pip install -r requirements-dev.txt - travis_retry pip instal...
Add keys for server mode.
Add keys for server mode.
YAML
apache-2.0
okomestudio/moto,ZuluPro/moto,botify-labs/moto,Affirm/moto,Affirm/moto,ZuluPro/moto,2rs2ts/moto,botify-labs/moto,2rs2ts/moto,whummer/moto,2rs2ts/moto,william-richard/moto,Affirm/moto,botify-labs/moto,Brett55/moto,botify-labs/moto,ZuluPro/moto,heddle317/moto,Brett55/moto,william-richard/moto,gjtempleton/moto,heddle317/m...
708cef362afa712b73518f13e12f04ff17c76b25
.travis.yml
.travis.yml
language: scala sudo: false scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
language: scala sudo: false scala: - 2.11.8 jdk: - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
Fix Travis config to reflect new requirements
Fix Travis config to reflect new requirements
YAML
apache-2.0
rpless/finch,finagle/finch
9175435508f4bedf48b79355dd2bebb27e76bb36
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs" - "4.0"
Add Node.js v4.0 as a target to TravisCI.
Add Node.js v4.0 as a target to TravisCI.
YAML
mit
saneyuki/option-t.js,saneyuki/option-t.js
a408d6516d9a252cdc2ba0e647900c3eab04d7f4
.travis.yml
.travis.yml
language: python install: - pip install "tox>=1.8" - pip install coverage coveralls script: - tox -r after_success: - coverage report - coveralls
sudo: false language: python install: - pip install "tox>=1.8" - pip install coverage coveralls script: - tox -r after_success: - coverage report - coveralls
Migrate from legacy to container-based infrastructure : Travis
Migrate from legacy to container-based infrastructure : Travis
YAML
mit
lambdalisue/django-permission
90e0dc4bed4447e3b1fddcfb8fea0d90fa6ce5fa
.travis.yml
.travis.yml
language: python python: - "3.6" os: - linux git: depth: 10 sudo: false install: - pip install numpy>=1.13 - pip install nltk - pip install scikit-learn==0.19.0 - pip install pandas - pip install scipy - pip install tensorflow>=1.4 - pip install h5py - pip install keras - pip install geocode...
language: python python: - "3.6" os: - linux git: depth: 10 sudo: false install: - pip install numpy>=1.13 - pip install nltk - pip install scikit-learn==0.19.0 - pip install pandas - pip install scipy - pip install tensorflow>=1.4 - pip install h5py - pip install keras - pip install geocode...
Add coverage to test report
Add coverage to test report
YAML
mit
chicago-justice-project/article-tagging,chicago-justice-project/article-tagging,kbrose/article-tagging,kbrose/article-tagging
c13768cc9a925fed67deb2921260cb03b48033ab
.travis.yml
.travis.yml
language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.6 - php: 5.6 env: DEPENDENCIES='low' - php: 7.0 - php: 7.0 env: DEPENDENCIES='low' - php: 7.1 - php: 7.1 env: DEPENDENCIES='low' - php: hhvm - php: hhvm env: DEPENDENCIES...
language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.6 - php: 5.6 env: DEPENDENCIES='low' - php: 7.0 - php: 7.0 env: DEPENDENCIES='low' - php: 7.1 - php: 7.1 env: DEPENDENCIES='low' - php: hhvm - php: hhvm env: DEPENDENCIES...
Work around Symfony's broken YAML linter.
Work around Symfony's broken YAML linter.
YAML
mit
tombevers/grumphp,tombevers/grumphp,bvanderstee/grumphp,lykciv/grumphp,Big-Shark/grumphp,bvanderstee/grumphp,jyggen/grumphp,Big-Shark/grumphp,tifabien/grumphp,aderuwe/grumphp,Bilge/grumphp,janvernieuwe/grumphp,Bilge/grumphp,janvernieuwe/grumphp,aderuwe/grumphp,veewee/grumphp,lykciv/grumphp,jyggen/grumphp,veewee/grumphp...
c6ee283fbb4e3de0fd0e313f50f0fbbb969e866a
.travis.yml
.travis.yml
# Cannot install the APT package in a container due to # https://github.com/travis-ci/travis-ci/issues/4838 sudo: required dist: trusty language: rust cache: cargo before_script: | wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_amd64.deb sudo dpkg -i influxdb_1.2.0_amd64.deb sudo service influxdb...
# Cannot install the APT package in a container due to # https://github.com/travis-ci/travis-ci/issues/4838 sudo: required dist: trusty language: rust cache: cargo before_script: | wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_amd64.deb sudo dpkg -i influxdb_1.2.0_amd64.deb cat tests/influxdb.ud...
Configure the UDP interface in Travis-CI
Configure the UDP interface in Travis-CI
YAML
apache-2.0
panoptix-za/influxdb-rs,integer32llc/influxdb-rs
c9d4e78f05b5114faecbe5a474e551a81c612891
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - jruby-1.7.19 - jruby-1.7.20 - jruby-9.0.0.0
language: ruby sudo: false rvm: - jruby-1.7.19 - jruby-1.7.20
Remove tests against JRuby 1.9
Remove tests against JRuby 1.9
YAML
mit
jbox-web/jenkins-plugin-base
f867b77e388d66db24a83ed5acf89bbf33dfb3ff
.travis.yml
.travis.yml
# Travis CI configuration # https://travis-ci.org/borntyping/python-dice language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=pypy install: - pip install tox --use-mirrors script: - tox
# Travis CI configuration # https://travis-ci.org/borntyping/python-dice language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=pypy install: - pip install tox script: - tox
Remove `pip --use-mirrors` flag, no longer exists
Remove `pip --use-mirrors` flag, no longer exists
YAML
mit
borntyping/python-dice,borntyping/python-dice
94629ecba6d11de7a2e1c46448d5f5f122aa7640
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.6" install: - python setup.py -q install script: - python setup.py test - python -m test.perf_igor
language: python python: - "2.7" # - "3.6" install: - pip install future - python setup.py -q install script: - python setup.py test - python -m test.perf_igor
Install future separately, because setup.py may need it
Install future separately, because setup.py may need it
YAML
mit
cwi-dis/igor,cwi-dis/igor,cwi-dis/igor
d01fc8be72945d716bb65c5225c4c56c2e79206d
.travis.yml
.travis.yml
language: python services: - postgresql - memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/Robotix' - DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' - DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' ...
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/Robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addo...
Fix TRAVIS build to run single environment
Fix TRAVIS build to run single environment
YAML
bsd-3-clause
narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix
b8e552d91124dbb5428acbc7ee5ceb1847d7e19b
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 6 notifications: email: false
language: node_js node_js: - 10 - 8 - 6 notifications: email: false
Add Node.js version 10 to test
Add Node.js version 10 to test
YAML
mit
Siilwyn/mustache-prestatic,Siilwyn/mustache-prestatic
750ab860ef8726584434e6eab641c67e79af2b53
.travis.yml
.travis.yml
sudo: false dist: precise bundler_args: --without extras before_script: - bundle exec rake core:verify branches: only: - master cache: bundler: true services: - redis-server script: bundle exec rake rvm: - 2.2.7 - 2.3.5 - 2.4.2
dist: trusty sudo: false bundler_args: --without extras before_script: - bundle exec rake core:verify branches: only: - master cache: bundler: true services: - redis-server script: bundle exec rake rvm: - 2.2.7 - 2.3.5 - 2.4.2
Switch to Travis container-based infrastructure.
Switch to Travis container-based infrastructure.
YAML
mit
seomoz/qless,seomoz/qless,seomoz/qless,seomoz/qless
2c6247ab75edc02d963c2c84fb9d535d2ebbb0d8
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.12" - "0.10"
sudo: false language: node_js node_js: - iojs - "0.12" - "0.10"
Add iojs to Travis CI
Add iojs to Travis CI
YAML
mit
danielmorosan/autoprefixer,ocean90/autoprefixer,avanderhoorn/autoprefixer,iamvdo/autoprefixer-core,dantman/autoprefixer,crobays/autoprefixer,rzhw/autoprefixer,iorikiir/autoprefixer,NateBaldwinDesign/autoprefixer,cgvarela/autoprefixer,aidenzou/autoprefixer,yisibl/autoprefixer,cemoulto/autoprefixer,postcss/autoprefixer,n...
f1795a96781dd6ab7c3ad96f82e8651dcf128514
.travis.yml
.travis.yml
language: node_js node_js: - "6" services: - elasticsearch before_install: - npm config set spin false install: - npm install - bundle install --jobs=3 --retry=3 --deployment before_script: - phantomjs --webdriver=4444 & script: - bash tasks/pre-commit - bash tasks/tests - rake sitemap:generate config...
language: node_js node_js: - "6" services: - elasticsearch before_install: - npm config set spin false - rvm install 2.1.10 install: - npm install - bundle install --jobs=3 --retry=3 --deployment before_script: - phantomjs --webdriver=4444 & script: - bash tasks/pre-commit - bash tasks/tests - rake ...
Update Ruby version on Travis CI for acme-client
Update Ruby version on Travis CI for acme-client
YAML
cc0-1.0
konklone/oversight.io,konklone/oversight.io,konklone/oversight.io,konklone/oversight.io
2ad5204afb978eeef9a781840929a23732a01aad
.travis.yml
.travis.yml
language: go go: - 1.5 - 1.6 - 1.7 - 1.8 - tip env: - GO15VENDOREXPERIMENT=1 script: - go test -race $(go list ./... | grep -v /vendor/)
language: go go: - 1.7 - 1.8 - tip script: - go test -race $(go list ./... | grep -v /vendor/)
Remove 1.5 and 1.6 tests
Remove 1.5 and 1.6 tests
YAML
mit
frozzare/go-config
1badef0bae2be947c43e9034666317d0da7547e5
.travis.yml
.travis.yml
os: - osx osx_image: xcode7.2 install: - curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash script: - . ~/.swiftenv/init - swift build
os: - linux language: generic sudo: required dist: trusty install: - curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash script: - . ~/.swiftenv/init - swift build
Move from OSX to Linux for Travis because of Quick on OSX issue
Move from OSX to Linux for Travis because of Quick on OSX issue
YAML
mit
weby/Swifton,necolt/Swifton,weby/Swifton,necolt/Swifton
1142630dc815620978410eded124cd6e79435315
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - ruby-head - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode env: TEST=true before_install: git submodule update --init --recursive script: bundle exec rake test n...
language: ruby bundler_args: --without development rvm: - ruby-head - 2.2 - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode env: TEST=true before_install: git submodule update --init --recursive script: bundle exec rak...
Test against Ruby 2.2.0 on Travis CI
Test against Ruby 2.2.0 on Travis CI
YAML
mit
joallard/middleman,williamcoates/middleman,williamcoates/middleman,jsdalton/middleman,bradgessler/middleman,Alx-l/middleman,ad-dc/middleman,williamcoates/middleman,ryanmark/middleman,kenshinji/middleman,blech75/middleman,Alx-l/middleman,cyberid41/middleman,ashfurrow/middleman,jsdalton/middleman,Alx-l/middleman,jsdalton...
d3555dd404747c832e2cc0660f5a420b84d39ced
.travis.yml
.travis.yml
# Use new container infrastructure to enable caching sudo: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here as well. addons: apt: packages: - libgmp-dev # The different configurations we want to test. You could al...
# Use new container infrastructure to enable caching sudo: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here as well. addons: apt: packages: - libgmp-dev # The different configurations we want to test. You could al...
Comment out the Stack nightly build in the Travis config
Comment out the Stack nightly build in the Travis config
YAML
bsd-2-clause
kawu/partage
2f0022fbfb9de809f36f8c5b62998ab3ecc9fe66
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 env: - IOS_VER="10.0" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.3" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.2" FL_ARGS="analyze" # - IOS_VER="9.2" FL_ARGS="verify scheme:WikipediaRTL" # - IOS_VER="8.4" FL_ARGS="v...
language: objective-c osx_image: xcode8 env: - IOS_VER="10.0" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.3" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.2" FL_ARGS="analyze" # - IOS_VER="9.2" FL_ARGS="verify scheme:WikipediaRTL" # - IOS_VER="8.4" FL_ARGS="v...
Revert "Revert "Revert "Revert "Revert "Revert "add before_install""""""
Revert "Revert "Revert "Revert "Revert "Revert "add before_install"""""" This reverts commit da40d7c2e4260fbea8fbc934cca8d5229e001800.
YAML
mit
wikimedia/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,montehurd/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,josve05a/wikipedia-ios,wikimedia/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,josve05a/wikipedia-ios,josve05a/wikipedia-ios,josve05a/wikipedia-...
5a4642e929fcc76cb1986afc880833693a31df79
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "4" before_script: - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start - npm install -g electron-mocha notifications: email: on_success: never on_failure: change
language: node_js node_js: - "5" - "4" before_script: - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start - npm install -g electron-prebuilt - npm install -g electron-mocha notifications: email: on_success: never on_failure: change
Install electron-prebuilt required by electron-mocha
Install electron-prebuilt required by electron-mocha
YAML
mit
yishn/Goban,yishn/Sabaki,yishn/Goban,yishn/Sabaki
0ac8e7cd912df288f4e0cd28db6e84fd872628d0
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Add Oracle 11 to Travis build.
Add Oracle 11 to Travis build.
YAML
apache-2.0
apache/commons-collections,apache/commons-collections,apache/commons-collections
08d7fb59d4c404f2b9c500711323adb0096f9d56
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - "travis_retry pip install coverage" - "travis_retry pip install nose" - "travis_retry pip install coveralls" - "travis_retry pip install git+git://github.com/TurboGears/tg2.git@development" script: "python setup.py nosetests" after_success: coveralls
language: python python: - "2.6" - "2.7" install: - "travis_retry pip install coverage" - "travis_retry pip install nose" - "travis_retry pip install coveralls" - "travis_retry pip install git+git://github.com/TurboGears/tg2.git@development" - "travis_retry pip install -e ." script: "python setup.py nos...
Install self before test suite
Install self before test suite
YAML
mit
amol-/tgext.socketio
22710ee4a130eb5f873081fdb465c184d7f29dff
.travis.yml
.travis.yml
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 ...
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 ...
Add PHP 7.3 test build
Add PHP 7.3 test build
YAML
mit
netgen/query-translator
8e6177b3480e7bf30b7b21cddaf21eaeac7098c0
.travis.yml
.travis.yml
os: osx osx_image: xcode7.3 language: generic branches: only: - master - /^v\d.*/ env: - TOXENV=py2 PYTHON=python - TOXENV=py2-flake8 PYTHON=python - TOXENV=py3 PYTHON=python3 before_install: - brew update install: - brew ls $PYTHON || brew install $PYTHON - $PYTHON -m pip install tox before_script: - umas...
os: osx osx_image: xcode8.2 language: generic branches: only: - master - /^v\d.*/ env: - TOXENV=py2 PYTHON=python - TOXENV=py2-flake8 PYTHON=python - TOXENV=py3 PYTHON=python3 before_install: - brew update install: - brew ls $PYTHON || brew install $PYTHON - $PYTHON -m pip install tox before_script: - umas...
Upgrade Xcode image for CI
Upgrade Xcode image for CI
YAML
mit
tdsmith/homebrew-pypi-poet
8b43dec082048abe0c5f3e1077f818b3ecea1cc0
.travis.yml
.travis.yml
language: csharp dist: trusty mono: none dotnet: 2.0.0 script: - cd dotnet-setversion - dotnet restore - dotnet build - dotnet pack -c Release -o artifacts/
language: csharp dist: trusty mono: none dotnet: 2.0.0 script: - cd dotnet-setversion - dotnet restore - dotnet build - dotnet pack -c Release -o artifacts/ - dotnet nuget push --source https://www.nuget.org/api/v2/package --api-key $NUGET_APIKEY $(find artifacts -name "*.nupkg")
Configure NuGet publication during CI build
Configure NuGet publication during CI build
YAML
mit
TAGC/dotnet-setversion
c56105a1b549413940c7a40eda7e9af2cd5d9b0e
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7 before_install: - gem update bundler
language: ruby cache: bundler rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 before_install: - gem update bundler
Revert "Test with Ruby 1.8.7 on Travis CI."
Revert "Test with Ruby 1.8.7 on Travis CI." This reverts commit 509491d2a86689cdbd5efb752609afb6adf156e6.
YAML
mit
WOVNio/wovnrb,WOVNio/wovnrb,WOVNio/wovnrb,WOVNio/wovnrb
5ef86924a2d967381e13a776f5e6a105877fc916
.travis.yml
.travis.yml
language: rust rust: - stable - beta os: - linux - osx sudo: false
language: rust rust: - stable - beta os: - linux - osx before_script: - | pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH # Only build and upload documentation once. The current configure for # `travis-cargo` is with stable rust, of a non-pull requests, on the master # ...
Add configuration for generating documentation
Add configuration for generating documentation
YAML
bsd-3-clause
sourrust/flac
1e70cb7d87eb03e7e0444a436a6edb317bcf3dfa
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" env: - CONDA=true # - CONDA=false install: - lsb_release -a - if [[ "${CONDA}" == "true" ]]; then ./.travis_install.sh; fi - echo $PATH - if [[ "${CONDA}" == "true" ]]; then export PATH=$HOME/miniconda/bin:$PATH; fi - echo $PATH - if [[ "${COND...
sudo: false language: python python: - "2.7" - "3.4" env: - CONDA=true - CONDA=false install: - lsb_release -a - if [[ "${CONDA}" == "true" ]]; then ./.travis_install.sh; fi - if [[ "${CONDA}" == "true" ]]; then export PATH="$HOME/miniconda/bin:$PATH"; fi - if [[ "${CONDA}" == "true" ]]; then source...
Remove extra checks and re-test non-conda install
Remove extra checks and re-test non-conda install
YAML
mit
moble/quaternion,moble/quaternion
5e0543eaff60f1c81805ed3bfcac787a9384b10f
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly install: cd rust/berg-compiler && cargo build --verbose script: cd rust/berg-compiler && cargo build --verbose && cargo test --verbose
language: rust matrix: include: - rust: stable install: cd rust/berg-compiler && cargo build --no-default-features --verbose script: cd rust/berg-compiler && cargo build --no-default-features --verbose && cargo test --verbose - rust: beta install: cd rust/berg-compiler && cargo build --no-default-feat...
Make nightly not required; don't run clippy on stable/beta where it doesn't work
Make nightly not required; don't run clippy on stable/beta where it doesn't work
YAML
mit
berg-lang/berg,berg-lang/berg,berg-lang/berg,jkeiser/berg
d1eb185bb575893ced2cf04826af84059254dd3a
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" # command to install dependencies install: - pip install -r requirements.txt -U - pip install python-coveralls - pip install coverage # Add me to install coverage.py - pip install nose # Add me to install nose - pip install pytest # - python setup...
language: python python: - "3.5" - "3.6" # command to install dependencies install: - pip install -r requirements.txt -U - pip install python-coveralls - pip install coverage # Add me to install coverage.py - pip install nose # Add me to install nose - pip install pytest # - python setup...
Add python install to script
Add python install to script
YAML
apache-2.0
SlugocM/bayesfit,SlugocM/bayesfit,SlugocM/bayesfit
9a3b7f1a409048799aabb9c079ece9a79c24fed7
.travis.yml
.travis.yml
gemfile: - gemfiles/Gemfile.rails-3.0 - gemfiles/Gemfile.rails-3.1 - gemfiles/Gemfile.rails-3.2 - gemfiles/Gemfile.rails-4.0 - gemfiles/Gemfile.rails-4.1 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx
gemfile: - gemfiles/Gemfile.rails-3.0 - gemfiles/Gemfile.rails-3.1 - gemfiles/Gemfile.rails-3.2 - gemfiles/Gemfile.rails-4.0 - gemfiles/Gemfile.rails-4.1 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx matrix: allow_failures: - gemfile: gemfiles/Gemfile.rails-4.1 rvm: jruby-19mode
Allow failures for Rails 4.1/JRuby because of the outstanding issue with the ActiveRecord JDBC driver
Allow failures for Rails 4.1/JRuby because of the outstanding issue with the ActiveRecord JDBC driver
YAML
mit
tributech/acts_as_commentable_with_threading
86fa60be09dce0b9f4d1321274f9a4809b9c1d91
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 install: true script: "./build-via-travis.sh" 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/ after_success: - bash <(curl -s ht...
language: java jdk: - openjdk8 install: true script: "./build-via-travis.sh" 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/ after_success: - bash <(curl -s http...
Use openjdk instead of oracle jdk
Use openjdk instead of oracle jdk
YAML
apache-2.0
AsynkronIT/protoactor-kotlin,AsynkronIT/protoactor-kotlin,AsynkronIT/protoactor-kotlin
8f71a59e051faaa4a6c999cf190a4830acadca89
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" sudo: false cache: - apt addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi script:...
language: node_js node_js: - "4" - "6" - "8" sudo: false cache: - apt addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi script:...
Add Node 8 to CI matrix
Add Node 8 to CI matrix
YAML
mit
addaleax/remarkup-po
03461d830b0d07a2d950b76a46c316e6a6cb35ae
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" #before_install # command to install dependencies install: - "pip install -r requirements.txt" #before_script # command to run tests, necessary command for specifying test script script: nosetests after_success: - "python gen.py" #after_failure: #after_script:
language: python python: - "2.7" #before_install # command to install dependencies install: - "pip install -r requirements.txt" #before_script # command to run tests, necessary command for specifying test script script: nosetests after_success: - "python gen.py" #after_failure: #after_script:
Make Travis work on Python 2.7 only.
Make Travis work on Python 2.7 only.
YAML
unlicense
drakeguan/siggraphwall,drakeguan/siggraphwall,drakeguan/siggraphwall
f76cf7ad741db3dc9c6e7581e1dcfe70d430ab96
.travis.yml
.travis.yml
sudo: required language: go services: - docker go: - 1.14.x arch: - amd64 - arm64 os: - linux jobs: include: - os: linux arch: amd64 - os: linux arch: arm64 - stage: Push Docker manifest env: - DOCKER_CLI_EXPERIMENTAL=enabled script: - if [ "$TRAVIS_OS_NAME" ...
sudo: required language: go services: - docker go: - 1.16.x arch: - amd64 - arm64 os: - linux jobs: include: - os: linux arch: amd64 - os: linux arch: arm64 - stage: Push Docker manifest env: - DOCKER_CLI_EXPERIMENTAL=enabled script: - if [ "$TRAVIS_OS_NAME" ...
Upgrade Travis to use go 1.16.x
Upgrade Travis to use go 1.16.x
YAML
bsd-3-clause
jtblin/kube2iam,jtblin/kube2iam
fc88788e4080d5f23372fb31ab5db9ef3b9b1e7b
.travis.yml
.travis.yml
# Copyright (C) 2016 Gary Gregory. All rights reserved. # # See the NOTICE.txt file distributed with this work for additional # information regarding copyright ownership. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # ...
# Copyright (C) 2016 Gary Gregory. All rights reserved. # # See the NOTICE.txt file distributed with this work for additional # information regarding copyright ownership. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # ...
Fix Travis-CI config: There is no openjdk8.
Fix Travis-CI config: There is no openjdk8.
YAML
apache-2.0
garydgregory/jcommander-addons,garydgregory/jcommander-addons
e89f6cf70e357f4efe85503c40923348a33411c0
.travis.yml
.travis.yml
language: python env: - RASTERIO_VERSION="0.26.0" python: - "2.7" - "3.4" cache: directories: - $HOME/.pip-cache/ - $HOME/wheelhouse before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update -qq - sudo apt-get install -y libgdal1h gdal-bin - curl -L https://github.com/...
sudo: false language: python env: - RASTERIO_VERSION=0.26.0 addons: apt: packages: - libgdal1h - gdal-bin python: - "2.7" - "3.4" cache: directories: - $HOME/.pip-cache/ - $HOME/wheelhouse before_install: - curl -L https://github.com/mapbox/rasterio/releases/download/$RASTERIO_VERSIO...
Switch to Travis's container infra.
Switch to Travis's container infra.
YAML
mit
sgillies/rio-plugin-example
5772e377ce61bdf63f36982162bc29bc8456b7d6
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - ruby-head - 2.6.3 - 2.5.5 os: - linux matrix: fast_finish: true allow_failures: - rvm: ruby-head env: global: - TEST=true script: bundle exec rake test
language: ruby cache: bundler rvm: - ruby-head - 2.7.0 - 2.6.3 - 2.5.5 os: - linux matrix: fast_finish: true allow_failures: - rvm: ruby-head env: global: - TEST=true script: bundle exec rake test
Add Ruby 2.7.0 to CI
Add Ruby 2.7.0 to CI
YAML
mit
middleman/middleman,middleman/middleman,middleman/middleman,middleman/middleman
a1de776fb0ebc18618c9532623427f007744ee31
.travis.yml
.travis.yml
language: ruby rvm: - "2.0" - "2.1" sudo: false cache: bundler bundler_args: --without development:metric_fu:qpid env: global: - RUBY_GC_MALLOC_LIMIT=90000000 matrix: - "TEST_SUITE=lib TEST_ROOT=lib" - "TEST_SUITE=vmdb TEST_ROOT=vmdb" - "TEST_SUITE=migrations TEST_ROOT=vmdb" - "TEST_SUITE=...
language: ruby rvm: - "2.0" sudo: false cache: bundler bundler_args: --without development:metric_fu:qpid env: global: - RUBY_GC_MALLOC_LIMIT=90000000 matrix: - "TEST_SUITE=lib TEST_ROOT=lib" - "TEST_SUITE=vmdb TEST_ROOT=vmdb" - "TEST_SUITE=migrations TEST_ROOT=vmdb" - "TEST_SUITE=replicat...
Remove ruby 2.1 on upstream builds
Remove ruby 2.1 on upstream builds
YAML
apache-2.0
borod108/manageiq,durandom/manageiq,syncrou/manageiq,fbladilo/manageiq,ailisp/manageiq,chessbyte/manageiq,romanblanco/manageiq,d-m-u/manageiq,gerikis/manageiq,israel-hdez/manageiq,gmcculloug/manageiq,mkanoor/manageiq,pkomanek/manageiq,romaintb/manageiq,romaintb/manageiq,djberg96/manageiq,agrare/manageiq,jvlcek/manageiq...
28bedf89ae40cac83f4b2c571317b7bcb9e6a713
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true before_install: - sudo apt-get update - sudo apt-get install dnsutils - rvm @global do gem uninstall bundler -x && gem install bundler -v '~> 1.5.2' # For Vagrant 1.5
language: ruby rvm: - 2.0.0 sudo: false addons: apt: packages: - dnsutils env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true before_install: - rvm @global do gem uninstall bundler -x && gem install bundler -v '~> 1.5.2' # For Vagrant 1.5
Use apt addon instead of apt-get
Use apt addon instead of apt-get speeds up testing because we now can use a docker based container https://docs.travis-ci.com/user/apt/
YAML
mit
vagrant-landrush/landrush,mheiges/landrush,LalatenduMohanty/landrush,phinze/landrush,vagrant-landrush/landrush,njam/landrush
47da31ad6c176e47d319a7d2fdd1d65a028025b7
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: # Installing phing #- git clone https://github.com/phingofficial/phing.git build/phing # Installing pecl_http module - printf "\n\n\n\n" | pecl -q install pecl_http - echo "extension=http.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\...
language: php php: - 5.3 - 5.4 before_script: # Installing phing #- git clone https://github.com/phingofficial/phing.git build/phing # Installing pecl_http module - printf "\n\n\n\n" | pecl -q install pecl_http - echo "extension=http.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\...
Copy bundle-specific parameters to expected location
Copy bundle-specific parameters to expected location
YAML
mit
webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com
75c276443625f679ec574ff216acc54bd787ce0b
.travis.yml
.travis.yml
sudo: required dist: trusty language: java jdk: - oraclejdk8 - oraclejdk11 env: - RUNTIME=ol RUNTIME_VERSION=19.0.0.6 - RUNTIME=ol RUNTIME_VERSION=19.0.0.3 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.6 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.3 cache: directories: - $HOME/.m2 before_install: ...
sudo: required dist: xenial language: java jdk: - openjdk8 - openjdk11 env: - RUNTIME=ol RUNTIME_VERSION=19.0.0.6 - RUNTIME=ol RUNTIME_VERSION=19.0.0.3 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.6 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.3 cache: directories: - $HOME/.m2 before_install: - ...
Test on xenial for Maven 3.6
Test on xenial for Maven 3.6
YAML
apache-2.0
patricktiu/ci.maven,WASdev/ci.maven,patricktiu/ci.maven,WASdev/ci.maven
2d3fe3b826d7cc5bf07ad4a021ae36da8a8e5156
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4 - 5 - 6 - 7 before_script: - npm install -g gulp script: gulp
language: node_js node_js: - 4 - 5 - 6 - 7 before_script: - npm install -g gulp script: gulp
Drop Node.js 0.12 from supported versions
Drop Node.js 0.12 from supported versions gulp-eslint does not support it any more.
YAML
mit
prantlf/mau-mau,prantlf/mau-mau
a370f4ac734a049faca00e8c0bb6e45e4715c583
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-19mode
Add rubinius in 1.9 mode to Travis CI builds
Add rubinius in 1.9 mode to Travis CI builds
YAML
mit
mmozuras/pronto-rubocop,tlikai/pronto-rubocop
d805a2a24b6ec0f51abaf75d3a6a3f5ece2137de
.travis.yml
.travis.yml
osx_image: xcode7.2 language: objective-c before_install: - brew update - brew install carthage - if brew outdated | grep -qx xctool; then brew upgrade xctool; fi - carthage update --platform iOS script: - xctool clean build -project Whisper.xcodeproj -scheme Whisper-iOS -sdk iphonesimulator
osx_image: xcode7.2 language: objective-c before_install: - brew update - brew install carthage - if brew outdated | grep -qx xctool; then brew upgrade xctool; fi script: - xctool clean build -project Whisper.xcodeproj -scheme Whisper-iOS -sdk iphonesimulator
Remove carthage update --platform iOS
Remove carthage update --platform iOS
YAML
mit
weyert/Whisper,weyert/Whisper
4ec4a59046d9108b08810af03cf50c9515e979eb
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" cache: directories: - $HOME/.npm
sudo: false language: node_js node_js: - "node" cache: directories: - $HOME/.npm
Use container-based infrastructure for Travis.
ENYO-3144: Use container-based infrastructure for Travis. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <aaron.tam@lge.com>
YAML
apache-2.0
enyojs/onyx,enyojs/onyx
340ead7a6eb95f23d16a6181631cec45dc1ec622
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.9 - 2.2.5 - 2.3.1 - jruby-9.0.5.0 - jruby-9.1.5.0 before_install: - sh sudo add-apt-repository ppa:fontforge/fontforge; sudo apt-get update; sudo apt-get install fontforge script: bundle exec rspec
language: ruby rvm: - 2.1.9 - 2.2.5 - 2.3.1 - jruby-9.0.5.0 - jruby-9.1.5.0 env: - CODECLIMATE_REPO_TOKEN=0ff7f7fb2cfa2a18667c4e2655dcf773f91faff8d6f1642a3af3897d888bc2c7 before_install: - sh sudo add-apt-repository ppa:fontforge/fontforge; sudo apt-get update; sudo apt-get install fontforge script: bun...
Add code climate env variable
Add code climate env variable
YAML
mit
TailorBrands/fontforge-ruby,TailorBrands/fontforge-ruby
ba4ecdd9b6d6a5cc17f520ac33016f9fe4ce071d
.travis.yml
.travis.yml
language: objective-c osx_image: mavericks script: test/support/objc-build-scripts/cibuild
language: objective-c osx_image: yosemite script: test/support/objc-build-scripts/cibuild
Use Yosemite to build on Travis CI
Use Yosemite to build on Travis CI
YAML
mit
PatrykKaczmarek/expecta,suxinde2009/expecta,iosdev-republicofapps/expecta,modocache/expecta,iosdev-republicofapps/expecta,Bogon/expecta,modocache/expecta,tonyarnold/expecta,udemy/expecta,Bogon/expecta,jmburges/expecta,modocache/expecta,ashfurrow/expecta,modocache/expecta,iguchunhui/expecta,jmburges/expecta,jmoody/expec...