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 |
|---|---|---|---|---|---|---|---|---|---|
ef72e5c57348dfdb412ffa5956e95de3e4190665 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-... | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTAN... | Update for Chef 15 license agreement and Chef Workstation | Update for Chef 15 license agreement and Chef Workstation
| YAML | apache-2.0 | chef-cookbooks/yum-elrepo |
1567fab5d1d9a5062e26784c53636d2b54d61f87 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanb... | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm i... | Build on Travis CI without `sudo`. | Build on Travis CI without `sudo`.
| YAML | mit | bigeasy/advance,bigeasy/advance |
5fa7da01c5eb8eecbb3c925914adfa908a9178fa | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1.0"
sudo: required
before_install:
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
install:
- sudo apt-get update -y
- sudo apt-get install -y curl zip sudo -y --force-yes
- sudo apt-get c... | language: node_js
node_js:
- "4.2.1"
sudo: required
before_install:
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
install:
- sudo apt-get update -y
- sudo apt-get install -y curl zip sudo -y --force-yes
- sudo apt-get c... | Update NodeJS in Travis to 4.2.1 (LTS release) | Update NodeJS in Travis to 4.2.1 (LTS release) | YAML | mit | AliasIO/wappalyzer,AliasIO/wappalyzer,WPO-Foundation/Wappalyzer,WPO-Foundation/Wappalyzer,WPO-Foundation/Wappalyzer |
cf9378025160dbafe5deba0be4f9ef072e8dc30b | .travis.yml | .travis.yml | language: python
python:
- "3.6"
- "3.7"
addons:
postgresql: "9.4"
services:
- rabbitmq
- postgresql
cache:
- apt
- pip
before_install:
- sudo apt-get -qq update
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-plpython-9.4
- sudo /etc/init.d/postgresql start 9.4
- psql -c... | language: python
python:
- "3.6"
- "3.7"
addons:
postgresql: "9.4"
services:
- rabbitmq
- postgresql
cache:
- apt
- pip
before_install:
- sudo apt-get -qq update
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-plpython-9.4
- sudo /etc/init.d/postgresql start 9.4
- psql -c... | Migrate from pipenv to pip-tools (3/) | Migrate from pipenv to pip-tools (3/)
| YAML | agpl-3.0 | taigaio/taiga-back,taigaio/taiga-back,taigaio/taiga-back |
c7d68bccc4bab20c4b85135c6410cb8841e193b7 | .travis.yml | .travis.yml | ---
language: go
go:
- "1.11.x"
- "1.12.x"
services:
- redis-server
before_install:
# update to latest version of redis
- sudo apt-get install -y redis-server
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
script:
# for some reason go test -v -race ./... doesn't wor... | ---
language: go
go:
- "1.12.x"
- "1.13.x"
services:
- redis-server
before_install:
# update to latest version of redis
- sudo apt-get install -y redis-server
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
script:
# for some reason go test -v -race ./... doesn't wor... | Update Travis for Go 1.13 | Update Travis for Go 1.13
Also update golangci-lint for Go 1.13 support. | YAML | mit | mediocregopher/radix.v3 |
739974ca0cae58d43231610392e109e0a7dd76b3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -e .
script:
- nosetests
sudo: false
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install -e .
script:
- nosetests
sudo: false
| Add Python 3.5 to tests. | Add Python 3.5 to tests.
| YAML | mit | kipe/siemens-pac |
c9e9cdb152a9c6124156654c356540d29cfce00e | .travis.yml | .travis.yml | language: python
python: "2.7.13"
script:
- ./pants --version
- ./pants list ::
matrix:
include:
- os: osx
osx_image: xcode6.4
language: generic
- os: osx
osx_image: xcode7.3
language: generic
- os: osx
osx_image: xcode8.3.3
language: generic
- os: osx
... | language: python
python: "2.7.13"
# Needed to enable Travis CI for gh-pages branches, see:
# https://github.com/travis-ci/travis-core/pull/137
branches:
only:
- gh-pages
script:
- ./pants --version
- ./pants list ::
matrix:
include:
- os: osx
osx_image: xcode6.4
language: generic
... | Enable Travis CI for `gh-pages` branch. | Enable Travis CI for `gh-pages` branch.
| YAML | apache-2.0 | pantsbuild/setup,jsirois/setup,jsirois/setup,pantsbuild/setup,jsirois/setup,pantsbuild/setup |
be5169b9ac77053e8b67457d388cd4640963d1d6 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
script: bundle exec rspec --pattern "spec/*_spec.rb"
gemfile: spec/support/rails_test_app/Gemfile
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- jruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
| language: ruby
bundler_args: --without development
script: bundle exec rspec --pattern "spec/*_spec.rb"
gemfile: spec/support/rails_test_app/Gemfile
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- jruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
branches:
only:
... | Test only master branch in TravisCI | Test only master branch in TravisCI
| YAML | mit | Nedomas/zapata,askl56/zapata,askl56/zapata,askl56/zapata,askl56/zapata,Nedomas/zapata,Nedomas/zapata,Nedomas/zapata |
9fd877a61b804cb4c696a410f2c929283e37a057 | .travis.yml | .travis.yml | language: python
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
| language: python
dist: xenial
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
| Remove Python 2.7 job from Travis CI | Remove Python 2.7 job from Travis CI
| YAML | bsd-2-clause | madzak/python-json-logger |
bee523897d8f7307b2533a37cafb9eb4bb8b2b4e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
- "4.0.0"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec -s 6500 -t 8000
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
sudo:... | language: node_js
node_js:
- "0.12"
- "0.10"
- "4"
- "5"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec -s 6500 -t 8000
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
sudo: false
| Update Travis CI node versions | Update Travis CI node versions
| YAML | mit | addaleax/q-ratelimit,addaleax/promise-ratelimit |
23918e7fd8dc250112fd90f6003c7ca747537081 | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
script:
- bin/phpunit
# - bin/behat --no-paths --format failed
before_script:
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install -... | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
script:
- bin/phpunit
# - bin/behat --no-paths --format failed
before_script:
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install -n --prefe... | Remove hhvm because it fails the build and is not ignored | Remove hhvm because it fails the build and is not ignored
| YAML | mit | Maxim-Mazurok/phpDocumentor2,jaapio/phpDocumentor2,webmozart/phpDocumentor2,senuamedia/phpDocumentor2,senuamedia/phpDocumentor2,mbed67/phpDocumentor2,mvriel/phpDocumentor2,fdewinne/phpDocumentor2,phpDocumentor/phpDocumentor2,ddymko/phpDocumentor2,cesarmarinhorj/phpDocumentor2,rscarson/phpDocumentor2,PatidarWeb/phpDocum... |
6b4a8a3ba40213dd6635ef1d6ec91f4d54a6d556 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 1.9.3
- jruby
- rbx-19mode
gemfile:
- gemfiles/Gemfile.rails-4-0
- gemfiles/Gemfile.rails-3-2
- gemfiles/Gemfile.rails-3-1
services:
- rabbitmq
deploy:
provider: rubygems
api_key:
secure: gNudZK0JaRRweudmkpdkJjUMydItTSW5cXjpYdYCfahqd/cD0xPjxotr2T... | language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 1.9.3
- jruby
- rbx-19mode
gemfile:
- gemfiles/Gemfile.rails-4-0
- gemfiles/Gemfile.rails-3-2
- gemfiles/Gemfile.rails-3-1
services:
- rabbitmq
deploy:
provider: rubygems
api_key:
secure: gNudZK0JaRRweudmkpdkJjUMydItTSW5cXjpYdYCfahqd/cD0xPjxotr2T... | Remove deploy on gemfile option. | Remove deploy on gemfile option.
| YAML | mit | johannesjasper/acfs,dahoo/acfs,jgraichen/acfs |
89fabd9e21500fbdae8dfdd7a2f8dfa139bcc1f6 | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
- hhvm
- nightly
cache:
directories:
- ./vendor
install:
- composer --prefer-source install
script:
- vendor/bin/phpunit
- bin/psalm | language: php
php:
- '5.6'
- '7.0'
- hhvm
cache:
directories:
- ./vendor
install:
- composer --prefer-source install
script:
- vendor/bin/phpunit
- bin/psalm
| Remove nightly from master due to PhpUnit issue | Remove nightly from master due to PhpUnit issue
| YAML | mit | vimeo/psalm,vimeo/psalm |
3c9107f9a1ec836e8cb4c199aaa4d625604c7868 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-18mode
- jruby-19mode
- ruby-head
- jruby-head
- 1.8.7
- ree
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-19mode
- rbx-2.1.1 | Change the Ruby versions tested in Travis | Change the Ruby versions tested in Travis
1.8.7 and 1.9.2 are end of lined, ree is dead, jruby-head will not be stable for a long time, and rbx was missing.
[ci skip] | YAML | mit | iconara/immutable_struct |
3cb6ff81d107a445afe67da15a024b72d5510b29 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.1.1
- 1.2.0
otp_release:
- 18.1
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
| language: elixir
matrix:
include:
- otp_release: 18.3
elixir: 1.1.1
- otp_release: 18.3
elixir: 1.2.6
- otp_release: 18.3
elixir: 1.3.2
- otp_release: 19.0
elixir: 1.3.2
sudo: false
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
| Add more versions to CI matrix | Add more versions to CI matrix
We need to ensure that works good in Elixir 1.3.2 and Erlang 19.
| YAML | mit | philss/floki,philss/floki |
21fa027c667f6be85bff994618023ebf4bc2b957 | .travis.yml | .travis.yml | ---
language: android
android:
components:
- tools
- platform-tools
- build-platform-24.0.1
- android-23
- extra-android-m2repository
- extra-google-m2repository
- extra-google-google_play_services
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
c... | ---
language: android
android:
components:
- tools
- platform-tools
- build-platform-24.0.1
- android-23
- extra-android-m2repository
- extra-google-m2repository
- extra-google-google_play_services
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
c... | Add permissions to gradlew file | Add permissions to gradlew file
| YAML | apache-2.0 | joaoevangelista/wakatime-android-client,joaoevangelista/wakatime-android-client |
3529797393eda1c06e9f3c40969ca759bcdf2dcf | .travis.yml | .travis.yml | language: go
go:
- 1.4.3
- 1.5.4
- 1.6.2
install:
- go get github.com/mattn/go-sqlite3
- go get github.com/twpayne/go-kml
sudo: false
| language: go
go:
- 1.6.2
- 1.5.4
- 1.4.3
install:
- go get github.com/mattn/go-sqlite3
- go get github.com/twpayne/go-kml
sudo: false
| Test on Go 1.6.2 first | Test on Go 1.6.2 first
| YAML | bsd-2-clause | twpayne/go-geom |
fa8d6708cfe32ebabb15b891b2590e2f643feaf0 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4
- 6
- 8
- 9
before_install:
- npm install -g npm@latest
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script: npm run lint && npm run test-coveralls
| language: node_js
node_js:
- 6
- 8
- 10
before_install:
- npm install -g npm@latest
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script: npm run lint && npm run test-coveralls
| Remove CI testing for node 4 and 9, add for node 10 | Remove CI testing for node 4 and 9, add for node 10
| YAML | mit | RobinThrift/gulp-requirejs,RobinThrift/gulp-requirejs,jorrit/gulp-requirejs,jorrit/gulp-requirejs |
7c5bb7e2fb883f96f73b6357c7e53a8ca3585a06 | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake spec'
rvm:
- 1.9.3
- 2.0.0
- jruby
- rbx
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change
| language: ruby
script: 'bundle exec rake spec'
rvm:
- 1.9.3
- 2.0.0
- jruby
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change
| Remove rbx from matrix till its gem setup is table again | Remove rbx from matrix till its gem setup is table again
| YAML | mit | chastell/unparser,mbj/unparser,mvz/unparser,mbj/unparser,glittershark/unparser |
6d18551345754062069d5c5304fc97015936db57 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install:
- npm install -g gulp
- gem install sass
| language: node_js
node_js:
- "0.10"
before_install:
- npm install -g bower gulp
- gem install sass
| Install bower on Travis CI | Install bower on Travis CI
| YAML | mit | rakuten-frontend/bower-browser,rakuten-frontend/bower-browser |
c2a930345ba50d696753078678cdf1d89ef77447 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
before_install:
- sudo sh -c "echo 'JVM_OPTS=\"$JVM_OPTS -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh"
- sudo service cassandra start
- sleep 8
script:
- rm -rf node_modules/zookeeper-client/node_modules/zookeeper/build && cd node_module... | language: node_js
node_js:
- 0.8
before_install:
- sudo sh -c "echo 'JVM_OPTS=\"$JVM_OPTS -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh"
- sudo service cassandra start
- sleep 8
script:
- rm -rf node_modules/zookeeper-client/node_modules/zookeeper/build && cd node_module... | Use run-script and go back to the root directory before running lint and tests. | Use run-script and go back to the root directory before running lint and tests.
| YAML | apache-2.0 | racker/service-registry,racker/service-registry,racker/service-registry |
ad94c89f2c162952db59edbe6fd528447a6f732b | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- tip | language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip | Add Travis-CI for Golang v 1.5, 1.6 | Add Travis-CI for Golang v 1.5, 1.6
| YAML | bsd-3-clause | mantyr/goquery,mantyr/goquery |
66bf85e5dd0d5764af44887345bbae8722117c4f | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
bundler_args: --without console benchmarks
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby-9000
- ruby-head
- jruby-head
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ru... | language: ruby
sudo: false
cache: bundler
bundler_args: --without console benchmarks
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby-9000
- ruby-head
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
- r... | Install bundler in jruby-head build | Install bundler in jruby-head build
| YAML | mit | dryrb/dry-validation,dry-rb/dry-validation,dryrb/dry-validator,dry-rb/dry-validation |
af8b9e8be8b2a414625d4fd7696c59dec2f95b12 | .travis.yml | .travis.yml | language: c
sudo: required
dist: trusty
os:
- linux
#- osx
compiler:
- gcc
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- cmake
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then b... | language: c
sudo: required
dist: trusty
os:
- linux
#- osx
compiler:
- gcc
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- cmake
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
#- if [[ "$TRAVIS_OS_NAME" == "o... | Fix Travis-CI AVX Problem (3) | Fix Travis-CI AVX Problem (3)
| YAML | mit | Revimal/lepcapy,Revimal/lepcapy,Revimal/lepcapy |
9087f0b3b7c0ebd6d6438beb72732ddbd44a709f | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo test --verbose
| language: rust
dist: trusty
sudo: false
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo test --verbose
- cargo install
- rustup target add asmjs-unknown-emscripten
- git clone https://github.com/koute/stdweb.git
- cd stdweb && cargo web test --nodejs
| Add a poor man's test | Add a poor man's test
This should *probably* be replaced with some
actual tests, but it will do for now.
| YAML | apache-2.0 | koute/cargo-web,koute/cargo-web,koute/cargo-web,koute/cargo-web |
505e505be5115191f769d5c399a234e7e05a1808 | .travis.yml | .travis.yml | sudo: false
language: node_js
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
after_success:
- "./bin/bower_build"
| sudo: false
language: node_js
install:
- npm install
- bower install
script:
- npm test
after_success:
- "./bin/bower_build"
| Remove extra global npm install. | Remove extra global npm install.
| YAML | apache-2.0 | SaladFork/ember-mocha,Robdel12/ember-mocha,cowboyd/ember-mocha,switchfly/ember-mocha,cowboyd/ember-mocha,alexgb/ember-mocha,alexgb/ember-mocha,alexgb/ember-mocha,switchfly/ember-mocha,switchfly/ember-mocha,SaladFork/ember-mocha,SaladFork/ember-mocha,cowboyd/ember-mocha,emberjs/ember-mocha,emberjs/ember-mocha,jeffreybil... |
129a7e186848eb89ce058faf225ad1dbd47a47f2 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
| language: "node_js"
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.8"
- "0.6"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
| Enable node 0.12 and iojs on Travis CI | Enable node 0.12 and iojs on Travis CI | YAML | mit | ernestopino/passport,Faiz7412/passport,dentrinh/passport,shubham13jain/passport,kidaa/passport,arover/passport,modulexcite/passport,bartuspan/passport,jameswomack/passport-restify,Trult/passport,kolomiichenko/passport,DaAwesomeP/passport,pandeysoni/passport,imjerrybao/passport,wakashige/passport,qitianchan/passport,mca... |
c4a80424ccf227853c9c50a117da3a1714f98b84 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
env:
- TEST_SUITE=test
- TEST_SUITE=testDeterministic
script: "gradle --stacktrace $TEST_SUITE --debug"
sudo: false
| language: java
jdk: oraclejdk8
env:
- TEST_SUITE=test
- TEST_SUITE=testDeterministic
script: "gradle --stacktrace $TEST_SUITE --debug"
sudo: required
dist: trusty
| Switch to Travis Trusty beta | Switch to Travis Trusty beta
| YAML | mit | nusco/narjillos |
f25906651d92973af73a58fc3a11f3f89e906b7a | .travis.yml | .travis.yml | language: cpp
env:
- LLVM_VERSION=3.5 GCC_VERSION=4.8
- LLVM_VERSION=3.6 GCC_VERSION=4.8
- LLVM_VERSION=3.7 GCC_VERSION=4.8
matrix:
allow_failures: #llvm-3.7 is currently broken
- env: LLVM_VERSION=3.7 GCC_VERSION=4.8
before_install:
- if [[ ${LLVM_VERSION} != 3.7 ]]; then
sudo add-apt-repository -y ... | language: cpp
env:
- LLVM_VERSION=3.7 GCC_VERSION=4.8
- LLVM_VERSION=3.7 GCC_VERSION=4.9
before_install:
- sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main'
- sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main'
- wget -O - http://llv... | Build master only against LLVM 3.7 | Build master only against LLVM 3.7
| YAML | bsd-3-clause | losalamos/Byfl,losalamos/Byfl,losalamos/Byfl,losalamos/Byfl |
a2bedb04b9520167f4c97754b3a8ffe468e84a00 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- hhvm
script:
- composer install --prefer-source --no-dev --no-interaction
- phpunit --configuration app/phpunit.xml.dist --no-coverage
| language: php
php:
- 7.0
- 5.6
- 5.5
- hhvm
install:
- composer install --prefer-source --no-dev --no-interaction
script:
- phpunit --configuration app/phpunit.xml.dist --no-coverage
| Move the "composer install" command under the "install" section | Move the "composer install" command under the "install" section
| YAML | mit | Comrade42/phpBB-Parser |
8f9abc61571631a346c09bb8b4cef3fe41006fea | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3
- jruby
- rbx-3
script: bundle exec rake test
| language: ruby
rvm:
- 2.3
# - jruby
script: bundle exec rake test
| Disable (permanently) rbx and (temporarily) jruby targets for Travis. | Disable (permanently) rbx and (temporarily) jruby targets for Travis.
| YAML | mit | mtortonesi/ruby-mhl |
15c493f7ac59b08252e5e87f849cf1704e677523 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- ruby-head
notifications:
email: false
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- jruby-head
notifications:
email: false
| TEST AGAINST (almost) ALL RUBIES | TEST AGAINST (almost) ALL RUBIES
| YAML | mit | bfontaine/meuh-cli |
06ee73ac0575e25fa5abb246985a08bd28f6f5a0 | .travis.yml | .travis.yml | env:
- CABALVER=1.20 GHCVER=7.8.4 HAPPYVER=1.19.5 ALEXVER=3.1.4
before_install:
- travis_retry sudo apt-add-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER happy-$HAPPYVER alex-$ALEXVER
- export PATH=/opt/ghc/$GHCVER/bin:/op... | env:
- CABALVER=1.20 GHCVER=7.8.4 HAPPYVER=1.19.5 ALEXVER=3.1.4
before_install:
- travis_retry sudo apt-add-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER happy-$HAPPYVER alex-$ALEXVER libpq-dev
- export PATH=/opt/ghc/$GHCV... | Install libpq-dev in Travis CI. | Install libpq-dev in Travis CI.
| YAML | agpl-3.0 | sajith/betty-web |
6186e10618e1c8bd2ebfd7321a9e27350b3240bd | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- jruby-9.0.1.0
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
fast_finish: true
before_install: gem update --remote bundler
install:
- bundle install --retry=3
script:
- ... | sudo: false
cache: bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- jruby-9.0.1.0
- rbx-2
env:
# this doesn't do anything for MRI or RBX, but it doesn't hurt them either
# for JRuby, it enables us to get more accurate coverage data
- JRUBY_OPTS="--debug"
matrix:... | Set JRUBY_OPTS when testing on JRuby through Travis CI | Set JRUBY_OPTS when testing on JRuby through Travis CI
Supposedly this can help to acquire more accurate coverage data.
| YAML | mit | haziqhafizuddin/rubocop,vergenzt/rubocop,hanumakanthvvn/rubocop,smakagon/rubocop,volkert/rubocop,bbatsov/rubocop,tdeo/rubocop,akihiro17/rubocop,alexcstark/rubocop,Koronen/rubocop,hanumakanthvvn/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,iGEL/rubocop,smakagon/rubocop,mclark/rubocop,alexcstark/rubocop,rrosenblum/rubo... |
af967c0aa9b4bc543c517b2d5053913ed9b50dcd | .travis.yml | .travis.yml | language: node_js
node_js:
- '4'
- '6'
- '8'
- 'lts/*'
- 'stable'
sudo: false
notifications:
email:
smcarthur@mozilla.com
irc:
channels:
- 'irc.mozilla.org#fxa-bots'
use_notice: false
skip_join: false
| language: node_js
node_js:
- '10'
- '12'
- 'lts/*'
- 'stable'
sudo: false
| Update Travis for latest versions of node | Update Travis for latest versions of node
| YAML | mpl-2.0 | mozilla/mozlog |
124d00b52896bba984c50d046b060efc11088374 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
before_script:
- grunt travis
script:
- grunt coveralls:dijit_coverage | language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
before_script:
- grunt travis
script:
- grunt coveralls:dijit_coverage --verbose | Add logging to grunt task | Add logging to grunt task
| YAML | apache-2.0 | EsriUK/arcgis-dijit-nearest,EsriUK/arcgis-dijit-nearest |
06e24d10d1c53dd0ec7733705ab80be0af3a4447 | .travis.yml | .travis.yml | bundler_args: --retry=3 --jobs=3
cache: bundler
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2.1
- 2.2.0
- jruby-head
- jruby-9.0.0.0.pre1
- rbx-2
- ruby-head
env:
global:
- JRUBY_OPTS="-J-Xmx1024M --debug"
matrix:
allow_failures:
- rvm: 2.2.0
- rvm: jruby-head
- rvm: jruby-9.0.... | bundler_args: --retry=3 --jobs=3
cache: bundler
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2.1
- 2.2.0
- 2.3.4
- 2.4.1
- jruby-head
- jruby-9.0.0.0.pre1
- rbx-2
- ruby-head
env:
global:
- JRUBY_OPTS="-J-Xmx1024M --debug"
matrix:
allow_failures:
- rvm: 2.2.0
- rvm: jruby-head
... | Test against ruby 2.3 and 2.4 | Test against ruby 2.3 and 2.4
| YAML | mit | JuanitoFatas/html-pipeline-rouge_filter |
b78d7b0cefb1288e0d16aef10a350b0fbb76f422 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -r requirements.txt --use-mirrors
script: nosetests
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -r requirements.txt --use-mirrors
script: python setup.py test
| Use 'setup.py test' instead of 'nosetests' | Use 'setup.py test' instead of 'nosetests'
| YAML | mit | yola/property-caching |
2112997ae8b2fcf7d752d173c4a727dc25f6efac | .travis.yml | .travis.yml | sudo: false
language: node_js
install:
- npm install -g yarn
- yarn self-update
- yarn install
before_script:
- npm run build
- ./index.js init
node_js:
- "7"
notifications:
email: false
webhooks: http://cq-dokidokivisual.rhcloud.com/travis
# blacklist
branches:
except:
- tmp
cache:
direc... | sudo: false
language: node_js
install:
- npm install -g yarn
- yarn self-update
- yarn install
before_script:
- npm run build
- ./index.js init
node_js:
- "7"
notifications:
email: false
webhooks: http://cq-dokidokivisual.rhcloud.com/travis
# blacklist
branches:
except:
- tmp
cache:
yarn:... | Enable TravisCI's builtin config for yarn | Enable TravisCI's builtin config for yarn
| YAML | mit | karen-irc/karen,karen-irc/karen |
bf95cfe417277180e4b8615c4bb83aba077c68b5 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9
- 2.1.10
- ruby-head
matrix:
include:
- rvm: 2.5.0
name: "Run Danger and Code Climate"
before_script:
- bundle exec danger
after_script:
- bundle exec codeclimate-test-reporter
- rvm:... | language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.3
- 2.4.5
- 2.3.8
- 2.2.9
- 2.1.10
- ruby-head
matrix:
include:
- rvm: 2.5.3
name: "Run Danger and Code Climate"
before_script:
- bundle exec danger
after_script:
- bundle exec codeclimate-test-reporter
- rvm:... | Update ruby versions to default xenial installed | Update ruby versions to default xenial installed
| YAML | mit | dblock/hashie,intridea/hashie,intridea/hashie,dblock/hashie |
85ae97c586ab56c55c524021ed40cc341e5af892 | .travis.yml | .travis.yml | language: rust
rust:
- 1.23.0
- stable
- beta
- nightly
os:
- linux
- osx
script:
- ./ci/test.sh
cache:
cargo: true
directories:
- kcov-install
before_cache:
- rm -rf target/cov
matrix:
# Clear the whole matrix
exclude:
- os: linux
- os: osx
# Add each target manually
include... | language: rust
rust:
- 1.23.0
- stable
- beta
- nightly
os:
- linux
- osx
script:
- ./ci/test.sh
cache:
cargo: true
directories:
- kcov-install
before_cache:
- rm -rf target/cov
matrix:
# Clear the whole matrix
exclude:
- os: linux
- os: osx
# Add each target manually
include... | Add release test jobs to CI | Add release test jobs to CI
| YAML | mit | richo/capstone-rs |
75a150f06d405e28e7a1c86cabb58700ad2f293e | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry curl -s http://getcomposer.org/installer | php
- travis_retry php composer.phar install --dev
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
-... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry curl -s http://getcomposer.org/installer | php
- travis_retry php composer.phar install --dev
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendo... | Exclude PHP 5.3 from Travis testing | Exclude PHP 5.3 from Travis testing
Travis error message: "PHP 5.3 is supported only on Precise. See https://docs.travis-ci.com/user/reference/trusty#PHP-images on how to test PHP 5.3 on Precise." | YAML | mit | webfactory/piwik-bundle |
bd5e13c1a59a45467907cc9c69fa4fe4e62dca4a | .travis.yml | .travis.yml | language: go
go:
- 1.9
after_success:
- go build && ./test.sh
| language: go
sudo: false
go:
- 1.9
- tip
| Add Go tip to the CI test | Add Go tip to the CI test
| YAML | bsd-3-clause | xyproto/algernon,xyproto/algernon,xyproto/algernon,xyproto/algernon |
8e3c0cc7cd24298c5565ce0b3f3b3b6f7ac79c5b | .travis.yml | .travis.yml | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
dist: precise
matrix:
include:
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
... | Use precise dist to continue PHP 5.3 support | Use precise dist to continue PHP 5.3 support
| YAML | bsd-3-clause | silverstripe/silverstripe-userforms,robbyahn/silverstripe-userforms,silverstripe/silverstripe-userforms,dnadesign/silverstripe-userforms,dnadesign/silverstripe-userforms,robbyahn/silverstripe-userforms |
295463a174f5b944dab94c6640b3e0fc60a120d4 | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
rvm:
- '2.3.3'
- '2.2.6'
- '2.1.10'
before_install: export TZ=Europe/Berlin
before_script: bundle exec rake ci:setup
script: bundle exec rake ci:spec
| ---
sudo: false
language: ruby
rvm:
- '2.4.1'
- '2.3.4'
before_install: export TZ=Europe/Berlin
before_script: bundle exec rake ci:setup
script: bundle exec rake ci:spec
| Update ruby versions on CI | Update ruby versions on CI
| YAML | agpl-3.0 | openmensa/openmensa,openmensa/openmensa,openmensa/openmensa,openmensa/openmensa |
5125aa8b124100f26fc52069953a46c86c7da9b4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
- "10"
env:
- CC=clang CXX=clang++
- ""
install:
- npm install --no-save --ignore-scripts
before_script:
- tmp=$(mktemp --directory)
- bash -O dotglob -O extglob -c 'mv !(node_modules|test.js) "$1"/' bash "$tmp"
- pack=$(npm pack "$tmp")
- node -p '"sha512-" + ... | language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
env:
- CC=clang CXX=clang++
- ""
install:
- npm install --no-save --ignore-scripts
before_script:
- tmp=$(mktemp --directory)
- bash -O dotglob -O extglob -c 'mv !(node_modules|test.js) "$1"/' bash "$tmp"
- pack=$(npm pack "$tmp")
- node -p '"sh... | Add Node 11 to CI | Add Node 11 to CI
| YAML | isc | charmander/bcrypt-small,charmander/bcrypt-small,charmander/bcrypt-small |
be00761db84556258a1cee664aa664fb6fb1f660 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
| language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
notifications:
email:
- dave@famo.us
- fetterman@famo.us
- myles@famo.us
| Update Travis with explicit emails | Update Travis with explicit emails
| YAML | mpl-2.0 | FamousArchives/math,wgester/famous,ziteboard/famous,Famous/math,holmesal/famous-global-build,Famous/famous,Lkraljevic/famous,Faiz7412/famous,Bizboard/famous,Famous/famous,gdi2290/famous,Faiz7412/famous,SuPenguin/famous,Offirmo/famous,SeanOceanHu/famous,trusktr/famous,ziteboard/famous,chinakids/famous |
de701a02e0aefae79795ca5b296c85d08dc7baf6 | .travis.yml | .travis.yml | language: objective-c
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
env:
global:
secure: JRVQXRPtCp4hvyLGhNDnTB2vc5mEme7Y/LeNekuX3tT2IEwz7hd4PdIEjzEgqiW10LewKuvzeXFg2Dvku/dDXcG07e... | language: objective-c
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
env:
global:
secure: K8BJ6HXSFxHC4AVSGdrdK4RNfHGXWK6N0T8mBAJQ+eyjppyGnZUC+S+1GhLtfnXpmVDcc1v0kJp/tyIARhkOb9fC67... | Add initial Travis CI configuration | Add initial Travis CI configuration
| YAML | mit | atom/spell-check |
bc719de1628660f763a1ca7d3a83e0cee9b61d59 | .travis.yml | .travis.yml | language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
| language: node_js
node_js:
- '5.7'
- '4'
| Support Node 4 or 5 (as es6 included without transpiling) | [Fix][Test] Support Node 4 or 5 (as es6 included without transpiling)
| YAML | mit | arrowrowe/romi |
515a171f040d9f52e8ce135f431ab1c447559030 | .travis.yml | .travis.yml | language: ruby
cache: bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-19mode
env: ... | language: ruby
cache: bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-19mode
env: ... | Allow failures on unstable Ruby versions | Allow failures on unstable Ruby versions
| YAML | mit | dkubb/equalizer |
416f5624ed2a2fac8f1d65dcfa94da912e499296 | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- DB=MYSQL CORE_RELEASE=3.2
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1
- ph... | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- DB=MYSQL CORE_RELEASE=3
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/... | Fix Travis builds - older framework versions have been removed | Fix Travis builds - older framework versions have been removed
| YAML | bsd-3-clause | steadlane/silverstripe-cloudflare |
59d9efc388dad20027177c7045e2dbb70599aa6a | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- composer install --dev
script:
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php Tests/Units
- ./vendor/bin/behat -c behat.ci.yml | language: php
php:
- 5.4
- 5.5
before_script:
- composer install --dev
script:
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover build/logs/coverage.clover Tests/Units
- ./vendor/bin/behat -c behat.ci.yml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar cod... | Allow Travis CI to send code coverage to Scrutinizer | Allow Travis CI to send code coverage to Scrutinizer
| YAML | mit | matks/CustomerSupportBundle |
395357885baad5b5fb2e701202f4d426d34dac32 | .travis.yml | .travis.yml | # Travis-CI Build for rugged
# see travis-ci.org for details
language: ruby
# Ruby versions to test against
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
- rbx-20mode
# We need the config so the tests don't fail
script:
- git config --global user.name 'The rugged tests are fragile'
- rake
# Notify development list ... | # Travis-CI Build for rugged
# see travis-ci.org for details
language: ruby
# Ruby versions to test against
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
- rbx-20mode
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: rbx-20mode
# We need the config so the tests don't fail
script:
- git config --global user.n... | Allow failures on rbx builds. | Allow failures on rbx builds.
Rubinius has been getting unstable againlately , and we've seen
multiple travis builds failing. Putting Rubinius back in the
allow_failures list will make silence those build failures for the time
being.
| YAML | mit | Acidburn0zzz/rugged,tpickett66/rugged,libgit2/rugged,libgit2/rugged,Acidburn0zzz/rugged,saraid/rugged,Acidburn0zzz/rugged,tpickett66/rugged,saraid/rugged,saraid/rugged,tpickett66/rugged,libgit2/rugged |
93e8c1de21bda0bcc1ae381e00154129822e788f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- jruby
- rbx-2
script: bundle exec rspec
| language: ruby
rvm:
- 2.3
- 2.4
script: bundle exec rspec
| Update Ruby versions in Travis | Update Ruby versions in Travis
| YAML | apache-2.0 | mikhaildelport/meetsilver-api,mikhaildelport/meetsilver-api |
2d199f87107e28a5627be9c56ac9fff2d0908e97 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.0
install:
- bundle install --without development
script: bundle exec rake
branches:
only:
- master
addons:
code_climate:
repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e
notifications:
webhooks:
url... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.0
branches:
only:
- master
addons:
code_climate:
repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e
notifications:
webhooks:
urls:
- http://publify_hook.ookook.fr/travisci
on_success: always
... | Use default install and script tasks for Travis CI | Use default install and script tasks for Travis CI
| YAML | mit | musicmunky/publify-core,musicmunky/publify-core,musicmunky/publify-core |
f705823e74971ae7c7ac9374c27b0c0a91926089 | .travis.yml | .travis.yml | language: go
go:
- 1.7
- 1.8
- 1.9
- tip
install:
- go get -t ./...
script:
- go test $(go list ./...|grep -v vendor) | language: go
go:
- 1.7
- 1.8
- 1.9
- tip
install:
- go get github.com/golang/lint/golint
- go get -t ./...
script:
- golint $(go list ./... | grep -v /vendor/)
- go test $(go list ./...| grep -v /vendor/)
| Add linter check as a part of CI build | Add linter check as a part of CI build
| YAML | mit | gchaincl/httplab,gchaincl/httplab |
770730c77c7b853eae1b21887ad4137dbeadddfe | .travis.yml | .travis.yml | language: node_js
sudo: required # See http://docs.travis-ci.com/user/trusty-ci-environment/
dist: trusty
node_js:
- "lts/*"
python:
- "2.7"
before_install:
- export CHROME_BIN=google-chrome
- export DISPLAY=:99.0
- unset _JAVA_OPTIONS # JVM heap sizes break closure compiler. #11203.
- sh -e /etc/init.d/x... | language: node_js
sudo: required # See http://docs.travis-ci.com/user/trusty-ci-environment/
dist: trusty
node_js:
- "lts/*"
python:
- "2.7"
before_install:
- export CHROME_BIN=google-chrome
- export DISPLAY=:99.0
- unset _JAVA_OPTIONS # JVM heap sizes break closure compiler. #11203.
- sh -e /etc/init.d/x... | Set yarn to the path | Set yarn to the path
| YAML | apache-2.0 | subscriptions-project/swg-js,subscriptions-project/swg-js,subscriptions-project/swg-js |
7d055a32170a3170e39f8d7eae07de6340ef907e | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.4.2
install:
- script/bootstrap
script:
- script/build
- script/test
deploy:
provider: heroku
buildpack: https://github.com/kr/heroku-buildpack-go.git
api_key:
secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4qSoeZ77CFvN0rZ/k2mZ0x... | sudo: false
language: go
go:
- 1.5
install:
- script/bootstrap
script:
- script/build
- script/test
deploy:
provider: heroku
buildpack: https://github.com/kr/heroku-buildpack-go.git
api_key:
secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4qSoeZ77CFvN0rZ/k2mZ0xWx... | Upgrade Travis to Go 1.5 | Upgrade Travis to Go 1.5
| YAML | mit | jingweno/jqplay,jskrzypek/jqplay,jingweno/jqplay,jskrzypek/jqplay,jingweno/jqplay,jskrzypek/jqplay |
85f8908dbe3ecce7173b0f2452a3fc20d4bbc3aa | .travis.yml | .travis.yml | # use java support.
language: java
# run in container.
sudo: false
# use linux as operating system.
os: linux
matrix:
fast_finish: true
include:
- jdk: oraclejdk8
if: branch = master OR tag =~ ^v1\.[0-9]+\.[0-9]+ # match v1.x.x
- jdk: openjdk11
if: branch = jdk10 OR tag =~ ^v2\.[0-9]+\.[0-9]+... | # use java support.
language: java
# run in container.
sudo: false
# use linux as operating system.
os: linux
matrix:
fast_finish: true
include:
- jdk: openjdk8
if: branch = master OR tag =~ ^v1\.[0-9]+\.[0-9]+ # match v1.x.x
- jdk: openjdk11
if: branch = jdk10 OR tag =~ ^v2\.[0-9]+\.[0-9]+ #... | Switch the 1.x.x builds to use default openjdk8 and install openjfx package | Switch the 1.x.x builds to use default openjdk8 and install openjfx package
| YAML | apache-2.0 | edvin/tornadofx,edvin/tornadofx |
d0890533ed7f2e09b5d1e982a4286a13f2846fc1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
| language: node_js
node_js:
- "stable"
- "lts/*"
| Use stable and LTS of node in Travis CI | Use stable and LTS of node in Travis CI
See: https://qiita.com/Linda_pp/items/2f32716d534c97685ab1
| YAML | mit | capybala/tree-diagram |
65c15bea58ca1b73f687f0bba821c1590e885efb | .travis.yml | .travis.yml | language: python
python: '3.5'
sudo: false
env:
global:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
- TOXENV=check
- TOXENV=docs
- TOXENV=py27,codecov
- TOXENV=py33,codecov
- TOXENV=py34,codecov
- TOXENV=py35,codecov
- TOXENV=py36,codecov
... | dist: xenial
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
sudo: false
env:
global:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
- TOXENV=check
- TOXENV=docs
- TOXENV=py27,codecov
- TOXENV=py33,codecov
- TOXENV=p... | Add explicit Python environments to Travis CI | Add explicit Python environments to Travis CI
| YAML | bsd-2-clause | titusz/epubcheck |
c4eb2f49da6ea8f51249d0a880c1d2e00911f710 | .travis.yml | .travis.yml | sudo: false # Use TravisCI new Docker container infrastructure
language: php
php:
- 5.5
- 5.6
- 7
- nightly
matrix:
allow_failures:
- php: hhvm, 7, nightly
services:
- memcached
- redis
- mysql
notifications:
email:
on_success: change
on_failure: change
before_script:
- compose... | sudo: false # Use TravisCI new Docker container infrastructure
language: php
php:
- 5.5
- 5.6
- 7
matrix:
allow_failures:
- php: 7
services:
- memcached
- redis
- mysql
notifications:
email:
on_success: change
on_failure: change
before_script:
- composer selfupdate
- composer i... | Allow PHP7 builds to fail | Allow PHP7 builds to fail
| YAML | bsd-3-clause | charlesportwoodii/CiiMS |
948f3f6dafc694f9607df7610112f32d0e2f117b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.5
- 2.3.8
sudo: false
cache: bundler
env:
global:
- RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
addons:
postgresql: '9.5'
install: bin/setup
after_script: bundle exec codeclimate-test-reporter
notifications:
webhooks:
... | language: ruby
rvm:
- 2.4.5
- 2.5.3
sudo: false
cache: bundler
env:
global:
- RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
addons:
postgresql: '9.5'
install: bin/setup
after_script: bundle exec codeclimate-test-reporter
notifications:
webhooks:
... | Update supported ruby versions on Travis | Update supported ruby versions on Travis
| YAML | apache-2.0 | pkliczewski/manageiq-providers-ovirt |
429bea39c7e319c131c9648745210a1270378798 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- travis_retry npm install -g npm
- travis_retry npm install
script:
- npm test
matrix:
allow_failures:
- node_js: "0.11"
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
before_install:
- travis_retry npm install -g npm
- travis_retry npm install
script:
- npm test
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| Test in node 0.12 as well. | Test in node 0.12 as well.
It's released now, so don't allow 0.12 failures.
| YAML | mit | beni55/winston,get-trucked/winston,tobli/winston,winstonjs/winston,DenisGorbachev/winston,dbmikus/winston,psquickitjayant/winston,wancharle/winston,modulexcite/winston,unlucio/winston,winstonjs/winston,paulhroth/winston,dustinblackman/winston,nikolas/winston,harriha/winston,megastef/winston,jjmleiro/winston,SmartNode-e... |
69056bac62eb24403fc7f5b0ac82a3b889e190e8 | .travis.yml | .travis.yml | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.5"
notifications:
email: false
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" ... | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.5"
notifications:
email: false
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" ... | Remove slow flag in Travis configuration file | Remove slow flag in Travis configuration file
| YAML | bsd-3-clause | veeresht/CommPy |
8badfd3561b859294f272dec1ebbbc3f684b4bc5 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
script: rake ci
| language: ruby
rvm:
- 2.1.1
before_script:
- git clone https://github.com/vim/vim
- cd vim
- ./configure
- make -j4
- sudo make install
- cd -
script: rake ci
| Install the newest version of vim on Travis | Install the newest version of vim on Travis
| YAML | mit | MisanthropicBit/vim-analog |
86e3fb9e0309137dcb848c7645d688431fd1c047 | .travis.yml | .travis.yml | language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=rand/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&... | language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=rand/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&... | Add key for uploading docs | Add key for uploading docs
| YAML | apache-2.0 | rust-lang/rand |
748651df371493cf843b65f092090ad03b80482d | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer
env:
- LARAVEL_VERSION=5.3.*
- LARAVEL_VERSION=5.4.*
- LARAVEL_VERSION=5.5.*
matrix:
exclude:
- php: '5.6'
env: LARAVEL_VERSION=5.5.*
before_script:
- composer self-update
- if [ "$LARAVEL_VER... | language: php
php:
- 5.6
- 7.0
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer
env:
- LARAVEL_VERSION=5.3.*
- LARAVEL_VERSION=5.4.*
- LARAVEL_VERSION=5.5.*
matrix:
exclude:
- php: '5.6'
env: LARAVEL_VERSION=5.5.*
before_script:
- composer self-update
- if [ "$LARAVEL_VER... | Fix unexpected end of file issue | Fix unexpected end of file issue
| YAML | mit | rafflesargentina/l5-resource-controller |
38407ce33cc05963f539ccf057560067d25f782f | .travis.yml | .travis.yml | language: ruby
cache:
directories:
- bundle
rvm:
- 2.0
- 2.1.3
- 2.3.1
before_install:
- gem update bundler
script:
- bundle exec rake spec
| env:
global:
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID
language: ruby
cache:
directories:
- bundle
rvm:
- 2.0
- 2.1.3
- 2.3.1
before_install:
- gem update bundler
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
-... | Configure test coverage of Code Climate | :green_heart: Configure test coverage of Code Climate
| YAML | mit | blooper05/danger-rails_best_practices |
77a0e9e51c25a278541c6391bb43f9c1f74ff6b8 | .travis.yml | .travis.yml | language: ruby
before_install:
- travis_retry gem install bundler
rvm:
- 2.1
- 2.0
- 1.9.3
env:
- RAILS=4-1-stable DB=sqlite3
- RAILS=4-1-stable DB=mysql
- RAILS=4-1-stable DB=postgres
- RAILS=4-0-stable DB=sqlite3
- RAILS=4-0-stable DB=mysql
- RAILS=4-0-stable DB=postgres
- RAILS=3-2-stable DB... | language: ruby
sudo: false
rvm:
- 2.1
- 2.0
- 1.9.3
env:
- RAILS=4-1-stable DB=sqlite3
- RAILS=4-1-stable DB=mysql
- RAILS=4-1-stable DB=postgres
- RAILS=4-0-stable DB=sqlite3
- RAILS=4-0-stable DB=mysql
- RAILS=4-0-stable DB=postgres
- RAILS=3-2-stable DB=sqlite
- RAILS=3-2-stable DB=mysql
-... | Use the new Docker queue | Use the new Docker queue
and don't install Bundler, it's already installed | YAML | mit | vaski/ransack,nagyt234/ransack,guilleva/ransack,outstand/ransack,Eric-Guo/ransack,activerecord-hackery/ransack,reinteractive/ransack,Mario245/ransack,martndemus/ransack,AndrewSwerlick/ransack,avit/ransack,mariorcardoso/ransack,roman-franko/ransack,johan--/ransack,amboxer21/ransack,laserlemon/ransack |
967d0af8ddde44c6ab7d2ff75eff7f4fdcac22f4 | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
- "pypy3"
matrix:
include:
- stage: codecheck
python: 3.7
install:
- pip install flake8
script:
- flake8 sqlparse
after_success: skip
install:
- pip install -Uq pytest pytest-cov codecov
... | language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "nightly"
- "pypy3"
matrix:
include:
- stage: codecheck
python: 3.8
install:
- pip install flake8
script:
- flake8 sqlparse
after_success: skip
install:
- pip install -Uq pytest pytest-cov ... | Add Python 3.9 to test configuration. | Add Python 3.9 to test configuration.
| YAML | bsd-3-clause | andialbrecht/sqlparse |
129d78b757208a7371e80ffd7a366668fca86a06 | .travis.yml | .travis.yml | sudo: false
language: node_js
matrix:
include:
- node_js: 6.3 # Current
env: BUILD_DOCS=true REPORT_COVERAGE=true
- node_js: 4.4 # LTS
env: NPM_DEPLOY=true
- node_js: 4.0 # Minimum supported
script:
- npm test -- -- --timeout 10000
- '[[ "$BUILD_DOCS" != true ]] || npm run doc' # Ensures ESDoc generatio... | sudo: false
language: node_js
matrix:
include:
- node_js: 6 # Current
env: BUILD_DOCS=true REPORT_COVERAGE=true
- node_js: 4 # LTS
env: NPM_DEPLOY=true
- node_js: 4.0 # Minimum supported
script:
- npm test -- -- --timeout 10000
- '[[ "$BUILD_DOCS" != true ]] || npm run doc' # Ensures ESDoc generation do... | Update NodeJS with more generic versions | Update NodeJS with more generic versions | YAML | isc | amercier/npm-package-skeleton,amercier/broccoli-file-size,amercier/chai-autoload-plugins |
a7644b8dbef62394356331cc2201c2ab0cd8b639 | .travis.yml | .travis.yml | # TODO: add test matrix for all SOM VMs
language: python
python:
- "2.7"
before_install:
- sudo apt-get update
install:
- sudo apt-get install libc6-dev-i386
- git clone --depth 1 https://github.com/smarr/PySOM.git
- git clone --depth 1 https://github.com/smarr/som-java.git
- git clone --depth 1 https://... | # TODO: add test matrix for all SOM VMs
language: python
python:
- "2.7"
before_install:
- sudo apt-get update
env:
- SOM=CSOM REPO=https://github.com/SOM-st/CSOM.git BUILD=make
- SOM=JsSOM REPO=https://github.com/SOM-st/JsSOM.git BUILD=make
- SOM=PySOM REPO=https://github.c... | Change Travis to use build matrix to test SOM VMs | Change Travis to use build matrix to test SOM VMs
Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
| YAML | mit | smarr/SOMns,smarr/SOMns,richard-roberts/SOMns,MetaConc/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/SOMns,smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,MetaConc/SOMns,MetaConc/SOMns,smarr/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/S... |
b5214907f8618337ad13ede1b31f15c452e074b4 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
services:
- mongodb
- redis-server
- memcached
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database orbit;' -U postgres
script: "mvn test -P withMongoTests,withDynamoDBTests,withPostgresTests,withRedisTests,withMemcachedTests,withScala,withLDAPTests"
notifi... | language: java
jdk: oraclejdk8
install:
- mkdir /tmp/dynamodb
- wget -O - http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest | tar xz --directory /tmp/dynamodb
services:
- mongodb
- redis-server
- memcached
addons:
postgresql: "9.3"
before_script:
- psql -c 'create databa... | Configure DynamoDB Local for tests | Configure DynamoDB Local for tests | YAML | bsd-3-clause | JoeHegarty/orbit,DanielSperry/orbit,horzelski/orbit,akydd/orbit,quilombodigital/orbit,FieldFlux/orbit |
baf313202aec01eecb0f6c9e88364454accf28f3 | .travis.yml | .travis.yml | # vim ft=yaml
# travis-ci.org definition for skimage build
#
# We pretend to be erlang because we can't use the python support in
# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib,
# and it is impractical to build them
language: erlang
env:
- PYTHON=python PYSUF='' PYVER=2.7
- PYTHON=... | # vim ft=yaml
# travis-ci.org definition for skimage build
#
# We pretend to be erlang because we can't use the python support in
# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib,
# and it is impractical to build them
language: erlang
env:
- PYTHON=python PYSUF='' PYVER=2.7
- PYTHON=... | Use current matplotlib version Python 3 | Use current matplotlib version Python 3
| YAML | bsd-3-clause | Midafi/scikit-image,warmspringwinds/scikit-image,jwiggins/scikit-image,Britefury/scikit-image,dpshelio/scikit-image,bsipocz/scikit-image,warmspringwinds/scikit-image,ClinicalGraphics/scikit-image,Britefury/scikit-image,michaelaye/scikit-image,emon10005/scikit-image,WarrenWeckesser/scikits-image,bsipocz/scikit-image,alm... |
d64069f13d4ee55fa285c7484e1087a79022fc09 | .travis.yml | .travis.yml | language: erlang
# Choose which platforms you want your builds run against (done in parallel)
env:
#- ST=Squeak-4.4
- ST=Squeak-4.5
- ST=Squeak-Trunk
# For SqueakSSL
before_install:
- sudo apt-get -qq install libssl0.9.8:i386
# Boilerplate ... should be no reason to edit the install section
install:
-... | language: erlang
# Choose which platforms you want your builds run against (done in parallel)
env:
#- ST=Squeak-4.4
- ST=Squeak-4.5
- ST=Squeak-Trunk
# For SqueakSSL
before_install:
- sudo apt-get -qq install libssl0.9.8:i386
# Boilerplate ... should be no reason to edit the install section
install:
-... | Test commit to get information about the vms file directory | Test commit to get information about the vms file directory
| YAML | mit | HPI-SWA-Teaching/AutoTDD |
fd40a47bf0811463049fcb8b89da834d1b4910f3 | .travis.yml | .travis.yml | language: ruby
script: "gem install bundler && rake ci"
rvm:
- 2.2.2
- jruby
- jruby-head
| language: ruby
install: gem install bundler
script: rake ci
rvm:
- 2.2.2
- jruby
- jruby-head
| Update bundler on Travis, take 2 | Update bundler on Travis, take 2
| YAML | mit | tarcieri/turbine,tarcieri/turbine |
f2c108f8c36d789956c022450a78e1e7ca296e1f | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- rbx
- ree
env: "RAILS_ENV=test"
| rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- ree
env: "RAILS_ENV=test"
| Test against Rubinius 2.0 (in 1.8.7 mode) | Test against Rubinius 2.0 (in 1.8.7 mode)
Happy Rubinius Day!
| YAML | mit | theonlyjames/garbage,ksmetana/rails-app-twitter-test,arrogantgamer/ludum_dare_28,theonlyjames/garbage,arrogantgamer/ludum_dare_28,ksmetana/rails-app-twitter-test,sferik/sign-in-with-twitter,sferik/sign-in-with-twitter,sferik/sign-in-with-twitter |
425a45620b2aabebb320933a451d3b4eb4a8068b | .travis.yml | .travis.yml | # Travis Configuration for QuantEcon.py
#
# Thank you for the writeup given by dan-blanchard at https://gist.github.com/dan-blanchard/7045057
#
sudo: false #Use new Container Infrastructure
language: python
python:
- 3.5
notifications:
email: false
branches:
only:
- master
before_install:
- wget ... | # Travis Configuration for QuantEcon.py
#
# Thank you for the writeup given by dan-blanchard at https://gist.github.com/dan-blanchard/7045057
#
sudo: false #Use new Container Infrastructure
language: python
python:
- 3.5
notifications:
email: false
branches:
only:
- master
before_install:
- wget ... | Remove sudo commands from yaml file | Remove sudo commands from yaml file
| YAML | bsd-3-clause | oyamad/QuantEcon.py,QuantEcon/QuantEcon.py,oyamad/QuantEcon.py,QuantEcon/QuantEcon.py |
62d94559cd4d43787e7ad60e33096f7b6eee795a | .travis.yml | .travis.yml | language: node_js
node_js:
- 8
- node
env:
global:
- NODE_ENV=production
matrix:
- NPM_SCRIPT="tap:unit -- --jobs=4"
- NPM_SCRIPT="tap:integration -- --jobs=4"
sudo: false
cache:
directories:
- node_modules
install:
- npm --production=false install
- npm --production=false update
script: npm run $NPM_SCRI... | language: node_js
node_js:
- 8
- node
env:
global:
- NODE_ENV=production
matrix:
- NPM_SCRIPT="tap:unit -- --jobs=4"
- NPM_SCRIPT="tap:integration -- --jobs=4"
sudo: false
cache:
directories:
- node_modules
install:
- npm --production=false install
- npm --production=false update
script: npm run $NPM_SCRI... | Revert "Only run before_deploy once during deployment" | Revert "Only run before_deploy once during deployment"
| YAML | bsd-3-clause | LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm |
a8d62787573efd07308f68b74a337defab0b28f5 | .travis.yml | .travis.yml | # This only checks the c part of the repository, it was difficult to
# get the Python bindings to build on
language: c
git:
depth: 3
dist:
trusty
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq check
- pip install --user cpp-coveralls
branches:
only:
- master
- dev
compil... | # This only checks the c part of the repository, it was difficult to
# get the Python bindings to build on
language: c
git:
depth: 3
dist:
trusty
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq check
- pip install --user cpp-coveralls
branches:
only:
- master
- dev
compil... | Exclude Bison and Flex code in Coveralls-config | Exclude Bison and Flex code in Coveralls-config
| YAML | mit | mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa |
739d45fd9adfc17647d269a5f83ef29408a97048 | .travis.yml | .travis.yml | sudo: true
language: php
before_script:
- sudo apt-get update
- sudo apt-get install apache2 libapache2-mod-fastcgi
# enable php-fpm
- sudo cp build/www.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versio... | sudo: true
language: php
before_script:
- sudo apt-get update
- sudo apt-get install apache2 libapache2-mod-fastcgi
# enable php-fpm
- sudo cp build/www.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versio... | Revert "enable debug output for TravisCI" | Revert "enable debug output for TravisCI"
This reverts commit dc1cae52a071a111fe91dce1770557970d65820a.
| YAML | mit | zurborg/libcurl-objcurl-php |
659cfe34609f2cff86b218f717b149b9f7bfcbf7 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '4'
script:
- npm run lint
- npm run test:typings
- npm run test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
directories:
- node_modules
| language: node_js
sudo: false
os:
- linux
- windows
node_js:
- '4'
- '5'
- '6'
- 'stable'
script:
- npm run lint
- npm run test:typings
- npm run test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
directories:
- no... | Test component in more environments | Test component in more environments
Both in different OS's and in different versions of Node.
| YAML | mit | marudhupandiyang/react-datetime,YouCanBookMe/react-datetime,YouCanBookMe/react-datetime,lost-osiris/react-datetime,lost-osiris/react-datetime,marudhupandiyang/react-datetime,marudhupandiyang/react-datetime,YouCanBookMe/react-datetime,lost-osiris/react-datetime |
035b345f4a5388b5f363bb45a4e2279a22f02421 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- 1.5
- tip
install:
- mkdir -p $HOME/gopath/src/gopkg.in/gemnasium
- mv $HOME/gopath/src/github.com/gemnasium/logrus-graylog-hook $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2
- cd $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2
- go get -t
| language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- mkdir -p $HOME/gopath/src/gopkg.in/gemnasium
- mv $HOME/gopath/src/github.com/gemnasium/logrus-graylog-hook $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2
- cd $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2
- go get -t
| Add go 1.6 to test matrix | Add go 1.6 to test matrix
| YAML | mit | gemnasium/logrus-graylog-hook |
85de50d67fd15fe0538c6cc229b51e3f4add0c27 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
rvm:
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
addons:
code_climate:
repo_token: ee08f267b6e437b1e68aeb024266ebaa8bf4ed474490e145ce8ad113e117d9b1
before_install: gem upd... | sudo: false
cache: bundler
language: ruby
rvm:
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
addons:
code_climate:
repo_token: ee08f267b6e437b1e68aeb024266ebaa8bf4ed474490e145ce8ad113e117d9b1
before_install:
- gem... | Install working versions of rubygems and bundler | Install working versions of rubygems and bundler
That's how Rails fixed the Travis/Rubygems/Bundler issue:
https://github.com/rails/rails/pull/31541
| YAML | mit | bquorning/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec,backus/rubocop-rspec |
4d29bffa35bf26533ca00aa8dc6f294f977587ab | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
- 2.2.2
gemfile:
- gemfiles/Gemfile.ci
script:
- bundle exec rspec
- bundle exec rubocop
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
gemfile:
- gemfiles/Gemfile.ci
script:
- bundle exec rspec
- bundle exec rubocop
| Update Ruby versions in TravisCI configuration | Update Ruby versions in TravisCI configuration
| YAML | mit | spickermann/has_configuration |
5265ab34962a1c4d69cdc535cde7fead9e58d54d | .travis.yml | .travis.yml | language: node_js
if: (type = push AND branch = master) OR type = pull_request
script:
- npm test
- 'if [ "$RANDOM_ORG_API_KEY" != "" ]; then npm run test:integration; else echo "RANDOM_ORG_API_KEY not set, skipping integration tests"; fi'
node_js:
- "node"
- "lts/*"
- "10"
- "8"
| language: node_js
if: (type = push AND branch = master) OR type = pull_request
script:
- npm test
- 'if [ "$RANDOM_ORG_API_KEY" != "" ]; then npm run test:integration; else echo "RANDOM_ORG_API_KEY not set, skipping integration tests"; fi'
node_js:
- "node"
- "lts/*"
| Drop testing for node 8 & 10 | Drop testing for node 8 & 10
| YAML | mit | willfrew/node-random-org |
9879ab68c0d57caed24bf1ad6937119d539a450f | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- ./gradlew publishSnapshotOrRelease | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- test "${TRAVIS_PULL_REQUEST}" == "false" && test “${TRAVIS_JDK_VERSION}” == “oraclejdk7″ && test "${TRAVIS_TAG}" != "" && ./gradlew publishSnapshotOrRelease
| Deploy to OJO only the build done with Oracle JDK7 | Deploy to OJO only the build done with Oracle JDK7 | YAML | mit | yatechorg/jedis-utils,yatechorg/jedis-utils |
1504afc1f96d93fd55a8f342bdce829e5fe1f605 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
matrix:
include:
- python: 3.5
- python: 3.5
env: TEST_MODE=INTEGRATION_TESTS
- python: 3.5
env: TEST_MODE=PEP8
install:
- pip install pytest pytest-xdist pep8 pytest-pep8 pytest-cov python-coveralls
- pip install -r re... | sudo: false
language: python
matrix:
include:
- python: 3.5
- python: 3.5
env: TEST_MODE=INTEGRATION_TESTS
- python: 3.5
env: TEST_MODE=PEP8
install:
- pip install pytest pytest-xdist pep8 pytest-pep8 pytest-cov python-coveralls
- pip install -r requirements.txt
... | Switch to Travis container infrastructure | Switch to Travis container infrastructure
| YAML | mit | karoldvl/echonet,karoldvl/echonet |
f2384af1f7c03fe688821eec706921e01ff67fa6 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode611
script:
- xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtiOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO build test
- xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtOSX -sdk macosx ONLY_ACTIVE_ARCH=NO build test | language: objective-c
osx_image: xcode611
script:
- xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtiOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO build test
- xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtOSX -sdk macosx ONLY_ACTIVE_ARCH=NO build
# fnva (... | Remove test action for macosx | Remove test action for macosx
Due to: The document "Main.storyboard" could not be opened. OS X 10.10 or higher is required. | YAML | apache-2.0 | AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin |
874d1db90d9be62fc2a4c8b9cf3fa291140ee1de | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- composer install --dev --prefer-source
script:
- phpunit
- ./vendor/bin/phpcs --standard=PSR2 ./src/
notifications:
irc: "irc.freenode.org#zftalk.modules"
email: false
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update
- composer install --dev --prefer-source
script:
- phpunit
- ./vendor/bin/phpcs --standard=PSR2 ./src/
notifications:
irc: "irc.freenode.org#zftalk.modules"
email: false
| Add PHP 5.6 to testsuite | Add PHP 5.6 to testsuite | YAML | bsd-3-clause | eoko/SlmQueueSqs |
773e2a9d77ef2812fdb533d00188af4d912f4044 | .travis.yml | .travis.yml | language: csharp
dist: trusty
script:
# Restore NuGet packages.
- nuget restore cs-wasm.sln
# Build the project and test it.
- make all
- make test
| language: csharp
dist: bionic
script:
# Restore NuGet packages.
- nuget restore cs-wasm.sln
# Build the project and test it.
- make all
- make test
| Upgrade Travis build env to bionic | Upgrade Travis build env to bionic
| YAML | mit | jonathanvdc/cs-wasm,jonathanvdc/cs-wasm |
428f3ba3bfb6bd6512f6d01bf6ac629f4b8b1c5b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby
- rbx
gemfile:
- Gemfile
- Gemfile.rails3
- Gemfile.edge
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx
- gemfile: Gemfile.edge
fast_finish: true
notifications:
email: false
campfire:
on_success: change
rooms:
- s... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby
- rbx
gemfile:
- Gemfile
- Gemfile.rails3
- Gemfile.edge
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx
fast_finish: true
notifications:
email: false
campfire:
on_success: change
rooms:
- secure: "TP0fJ4aqXCRD7CaAgaYW... | Move edge out from allow_failures on Travis | Move edge out from allow_failures on Travis
| YAML | mit | getoutreach/active_model_serializers,onehub/active_model_serializers,adparlor/active_model_serializers |
4bd01237505a3414d7e415ad90976b9fd5d197d8 | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake ci'
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-19mode
- ruby-head
- jruby-19mode
matrix:
allow_failures:
- rvm: jruby-19mode # No fork(2) support, workaround planned
- rvm: ruby-head # Broken at this time
notifications:
irc:
channels:
- irc.freenode... | language: ruby
script: 'bundle exec rake ci'
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-19mode
- ruby-head
- jruby-19mode
matrix:
allow_failures:
- rvm: jruby-19mode # No fork(2) support, workaround planned
- rvm: ruby-head # Broken at this time
- rvm: rbx-19mode # Broken at this time, yard/yardst... | Whitelist failures on rbx, 3rd party problem | Whitelist failures on rbx, 3rd party problem
| YAML | mit | backus/mutest,backus/mutest,kbrock/mutant,nepalez/mutant,tjchambers/mutant,backus/mutant |
971c5687dfd3cb705219f70d4f9df9e6eceb5742 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
os:
- linux
- osx
script: ./test.sh
| language: c
compiler:
- gcc
- clang
os:
- linux
script: ./test.sh
| Remove osx test until diff problem fix | Remove osx test until diff problem fix
| YAML | mit | meircif/mr-dev,meircif/mr-dev,meircif/mr-dev |
dee41544513ecc023f076cb4efd46da6e33806de | .travis.yml | .travis.yml | sudo: false
addons:
apt:
packages:
- graphviz
language: c
compiler:
- gcc
- clang
install:
- ./get-deps.sh
- ./get-extra-deps.sh
- ./build-deps.sh
script:
- make -e all
- make -e check
notifications:
email: false | sudo: false
addons:
apt:
packages:
- graphviz
language: c
compiler:
- gcc
- clang
install:
- ./get-deps.sh
- ./get-extra-deps.sh
- ./build-deps.sh
script:
- make -e all
- VERBOSE=1 make -e check
notifications:
email: false | Use VERBOSE=1 `make check` on Travis CI | TEST: Use VERBOSE=1 `make check` on Travis CI
| YAML | bsd-3-clause | slivingston/gr1c,slivingston/gr1c,slivingston/gr1c |
e03cc260d1de5c2adeb7bc686c198f9c417183e6 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--pref... | language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOS... | Update TravisCI to test PHP 5.2 and 5.3 | Update TravisCI to test PHP 5.2 and 5.3
| YAML | mit | sbstjn/reng |
0b198f918e00ff23e9287da26a5d804fab94e45a | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
install:
# Install Jekyll and dependencies
- bundle install
before_script:
script:
- bundle exec jekyll build
before_deploy:
- sudo apt-get install python3
- pip install awscli
- aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCE... | language: ruby
rvm:
- 2.2
install:
# Install Jekyll and dependencies
- bundle install
before_script:
script:
- bundle exec jekyll build
before_deploy:
- pip install --upgrade --user awscli
- aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCESS_KEY
- npm i... | Fix to deploy on Travis again | Fix to deploy on Travis again
| YAML | mit | JustinWingChungHui/gyst,JustinWingChungHui/gyst,JustinWingChungHui/gyst |
23f8a40af65ba88c390903346974bbefae25424c | .travis.yml | .travis.yml | language: objective-c
before_install:
- Frameworks/gethamcrest
- Frameworks/getweakproxy
- sudo easy_install cpp-coveralls
script:
- xctool test -project Source/OCMockito.xcodeproj -scheme OCMockito -sdk macosx10.9
- xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7... | language: objective-c
before_install:
- Frameworks/gethamcrest
- sudo easy_install cpp-coveralls
script:
- xctool test -project Source/OCMockito.xcodeproj -scheme OCMockito -sdk macosx10.9
- xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7.1 -destination "name=iPhon... | Remove getweakproxy call from Travis setup | Remove getweakproxy call from Travis setup
| YAML | mit | jonreid/OCMockito,igorsales/OCMockito,jonreid/OCMockito,igorsales/OCMockito,jonreid/OCMockito |
4d6ca2c98653ae623d21c0a550e82199bf94812c | .travis.yml | .travis.yml | language: ruby
rust:
- nightly
rvm:
- 2.2.3
script: rubocop && rspec
| language: ruby
rvm:
- 2.2.3
script: rubocop && rspec
# We have to install Rust manually, as Travis does not yet allow multiligual
# builds.
before_install:
- curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rustup.sh
- sh ~/rust-installer/rustup.sh --prefix=~/rust --spec=nightly -y --disable-s... | Install Rust nightly manually on Travis. | Install Rust nightly manually on Travis.
| YAML | mit | nathankleyn/gitignore.rb,nathankleyn/gitignore.rb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.