commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
adbaa87eb78a18c7ba9e10ea7a0193f7162127fe | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
| Add Ruby 1.8.7 to Travis config | Add Ruby 1.8.7 to Travis config
| YAML | mit | stevenharman/git_tracker,KensoDev/git_tracker,KensoDev/git_tracker,stevenharman/git_tracker |
154c4573b9227e617c4c30a47ba4a5ef0cb6cdd9 | .travis.yml | .travis.yml | language: go
go:
- 1.7
- tip
matrix:
allow_failures:
- go: tip
script:
- go build ./cmd/...
- go run ./cmd/gotty-client/main.go --help || true
| language: go
go:
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
script:
- go build ./cmd/...
- go run ./cmd/gotty-client/main.go --help || true
| Test on more Travis versions | Test on more Travis versions
| YAML | mit | moul/gotty-client,moul/gotty-client,moul/gotty-client,moul/gotty-client |
48980bec2d74ed4ffa56ceadbb1195ae3a8ebb21 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --disallow-test-output --report-useless-tests --coverage-clover ./clover.xml
- ./vendor/bin/phpunit --disallow-test-output --report-useless-tests
- ./vendor/bin/p... | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit --disallow-test-output --report-useless-tests --coverage-clover ./clover.xml
after_script:
- sh .travis.coverage.sh
matrix:
allow_failu... | Put clover tests as last | Put clover tests as last
| YAML | mit | malukenho/kawaii-gherkin,malukenho/kawaii-gherkin |
54817bc5e1bb02ed7a699ba7ec56ec3b5a2518e0 | .travis.yml | .travis.yml | language: ruby
sudo: false
script: bundle exec rake test
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- jruby-19mode
env:
- FOG_MOCK=true
- FOG_MOCK=false
| language: ruby
sudo: false
script: bundle exec rake test
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- jruby-19mode
- jruby-9.0.5.0
env:
- FOG_MOCK=true
- FOG_MOCK=false
| Update Ruby versions in Travis configuration | Update Ruby versions in Travis configuration | YAML | mit | fog/fog-local |
4c8e89a8f1822ad2dbed435450af46c404cf5495 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.12"
- "0.10"
| sudo: false
language: node_js
node_js:
- 0.12
- 0.10
- 4.0
- 4.1
- 4.2
- 4.3
- 5.6
matrix:
allow_failures:
- node_js: 4.0
- node_js: 4.1
- node_js: 4.2
- node_js: 4.3
- node_js: 5.6
env:
global:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-tool... | Add the rest of our standard TravisCI config | Add the rest of our standard TravisCI config
| YAML | mit | pelias/geonames,pelias/geonames |
76140e0ec67c0e1a5da23c429e86c71204732a95 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "node"
- "iojs"
sudo: false
# download test suite and run tests... submodule? meta testing project with
# all of the reference implementations?
script:
- npm run test-all
notifications:
email:
on_success: change
on_failur... | language: node_js
node_js:
- "6"
- "7"
- "node"
sudo: false
# download test suite and run tests... submodule? meta testing project with
# all of the reference implementations?
script:
- npm run test-all
notifications:
email:
on_success: change
on_failure: change
| Drop support for node < 6.x. | Drop support for node < 6.x.
| YAML | bsd-3-clause | digitalbazaar/jsonld-signatures |
06a917d2513fb1e30300271fa834141296331309 | .travis.yml | .travis.yml | script: "rspec"
language: "ruby"
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
- rbx
| script: "rspec"
language: "ruby"
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.3.6
- jruby-19mode
| Remove rbx, add ruby 2.3.6 | Remove rbx, add ruby 2.3.6
| YAML | mit | jamoes/ring_sig |
fb3f71e6362966c293182ffb8c94d01c0fc20031 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- nightly
sudo: false
matrix:
fast_finish: true
include:
- php: '7.2'
env:
- COVERAGE="true"
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
allow_failures:
- php: nightly
- php: 7.0
install:
- composer update
script... | language: php
php:
- 7.1
- 7.2
- nightly
sudo: false
matrix:
fast_finish: true
include:
- php: '7.2'
env:
- COVERAGE="true"
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
allow_failures:
- php: nightly
env: NIGHLTY=true
- php: 7.0
install:
-... | Add phpunit8 for php8, nightly tests | Add phpunit8 for php8, nightly tests | YAML | mit | bueltge/marksimple,bueltge/marksimple |
35634c72fdc7e910a51c6f059604fc137000c1d6 | .travis.yml | .travis.yml | rvm:
- 1.9.2
- 1.9.3
- jruby
- rbx
notifications:
email:
- dblock@dblock.org
| rvm:
- 2.0.0
- 1.9.2
- 1.9.3
- jruby
notifications:
email:
- dblock@dblock.org
| Remove rbx, add Ruby 2.0. | Remove rbx, add Ruby 2.0.
| YAML | mit | dblock/heroku-commander |
ea5c834f633856b81886dd68346c827ddee562c5 | .travis.yml | .travis.yml | language: rust
# run builds for both the nightly and beta branch
rust:
- nightly
- beta
# load travis-cargo
before_script:
- git clone --depth 1 https://github.com/huonw/travis-cargo
# make a short alias (`alias` itself doesn't work)
- ln -s ./travis-cargo/travis-cargo.py tc
# the main build
script:
- |
... | language: rust
# run builds for both the nightly and beta branch
rust:
- nightly
- beta
# load travis-cargo
before_script:
- git clone --depth 1 https://github.com/huonw/travis-cargo
# make a short alias (`alias` itself doesn't work)
- ln -s ./travis-cargo/travis-cargo.py tc
# the main build
script:
- |
... | Use explicit paths for tc invocation. | Use explicit paths for tc invocation.
| YAML | apache-2.0 | huonw/tz-search |
1458e17929a59305b9ca2e6abfdc3cfd9fe37e14 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.5
- 2.3.1
before_script:
- psql -c 'create database order_as_specified_test;' -U postgres
script: bundle exec rspec
addons:
postgresql: "9.3"
code_climate:
repo_token: 781c439d68cbb928316deaec1c7136f98423e1db87238f99cbc95183de94df9e
env:
matrix:
- AR_VERSION="~> 4.2.0"
- AR... | language: ruby
rvm:
- 2.2.5
- 2.3.1
before_script:
- psql -c 'create database order_as_specified_test;' -U postgres
script: bundle exec rspec
addons:
postgresql: "9.3"
code_climate:
repo_token: 781c439d68cbb928316deaec1c7136f98423e1db87238f99cbc95183de94df9e
env:
matrix:
- AR_VERSION="~> 4.2.0"
- AR... | Add AR 5.1 to CI build | Add AR 5.1 to CI build
| YAML | mit | panorama-ed/order_as_specified |
7c924925cdc10dac86437e79f57abb2a6135d516 | .travis.yml | .travis.yml | language: go
go:
- 1.11.x
env:
- GO111MODULE=on
install:
- go get -v $(go list ./... | grep -v /examples)
script:
- go vet $(go list ./... | grep -v /examples)
- go test -race -v $(go list ./... | grep -v /examples)
| language: go
go:
- 1.11.x
env:
- GO111MODULE=on
install:
- go get -v $(go list ./... | grep -v /examples)
script:
- go test -race -v $(go list ./... | grep -v /examples)
| Remove extra go vet during build | Remove extra go vet during build
| YAML | mit | ebarkie/weatherlink |
f8514e3d0e5ebd1b6591bfc711eca4a5c66807d8 | .travis.yml | .travis.yml | language: cpp
os:
- linux
- osx
env:
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt59/bin:/usr/local/opt/qt5/bin:$PATH
addons:
apt:
sources:
- sourceline: 'ppa:beineri/opt-qt593-trusty'
packages:
- qt59base valgrind
install:
- if [ "${TRAVIS_OS_NAME}" != "linux" ]; then
... | language: cpp
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:beineri/opt-qt593-trusty'
packages:
- qt59base valgrind
- g++-7
env:
- QMAKESPEC=linux-g++
- EVAL="C... | Test Clang and release GCC builds in Travis | Test Clang and release GCC builds in Travis
Signed-off-by: Thiago Macieira <0ed1648d92ca0373297a182b1dba1b974ad10d88@intel.com>
| YAML | mit | thiagomacieira/tinycbor,01org/tinycbor,intel/tinycbor,intel/tinycbor,intel/tinycbor,thiagomacieira/tinycbor,01org/tinycbor,intel/tinycbor,thiagomacieira/tinycbor,thiagomacieira/tinycbor,01org/tinycbor |
1b1b4c18dedb6b9eef1396ffe43e9b37e3cb4db4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.4.6"
- "5"
- "6"
sudo: false
script: "npm test"
after_success:
- npm run coveralls
addons:
code_climate:
repo_token: 98bfd4f81ea2ddbdfd3aa5cbe4dacb2ab09c70d86009fa3a5c04eccb77c1b1eb
| language: node_js
node_js:
- "4.4.6"
- "5"
- "6"
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0
- export PATH="$HOME/.yarn/bin:$PATH"
cache:
yarn: true
script: "yarn test"
after_success:
- npm run coveralls
addons:
code_climate:
repo_token: 98b... | Update Travis to use Yarn | Update Travis to use Yarn
| YAML | mit | perflint/perflint |
8685ed143b0eef800e879a1da714c33befea7c70 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.5
- 2.2.0
script: bundle exec rspec --color --format=documentation
addons:
code_climate:
repo_token: &codeclimate_token 6d4a51b47839a35d44ba7a899bd12e7cb4c519664cf2508724f8765210493ba2
env:
global:
- CODECLIMATE_REPO_TOKEN: *codeclimate_token
- CI... | language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.5
- 2.1
- 2.2
- 2.3
script: bundle exec rspec --color --format=documentation
addons:
code_climate:
repo_token: &codeclimate_token 6d4a51b47839a35d44ba7a899bd12e7cb4c519664cf2508724f8765210493ba2
env:
global:
- CODECLIMATE_REPO_TOKEN: *codeclimate_... | Use latest minor versions of Ruby in Travis-CI | Use latest minor versions of Ruby in Travis-CI | YAML | bsd-3-clause | rapid7/nexpose-client,nbirnel/nexpose-client |
f210a2c53af04cc50d69c3371d614730c41efd4a | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "mkdir tmp"
- "cd tmp"
- "pip install --upgrade pip"
- "pip install $(echo ../dist/skyfield-*.tar.gz)'[tests]'"
- "pip... | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "mkdir tmp"
- "cd tmp"
- "pip install --upgrade pip"
- "pip install $(echo ../dist/skyfield-*.tar.gz)'[tests]'"
- "pip... | Add missing “fi” at end of bash snippet | Add missing “fi” at end of bash snippet
| YAML | mit | skyfielders/python-skyfield,skyfielders/python-skyfield |
c3123a74bd94f02203f24d8a060453e40cbe84ab | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
after_success:
- mvn jacoco:report coveralls:report
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
script: mvn verify
after_success:
- mvn coveralls:report
| Update Travis CI: don't just run the tests, also run other checks | Update Travis CI: don't just run the tests, also run other checks
| YAML | bsd-3-clause | saeg/opal |
e099d5edb511efadfd0ef3bd9d3cf08fad5e9d30 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
sudo: false
services:
- postgresql
- mysql
# skip installation as this is also done during the script step
install: true
# allow gui testing on travis
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- psq... | language: java
jdk:
- oraclejdk8
sudo: false
services:
- postgresql
- mysql
# skip installation as this is also done during the script step
install: true
# allow gui testing on travis
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- psq... | Disable build abort when integrationTest fails | Disable build abort when integrationTest fails
| YAML | mit | Siedlerchr/jabref,mredaelli/jabref,mredaelli/jabref,grimes2/jabref,ayanai1/jabref,mredaelli/jabref,Siedlerchr/jabref,tschechlovdev/jabref,obraliar/jabref,ayanai1/jabref,shitikanth/jabref,mairdl/jabref,motokito/jabref,oscargus/jabref,Braunch/jabref,ayanai1/jabref,tschechlovdev/jabref,mredaelli/jabref,Siedlerchr/jabref,M... |
a0b1f5676e3f7307443b674e43c1bd93382ba501 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.0-rc2
- 2.5.3
- 2.4.5
- 2.3.8
- jruby-9.2.5.0
before_install:
- gem update --system
- gem install bundler --no-document
gemfile:
- gemfiles/rails_4.2.10.gemfile
- gemfiles/rails_5.0.7.gemfile
- gemfiles/rails_5.1.6.gemfile
- gemfiles/rails_5.2.0... | language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.0
- 2.5.3
- 2.4.5
- 2.3.8
- jruby-9.2.5.0
before_install:
- gem update --system
- gem install bundler --no-document
gemfile:
- gemfiles/rails_4.2.10.gemfile
- gemfiles/rails_5.0.7.gemfile
- gemfiles/rails_5.1.6.gemfile
- gemfiles/rails_5.2.0.gem... | Test with Ruby 2.6 final | Test with Ruby 2.6 final
| YAML | mit | crohr/syslogger |
276f2581663442c9a42dbc5948cc49905c13893b | .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 Java 13 build on Travis CI (openjdk-ea is now Java 14). | Add Java 13 build on Travis CI (openjdk-ea is now Java 14).
| YAML | apache-2.0 | apache/commons-text,apache/commons-text |
a2589da2ddc032fc5bb5a7c6df14842af146de29 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.2.3
- 2.1.0
- 2.0.0
- 1.9.3
- 1.8.7
| sudo: false
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
- 2.0.0
- 1.9.3
- 1.8.7
| Use latest MRI major/minor versions for Travis | Use latest MRI major/minor versions for Travis
| YAML | mit | cpjolicoeur/bb-ruby |
487f1d6da9220d1c5d6996c2b532f8433157934f | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1.2"
after_success: npm run coveralls
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
after_success: npm run coveralls
| Test io.js instead of a specific version | Test io.js instead of a specific version
| YAML | mit | jstransformers/jstransformer-babel |
84b4e3b977228aaa8d2ed4491565c0d2b13a9f79 | .travis.yml | .travis.yml | language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "0.10"
- "0.12"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "stable"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| Test on stable node.js versions | Test on stable node.js versions
| YAML | mit | blakeembrey/server-address |
0f4771b0be4127197464cca6f952d66a71a9d8a3 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
branches:
except:
- gh-pages
script:
- npm test
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| language: node_js
node_js:
- "0.10"
- "0.11"
branches:
except:
- gh-pages
script:
- npm test
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| Remove node 0.8 support for package | Remove node 0.8 support for package
| YAML | mit | yahoo/pngjs-image |
748785446518992e07f85e6811ea9963a3f16879 | .travis.yml | .travis.yml | addons:
apt:
packages:
- zsh
- ncurses-dev
- autoconf
- yodl
- man
cache:
apt: true
directories:
- $HOME/.zvm
dist: trusty
matrix:
include:
- env: ZVM_VERSION='5.0.8'
- env: ZVM_VERSION='5.1.1'
- env: ZVM_VERSION='5.2'
- env: ZVM_VERSION='5.3.1'
install:
-... | addons:
apt:
packages:
- zsh
- ncurses-dev
- autoconf
- yodl
- man
cache:
apt: true
directories:
- $HOME/.zvm
dist: trusty
matrix:
include:
- env: ZVM_VERSION='5.0.8'
- env: ZVM_VERSION='5.1.1'
- env: ZVM_VERSION='5.2'
- env: ZVM_VERSION='5.3.1'
install:
-... | Update ZUnit version and switch to verbose output | Update ZUnit version and switch to verbose output
| YAML | mit | zulu-zsh/zulu |
3d49cedd0bd42a49507c63b5a306ead5bb3662f7 | .travis.yml | .travis.yml | language: rust
sudo: false
dist: trusty # still in beta, but required for the prebuilt TF binaries
cache:
cargo: true
rust:
- stable
- beta
- nightly
env:
global:
- RUST_BACKTRACE=1
- CC="gcc-4.9"
- CXX="g++-4.9"
matrix:
- TF_RUST_BUILD_FROM_SRC=true
- TF_RUST_BUILD_FROM_SRC=false
m... | language: rust
sudo: false
dist: trusty # still in beta, but required for the prebuilt TF binaries
cache:
cargo: true
rust:
- stable
- beta
- nightly
env:
global:
- RUST_BACKTRACE=1
- CC="gcc-4.9"
- CXX="g++-4.9"
matrix:
# Building TensorFlow in Travis is not working properly, probably du... | Disable building TensorFlow from source | Travis: Disable building TensorFlow from source
| YAML | apache-2.0 | adamcrume/tensorflow-rust,adamcrume/tensorflow-rust,adamcrume/tensorflow-rust,adamcrume/tensorflow-rust,tensorflow/rust,tensorflow/rust,tensorflow/rust,tensorflow/rust |
7f36ef2b9828f9bc8b34ba6bb1b22a8c286a6e68 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
install: true
script: mvn install -Psnapshots
notifications:
email:
recipients:
- ksclarke@gmail.com
on_failure: change
on_success: never
irc:
channels:
- irc.freenode.org#freelibrary
on_failure: always
on_success: always
slack:
secure: eMZg... | language: java
jdk:
- oraclejdk8
install: true
script: mvn install -Psnapshots
cache:
directories:
- $HOME/.m2
notifications:
email:
recipients:
- ksclarke@gmail.com
on_failure: change
on_success: never
irc:
channels:
- irc.freenode.org#freelibrary
on_failure: always
on_succ... | Add Maven cache to Travis config | Add Maven cache to Travis config
| YAML | bsd-3-clause | ksclarke/vertx-pairtree |
bff611a8b998e0706bd9d642b96f1fd91b7e8874 | .travis.yml | .travis.yml | language: ruby
rvm: 2.2.2
env:
- DB=mysql
sudo: false
before_script:
- bundle exec rake db:setup
script:
- bundle exec rspec spec
| language: ruby
rvm: 2.2.2
env:
- DB=mysql
sudo: false
before_script:
- bundle exec rake db:setup
script:
- bundle exec rspec spec
notifications:
email: false
hipchat: 823d4c11858ce2bb9471e5b05d1925@678334
| Add Hipchat notification for Travis | Add Hipchat notification for Travis
| YAML | mit | nusmodifications/nusmods-cloud,tgxworld/nusmods-cloud,nusmodifications/nusmods-cloud,nusmodifications/nusmods-cloud,tgxworld/nusmods-cloud |
ccc172bfd347f3ede352ec8eb1479eda165bf535 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip setuptools
- pip install tox-travis
script: tox
| sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip setuptools
- pip install tox-travis
script:
- tox
- git diff-tree --no-commit-id --name-only -r $REVISION | xargs pre-commit run --files
| Add pre-commit to Travis CI | Add pre-commit to Travis CI
| YAML | bsd-3-clause | oasis-open/cti-python-stix2 |
3dd53e374e13abbb3b342b374159126549cd7be9 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "4"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vdao3 for detail... | ---
language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "4"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vdao3 for detail... | Use npm@5 on TravisCI builds | Use npm@5 on TravisCI builds
| YAML | mit | locks/ember-localstorage-adapter,locks/ember-localstorage-adapter,kurko/ember-localstorage-adapter,kurko/ember-localstorage-adapter |
a86116b9154ba12451e9926851145046194df68d | .travis.yml | .travis.yml | language: ruby
sudo: false
script: "bundle exec rake"
env:
- RAILS_4_2=true DB=sqlite3
- RAILS_4_2=true DB=postgres
- RAILS_4_2=true DB=mysql
- RAILS_4_1=true DB=sqlite3
- RAILS_4_1=true DB=postgres
- RAILS_4_1=true DB=mysql
- RAILS_4_0=true DB=sqlite3
- RAILS_4_0=true DB=postgres
- RAILS_4_0=true DB=... | language: ruby
sudo: false
script: "bundle exec rake"
# Per https://github.com/travis-ci/travis-ci/issues/2821
install:
- bundle install --retry=3
env:
- RAILS_4_2=true DB=sqlite3
- RAILS_4_2=true DB=postgres
- RAILS_4_2=true DB=mysql
- RAILS_4_1=true DB=sqlite3
- RAILS_4_1=true DB=postgres
- RAILS_4_1=tr... | Fix the way bundler works with rbx on CI | Fix the way bundler works with rbx on CI
Per #380 | YAML | mit | aalfson/globalize,distribusion/globalize,Buyapowa/globalize,awernick/globalize,2947721120/globalize,goarch/globalize,ASnow/globalize |
62cb6573235657d248004f3e53fef35116a6b9c5 | .travis.yml | .travis.yml | # Since we really don't want any of Travis' Python
language: generic
sudo: false
os:
- linux
- osx
env:
global:
- MINICONDA_DIR="$HOME/miniconda"
matrix:
- Python=3.4
- Python=3.5
before_install:
# Taken from: http://conda.pydata.org/docs/travis.html
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
... | # Since we really don't want any of Travis' Python
language: generic
sudo: false
os:
- linux
- osx
env:
global:
- MINICONDA_DIR="$HOME/miniconda"
matrix:
- Python=3.4
- Python=3.5
before_install:
# Taken from: http://conda.pydata.org/docs/travis.html
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
... | Increase timeout for running cells. | Increase timeout for running cells.
| YAML | mit | julienchastang/unidata-python-workshop,julienchastang/unidata-python-workshop,Unidata/unidata-python-workshop |
65d20ac76e9ca6b453b8123b5d526f1629a0d552 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_script:
- git submodule update --init --recursive
- ant init-ivy
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/test/lib:src/test/resources:src/main/lib/dost.jar:src/main/lib/dost-configuration.jar:src/main:src/mai... | language: java
jdk:
- oraclejdk7
before_script:
- git submodule update --init --recursive
- ant init-ivy
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/test/lib:src/test/resources:src/main/lib/dost.jar:src/main/lib/dost-configuration.jar:src/main:src/main/lib:src/... | Add Slack to Travis-CI configuration | Add Slack to Travis-CI configuration
| YAML | apache-2.0 | shaneataylor/dita-ot,dita-ot/dita-ot,drmacro/dita-ot,queshaw/dita-ot,Hasimir/dita-ot,queshaw/dita-ot,queshaw/dita-ot,Hasimir/dita-ot,robander/dita-ot,Hasimir/dita-ot,eerohele/dita-ot,shaneataylor/dita-ot,doctales/dita-ot,doctales/dita-ot,drmacro/dita-ot,dita-ot/dita-ot,jelovirt/muuntaja,robander/dita-ot,dita-ot/dita-ot... |
1fa166d18595d1bfa12eed57ea76ac38b1dfd1d0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
notifications:
email:
recipients:
- tp@tiredpixel.com
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: jruby-19mode
- rvm: rbx-19mode
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-19mode
- rbx-19mode
notifications:
email:
recipients:
- tp@tiredpixel.com
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: jruby-19mode
- rvm: rbx-19mode
| Tweak build list, sorting order. | Tweak build list, sorting order.
| YAML | mit | tiredpixel/sidekiq-spy |
cd6e44cfbb7ea5a7fc9db0c8458233b671a25954 | .travis.yml | .travis.yml | language: generic
matrix:
include:
- os: linux
dist: xenial
sudo: required
# - os: osx
# osx_image: xcode8.2
# sudo: required
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "$(curl -sL https://github.com/odaceo/script-ubuntu-swiftenv/raw/master/install.sh)" ; fi
# - if [... | language: generic
matrix:
include:
- os: linux
dist: xenial
sudo: required
- os: osx
osx_image: xcode8.3
sudo: required
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "$(curl -sL https://github.com/odaceo/script-ubuntu-swiftenv/raw/master/install.sh)" ; fi
script:
-... | Enable the build on MacOS | Enable the build on MacOS
| YAML | apache-2.0 | odaceo/lab-hello-world-swift-linux |
431bd793d03b9163ff96ab54a2703ed5158d88d0 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
sudo: false
before_script:
- composer self-update
- composer update
script:
- php vendor/bin/phpunit
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.pha... | language: php
php:
- 7.0
- 7.1
- 7.2
- hhvm
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
sudo: false
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSE... | Update Travis configuration to remove PHP <7.0 | Update Travis configuration to remove PHP <7.0
| YAML | mit | tomzx/ditto |
cde9a22bfff02c17e69ea6853be06bfda63fa95e | .travis.yml | .travis.yml | language: bash
sudo: required
dist: trusty
group: deprecated-2017Q4
services:
- docker
env:
matrix:
- MY_RUBY_VERSION=2.4.2 RUBY_RAILS_VERSION=5.1.4
# Installing a newer Docker version
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository ... | language: bash
sudo: required
dist: trusty
services:
- docker
env:
matrix:
- MY_RUBY_VERSION=2.4.2 RUBY_RAILS_VERSION=5.1.4
# Installing a newer Docker version
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https:/... | Move to Latest Travis Image | Move to Latest Travis Image
| YAML | mit | taufek/dockery,taufek/dockery |
e1a364832707577213d34d3bab5e3be4fb6b00f9 | .travis.yml | .travis.yml | dist: trusty
sudo: required
services:
- docker
language: go
go:
- 1.6
branches:
except:
- /^v[0-9]/
before_install:
- echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker
> /dev/null
- sudo apt-get install -qq pkg-config fuse
- sudo modprobe fuse
- sudo chmod 666 /d... | dist: trusty
sudo: required
services:
- docker
language: go
go:
- 1.6
branches:
except:
- /^v[0-9]/
before_install:
- echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker
> /dev/null
- sudo apt-get install -qq pkg-config fuse
- sudo modprobe fuse
- sudo chmod 666 /d... | Change order of CI test suites to validate config change | Change order of CI test suites to validate config change
Which should allow up to 20min for fuse tests
| YAML | apache-2.0 | pachyderm/pfs,pachyderm/pfs,pachyderm/pfs |
b90205cd8490d11cd8cb0312e6a5bbff632c5505 | .travis.yml | .travis.yml |
language: python
python:
- 2.7
- 3.4
- 3.5
install:
- travis_retry pip install coveralls jedi ipyparallel
- travis_retry python setup.py install
- cd metakernel_python
- python setup.py install
- cd ..
script:
- ipcluster start -n=3 &
- nosetests --exe -v --with-doctest --with-co... |
language: python
env:
global:
- JEDI="jedi"
matrix:
include:
- python: 2.7
env: JEDI="jedi==0.9"
- python: 3.4
- python: 3.5
install:
- travis_retry pip install coveralls ipyparallel $JEDI
- travis_retry python setup.py install
- cd metakernel_python
- python setup.py instal... | Test with jedi 0.9 also. | Test with jedi 0.9 also.
| YAML | bsd-3-clause | Calysto/metakernel |
d8a402ae5bcfbea627967531f7ec35cf77946b4a | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
# Use new Travis infrastructure (Docker can't sudo yet)
sudo: false
# No need to install any deps.
install: true
before_install:
# Need this for the git tests to succeed.
- git config --global user.email "spack@example.com"
- git config --global user.name "Test User... | language: python
python:
- "2.6"
- "2.7"
# Use new Travis infrastructure (Docker can't sudo yet)
sudo: false
# No need to install any deps.
install: true
before_install:
# Need this for the git tests to succeed.
- git config --global user.email "spack@example.com"
- git config --global user.name "Test User... | Add compiler info and a simple libdwarf build to the checks. | Add compiler info and a simple libdwarf build to the checks.
| YAML | lgpl-2.1 | TheTimmy/spack,iulian787/spack,mfherbst/spack,krafczyk/spack,EmreAtes/spack,lgarren/spack,krafczyk/spack,skosukhin/spack,lgarren/spack,LLNL/spack,mfherbst/spack,EmreAtes/spack,skosukhin/spack,LLNL/spack,TheTimmy/spack,iulian787/spack,LLNL/spack,TheTimmy/spack,EmreAtes/spack,mfherbst/spack,matthiasdiener/spack,krafczyk/... |
c8b12147bdd7774cf441a2a169f93c7fa7b8cd69 | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-1.7.3
| language: ruby
before_install: gem install bundler
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-1.7.10
| Change testing jruby to 1.7.10 | Change testing jruby to 1.7.10
| YAML | mit | joonty/pessimize |
d7a59872b233b53e5d78608f07246dcd9b1146bc | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: generic
cache:
directories:
- $HOME/.ccache
env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="indigo" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kineti... | sudo: required
dist: trusty
language: generic
cache:
directories:
- $HOME/.ccache
env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="indigo" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kineti... | Enable clang-format checking in CI | Enable clang-format checking in CI
| YAML | apache-2.0 | UniversalRobots/Universal_Robots_Client_Library,UniversalRobots/Universal_Robots_Client_Library |
7425edbd6c19f06ffbcebd9dd29d004e8848a522 | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
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:
- mas... | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mast... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | protec-cookbooks/chef_handler,chef-cookbooks/chef_handler,opscode-cookbooks/chef_handler |
81c7ebbd004cf25eeac22118bed9fa1d47b931fe | .travis.yml | .travis.yml | language: python
python:
- "2.7"
jdk:
- openjdk7
virtualenv:
system_site_packages: true
install:
# Install Spark
- wget http://d3kbcqa49mib13.cloudfront.net/spark-1.1.0-bin-hadoop2.4.tgz
- tar -xzf spark-1.1.0-bin-hadoop2.4.tgz
- sudo apt-get install -qq python-numpy python-scipy python-pandas python-skle... | language: python
python:
- "2.7"
jdk:
- openjdk7
virtualenv:
system_site_packages: true
install:
# Install Spark
- wget http://d3kbcqa49mib13.cloudfront.net/spark-1.1.0-bin-hadoop2.4.tgz
- tar -xzf spark-1.1.0-bin-hadoop2.4.tgz
- sudo apt-get install -qq python-numpy python-scipy python-pandas python-skle... | Revert silenting - Travis assumed failure due to no output for 10 minutes | Revert silenting - Travis assumed failure due to no output for 10 minutes
| YAML | apache-2.0 | taynaud/sparkit-learn,lensacom/sparkit-learn,taynaud/sparkit-learn,lensacom/sparkit-learn |
2fa63fd96fcb2c7cd836fc02672deff0d7821605 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
before_install:
- sudo apt-get update
install:
- sudo apt-get install libtagc0-dev php5-cli php5-json
before_script:
- go get code.google.com/p/go.crypto/bcrypt
- go get code.google.com/p/go.crypto/pbkdf2
- go get github.com/go-martini/martini
- go get github.com/jmoiron/sql... | language: go
go:
- 1.1
- 1.2
before_install:
- sudo apt-get update
install:
- sudo apt-get install libtagc0-dev php5-cli php5-json
before_script:
- go get ./...
script:
- make
- ./bin/wavepipe -test &
- sleep 5
- php ./res/wavepipe_test.php localhost:8080
- sleep 30
- make test
| Use much simpler go get syntax for Travis | Use much simpler go get syntax for Travis
| YAML | mit | mdlayher/wavepipe,mdlayher/wavepipe |
98d6cb66ce0f6fe4e17f333c39368592667b8951 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_install:
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install --yes nodejs
- npm install -g grunt-cli
install:
- npm install
- composer install
script:
- grunt
after_script:
- php vendor/bin/coveralls -v
-... | language: php
php:
- 7.0
- 7.1
- hhvm
before_install:
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install --yes nodejs
- npm install -g grunt-cli
install:
- npm install
- composer install
script:
- grunt
after_script:
- php vendor/bin/coveralls -v
- chmod +... | Remove PHP 5.6 from Travis configuration. | Remove PHP 5.6 from Travis configuration. | YAML | mit | gomoob/php-websocket-server,gomoob/php-websocket-server,gomoob/php-websocket-server |
a6363bcda6646c51d728dac91e1a3349171687d0 | .travis.yml | .travis.yml | language: go
go:
- 1.7.x
- 1.8.x
- tip
script:
- go test -v $(go list ./... | grep -v /vendor/)
| language: go
go:
- 1.7.x
- 1.8.x
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v $(go list ./... | grep -v /vendor/)
- $HOME/gopath/bin/goveralls -service=travis-ci
| Add test coverage to Travic build | Add test coverage to Travic build
| YAML | mit | yl2chen/cidranger |
2ceddf7e793feb99c5b6a76998efe238965b22cd | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.10
| language: node_js
node_js:
- 0.8
- 0.10
env:
- OPTIONALS=Y
- OPTIONALS=N
install:
- if [[ "$OPTIONALS" == "Y" ]]; then npm install; fi
- if [[ "$OPTIONALS" == "N" ]]; then npm install --no-optional; fi
| Test with and without optional dependencies | TravisCI: Test with and without optional dependencies
| YAML | apache-2.0 | seegno-forks/request,sean3z/request,chaoliu/request,niklabh/request,NewGyu/request,blabno/request,niklabh/request,rbramwell/request,chaoliu/request,sean3z/request,HAKASHUN/request,request/request,linalu1/request,ryanwholey/request,linalu1/request,whembed197923/request,czardoz/request,udp/request,Jonekee/request,pho3nix... |
176b85e55660c006d55bfd079aa14cd5e71099fc | .travis.yml | .travis.yml | sudo: required
services:
- docker
install:
docker pull debian:stretch
script:
docker run -v "$PWD:/workspace/igd-exporter" -w /workspace/igd-exporter debian:stretch './.travis-build.sh'
| dist: trusty
sudo: required
language: generic
services:
- docker
install:
docker pull debian:stretch
script:
docker run -v "$PWD:/workspace/igd-exporter" -w /workspace/igd-exporter debian:stretch './.travis-build.sh'
| Build on trusty & use generic language | Build on trusty & use generic language
| YAML | mit | yrro/igd-exporter,yrro/igd-exporter |
e24da5a0484266662355ae1cfedfc85b6c30034d | .travis.yml | .travis.yml | language: java
script:
- ant jar
- bash sample/test-sample.sh
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
notifications:
email:
on_success: change
on_failure: change
| language: java
script:
- ant jar
- bash sample/test-sample.sh
sudo: false
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
notifications:
email:
on_success: change
on_failure: change
| Fix Travis/Jacoco problem on OpenJDK | Fix Travis/Jacoco problem on OpenJDK
* Instructed in support email to add "sudo: false" to config
* Says this ensures that Travis jobs will run on containerized infrastructure, not a GCE environment, which is where the memory problem is occurring
| YAML | mit | mariten/kanatools-java,mariten/kanatools-java |
93cc371ee6826e5f4d17e262f8be7cada5fa5b43 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Build with Node.js 10 on Travis CI. | Build with Node.js 10 on Travis CI.
| YAML | mit | bigeasy/kibitz,bigeasy/kibitz |
6b9d0c957937724e81b3799f5478a623bdc58bdd | .travis.yml | .travis.yml | rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- ruby-head
| rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- ruby-head
- rbx
- jruby
| Test against Rubinius and JRuby | Test against Rubinius and JRuby
| YAML | mit | irfanah/json_spec,venuenext/json_spec,collectiveidea/json_spec |
4888e064ed4360eb4747e2fd935e6ebeb851ac9e | metadata/rocks.poopjournal.flashy.yml | metadata/rocks.poopjournal.flashy.yml | Categories:
- System
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: marvin@poopjournal.rocks
WebSite: https://poopjournal.rocks/Flashy/
SourceCode: https://github.com/Crazy-Marvin/Flashy
IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues
Translation: https://crowdin.com/project/flas... | Categories:
- System
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: marvin@poopjournal.rocks
WebSite: https://poopjournal.rocks/Flashy/
SourceCode: https://github.com/Crazy-Marvin/Flashy
IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues
Translation: https://crowdin.com/project/flas... | Update Flashy to 1.1 (2) | Update Flashy to 1.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2546364b738d4a6da50a0c92a7476f0eeccf336d | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
script:
- xcodebuild test -scheme Ampere -sdk iphonesimulator -destination "name=iPhone 6s" | xcpretty && exit ${PIPESTATUS[0]}
| language: objective-c
osx_image: xcode8
script:
# The pipefail option sets the exit status to the last commond with a non-zero status code, which would usually be xcodebuild
- set -o pipefail && xcodebuild test -scheme Ampere -sdk iphonesimulator -destination "name=iPhone 6s" | xcpretty
| Use pipefail option on Travis CI command | Use pipefail option on Travis CI command
| YAML | mit | ole/Ampere |
c21808f02bd87b7b066c5668686e4f8857114bb7 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
before_script:
- sudo apt-get update -y
- sudo apt-get install qemu-kvm -y
- sudo apt-get install clang -y
- git submodule update --init --recursive
script:
- CC=clang ./buildme.sh -qq -- -F ACLFLAGS=-m32 -F ACLFLAGS=-march=i686
- make clean
- make RUMPRUN_PRESENT=no
- s... | language: c
compiler:
- gcc
- clang
before_script:
- sudo apt-get update -y
- sudo apt-get install qemu-kvm -y
- git submodule update --init --recursive
script:
- ./buildme.sh -qq -- -F ACLFLAGS=-m32 -F ACLFLAGS=-march=i686
- make clean
- make RUMPRUN_PRESENT=no
- size rk.bin rk.bin.gdb
- make RU... | Build with both gcc and clang | Build with both gcc and clang
The implicit idea is that gcc doesn't support C++11
while clang does, and both cases get tested.
Sort of a shaky idea, but works for now ...
| YAML | bsd-2-clause | rumpkernel-attic/rumprun-baremetal,rumpkernel-attic/rumprun-baremetal,rumpkernel-attic/rumprun-baremetal |
154edf8574118128f189fe05adb5be77caf49d85 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
script: bundle exec rake
before_install:
- gem update --system
notifications:
webhooks:
urls:
- https://lita-freenode.herokuapp.com/travis
| language: ruby
rvm:
- 2.0.0
script: bundle exec rake
before_install:
- gem update --system
services:
- redis-server
notifications:
webhooks:
urls:
- https://lita-freenode.herokuapp.com/travis
| Add redis-server to Travis services. | Add redis-server to Travis services.
| YAML | mit | crimsonknave/lita,prsimp/lita,MatthewKrey/lita,litaio/lita,elia/lita,tristaneuan/lita,mcgain/lita,jimmycuadra/lita,brodock/lita,crimsonknave/lita,sadiqmmm/lita,byroot/lita,liamdawson/lita,chriswoodrich/lita,PatrickTulskie/lita,litaio/lita,brodock/lita,chriswoodrich/lita,natesholland/lita,tristaneuan/lita,MatthewKrey/li... |
7d805315a5cb04cadd2ae8b7a332f57f6830a815 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy
- pip install pytest pytest-cov
- pip install coveralls
script:
- py.test
after_success:
- coveralls
| language: python
python:
- "2.7"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy
- pip install pytest pytest-cov
- pip install coveralls
script:
- py.test
after_success:
- coveralls
| Test both Python 2 and 3 | Test both Python 2 and 3
| YAML | bsd-3-clause | jni/maths.py |
1edf749aeb08a4012ccb6d382d334d7d068b234e | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.11
- 2.12.7
jdk:
- oraclejdk8
script:
- sbt clean testAll
| language: scala
scala:
- 2.11.11
- 2.12.7
jdk:
- openjdk8
script:
- sbt clean testAll
| Fix Travis by using OpenJDK | Fix Travis by using OpenJDK
| YAML | apache-2.0 | pauldijou/jwt-scala,pauldijou/jwt-scala |
fbf835374292eca030fe60f70373250299e6513f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
| language: ruby
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
| Update ruby versions being tested | Update ruby versions being tested
| YAML | mit | philosophie/mixpal,philosophie/mixpal,philosophie/mixpal |
ca9e7a74e398c6ca12bce7fe5f996cb270d30bc3 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
python:
- 3.6
install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_... | sudo: required
dist: trusty
language: python
python:
- 3.6
install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_... | Install xdist at Travis environment. | Install xdist at Travis environment.
| YAML | apache-2.0 | GPflow/GPflow |
d443abd08aed40c2e1b3292777d3fab467654e6f | .travis.yml | .travis.yml | language: php
php:
- '7.0'
- '7.1'
- nightly
before_script:
- composer install -o
after_script:
- |
if [ $TRAVIS_PHP_VERSION = '7.0' ]; then
travis_retry wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
... | language: php
php:
- '7.0'
- '7.1'
before_script:
- composer install -o
after_script:
- |
if [ $TRAVIS_PHP_VERSION = '7.0' ]; then
travis_retry wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
fi
insta... | Remove nightly builds from CI | Remove nightly builds from CI
| YAML | mit | Lednick/webhooks,Lednick/webhooks,paymaxi/webhooks,dzubchik/webhooks,paymaxi/webhooks,dzubchik/webhooks |
0622f2b5bf7c905d52ad09ff54e4d25121b4babd | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
script: "./gradlew check --info --stacktrace"
| sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk9
script: "./gradlew check --info --stacktrace"
| Add build for Java 9. | Add build for Java 9.
| YAML | apache-2.0 | jenetics/jpx,jenetics/jpx |
7e7ec6eb613b2eadf5c87c6ba97710fe0735f15f | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Build with Node.js 10 on Travis CI. | Build with Node.js 10 on Travis CI.
| YAML | mit | bigeasy/paxos,bigeasy/paxos |
bc702f0c42ff072eec38e2235b97d6ae91a52144 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install azure-storage
script:
- cd azure-servicebus/tests
- bash run-servicebus
- cd ../..
- cd azure-servicemanagement-legacy/tests
- bash run-legacy-mgmt
- cd ../..
- cd azure-mgmt/tests
- bash run-mgm... | sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install azure-storage
script:
- cd azure-servicebus/tests
- bash run-servicebus
- cd ../..
- cd azure-servicemanagement-legacy/tests
- bash run-legacy-mgmt
- cd ../..
- cd azure-mgmt/te... | Add Python 2.7 and 3.5 to Travis | Add Python 2.7 and 3.5 to Travis
| YAML | mit | lmazuel/azure-sdk-for-python,AutorestCI/azure-sdk-for-python,Azure/azure-sdk-for-python,Azure/azure-sdk-for-python,v-iam/azure-sdk-for-python,rjschwei/azure-sdk-for-python,Azure/azure-sdk-for-python,SUSE/azure-sdk-for-python,Azure/azure-sdk-for-python |
ff33a89814abe733b2af081f789e69f8d559d142 | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.3
before_script:
- npm install bower
- npm install grunt-cli
- gem install sass
- cd public
- npm install
- bower install
- cd ..
script:
- cd public
- grunt test
- cd ..
- sbt test
deploy:
provider: heroku
api_key:
secure: RwSpEp49ALY8s4x6/HonZXrm0URSl8rgyLsZ8PhRQHN/P/pgPnUwsEWh6y... | language: scala
scala:
- 2.10.3
before_script:
- npm install bower
- npm install grunt-cli
- gem install sass
- cd public
- npm install
- bower install
- cd ..
script:
- cd public
- grunt test
- cd ..
- sbt test
deploy:
provider: heroku
api_key:
secure: RwSpEp49ALY8s4x6/HonZXrm0URSl8rgyLsZ8PhRQHN/P/pgPnUwsEWh6y... | Add the Heroku play buildpack. | Add the Heroku play buildpack.
| YAML | apache-2.0 | DwayneJengSage/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,DwayneJengSage/BridgePF,DwayneJengSage/BridgePF |
ee75a3df99952394844f50e21e44736a8526c849 | .travis.yml | .travis.yml | language: java
sudo: false # faster builds
script:
- ./gradlew assemble test --info --debug
after_success:
- bash <(curl -s https://codecov.io/bash)
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradl... | language: java
sudo: false # faster builds
jdk:
- oraclejdk8
script:
- ./gradlew assemble test
after_success:
- bash <(curl -s https://codecov.io/bash)
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME... | Use jdk 8 to fix CI | Use jdk 8 to fix CI
| YAML | apache-2.0 | android/android-studio-poet,android/android-studio-poet |
e80919e0e325e44ce80642c22f9dccd2d78eac9d | .travis.yml | .travis.yml | language: php
php:
- 5.3
# - 5.4
env:
- SYMFONY_VERSION=2.0.16
- SYMFONY_VERSION=origin/master
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
script: phpunit | language: php
php:
- 5.3
# - 5.4
env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master
install:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
script: phpunit
| Make sure we test with multiple symfony versions | Make sure we test with multiple symfony versions
| YAML | mit | ronanguilloux/EkinoNewRelicBundle,ronanguilloux/EkinoNewRelicBundle,ekino/EkinoNewRelicBundle,ronanguilloux/EkinoNewRelicBundle,ekino/EkinoNewRelicBundle |
a99dd96b85aa6bdf284b146383653af8b87dce82 | .travis.yml | .travis.yml | addons:
firefox: "latest"
dist: bionic
language: node_js
node_js:
- '10'
- '12'
- '14'
script:
- npm run build
| addons:
firefox: "latest"
dist: bionic
language: node_js
node_js:
- '12'
- '14'
- '16'
script:
- npm run build
| Update Node testing to current release schedule | Update Node testing to current release schedule | YAML | mit | jakezatecky/d3-funnel,jakezatecky/d3-funnel |
7bb58f1129dcba2b28a230e9a1e4b6ac728cbe8e | .travis.yml | .travis.yml | language: python
python: 3.5.1
dist: trusty
sudo: false
addons:
postgresql: "9.4"
services:
- postgresql
cache:
directories:
- ~/.cache/pip
- node_modules/
install:
- pip install -U pip setuptools wheel codecov
- pip install -r requirements/docs.txt -r requirements/lint.txt -r requirements/main.t... | language: python
python: 3.5.1
env:
global:
- TRAVIS_NODE_VERSION=5.5.0
dist: trusty
sudo: false
addons:
postgresql: "9.4"
services:
- postgresql
cache:
directories:
- ~/.cache/pip
- node_modules/
install:
- 'rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.n... | Upgrade Node to the latest stable | Upgrade Node to the latest stable
| YAML | apache-2.0 | dstufft/warehouse,pypa/warehouse,alex/warehouse,pypa/warehouse,karan/warehouse,alex/warehouse,karan/warehouse,alex/warehouse,dstufft/warehouse,karan/warehouse,alex/warehouse,wlonk/warehouse,karan/warehouse,alex/warehouse,pypa/warehouse,pypa/warehouse,wlonk/warehouse,wlonk/warehouse,dstufft/warehouse,karan/warehouse,dst... |
cf04fae6370d1be542910b60a1427287455693e2 | .travis.yml | .travis.yml | dist: trusty
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
# - nightly
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer... | dist: trusty
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
# - nightly
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
before_s... | Stop testing for PHP 5.4 and 5.5 | Stop testing for PHP 5.4 and 5.5
| YAML | mit | antonioribeiro/google2fa,antonioribeiro/google2fa |
39835aab0b7df131fd7d01eb97e1384bd3ecc461 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
- openjdk10
- openjdk11
cache:
directories:
- $HOME/.m2
install: echo 'skipped'
script: ./mvnw test-compile && ./mvnw '-Dtest=test_locally.**.*Test' test -DfailIfNoTests=false && ./mvnw install -Dmaven.test.skip=true && ./mvnw duplicate-finder:check
| sudo: false
language: java
jdk:
- oraclejdk8
- openjdk11
cache:
directories:
- $HOME/.m2
install: echo 'skipped'
script: ./mvnw test-compile && ./mvnw '-Dtest=test_locally.**.*Test' test -DfailIfNoTests=false && ./mvnw install -Dmaven.test.skip=true && ./mvnw duplicate-finder:check
| Remove jdk10 in CI builds | Remove jdk10 in CI builds
| YAML | mit | seratch/jslack,seratch/jslack,seratch/jslack,seratch/jslack |
f4547a3c993568efebd78ec897ff9ccc5fcbf5f1 | .travis.yml | .travis.yml | language: objective-c
script:
- xcodebuild -workspace TravisExample.xcworkspace -scheme TravisExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xcodebuild test -workspace TravisExample.xcworkspace -scheme TravisExampleTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
| language: objective-c
script:
- xctool -workspace TravisExample.xcworkspace -scheme TravisExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool test -workspace TravisExample.xcworkspace -scheme TravisExampleTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
| Use xctool intead of xcodebuild | Use xctool intead of xcodebuild
| YAML | mit | MattesGroeger/TravisExample-iOS,lephuocdai/TravisExample-iOS,sundaymtn/TravisExample,sundaymtn/TravisExample,lephuocdai/TravisExample-iOS,OdNairy/TravisExample-iOS,MattesGroeger/TravisExample-iOS,OdNairy/TravisExample-iOS,tongxingwy/issue-6-travis-ci,tongxingwy/issue-6-travis-ci |
e640ca44f845481e3071c6675b7d723e3930c827 | .travis.yml | .travis.yml | language: rust
sudo: true
rust:
- nightly
- 1.0.0-beta
after_success: |
cargo clean;
cargo test --no-run;
sudo apt-get update &&
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev &&
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz &&... | language: rust
sudo: true
rust:
- nightly
- 1.0.0-beta
after_success: |
cargo clean;
cargo test --no-run;
sudo apt-get update &&
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev &&
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz &&... | Revert "Make Travis send more coverage data." | Revert "Make Travis send more coverage data."
This reverts commit 0dcaa4247325b76684d59e2ac699bc81144cdb2b.
| YAML | apache-2.0 | dirvine/rust-utp |
bc96f066a2d1918317ed36ca08c7031ebc839fbf | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
# allow python dependencies to be installed via apt-get
virtualenv:
system_site_packages: true
# setup system for GUI testing
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xv... | language: python
python:
- "2.7"
- "3.2"
# allow python dependencies to be installed via apt-get
virtualenv:
system_site_packages: true
# setup system for GUI testing
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xv... | Set Travis CI to install pylint | Set Travis CI to install pylint
Changed the config file for Travis CI to have it install pylint in order to be able to run tests on the program.
Fixes #3
| YAML | mit | ExcaliburZero/jekyll-helper,ExcaliburZero/jekyll-helper |
a86855f1aff7eb3e8c85e77493fb5de42f3a5548 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
script:
- bundle exec rspec
- bundle exec rubocop
| sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
script:
- bundle exec rspec
- bundle exec rubocop
| Configure Travis for better build performance | Configure Travis for better build performance
* set sudo: false to allow usage of their new container-based
infrastructure
* enable bundler caching
Change-Id: I5527d446e40688d2b564244c57883c4837dad77b
Reviewed-on: http://gerrit.causes.com/45436
Tested-by: jenkins <d95b56ce41a2e1ac4cecdd398defd7414407cc08@brigade.co... | YAML | mit | artemartemov/scss-lint-hdm |
e37ef7c17f7b2cbb34e820175e5de9f4318fcdf7 | metadata/com.lightning.walletapp.yml | metadata/com.lightning.walletapp.yml | AntiFeatures:
- NonFreeNet
Categories:
- Money
License: Apache-2.0
AuthorName: Anton Kumaigorodski
WebSite: https://lightning-wallet.com
SourceCode: https://github.com/btcontract/lnwallet
IssueTracker: https://github.com/btcontract/lnwallet/issues
Changelog: https://github.com/btcontract/lnwallet/releases
AutoName... | AntiFeatures:
- NonFreeNet
Categories:
- Money
License: Apache-2.0
AuthorName: Anton Kumaigorodski
WebSite: https://lightning-wallet.com
SourceCode: https://github.com/btcontract/lnwallet
IssueTracker: https://github.com/btcontract/lnwallet/issues
Changelog: https://github.com/btcontract/lnwallet/releases
AutoName... | Update BLW to 0.4.6 (155) | Update BLW to 0.4.6 (155)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7329d3c2797bc204867f0a2a4d2da4aed78e8cb3 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- g++ -v
| language: node_js
node_js:
- "6"
- "8"
- "10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- g++ -v
| Remove v4 (eol), add v10 (active lts) | Remove v4 (eol), add v10 (active lts)
| YAML | mit | simonratner/node-simpleflake |
e79e5e3d8f842349034ca9710d8780b197df7c83 | .travis.yml | .travis.yml | language: rust
sudo: false
rust:
- 1.10.0
- 1.11.0
- stable
- beta
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user
- export PATH=$HOME/.local/bin:$PATH
script:
- (cd quasi && travis-cargo --skip nightly test -- --features with-syntex)
- (cd quasi && travis-cargo doc -- --features with-synt... | language: rust
sudo: false
rust:
- 1.11.0
- 1.12.0
- stable
- beta
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user
- export PATH=$HOME/.local/bin:$PATH
script:
- (cd quasi && travis-cargo --skip nightly test -- --features with-syntex)
- (cd quasi && travis-cargo doc -- --features with-synt... | Drop support for rust 1.10 | Drop support for rust 1.10
| YAML | apache-2.0 | erickt/rust-quasi,erickt/quasi |
b25977bede20c3dbfe06f44c8f7cf01e9af70fb3 | .travis.yml | .travis.yml | # .travis.yml
language: python
sudo: false
env:
#- LUA="lua=5.1"
- LUA="lua=5.2"
#- LUA="lua=5.3"
#- LUA="luajit=2.0"
#- LUA="luajit=2.1"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin
install:
- luarocks install luacheck
- lua... | # .travis.yml
language: python
sudo: false
env:
#- LUA="lua=5.1"
- LUA="lua=5.2"
#- LUA="lua=5.3"
#- LUA="luajit=2.0"
#- LUA="luajit=2.1"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin
install:
- luarocks install luacheck
- lua... | Remove subdir from busted call | Remove subdir from busted call
| YAML | mit | Andreas-Kreuz/ak-lua-skripte-fuer-eep,Andreas-Kreuz/ak-lua-skripte-fuer-eep |
f33af516f7e423193a98ccd3112ca28e2192267a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
before_install:
- sudo apt-get update
- sudo apt-get install gir1.2-tracker-0.10 libtracker-sparql-0.10-dev
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake test"
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
before_install:
- sudo apt-get update
- sudo apt-get install tracker gir1.2-tracker-0.10 libtracker-sparql-0.10-dev
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake... | Install tracker in Travis CI environment. | Install tracker in Travis CI environment.
| YAML | lgpl-2.1 | mvz/gir_ffi-tracker |
5074eedff6605b92b44ef05bea68a6cdb8fdc21c | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- libboost-program-options-dev
- libpcap-dev
script:
- CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6 cmake .
- cmake --build .
| dist: trusty
sudo: false
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- libboost-program-options-dev
- libboost-regex-dev
- libboost-system-dev
- libpcap-dev
script:
- CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6 cmake .
- cmake --build .
| Add Boost libraries to Travis CI packages | Add Boost libraries to Travis CI packages
| YAML | apache-2.0 | petabi/regexbench,petabi/regexbench,petabi/regexbench,petabi/regexbench |
8d85734b6e3623da7e9566d538e0bf983d827b1b | .travis.yml | .travis.yml | language: php
php:
- '7.1'
- '7.0'
- '5.6'
- '5.5'
- '5.4'
- '5.3'
- '5.2'
install:
- phpenv local 5.3
- composer install
- phpenv local --unset
script:
- echo $TRAVIS_PHP_VERSION
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then phpunit; else ./vendor/bin/phpunit; fi
| language: php
php:
- '7.1'
- '7.0'
- '5.6'
- '5.5'
- '5.4'
- '5.3'
- '5.2'
install:
- phpenv local 5.3
- composer install
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then composer remove phpunit/phpunit; fi
- phpenv local --unset
script:
- echo $TRAVIS_PHP_VERSION
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then phpuni... | Exclude PHPUnit if PHP5.2 is loaded | Exclude PHPUnit if PHP5.2 is loaded
This is because we use the pre-installed PHPUnit for PHP5.2 and when we
keep it installed the autoload for PHPUnit will break stuff :(
| YAML | mit | schlessera/whip,OnTheGoSystems/whip,Yoast/whip |
c8a5b6cf81ac9c10eaa709a6522696bb17757aff | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
script: TRAVIS=true bundle exec rake spec
| language: ruby
rvm:
- "2.1.10"
- "2.2.6"
- "2.3.2"
script: TRAVIS=true bundle exec rake spec
| Build against newer Ruby versions | Build against newer Ruby versions
| YAML | mit | magnusvk/counter_culture,magnusvk/counter_culture |
4dbad9f08e81e86e20586eab6361fff5162e525f | .travis.yml | .travis.yml | language: "node_js"
node_js:
- 0.4
- 0.6
| language: "node_js"
node_js:
- 0.4
- 0.6
- 0.8
| Test on node 0.8 in Travis CI. | Test on node 0.8 in Travis CI.
| YAML | mit | jaredhanson/passport-picplz |
f1202f645468f9e7267b23b4aa5112df53c8cfac | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- jruby
before_install:
- bundle install
- bundle exec rake vendor
- bundle exec rake install_jars
before_script:
- ./scripts/travis-before_script.sh
- source ./scripts/travis-variables.sh
script: bundle exec rspec
| language: ruby
cache: bundler
rvm:
- jruby
before_script:
- bundle exec rake vendor
- bundle exec rake install_jars
- ./scripts/travis-before_script.sh
- source ./scripts/travis-variables.sh
script: bundle exec rspec
| Stop breaking the bundler cache | Stop breaking the bundler cache
| YAML | mit | theangryangel/logstash-output-jdbc,theangryangel/logstash-output-jdbc |
f454dc5a0583d2a045b91802a46f8fb97fe8aba4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
before_install:
- if [ ${TRAVIS_RUBY_VERSION} = '2.2' ]; then
gem install bundler -v '< 2';
else
gem update --system;
gem install bundler;
fi
script:
- bundle exec rubocop
- bundle exec rspec
| language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
before_install:
- if [ ${TRAVIS_RUBY_VERSION} = '2.2' ]; then
gem install bundler -v '< 2';
else
gem update --system;
gem install bundler;
fi
script:
- bundle exec rubocop
- bundle exec rspec
| Make CI run on Ruby 2.6 | Make CI run on Ruby 2.6
| YAML | apache-2.0 | line/line-bot-sdk-ruby |
a5b7bef6e41de6a4559704225cc697b58e51200a | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.1.9
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-9.1.7.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
services:
- mongodb
| language: ruby
sudo: false
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-9.1.7.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
services:
- mongodb
| Test MRI 2.1 on latest patch version on Travis | Test MRI 2.1 on latest patch version on Travis
| YAML | mit | janko-m/tus-ruby-server |
c02323d2b2b6dba9a7fe16a8e6b5898c40262ba0 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
cache: pip
services:
- postgresql
env:
- DB_USER=postgres DEBUG=True
install:
- pip install -U pip wheel
- pip install -r requirements.txt -r requirements-test.txt
before_script:
- psql -U postgres -c 'create extension postgis'
- psql -U postg... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
cache: pip
services:
- postgresql
addons:
postgresql: "9.4"
env:
- DB_USER=postgres DEBUG=True
install:
- pip install -U pip wheel
- pip install -r requirements.txt -r requirements-test.txt
before_script:
- psql -U postgres -c 'create extensio... | Fix Travis, specify PostgreSQL version | Fix Travis, specify PostgreSQL version
| YAML | mpl-2.0 | stev-0/bustimes.org.uk,stev-0/bustimes.org.uk,stev-0/bustimes.org.uk,jclgoodwin/bustimes.org.uk,jclgoodwin/bustimes.org.uk,stev-0/bustimes.org.uk,jclgoodwin/bustimes.org.uk,jclgoodwin/bustimes.org.uk,stev-0/bustimes.org.uk |
dcbf884a96655256f6f5bf89083d3eaef11fdf15 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install:
- "pip install pytest"
- "pip install bandit"
- "cd src/cobwebs; pip install -r requirements.txt; pip install .; cd -"
- "cd src/db... | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install:
- "pip install pytest"
- "pip install bandit"
- "cd src/cobwebs; pip install -r requirements.txt; python setup.py install .; cd -"
... | Use setup.py instead of pip to install packages. | Use setup.py instead of pip to install packages.
| YAML | apache-2.0 | asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider |
4eb58c33905cb6b7516e3af4af89a05d30830c94 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.4
- 0.5
- 0.6
- 0.7
- 0.8
- 0.9
- 0.10 | language: node_js
node_js:
- 0.10
| Simplify test on only latest node.js | Simplify test on only latest node.js
Signed-off-by: crynobone <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
| YAML | mit | orchestral/javie,orchestral/javie |
c944af5ab4dcf0c7f2f4c12abf97079202a434f5 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
- 2.2.5
- 2.1.9
env:
- RAILS=3.2.22.1
- RAILS=4.1.14.1
- RAILS=4.2.5.1
- RAILS=5.0.0.0
matrix:
exclude:
- rvm: 2.1.9
env: RAILS=5.0.0.0
before_install:
- gem update bundler
| language: ruby
rvm:
- 2.3.1
- 2.2.5
- 2.1.9
env:
- RAILS=3.2.22.1
- RAILS=4.1.14.1
- RAILS=4.2.5.1
- RAILS=5.0.0.0
matrix:
exclude:
- rvm: 2.1.9
env: RAILS=5.0.0.0
before_install:
- gem update bundler
sudo: false
cache: bundler
| Speed up the CI build | Speed up the CI build
Use Travis' container based infrastructure and enable bundle caching in
order to speed up the CI builds.
| YAML | mit | jkraemer/mail-gpg,duckdalbe/mail-gpg,chrislewis60/mail-gpg |
61fa79b571a33e356db981db8ea9945b23286f02 | .travis.yml | .travis.yml | language: node_js
branches:
except:
- latest
node_js:
- '0.10'
- '0.12'
before_script:
- npm install -g grunt-cli
- ./create_config.sh
- gem install cucumber aruba
script:
- npm test
- cucumber -t ~@wip
- ./bin/category-sync -p ${SPHERE_PROJECT_KEY} import -f data/minimum-header.csv
notifications:
hipchat:
... | language: node_js
branches:
except:
- latest
node_js:
- '0.10'
- '0.12'
before_script:
- npm install -g grunt-cli
- ./create_config.sh
- gem install cucumber aruba
script:
- npm test
- cucumber -t ~@wip
notifications:
hipchat:
rooms:
template:
- '%{repository}#%{build_number} (%{author}): %{message}... | Remove execution as it's done by cucumber. | Remove execution as it's done by cucumber.
| YAML | mit | sphereio/sphere-category-sync,sphereio/sphere-category-sync,sphereio/sphere-category-sync |
61c1b4dc6801f2fc3441a36cc5e0808de24a8177 | .travis.yml | .travis.yml | dist: trusty
env:
NODE_ENV=test
language: node_js
node_js:
- "node"
- "8"
cache:
directories:
- "node_modules"
notifications:
email: false
addons:
postgresql: "9.6"
services:
- postgresql
before_script:
- psql -c 'create database bugfree_test;' -U postgres
| dist: trusty
env:
NODE_ENV=test
language: node_js
node_js:
- "node"
cache:
directories:
- "node_modules"
notifications:
email: false
addons:
postgresql: "9.6"
services:
- postgresql
before_script:
- psql -c 'create database bugfree_test;' -U postgres
| Set only one node version | Set only one node version
| YAML | agpl-3.0 | sevesalm/Bugfree |
1459735b1b47cf1a2348f4ac754fae6daf28bcc8 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.1
- 2.1.2
before_install: 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
install:
- bundle install --without=integration
- bundle update
script: bundle exec rake travis
| language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.1
- 2.1.2
before_install: 'echo ''gem: --no-document'' > ~/.gemrc'
install:
- bundle install --without=integration
- bundle update
script: bundle exec rake travis
| Use --no-document over --no-ri --no-rdoc. | Use --no-document over --no-ri --no-rdoc.
| YAML | apache-2.0 | ourtownrentals/chef-supermarket-solo,ourtownrentals/chef-php-modules,ourtownrentals/chef-server-solo,ourtownrentals/chef-supermarket-solo,ourtownrentals/chef-php-modules,ourtownrentals/chef-server-solo |
6b1c47787947d30fa86e3af970a2d22ead42d892 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
matrix:
- DJANGO_VERSION=">=1.5,<1.6"
- DJANGO_VERSION=">=1.6,<1.7"
- DJANGO_VERSION=">=1.7,<1.8"
- DJANGO_VERSION=">=1.8,<1.9"
install: pip install -r requirements_test.txt Django$DJANGO_VERSION python-binary-memcached
script: ./.travis-run... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
matrix:
- DJANGO_VERSION=">=1.7,<1.8"
- DJANGO_VERSION=">=1.8,<1.9"
install: pip install -r requirements_test.txt Django$DJANGO_VERSION python-binary-memcached
script: ./.travis-runs-tests.sh
| Remove not supported django versions | Remove not supported django versions
| YAML | mit | jaysonsantos/django-bmemcached,jaysonsantos/django-bmemcached |
09102be9b9c11fb6004baa47d7c50b3f4a306097 | .travis.yml | .travis.yml | language: go
install: "pip install --user -r requirements-dev.txt"
go:
- 1.4
- 1.4.1
- 1.4.2
- 1.5
- 1.5.1
- 1.5.2
| language: go
install: "pip install --user -r requirements-dev.txt"
go:
- 1.5
- 1.5.1
- 1.5.2
| Drop support for older versions of go | Drop support for older versions of go
| YAML | apache-2.0 | qnib/QNIBCollect,qnib/QNIBCollect,qnib/QNIBCollect,qnib/QNIBCollect |
bb8786e47a78e9db4e27c609a82aa9c3745b11e4 | .travis.yml | .travis.yml | language: node_js
node_js:
- stable
- "6"
- "4"
script:
- npm test
| language: node_js
node_js:
- "10"
- "8"
- "6"
script:
- npm test
| Update Travis CI Node versions | test(ci): Update Travis CI Node versions
| YAML | mit | jhermsmeier/node-fat32,jhermsmeier/node-fat32 |
76e574634160aa8ac1ecee14c49e35b8ecdd1285 | .travis.yml | .travis.yml | branches:
only:
- master
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis coveralls
script: tox
after_success: coveralls
| language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.6-dev'
branches:
only:
- master
install: pip install tox-travis coveralls
script: tox
after_success: coveralls
deploy:
provider: pypi
user: dmtucker
password:
secure: n35Ze6Mj+lAQxTFVpdCN0wNz7HLddqKWHLzjZO6Z8a46Y1a3PYMNX7XRA+Qb+P1zz38a27N+oQ8IlyRVXBFya... | Deploy from Travis to PyPI on tags | Deploy from Travis to PyPI on tags
| YAML | lgpl-2.1 | dmtucker/backlog |
bc6dbcc498a33013e11f01c830cec53e6bef3f9c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 2.2.0
script:
- "bundle exec rake lint"
- "bundle exec rake spec"
env:
- PUPPET_VERSION=3.7.4
- PUPPET_VERSION=2.7.17
notifications:
email: false
gemfile: Gemfile
| language: ruby
rvm:
- 1.8.7
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0
- env: PUPPET_VERSION=3.7.4
script:
- "bundle exec rake lint"
- "bundle exec rake spec"
env:
- PUPPET_VERSION=3.7.4
- PUPPET_VERSION=2.7.17
notifications:
email: false
gemfile: Gemfile
| Allow the ruby 2.2.0 and Puppet 3.7.4 builds to fail | TRAVIS: Allow the ruby 2.2.0 and Puppet 3.7.4 builds to fail
Ruby 2.2.0 and Puppet 3.7.4 don't play well together.
| YAML | bsd-2-clause | DonMaja/puppet-module-kerberos,michaelweiser/puppet-module-kerberos,edgester/puppet-module-kerberos,edgester/puppet-module-kerberos,DonMaja/puppet-module-kerberos,DonMaja/puppet-module-kerberos,edgester/puppet-module-kerberos,michaelweiser/puppet-module-kerberos,michaelweiser/puppet-module-kerberos |
9fa7a56c06a54aed7e235574c5d24f4df192a70d | .travis.yml | .travis.yml | language: go
go:
- 1.5
- 1.6
- 1.7
- tip
# Setting sudo access to false will let Travis CI use containers rather than
# VMs to run the tests. For more details see:
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
sud... | language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
# Setting sudo access to false will let Travis CI use containers rather than
# VMs to run the tests. For more details see:
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
# - http://docs.travis-ci.com/user/workers/standard-infrastruct... | Add 1.8, 1.9, rm tip as not stable | Add 1.8, 1.9, rm tip as not stable
| YAML | mit | hvnsweeting/gosearch,hvnsweeting/gosearch |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.