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 |
|---|---|---|---|---|---|---|---|---|---|
583d958ed40a6b16e416e34d5ec2192c31916ce3 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
addons:
postgresql: "9.3"
env:
matrix:
- SOLIDUS_BRANCH=v1.0 DB=postgres
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v1.0 DB=mysql
- SOLIDUS_BRANCH=v1.1 DB=mysql
... | sudo: false
cache: bundler
language: ruby
addons:
postgresql: "9.3"
env:
matrix:
- SOLIDUS_BRANCH=v1.0 DB=postgres
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v1.0 DB=mysq... | Test against solidus 1.3 branch | Test against solidus 1.3 branch
| YAML | mit | solidusio/solidus_braintree,solidusio/solidus_braintree,solidusio/solidus_braintree,solidusio/solidus_braintree |
a5725bae3eaaafb1a8511e6e01a4abf67da3321b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install -qq python-numpy python-scipy python-nose python-matplotlib ipython python-pyaudio libasound2 libasound2-plugins libasound-dev alsa-base"
- "sudo ldconfig"
... | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install -qq python-numpy python-scipy python-nose python-matplotlib ipython python-pyaudio libasound2 libasound2-plugins libasound-dev pulseaudio alsa-base"
- "sudo ldc... | Install pulseaudio... maybe it works? | Install pulseaudio... maybe it works?
| YAML | mit | nils-werner/dspy,antiface/dspy |
ac6018ffc725ae00891bd0d0d340c1a77488367a | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.5"
matrix:
allow_failures:
- python: "3.5"
fast_finish: true
# Route build to container-based infrastructure
sudo: false
# Cache the dependencies installed by pip
cache: pip
# Install defaults to "pip install -r requirements.txt"
before_script:
- export T... | language: python
python:
- "2.6"
- "2.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
fast_finish: true
# Route build to container-based infrastructure
sudo: false
# Cache the dependencies installed by pip
cache: pip
# Install defaults to "pip install -r requirements.txt"
before_script:
- ... | Change Travis file to test against Python nightly | Change Travis file to test against Python nightly
Change Travis file to test against latest nightly rather than a fixed
Python 3 version so that it doesn't have to be manually changed.
| YAML | apache-2.0 | apel/ssm,tofu-rocketry/ssm,stfc/ssm,apel/ssm,stfc/ssm,tofu-rocketry/ssm |
14076d8a41f88c1ff18d9e7e8ed1c87c01bca4ec | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
script:
- set -o pipefail
- xcodebuild -project NVActivityIndicatorViewDemo.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
| language: objective-c
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
script:
- set -o pipefail
- xcodebuild -project NVActivityIndicatorView.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
| Update project name in Travis config | Update project name in Travis config
| YAML | mit | waterskier2007/NVActivityIndicatorView,ninjaprox/NVActivityIndicatorView,ninjaprox/NVActivityIndicatorView,waterskier2007/NVActivityIndicatorView,ninjaprox/NVActivityIndicatorView,ninjaprox/NVActivityIndicatorView |
c55ed4d08e6c613db1587f88b5b25e221fef2199 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.2
branches:
only:
- master
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
branches:
only:
- master
| Fix Travis WebLint warning message | Fix Travis WebLint warning message
| YAML | mit | speg03/shishakai_bot,speg03/shishakai_bot |
5ae14ba1db753accd51f05310e299977921352a6 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
notifications:
email: false
sudo: false
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "iojs"
notifications:
email: false
matrix:
fast_finish: true
cache:
directories:
- node_modules
| Bring Travis CI config up to date with grunt-contrib-plugins. | Bring Travis CI config up to date with grunt-contrib-plugins.
| YAML | mit | neftaly/grunt-sri |
671522de5f748b0a2b6bff014c7779fa71892ab7 | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=master
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
al... | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=master
matrix:
include:
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
before_script:
- composer self-update || true
- git cl... | Remove PHP 7 from allowed failures | Remove PHP 7 from allowed failures
| YAML | bsd-3-clause | wilr/silverstripe-googlesitemaps,silverstripe-labs/silverstripe-googlesitemaps |
5b87b1d585e6daf63acda78b07ca41ac3e1aa61d | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphviz
- plotutils
- imagemagick
- librsvg2-bin
- build-essential
- g++-4.8
env:
- CXX=g++-4.8
node_js:
- '... | sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphviz
- plotutils
- imagemagick
- librsvg2-bin
- build-essential
- g++-4.8
env:
- CXX=g++-4.8
node_js:
- '... | Stop testing on Node.js 6 | chore: Stop testing on Node.js 6
| YAML | mit | prantlf/grunt-scruffy |
1465c0ce3c61e14e46bcba45a7cd5fe6bc9e8651 | .travis.yml | .travis.yml | #before_script:
# - cd spec/dummy && bundle exec rake db:test:prepare
script: bundle exec rake app:test
bundler_args: --without development
rvm:
- 1.9.2
- 1.9.3
#before_install:
# - gem update --system
# - gem --version
env:
- RAILS=3.0.12
- RAILS=3.1.4
- RAILS=3.2.11
| #before_script:
# - cd spec/dummy && bundle exec rake db:test:prepare
script: bundle exec rake app:test
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
#before_install:
# - gem update --system
# - gem --version
env:
- RAILS=3.0.20
- RAILS=3.1.11
- RAILS=3.2.12
| Test against ruby 2.0.0-p0 as well | Test against ruby 2.0.0-p0 as well
| YAML | mit | djonasson/worldwise,djonasson/worldwise |
00db99281bec38b290f9b18f528aa57b0e44ec69 | .travis.yml | .travis.yml | os: osx
addons:
hosts:
- authomatic.test
- authomatic.com
- authomatic.org
install:
- sudo pip install tox
script:
- sudo tox -e py3 -- -vvx --tb=no
after_failure:
- tail -n 500 tests/functional_tests/*.log
- tail -n 500 tests/*.log
- tail -n 500 flask.log
before_install:
- openssl aes-256-cbc -K $encrypted_dbe... | addons:
chrome: stable
hosts:
- authomatic.test
- authomatic.com
- authomatic.org
install:
- sudo pip install tox
script:
- sudo tox -e py3 -- -vvx --tb=no
after_failure:
- tail -n 500 tests/functional_tests/*.log
- tail -n 500 tests/*.log
- tail -n 500 flask.log
before_install:
- openssl aes-256-cbc -K $encr... | Switch to Linux (MacOS can't do pypi deploys). | Switch to Linux (MacOS can't do pypi deploys).
| YAML | mit | peterhudec/authomatic,peterhudec/authomatic,authomatic/authomatic,authomatic/authomatic,authomatic/authomatic,peterhudec/authomatic |
20dcfd3d22827bc6172e6034c31fec2f7b8913b0 | .travis.yml | .travis.yml | language: python
sudo: false
python: 2.7
services: mysql
env:
global:
- DB_HOST=localhost
- DB_USER=travis
- DB_PASSWORD=''
matrix:
- TOX_ENV=py27-django16-drf22
- TOX_ENV=py27-django16-drf23
- TOX_ENV=py27-django16-drf24
- TOX_ENV=py27-django16-drf30
... | language: python
sudo: false
python: 2.7
services: mysql
env:
global:
- DB_HOST=localhost
- DB_USER=travis
- DB_PASSWORD=''
matrix:
- TOX_ENV=py27-django16
- TOX_ENV=py27-django17
- TOX_ENV=py27-django18
- TOX_ENV=flake8
install:
- pip install tox
befo... | Update envs to match the tox config. | Update envs to match the tox config.
| YAML | bsd-3-clause | unt-libraries/django-name,damonkelley/django-name,unt-libraries/django-name,unt-libraries/django-name,damonkelley/django-name,damonkelley/django-name |
d9a01f25df06281b83344876b351a7bd2bc31abf | .travis.yml | .travis.yml | language: php
sudo: false
env:
global:
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.5
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
- php: 7.1
- php: hhvm
allow_failures:
- php: 7.1
- php: hhvm
... | language: php
sudo: false
env:
global:
- SYMFONY_VERSION="2.8.*"
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.5
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
- php: 5.6
env: SYMFONY_VERSION="2.7.*"
- php: 5.6
env: RUN_PHPCS="yes" S... | Test all supported Symfony branches | Test all supported Symfony branches
| YAML | lgpl-2.1 | joomla-framework/renderer |
54046c265b5af38e5be36ce18583fc9a7bb9473b | .travis.yml | .travis.yml | language: node_js
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
node_js:
- node
- 0.10
- 0.8
# Note1: Travis appears to interpret 0.1 as 0.10
# Note2: Travis has to build Node versions before 0.8.
# So to be a g... | language: node_js
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
node_js:
- node
- 0.12
- 0.10
# Note: The npm version which ships with 0.8 does not support carat versions,
# which makes it difficult to use (it would requ... | Remove Node 0.8 add 0.12 | Remove Node 0.8 add 0.12
We can't test 0.8 due to the npm issues of the previous commit. So add
0.12 to get more coverage of oldish versions (0.12 introduced Promises
and lacked unhandledRejection, so it is a good test candidate).
Signed-off-by: Kevin Locke <ffb4761cba839470133bee36aeb139f58d7dbaa9@kevinlocke.name>
| YAML | mit | kevinoid/promised-read,kevinoid/promised-read,kevinoid/promised-read |
7410d26e1dba2578ea94bd2477c5357c4bc71fe1 | .travis.yml | .travis.yml | sudo: false
install:
- composer install
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- hhvm
git:
depth: 3
script:
- composer check-build
- phpunit | sudo: false
install:
- composer install
language: php
php:
- '5.6'
- '7.0'
- hhvm
git:
depth: 3
script:
- composer check-build
- phpunit | Remove php 5.5 (security support ends) | Remove php 5.5 (security support ends)
| YAML | mit | marcinlawnik/shamir-secret-sharing-web,marcinlawnik/shamir-secret-sharing-web |
7de9a330e7b21e778b5eb30c2142a7102ce98b93 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 5.6
- 7.0
- 7.1
script:
# Syntax check all php files and fail for any error text in STDERR
- '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"'
| sudo: false
language: php
php:
- 5.6
- 7.0
- 7.3
- nightly
matrix:
allow_failures:
- php: nightly
script:
# Syntax check all php files and fail for any error text in STDERR
- '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"'
| Add PHP7.3 and nightly build to Travis CI configuration | Add PHP7.3 and nightly build to Travis CI configuration
| YAML | bsd-3-clause | Seravo/wp-spam-question-filter |
4bf81847f6a026d5427b0fa91765158a38914607 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk8
script:
- mvn -B clean verify -Pes-1x
- mvn -B clean verify -Pes-2x
- mvn -B clean verify
after_success:
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DskipTests --settings deploy-settings.xml"
| language: java
sudo: false
jdk:
- oraclejdk8
install: true
script:
- mvn -B clean verify -Pes-1x
- mvn -B clean verify -Pes-2x
- mvn -B clean verify
after_success:
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DskipTests --settings deploy-settings.xml"
| Disable the default install task | Disable the default install task
| YAML | apache-2.0 | kneubi/fscrawler,kneubi/fscrawler,dadoonet/fsriver,dadoonet/fscrawler,dadoonet/fscrawler,dadoonet/fsriver,dadoonet/fscrawler,dadoonet/fsriver,kneubi/fscrawler |
c7e15336a6be0b7699bf7f5767fca766d8046244 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
- 2.4.0
- 2.5.0
before_install: gem install bundler -v 1.16.1
| language: ruby
rvm:
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0-preview1
before_install: gem install bundler -v 1.16.1
| Add Ruby 2.6.0-preview1 to Travis CI test matrix | Add Ruby 2.6.0-preview1 to Travis CI test matrix
| YAML | mit | buren/honey_format,buren/honey_format |
d13141ce6e5c805f7c5696d13528c9a50d967507 | .travis.yml | .travis.yml | sudo: required
language: go
os:
- linux
go:
- 1.6
- 1.7
services:
- postgresql
env:
- PREST_PG_USER=postgres PREST_PG_DATABASE=prest PREST_PG_PORT=5432
before_install:
- go get -u github.com/kardianos/govendor
- govendor sync
before_script:
- psql -c 'create database prest;' -U postg... | sudo: required
language: go
os:
- linux
go:
- 1.6
- 1.7
services:
- postgresql
env:
- PREST_PG_USER=postgres PREST_PG_DATABASE=prest PREST_PG_PORT=5432
before_install:
- go get -u github.com/kardianos/govendor
- govendor sync
before_script:
- psql -c 'create database prest;' -U postg... | Add codecov.io call to Travis file | Add codecov.io call to Travis file
| YAML | mit | henriquechehad/prest,nuveo/prest,nuveo/prest,henriquechehad/prest |
dcd86577be57d4924de24f63260277742e1b2120 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
bundler_args: --without guard
before_script: gem install bundler
script: bundle exec rubocop -D && bundle exec rake
services:
- redis-server
- mongodb
- memcached
env:
- RAILS_VERSION=5.1.4
- RAILS_VERSION=5.0.0
- RAILS_VERSION=4.2.5
- RAILS_VERSION=3.2.... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
bundler_args: --without guard
before_script: gem install bundler
script: bundle exec rubocop -D && bundle exec rake
services:
- redis-server
- mongodb
- memcached
env:
- RAILS_VERSION=5.1.4
- RAILS_VERSION=5.0.0
- RAILS_VERSION=4.2.5
- RAILS_VERS... | Test against Ruby 2.5 since it has been released | Test against Ruby 2.5 since it has been released
| YAML | mit | jnunemaker/flipper,jnunemaker/flipper,jnunemaker/flipper,jnunemaker/flipper |
6f4345e8a188ebd5260e470e1673fe486338e0fa | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
- PHPUNIT=4.8.*
- PHPUNIT=5.0.*
- PHPUNIT=5.1.*
- PHPUNIT=5.2.*
- PHPUNIT=5.3.*
- PHPUNIT=5.4.*
- PHPUNIT=5.5.*
- PHPUNIT=5.6.*
- PHPUNIT=5.6.x-dev
- PHPUNIT=5.7.x-dev
- PHPUNIT=6.0.x-dev
matrix:
allow_failure:
- env: PHPUNIT=5.... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
- PHPUNIT=4.8.*
- PHPUNIT=5.0.*
- PHPUNIT=5.1.*
- PHPUNIT=5.2.*
- PHPUNIT=5.3.*
- PHPUNIT=5.4.*
- PHPUNIT=5.5.*
- PHPUNIT=5.6.*
- PHPUNIT=5.6.x-dev
- PHPUNIT=5.7.x-dev
- PHPUNIT=6.0.x-dev
matrix:
exclude:
- php: 5.6
env: P... | Exclude old php from master | Exclude old php from master
| YAML | mit | johnkary/phpunit-speedtrap |
653fe44d2aea2629f7227b72d08c5f5e924937ff | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
notifications:
email: false
| language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
notifications:
email: false
| Add more node versions to build | Add more node versions to build
| YAML | mit | gabegorelick/xgettext-handlebars |
ef91337661a42da90cf5e70823fb62911634d23e | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7
matrix:
fast_finish: true
allow_failures:
- php: 7
before_script:
- composer selfupdate
- composer install --dev --prefer-dist
script:
- ./bin/phpunit -c app | language: php
php:
- 5.6
- 7
matrix:
fast_finish: true
allow_failures:
- php: 7
before_script:
- composer selfupdate
- composer install --dev --prefer-dist
script:
- ./bin/phpunit -c app
services:
- postgresql
addons:
postgresql: "9.3"
before_script:
- psql -c 'create role symfony passwor... | Add Travis support for PostgreSQL | Add Travis support for PostgreSQL
| YAML | mit | diegonobre/symfony-cms,diegonobre/symfony-cms,diegonobre/symfony-cms |
4690c2dce770b7e5f2e81e88566e68cbdd01b25c | .travis.yml | .travis.yml | sudo: required
language: bash
services:
- docker
env:
- PHP_RUNTIME='php:5.4-cli'
- PHP_RUNTIME='php:5.5-cli'
- PHP_RUNTIME='php:5.6-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover'
- PHP_RUNTIME='php:7.0-cli'
- PHP_RUNTIME='diegomarangoni/hhvm:cli'
before_install:
# https://github.com/travis-ci/... | sudo: required
language: bash
services:
- docker
env:
- PHP_RUNTIME='php:5.4-cli'
- PHP_RUNTIME='php:5.5-cli'
- PHP_RUNTIME='php:5.6-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover'
- PHP_RUNTIME='php:7.0-cli'
- PHP_RUNTIME='baptistedonaux/hhvm:3.9'
- PHP_RUNTIME='baptistedonaux/hhvm:3.12'
- PHP... | Test against different hhvm versions | Test against different hhvm versions | YAML | mit | rybakit/msgpack.php,rybakit/msgpack.php |
0f8a8602d145a8cd3577a6dbfe027d829e4554ba | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.4
- 2.11.5
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- sbt coveralls
jdk:
- oraclejdk8
| language: scala
script:
- sbt clean coverage test
after_success:
- sbt coveralls
jdk:
- oraclejdk8
| Build only for scala 2.11 | Build only for scala 2.11
| YAML | apache-2.0 | edulify/play-hikaricp.edulify.com,apismensky/play-hikaricp.edulify.com |
9288d734bd867293f73786dea243e16947b9a866 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- "2.0"
- "2.1.10"
- "2.2.7"
- "2.3.4"
- "2.4.1"
- "jruby-9.1.8.0"
command: rake test
cache: bundler
| language: ruby
sudo: false
rvm:
- "2.0"
- "2.1.10"
- "2.2.7"
- "2.3.4"
- "2.4.1"
- "jruby-9.1.8.0"
script: rake test
cache: bundler
| Fix typo in Travis CI | Fix typo in Travis CI
| YAML | mit | janko-m/down |
19997672c57cf4c36c6d0c7e7fb17650afdebf0b | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
before_install: bundle update --quiet
| language: ruby
sudo: false
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
before_install: bundle update --quiet
| Add ruby 2.3 to the build matrix | Add ruby 2.3 to the build matrix
| YAML | mit | kenaniah/jschema,soylent/jschema |
c9dbd6655d3d313ecc2eccfc13911649220603fc | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.0
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.0
before_install: gem install bundler -v 1.11.2
| Upgrade Bundler version on TravisCI | Upgrade Bundler version on TravisCI
| YAML | mit | kaosf/conoha,kaosf/conoha |
57c1030526a4a34bfa2dfc6f7d1aa90e503d6570 | .travis.yml | .travis.yml | language: ruby
dist: xenial
cache: bundler
rvm:
- 2.6
env:
- GNUPGHOME=/tmp/fauna_fake_gpg_home RAILS_ENV=test
script:
- RAILS_ENV=test bundle exec rake --trace spec
before_script:
- psql -c 'create database fauna_development;' -U postgres
- psql -c 'create database fauna_test;' -U postgres
- cp config/data... | language: ruby
dist: xenial
cache: bundler
rvm:
- 2.6
env:
- GNUPGHOME=/tmp/fauna_fake_gpg_home RAILS_ENV=test
script:
- RAILS_ENV=test bundle exec rake --trace spec
before_script:
- psql -c 'create database fauna_development;' -U postgres
- psql -c 'create database fauna_test;' -U postgres
- cp config/data... | Update Travis config in accordance with new bin/setup logic | Update Travis config in accordance with new bin/setup logic
| YAML | mit | user890104/fauna,initLab/fauna,user890104/fauna,initLab/fauna,initLab/fauna,user890104/fauna |
d0251f75bdfba3b155135b922e2b6eacba57934c | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
cache: apt
before_script:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- sudo apt-get install -y libstdc++-4.8-dev clang-3.5 ninja-build
script:
- make -j4 ckati
- ruby runtest.rb -c
- ruby runtest.r... | language: cpp
compiler:
- clang
cache: apt
before_script:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- sudo apt-get install -y libstdc++-4.8-dev clang-3.5 ninja-build
- sudo ln -sf bash /bin/sh
script:
- make -j4 ckati
- ruby run... | Change the shell in Travis CI to bash | Change the shell in Travis CI to bash
| YAML | apache-2.0 | danw/kati,shinh/kati,danw/kati,danw/kati,google/kati,shinh/kati,danw/kati,shinh/kati,shinh/kati,google/kati,shinh/kati,google/kati,danw/kati,shinh/kati,google/kati,google/kati,danw/kati |
4433b3707a20d9b04c7476cdb5b8310a3bc52126 | .travis.yml | .travis.yml | dist: trusty
sudo: required
addons:
apt:
packages:
- lftp
language: node_js
node_js:
- "6"
os:
- linux
env:
global:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- DISPLAY=:99.0
- CHROME_BIN=chromium-browser
before_script:
- sh -e /etc/init.d/xvfb start
install:
- npm install
script:
- npm run ... | dist: trusty
sudo: required
addons:
apt:
packages:
- lftp
language: node_js
node_js:
- "6"
os:
- linux
env:
global:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- DISPLAY=:99.0
- CHROME_BIN=chromium-browser
before_script:
- sh -e /etc/init.d/xvfb start
install:
- npm install
script:
- npm run ... | Remove previous contents before upload | Remove previous contents before upload
| YAML | mit | Innqube/innqube-website,Innqube/innqube-website,Innqube/innqube-website |
6894218d865159876df97968d6930d81fb85040a | .travis.yml | .travis.yml | language: node_js
dist: trusty
sudo: false
node_js:
- "6"
git:
submodules: false
install:
- yarn global add gitbook-cli
- cd ~/.gitbook/versions/3.2.2 && npm i
- cd $TRAVIS_BUILD_DIR
script:
- gitbook build ./docs ./docs-build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # ... | language: node_js
dist: trusty
sudo: false
node_js:
- "6"
git:
submodules: false
install:
- yarn global add gitbook-cli
- npm install gitbook@3.2.2
- mkdir -p ~/.gitbook/versions
- cp node_modules/gitbook ~/.gitbook/versions/3.2.2
- cd ~/.gitbook/versions/3.2.2 && npm i
- cd $TRAVIS_BUILD_DIR
script:
... | Check Travis CI support for Documentation Deployment | Check Travis CI support for Documentation Deployment
| YAML | mit | noahziheng/freeiot |
105e7a769f8973a7c79f5aa2c89c18fe652520d2 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
services:
- redis-server
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
services:
- redis-server
| Test on latest ruby as well. | Test on latest ruby as well.
| YAML | mit | badboy/try.redis,badboy/try.redis,supasate/try.redis,NoellyB76/try.redis,supasate/try.redis,PradheepShrinivasan/try.redis,NoellyB76/try.redis,PradheepShrinivasan/try.redis,PradheepShrinivasan/try.redis,NoellyB76/try.redis,badboy/try.redis,supasate/try.redis |
7577d3c8f52abd158ed031ab26419bdfe962cfe3 | .travis.yml | .travis.yml | script: 'bundle exec rspec'
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
addons:
code_climate:
repo_token:
secure: "SPOEaP7C8L3IBezo3ocVnrLevrOT5CRu4A1kX83nvQDWtApnkHp0C9pRBTqS5pP/LEVbnts7EQjmlXLVcp7K4daaAcbkqAN/B8+TPXN7CZKoge4xylSzeRTRJ8g7sh7bk4ypxuTY0s5YJWhwz0JdDrObW3ZtFr1dlL5tAXnH3uA="
| script: 'bundle exec rspec'
rvm:
- 2.0.0
- 2.1.1
addons:
code_climate:
repo_token:
secure: "SPOEaP7C8L3IBezo3ocVnrLevrOT5CRu4A1kX83nvQDWtApnkHp0C9pRBTqS5pP/LEVbnts7EQjmlXLVcp7K4daaAcbkqAN/B8+TPXN7CZKoge4xylSzeRTRJ8g7sh7bk4ypxuTY0s5YJWhwz0JdDrObW3ZtFr1dlL5tAXnH3uA="
| Drop support for ruby 1.9.3 | Drop support for ruby 1.9.3
Because:
* Not many folks use it any more
* For some reason it is failing CI (travis)
| YAML | mit | yaworsw/euler-manager,yaworsw/euler-manager,yaworsw/euler-manager,yaworsw/euler-manager,yaworsw/euler-manager,yaworsw/euler-manager,yaworsw/euler-manager |
2cc52a492f30368ed8fb8ba996b2306c9fe85c99 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip --quiet install git+https://github.com/sloonz/pil-py3k.git; fi
- pip --quiet install pil
- sudo apt-get --quiet=2 install perceptualdiff
script:
- ./test/test.py
| language: python
python:
- "2.7"
- "3.2"
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip --quiet install git+https://github.com/sloonz/pil-py3k.git; fi
- sudo apt-get install zlib1g
- pip install pil
- sudo apt-get --quiet=2 install perceptualdiff
script:
- ./test/test.py
| Install zlib to add PNG support to PIL | Install zlib to add PNG support to PIL
| YAML | agpl-3.0 | hugovk/heatmap,aeszter/heatmap,aeszter/heatmap,sethoscope/heatmap,sethoscope/heatmap,hugovk/heatmap |
97d3437824b941d417104ab6d6b51514acb30868 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
before_install:
- npm install -g bower grunt-cli
| Install bower on Travis CI | Install bower on Travis CI
| YAML | mit | rakuten-frontend/grunt-bower-browser |
2e6acf6dd10c153bb3dd29fa35998cdc12629237 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.3
rvm:
- 2.2
before_install:
- gem install xcpretty
script:
- set -o pipefail
- ./Scripts/test_crypto
- ./Scripts/test_buy
- ./Scripts/test_pay
| language: objective-c
osx_image: xcode8.3
before_install:
- gem install xcpretty
script:
- set -o pipefail
- ./Scripts/test_crypto
- ./Scripts/test_buy
- ./Scripts/test_pay
| Remove `ram 2.2` requirement in CI config. | Remove `ram 2.2` requirement in CI config.
| YAML | mit | Shopify/mobile-buy-sdk-ios,Shopify/mobile-buy-sdk-ios,Shopify/mobile-buy-sdk-ios |
65a259001e18f811d3217748f0ae603a6243141d | .travis.yml | .travis.yml | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
python:
- 3.6
- 3.7-dev
- pypy3
before_install:
- mysql -e 'CREATE DATABASE eventsourcing;'
before_script:
- psql -c 'create database eventsourcing;' -U postgres
install:
- pip install -U pip wheel
- CASS_DR... | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
python:
- 3.6
- 3.7-dev
# - pypy # Cassandra suddenly failing to find hosts on Travis, 21 April 2018. Not sure why.
# - pypy3 # Sadly psycopg doesn't work with pypy3 at the moment, 22 July 2018. Known unresolved i... | Revert "Trying to see if psycopg2 supports pypy3 by now..." | Revert "Trying to see if psycopg2 supports pypy3 by now..."
This reverts commit 6ebe1012
| YAML | bsd-3-clause | johnbywater/eventsourcing,johnbywater/eventsourcing |
8f2d19db1ac9b7a2b773b21e7ee3f7fac4dda072 | .travis.yml | .travis.yml | language: generic
sudo: false
env:
global:
- BYOND_MAJOR="511"
- BYOND_MINOR="1385"
- DMEName="DMAPITravisTester.dme"
install:
- ./install_byond.sh
script:
- ./build_byond.sh
| language: generic
sudo: false
env:
global:
- BYOND_MAJOR="511"
- BYOND_MINOR="1385"
- DMEName="DMAPITravisTester.dme"
before_script:
- ./install_byond.sh
script:
- ./build_byond.sh
| Use before_script instead of install | Use before_script instead of install
| YAML | agpl-3.0 | tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,Cyberboss/tgstation-server,Cyberboss/tgstation-server |
44e90f43418606460e812be2d3ed7dc36fb97bcb | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
env:
- RACK_VERSION="~> 1.4.0"
- RACK_VERSION="~> 1.3.0"
- RACK_VERSION="~> 1.2.0"
| language: ruby
rvm:
- "1.9.3"
- "2.0.0"
env:
- RACK_VERSION="~> 1.5.0"
- RACK_VERSION="~> 1.4.0"
- RACK_VERSION="~> 1.3.0"
- RACK_VERSION="~> 1.2.0"
| Test against newer versions of Rack. | Test against newer versions of Rack.
| YAML | mit | mdub/sham_rack |
d8c2f60069e8d537e25f4b765f3c8cb1e37d834c | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- PROJECT=Waffle.xcodeproj
git:
submodules: false
before_script:
- git submodule update --init --recursive
script:
- set -o pipefail
- open -b com.apple.iphonesimulator # Workaround https://github.com/travis-ci/travis-ci/iss... | language: objective-c
osx_image: xcode8.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- PROJECT=Waffle.xcodeproj
git:
submodules: false
before_script:
- git submodule update --init --recursive
script:
- set -o pipefail
- open -b com.apple.iphonesimulator # Workaround https://github.com/travis-ci/travis-ci/iss... | Use Debug configuration for code coverage. | Use Debug configuration for code coverage.
| YAML | mit | CodeReaper/Waffle,CodeReaper/Waffle |
31b57328d62d457ebe9a06778c19346ee1c4edb2 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.4
cache:
- bundler
- apt
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/v... | language: ruby
rvm:
- 2.1.4
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/validation.pem
- cp dna.jso... | Remove caches. Not available for open-source projects | Remove caches. Not available for open-source projects
| YAML | apache-2.0 | stonevil/nexus-cookbook,stonevil/nexus-cookbook,stonevil/nexus-cookbook |
839e979d652959929ececc60aab8db574673afee | .travis.yml | .travis.yml | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=chefdk-debian-8
- INSTANCE=chefdk-debian-9
- INSTANCE=chefdk-centos-6
- I... | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=chefdk-debian-8
- INSTANCE=chefdk-debian-9
- INSTANCE=chefdk-debian-10
- ... | Update platforms we test in Travis | Update platforms we test in Travis
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/chef-ingredient,chef-cookbooks/chef-ingredient |
c044ebee86afb4456f2a0a9d0725182429fd8568 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
# - python .
python tools/setup.py install --user
# - pip install -r requirements.txt
# command to run tests
script: python userlist.py
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
# - python .
python userlist.py test
| Edit for allowing Travis to compile this file | Edit for allowing Travis to compile this file | YAML | apache-2.0 | apazon/AKAMAItools |
b1b29b537e274b74758343e324c02afca48060f4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "6.1"
- "5.11"
- "0.6"
- "iojs" | language: node_js
node_js:
- "6"
- "6.1"
- "5.11"
- "iojs" | Remove node 0.6 from CI. | Remove node 0.6 from CI.
| YAML | isc | markschad/ms-dag-ts |
a892076f56493218399b25d28d6c0094aa9058d5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "lts/*"
- "node"
script: npm run ci | language: node_js
node_js:
- "lts/*"
- "node"
script: npm run ci
deploy:
provider: npm
email: "abenojaalex@gmail.com"
api_key: "5c1a90c9-de7b-4cb7-b723-35bb9ea401d9"
on:
branch: master | Automate deployments from successful master builds | Automate deployments from successful master builds
| YAML | mit | jrios/es-components,jrios/es-components,jrios/es-components,TWExchangeSolutions/es-components,TWExchangeSolutions/es-components |
b353ece63bc0e4b7c46428e67a27950d7f87d6ce | .travis.yml | .travis.yml | sudo: false
language: php
env:
global:
- COMPOSER_ROOT_VERSION=4.0.x-dev
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
before_script:
- p... | sudo: false
language: php
env:
global:
- COMPOSER_ROOT_VERSION=2.0.x-dev
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=MYSQL RECIPE_VERSION=1.0.x-dev PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=MYSQL RECIPE_VERSION=1.1.x-dev PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL R... | Add various recipe versions to Travis matrix | Add various recipe versions to Travis matrix
| YAML | mit | lekoala/silverstripe-debugbar,lekoala/silverstripe-debugbar |
fc59ee4edfc59defe97a0be6d5200cd9a02803a3 | .travis.yml | .travis.yml | language: java
install: echo "I trust Maven completely."
# build, verify, and deploy the snapshot artifacts
script:
- mvn verify
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn deploy --settings maven_deploy_settings.xml || false'
after_success: mvn cobertura:cobertura coveralls:cobertura
jdk:
- oraclejdk7
- o... | language: java
install: echo "I trust Maven completely."
# build, verify, and deploy the snapshot artifacts
script:
- mvn verify
- 'if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then mvn deploy --settings maven_deploy_settings.xml; fi'
after_success: mvn cobertura:cobertura coveralls:cobertura
jdk:
- oraclejdk7
- o... | Change to an 'if' block since `false` causes a non-zero return, which will make maven break the build. | Change to an 'if' block since `false` causes a non-zero return, which will make maven break the build. | YAML | apache-2.0 | michelle-liang/dropwizard,Alexey1Gavrilov/dropwizard,mulloymorrow/dropwizard,micsta/dropwizard,edgarvonk/dropwizard,pkwarren/dropwizard,dotCipher/dropwizard,helt/dropwizard,vikasshinde22105/dropwizard,micsta/dropwizard,charlieg/dropwizard,michelle-liang/dropwizard,bbrighttaer/dropwizard,sytolk/dropwizard,grange74/dropw... |
52fa76704332c1ac4b7b3ea1eb822592d3ddf33c | .travis.yml | .travis.yml | sudo: true
language: go
go:
- 1.5.3
addons:
apt:
packages:
- fuse
script:
- make
notifications:
email: jesse.szwedko@gmail.com
| sudo: true
language: go
go:
- 1.7
addons:
apt:
packages:
- fuse
script:
- make
notifications:
email: jesse.szwedko@gmail.com
| Update Travis to use 1.7 | Update Travis to use 1.7
| YAML | mit | jszwedko/ec2-metadatafs |
6a5bcf7e36d74e05e606aab2c809d1ddfda4b4a9 | .travis.yml | .travis.yml | language: c
compiler:
- clang
- gcc
script: cd libpam && ./bootstrap.sh && ./configure && make && make check
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpam0g-dev libqrencode3
| language: c
compiler:
- clang
- gcc
script: cd libpam && ./bootstrap.sh && ./configure && make && make check
sudo: false
addons:
apt:
packages:
- libpam0g-dev
- libqrencode3
| Swap to Travis CI's new container-based infrastructure | Swap to Travis CI's new container-based infrastructure
http://docs.travis-ci.com/user/migrating-from-legacy/
| YAML | apache-2.0 | google/google-authenticator,google/google-authenticator |
35e875a95556e2bb94da605355a0d91de6512ed2 | .travis.yml | .travis.yml | language: node_js
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
node_js:
- "0.11"
- "0.10"
| sudo: false
language: node_js
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
node_js:
- "0.11"
- "0.10"
| Use new Travis CI infrastructure | Use new Travis CI infrastructure
| YAML | mit | brettpostin/launchpad,ekryski/launchpad,ekryski/launchpad,brettpostin/launchpad |
9358ea1bd7548e4d9aed7cd6c89b9638d660cf2a | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer install -n
script:
- vendor/bin/phpunit
cache:
directories:
- vendor
| dist: trusty
sudo: false
language: php
php:
- 5.6
- 7.0
matrix:
fast_finish: true
before_script:
- composer install -n
script:
- vendor/bin/phpunit
cache:
directories:
- vendor
| Drop support of HHVM and PHP 5.5 | Drop support of HHVM and PHP 5.5 | YAML | mit | Kevinrob/guzzle-cache-middleware |
1cf1f02dd56c466029412329538ebb90e3e6801e | .travis.yml | .travis.yml | ---
os: osx
sudo: false
cache:
directories:
- .bundle/gems
language: ruby
rvm:
- 2.3.5
- 2.4.3
- ruby-head
env:
global: "NOCOV=true"
matrix:
- "LIBEDIT=true"
- "LIBEDIT=false"
before_install:
- brew update;
- brew install shellcheck clang-format@3.8;
- ln -s /usr/local/opt/clang-for... | ---
os: osx
sudo: false
cache:
directories:
- .bundle/gems
language: ruby
rvm:
- 2.3.5
- 2.4.3
- ruby-head
env:
global: "NOCOV=true"
matrix:
- "LIBEDIT=true"
- "LIBEDIT=false"
before_install:
- brew update;
- brew install shellcheck clang-format@3.8;
- ln -s /usr/local/opt/clang-for... | Remove now unnecessary stuff from TravisCI config | Remove now unnecessary stuff from TravisCI config
Another follow up to the removal of overcommit.
| YAML | bsd-2-clause | deivid-rodriguez/byebug,yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug,yui-knk/byebug |
dd2738b693a67155135b0d68e24ebdff31cdda81 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- "pip install -r requirements.txt"
script:
- script/test_python
- script/test_c
| language: python
python:
- "2.7"
- "3.5"
install:
- "pip install -r requirements.txt"
script:
# - script/test_python
- script/test_c
| Comment out python tests in ci. | Comment out python tests in ci.
| YAML | mit | hockeybuggy/sudoku_solver,hockeybuggy/sudoku_solver,hockeybuggy/sudoku_solver |
2a2bc509129aabcc900edfe2a51e10276f58ce89 | .travis.yml | .travis.yml | language: java
sudo: false
script: ./gradlew clean build -s && ./gradlew ciPerformRelease
matrix:
include:
- jdk: oraclejdk8
- jdk: oraclejdk9
env: SKIP_RELEASE=true
#don't build tags
branches:
except:
- /^v\d/
| language: java
sudo: false
script: ./gradlew clean build -s && ./gradlew ciPerformRelease
matrix:
include:
- jdk: oraclejdk8
- jdk: oraclejdk9
env: SKIP_RELEASE=true
- jdk: openjdk10
env: SKIP_RELEASE=true
- jdk: openjdk11
env: SKIP_RELEASE=true
#don't build tags
branches:
except:
- /^v\d/
| Add jdk 10 and 11 to Travis | Add jdk 10 and 11 to Travis
| YAML | mit | magx2/jSupla |
1ed5c806a977bbf3c27a5101c6dcb2be7d46ca41 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
| Use new Travis build farm. | Use new Travis build farm.
| YAML | mit | wireservice/agate-stats,onyxfish/agate-stats |
19956ea19505b96f8a2460d86b9b0fb47a42c13e | .travis.yml | .travis.yml | language: python
python:
- "3.5"
script: pylint -r n *.py extension_exporters/*.py && pycodestyle
| language: python
python:
- "3.5"
script: pylint -r n *.py extension_exporters/*.py && pycodestyle && python -m pytest
| Add current unit tests to CI | Add current unit tests to CI
| YAML | apache-2.0 | Kupoman/blendergltf |
5b55f71d9406aeeb98ca32f0f7003439ff063fba | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
| language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
| Drop support of oldest PHP versions | Drop support of oldest PHP versions
Drop support of PHP 5.4 and 5.5 | YAML | mit | lahaxearnaud/laravel-u2f,lahaxearnaud/laravel-u2f,lahaxearnaud/laravel-u2f |
571bcdf08ce3170839390c44e8f7685e47b33528 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
before_install:
- travis_retry npm install
script:
- npm test
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| sudo: false
language: node_js
node_js:
- "10"
- "12"
- "14"
before_install:
- travis_retry npm install
script:
- npm test
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| Update Travis Node versions; Node < 10 no longer maintained | Update Travis Node versions; Node < 10 no longer maintained
| YAML | mit | winstonjs/logform |
86362be56c3b223e34a61d5f2ba1c67abf8e8246 | .travis.yml | .travis.yml | osx_image: xcode8
language: generic
matrix:
include:
- os: osx
env: TYPE=xcode
language: objective-c
after_success: bash <(curl -s https://codecov.io/bash)
- os: osx
env:
- TYPE=spm
- SWIFT_VERSION=3.0
- os: linux
dist: trusty
sudo: required
env:
... | osx_image: xcode8
language: generic
matrix:
include:
- os: osx
env: TYPE=xcode
language: objective-c
after_success: bash <(curl -s https://codecov.io/bash)
- os: osx
env:
- TYPE=spm
- SWIFT_VERSION=3.0
- os: linux
dist: trusty
sudo: required
env:
... | Use latest snapshot for linux build | Use latest snapshot for linux build
| YAML | mit | tomquist/ReverseJson,tomquist/ReverseJson |
cdc3b3fa9c4fda688a68b8b8ab2d0cf2b10a1172 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
install:
- python setup.py install
- pip install $DJANGO
- pip install psycopg2
script:
- createdb facebook_auth-test-databas... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
install:
- python setup.py install
- pip install $DJANGO
- pip install psycopg2
script:
- createdb facebook_auth-test-databas... | Drop support for django 1.5 and 1.6. | Drop support for django 1.5 and 1.6.
| YAML | mit | pozytywnie/django-facebook-auth,pozytywnie/django-facebook-auth |
6fb390f9e7c5af6e4f2c63d566e722c1f573f728 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.4"
- "2.4.1"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| language: ruby
sudo: false
rvm:
- "2.3.8"
- "2.4.10"
- "2.5.8"
- "2.6.6"
- "2.7.1"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| Change Ruby versions to reflect current reality | Change Ruby versions to reflect current reality
| YAML | mit | ManageIQ/binary_struct |
c0085ae52fbdb2fdf26bb4eb969eb3069813de51 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- 2.7
- pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install tox
# command to run tests, e.g. python setup.py test
script:
- tox
| # Config file for automatic testing at travis-ci.org
language: python
env:
- TOXENV=py27
- TOXENV=pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install tox
# command to run tests, e.g. python setup.py test
script:
- tox
| Use env instead of python for testing envs | Use env instead of python for testing envs
This is the way tools like msabramo's python-panci do the generation of
travis YAMLs from tox.ini.
| YAML | mit | yola/teamsupport-python,zoidbergwill/teamsupport-python |
3c741c4628350357405001173521086494148ab2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| Add 0.12 and iojs to CI run. | Add 0.12 and iojs to CI run.
| YAML | mit | cliffano/breaker |
ada54d78ed978fd13383a61c5d1fc175ac6cf544 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.2.3
bundler_args: "--without development:production:intercode1_import"
notifications:
slack:
secure: Fip6shy/5QPPqQc0qZvZnGGZeoc+ZObzQKeDKg46XsyBcAsiJO/f6GiALstWOY+Ne8Uo4V/FtzLEN3D/yV02FbJPAFh60JDcy15ltVBkQNZGeu9wQMIqdbuDkm+M7s9rp4f9/J3z39Yuas6EKzTk88Qt4EQyJTktqXDawKMKE+Q=
| language: ruby
sudo: false
rvm:
- 2.2.3
bundler_args: "--without development:production:intercode1_import"
before_script:
- cp config/database.yml.dev config/database.yml
- bin/rake db:create db:migrate RAILS_ENV=test
notifications:
slack:
secure: Fip6shy/5QPPqQc0qZvZnGGZeoc+ZObzQKeDKg46XsyBcAsiJO/f6GiALstWOY+Ne8... | Set up database in Travis | Set up database in Travis
| YAML | mit | neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode |
dc910107cfc4cb5332ddaabd9d295e4c36e88c85 | .travis.yml | .travis.yml | sudo: required
services:
- docker
env:
global:
- DOCKER_VERSION=1.12.1-0~trusty
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSIO... | sudo: required
services:
- docker
env:
global:
- DOCKER_VERSION=1.12.3-0~trusty
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y --allow-downgrades docker-eng... | Upgrade docker-engine and allow downgrades | Upgrade docker-engine and allow downgrades
| YAML | mit | pocket-playlab/nginx-proxy,krknopp/docker-nginx-proxy,pocket-playlab/nginx-proxy,adi90x/rancher-active-proxy,thomasleveil/nginx-proxy,kamermans/nginx-proxy,itsafire/nginx-proxy,jwilder/nginx-proxy,jwilder/nginx-proxy,adi90x/rancher-active-proxy,kamermans/nginx-proxy,dylangmiles/nginx-proxy,itsafire/nginx-proxy,krknopp/... |
bdc07d2c7cc86449ea641fff72cb98443664def9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.1.0
- RACK_VERSION=1.2.0
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RACK_VERSION=2.0.0
- RAILS_VERSION=3.... | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RACK_VERSION=2.0.0
- RAILS_VERSION=3.2.0
- RAILS_VERSION=4.0.0
- RAILS_VERSION=... | Drop Rack 1.1 and 1.2 tests from CI | Drop Rack 1.1 and 1.2 tests from CI
| YAML | mit | dtaniwaki/rack-dev-mark |
c111361e19ca8b60e9e6d2de46765f87f9cfe76d | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
install: pip install --upgrade mypy flake8
script: ./test-all.sh
cache:
- cargo
- pip
| language: rust
rust:
- stable
- beta
- nightly
install: pip install --user --upgrade mypy flake8
script: ./test-all.sh
cache:
- cargo
- pip
| Install Python packages without Travis root user. | Install Python packages without Travis root user.
| YAML | apache-2.0 | sunfishcode/cretonne,sunfishcode/cretonne,stoklund/cretonne,stoklund/cretonne,stoklund/cretonne,sunfishcode/cretonne |
702cdfb0719132ce2640bc47bc990d2b47ab8c1a | .travis.yml | .travis.yml | language: ruby
rvm:
- jruby-head
- jruby-9.0.5.0
- jruby-9.0.4.0
- 2.3.1
- 2.2.5
- 2.1.8
- ruby-head
before_install: gem install bundler -v 1.11.2
env:
- JRUBY_OPTS="--dev --debug"
jdk:
- oraclejdk8
| language: ruby
rvm:
- jruby-head
- jruby-9.1.0.0
- 2.3.1
- 2.2.5
- 2.1.8
- ruby-head
before_install: gem install bundler
env:
- JRUBY_OPTS="--dev --debug"
jdk:
- oraclejdk8
| Test the latest JRuby stable release | Test the latest JRuby stable release
| YAML | mit | donv/capybara-screenshot-diff,donv/capybara-screenshot-diff |
8e27c8e5787a8261c00761767b4ed8c8388fac9e | .travis.yml | .travis.yml | language: node_js
services: mongodb
node_js:
- "0.11"
- "0.10"
- "0.8" | language: node_js
services: mongodb
node_js:
- "0.11"
- "0.10" | Remove node 0.8 CI since gulp plugin composition doesnt run atm on node v0.8 | Remove node 0.8 CI since gulp plugin composition doesnt run atm on node v0.8
| YAML | mit | bauhausjs/bauhausjs,bauhausjs/bauhausjs,bauhausjs/bauhausjs,bauhausjs/bauhausjs |
26a5024d069dd270d14745a651e7fd631dc4b9df | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
cache: bundler
notifications:
email: false
hipchat:
rooms:
secure: "Scevf1Onn0h3uNLsJUPx+dyBf878/iMVWW04+GZrThA5609BQwukk1yz7dKI2fOhlwziUo878nnp2UcJ8lxT+C+3g8QG+XYZp4hI4xnRqE38oO+mwLcAPzCTemQC3+6lYY+Yv9Ux9rGZo2WHcMFHNlCPoDhIArY8qm7+BKJu1pw="
on_success: never
on_fail... | language: ruby
sudo: false
rvm:
- 2.2
cache: bundler
notifications:
email: false
hipchat:
rooms:
secure: "Scevf1Onn0h3uNLsJUPx+dyBf878/iMVWW04+GZrThA5609BQwukk1yz7dKI2fOhlwziUo878nnp2UcJ8lxT+C+3g8QG+XYZp4hI4xnRqE38oO+mwLcAPzCTemQC3+6lYY+Yv9Ux9rGZo2WHcMFHNlCPoDhIArY8qm7+BKJu1pw="
on_success: never... | Enable Travis CI container builds | Enable Travis CI container builds
| YAML | mit | twingly/twingly-url |
93090fcbbc373aaa7c40f7a016785a04a63daaf2 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
before_install:
- go get -u github.com/golang/lint/golint
- if [[ $TRAVIS_GO_VERSION == 1.5* ]]; then go get -u github.com/kisielk/errcheck; fi
before_script:
- '! gofmt -s -l . | read'
- golint ./...
- echo $TRAVIS_GO_VERSION
- if [[ $TRAVIS_GO_VERSION ==... | language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
before_install:
- go get -u github.com/golang/lint/golint
- if [[ $TRAVIS_GO_VERSION == 1.5* ]]; then go get -u github.com/kisielk/errcheck; fi
- go get -u golang.org/x/tools/cmd/vet
before_script:
- '! gofmt -s -l . | read'
- golint ./...
- echo $TRAVIS_G... | Add `go vet` to Travis CI | Add `go vet` to Travis CI
| YAML | apache-2.0 | soheilhy/cmux,ekle/cmux |
d287ca75bc75d8617351ac2989dad6dae6547907 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
cache:
pip: true
directories:
- $HOME/.ccache
env:
global:
- PATH="/usr/lib/ccache:$PATH"
install:
- "pip install -U pip 'setuptools!=26.*'"
- "pip install ."
- "pip install -r test_requirements.tx... | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
cache:
pip: true
directories:
- $HOME/.ccache
env:
global:
- PATH="/usr/lib/ccache:$PATH"
install:
- "pip install -U pip 'setuptools!=26.*'"
- "pip install ."
- "pip install -r tes... | Test with modern PyPy take 2 | Test with modern PyPy take 2
This version of PyPy should be supported in Travis. I've seen it elsewhere. | YAML | mit | python-hyper/brotlipy |
2590cb9666c6fdb126f9e6de6b05c31e7855e211 | .travis.yml | .travis.yml | language: java
before_install:
- sudo apt-get install jq
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
jdk:
- openjdk7
- oraclejdk8
after_success:
- mvn jacoco:report cover... | language: java
before_install:
- sudo apt-get install jq
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
jdk:
- openjdk7
- oraclejdk8
after_success:
- mvn jacoco:report cover... | Use Java8 for Codacy code coverage publishing | Use Java8 for Codacy code coverage publishing | YAML | mit | codecentric/jbehave-junit-runner,valfirst/jbehave-junit-runner |
246db82380812fd624e89c971eb9441bead0829c | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
python:
- "3.5"
- "3.6"
- "nightly"
- "pypy3.5"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses
# mypy can't be installed o... | sudo: false
language: python
cache: pip
python:
- "3.5"
- "3.6"
- "nightly"
- "pypy3.5"
- "pypy3"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses
# mypy can't be... | Use latest PyPy3 in CI | Use latest PyPy3 in CI
This makes sure we test with their Python 3.6 implementation right now.
| YAML | bsd-3-clause | alecthomas/injector |
86ba30d457049bfc7bab36497e443f9d23d678f7 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.0
- hhvm
before_script:
- pip install --user codecov
- composer self-update && composer install --dev
script:
- docker build -t matthiasmullie/php-api .
- docker run -d -p 80:80 matthiasmullie/php-api
- ./vendor/bin/phpunit
after_success:
- vendor/bin/cauditor
- code... | language: php
php:
- 7.1
- 7.0
- hhvm
before_script:
- pip install --user codecov
- composer self-update && composer install --dev
script:
- sudo kill -9 `sudo lsof -t -i:80`
- docker build -t matthiasmullie/php-api .
- docker run -d -p 80:80 matthiasmullie/php-api
- ./vendor/bin/phpunit
after_suc... | Make sure nothing is running on port 80 | Make sure nothing is running on port 80
| YAML | mit | matthiasmullie/php-api |
877d3975ad08a99fd27c109bc5c63ba3eafcf563 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
- "6"
- "7"
- "8"
notifications:
email: false
| language: node_js
sudo: false
node_js:
- "8"
notifications:
email: false
| Drop support for node versions < 8 | Drop support for node versions < 8
| YAML | mit | holidaycheck/eslint-config-holidaycheck |
4e7a4418daf7e5e61894a2559a174fa326f3a26f | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
services:
- elasticsearch
before_install:
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-5.4.3.deb && sudo service elasticsearch restart
before_script:
- sleep 10
after_success:
- bash <(curl... | language: java
jdk:
- oraclejdk8
services:
- docker
after_success:
- bash <(curl -s https://codecov.io/bash)
| Use docker instead of manually installing ElasticSearch on TravisCI | Use docker instead of manually installing ElasticSearch on TravisCI
| YAML | apache-2.0 | magrossi/es-log4j2-appender |
043421606583de4f3f1b78e92728c185511a2e73 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
install:
- composer install
script: phpunit --coverage-text
before_script:
- composer install
notifications:
email:
- github@crazedsanity.com
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
install:
- composer install
script: phpunit --coverage-text
before_script:
- composer install
notifications:
email:
- github@crazedsanity.com
| Add PHP 7.x versions to Travis builds | Add PHP 7.x versions to Travis builds
| YAML | mit | crazedsanity/template |
5ea1a63f95492e9fb255322cdb004d23edb02752 | .travis.yml | .travis.yml | language: python
python:
- 3.4
- 3.5
- pypy3
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- nosetests -v -l DEBUG --logging-level=DEBUG --with-coverage --cover-package=flask_webapi
after_success:
- codecov
| language: python
python:
- pypy3
- 3.4
- 3.5
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- nosetests -v -l DEBUG --logging-level=DEBUG --with-coverage --cover-package=flask_webapi
after_success:
- codecov
| Put pypy on first place to avoid problem with coverage | Put pypy on first place to avoid problem with coverage
| YAML | mit | viniciuschiele/flask-webapi |
5b08aac15331338d045d2e4736d1a00fd4e816f7 | .travis.yml | .travis.yml | language: python
services:
- memcached
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install: python setup.py install
before_script:
- pip install nose
script: python bin/runtests.py
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- LIBMEMCACHED_VERSION='0.44'
- LIBMEMCACHED_VERSION='0.53'
- LIBMEMCACHED_VERSION='1.0.8'
before_install:
# Default travis-ci libmemcached is 0.44 (ubuntu precise). If we need a
# higher version, add in the appropriate ppa. The newer pa... | Add a 5x3 test matrix for Travis CI | Add a 5x3 test matrix for Travis CI
python 2.6, 2.7, 3.2, 3.3, 3.4
libmemcached 0.44, 0.53, 1.0.8
| YAML | bsd-3-clause | lericson/pylibmc,lericson/pylibmc,lericson/pylibmc |
20bd5f469a2bea9b185eeeb01cd6d44133daf7d1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
| language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
| Remove CI for node 0.8 | Remove CI for node 0.8
Our testbed is incompatible with node 0.8 due to dependencies, so
it makes no sense to have a failing CI on every PR.
| YAML | mit | baalexander/node-xmlrpc,patricklodder/node-xmlrpc |
a8991298af2e9933baa8f3e25cab12a20fb5abcf | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
matrix:
fast_finish: true
script: npm test --coverage
after_script: codeclimate < coverage/lcov.info
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- 'nodejs'
matrix:
fast_finish: true
script: npm test --coverage
after_script: codeclimate < coverage/lcov.info
| Test against latest Node version | Test against latest Node version
| YAML | mit | timkurvers/byte-buffer |
8a97b454365415c71608718b6406c6212b8a36e8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| language: ruby
rvm:
- 2.0.0
- 2.1.1
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| Delete ruby 1.8.7, 1.9.2 and 1.9.3 from Travis | Delete ruby 1.8.7, 1.9.2 and 1.9.3 from Travis
| YAML | mit | juno/rack-heroku_env |
42e13a2198dc2e5fe06620d080a46131f9d003ba | .travis.yml | .travis.yml | language: python
sudo: enabled
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# command to run tests
script: coverage run --branch --source=opensauce --omit=opensauce/textgrid.py -m unittest test
install:
- sudo apt-get -qq update
- sudo apt-get install -y tk8.4 libsnack2
- wget http://www.fon.hum.uva.nl/praat/p... | language: python
sudo: enabled
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# command to run tests
script: coverage run --branch --source=opensauce --omit=opensauce/textgrid.py -m unittest test
install:
- sudo apt-get -qq update
- sudo apt-get install -y tk8.4 libsnack2
- wget http://www.fon.hum.uva.nl/praat/p... | Update Praat & SciPy versions to use in Travis build | Update Praat & SciPy versions to use in Travis build
| YAML | apache-2.0 | voicesauce/opensauce-python,voicesauce/opensauce-python,voicesauce/opensauce-python |
fde725e375550f1e454a1ec8b84cd7b64c642107 | .travis.yml | .travis.yml | sudo: false
addons:
apt:
sources:
- sourceline: 'ppa:git-core/ppa'
packages:
- git
language: go
go:
- 1.5
branches:
only:
- master
| sudo: false
addons:
apt:
sources:
- sourceline: 'ppa:git-core/ppa'
packages:
- git
language: go
go:
- 1.8.x
- master
branches:
only:
- master
matrix:
allow_failures:
- go: master
| Test against a less ancient version of Go | Test against a less ancient version of Go
| YAML | mpl-2.0 | missedone/go-getter,hashicorp/go-getter |
3112682d573edf8b4fd369cf609da7d1cf329d1f | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install -e .
- pip list
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
- python setup.py test
matrix:
allow_failures:
- python: pypy
notifications:... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
- pip install -e .
- pip list
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
- python setup.py test
matrix:
allow_failures:
- python: pypy
-... | Add tests on PyPy 3 for Travis-CI | Add tests on PyPy 3 for Travis-CI
| YAML | mit | pedros/pep8,doismellburning/pep8,zevnux/pep8,PyCQA/pep8,codeclimate/pep8,jayvdb/pep8,ojengwa/pep8,ABaldwinHunter/pep8-clone-classic,ABaldwinHunter/pep8,asandyz/pep8,pandeesh/pep8,MeteorAdminz/pep8,jayvdb/pep8 |
b0368239d16d05d803fb04037a0b5ee8e0b67b30 | .travis.yml | .travis.yml | # Travis CI
## I prefer to explicitly send my builds to the container-based infrastructure
sudo: false
## The programmming language that I use
language: python
## Choosing Python versions to test against
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "n... | # Travis CI
## I prefer to explicitly send my builds to the container-based infrastructure
sudo: false
## The programmming language that I use
language: python
## Choosing Python versions to test against
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "n... | Use before_script instead of install | Use before_script instead of install | YAML | apache-2.0 | SuriyaaKudoIsc/keylogger,SuriyaaKudoIsc/keylogger |
f62ce9dfbf15df8ef62cf4326928be5e6fe5d055 | .travis.yml | .travis.yml | os: osx
env:
- NODE_VERSION="0.10"
- NODE_VERSION="0.12"
- NODE_VERSION="stable"
install:
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- node --version
- npm install
script:
- npm test
| os: osx
env:
- NODE_VERSION="0.10"
- NODE_VERSION="0.12"
- NODE_VERSION="4"
- NODE_VERSION="stable"
install:
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- node --version
- npm install
script:
- npm test
| Add node v4 to Travis CI | Add node v4 to Travis CI
| YAML | mit | mischah/itunes-remote |
e09632138219e21f166a49af28932baa4edcf4f1 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directory:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- hhvm
before_script:
- composer --prefer-source install
script:
- ./vendor/bin/phpunit
| language: php
sudo: false
cache:
directory:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer --prefer-source install
script:
- ./vendor/bin/phpunit
| Enable PHP 7.1 on Travis | Enable PHP 7.1 on Travis
| YAML | mit | doctrine/common,TomasVotruba/common |
2c074f5df25013058de285cb8df4944c52b2d02f | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '8'
- '9'
script: 'npm run ci'
| language: node_js
node_js:
- '8'
- '9'
script: 'npm run ci'
| Drop node.js 6 support so we can use the new eslint-plugin-node (semver-major) | Drop node.js 6 support so we can use the new eslint-plugin-node (semver-major)
| YAML | bsd-3-clause | unexpectedjs/unexpected-stream |
f6d88a94bc2ccc16d770dc47337c8f0044b95348 | .travis.yml | .travis.yml | language:
- python
python:
- '3.4.3'
install:
- pip install -e .
- pip install coveralls
before_script:
- psql -c "CREATE DATABASE loadstone;" -U postgres
script:
- coverage run -m py.test
after_success:
- coveralls
cache:
directories:
- $HOME/.cache/pip
notifications:
email:
recipients:
- s.elahmadie@gma... | language:
- python
python:
- '3.4.3'
- '3.5'
- 'pypy3'
install:
- pip install -e .
- pip install coveralls
before_script:
- psql -c "CREATE DATABASE loadstone;" -U postgres
env:
- DATABASE_URL=sqlite://
- DATABASE_URL=postgresql://postgres@localhost:5432/loadstone
script:
- coverage run -m py.test
after_success:
- cove... | Add python3.5, pyp3 and test with sqlite memory, postgres | Add python3.5, pyp3 and test with sqlite memory, postgres
| YAML | mit | Demotivated/loadstone |
685e6d7268a15821d390290ac3d3d8dc38f76980 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- "2.1"
- "2.2"
- ruby-head
- jruby-19mode
- jruby-head
| language: ruby
rvm:
- 2.0.0
- "2.1"
- "2.2"
- ruby-head
- jruby-head
| Remove support for ruby 1.9 | Remove support for ruby 1.9 | YAML | mit | mateusdelbianco/smart_polling |
c245a602a708e512d29c5681cfb81affe3878fd3 | .travis.yml | .travis.yml | language: python
python:
- "pypy"
- 2.6
- 2.7
- 3.3
- 3.4
matrix:
include:
- python: "3.2"
install:
- pip install jsonschema==2.3.0
script:
- python setup.py test
install:
- pip install coveralls
script:
- coverage run --source=jsonmerge setup.py test
after_success:
- c... | language: python
python:
- "pypy"
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
matrix:
include:
- python: "3.2"
install:
- pip install jsonschema==2.3.0
script:
- python setup.py test
install:
- pip install coveralls
script:
- coverage run --source=jsonmerge setup.py test
afte... | Add Python 3.5 and 3.6 to Travis. | Add Python 3.5 and 3.6 to Travis.
| YAML | mit | avian2/jsonmerge |
46effd879a54d0d421c98186ec145dc08830869e | .travis.yml | .travis.yml | language: objective-c
script:
- xctool -scheme 'UINavigationItem+Margin' -sdk iphonesimulator7.1 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
- xctool -scheme 'UINavigationItem+Margin' -sdk iphonesimulator8.1 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
| language: objective-c
osx_image: xcode8.3
sudo: false
env:
global:
- PROJECT="UINavigationItem+Margin.xcodeproj"
- IOS_SDK="iphonesimulator10.3"
- IOS_DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.3"
matrix:
- SCHEME="UINavigationItem+Margin" SDK="$IOS_SDK" ACTION="test"
scri... | Use Xcode 8.3 in Travis | Use Xcode 8.3 in Travis
| YAML | mit | devxoul/UINavigationItem-Margin,devxoul/UINavigationItem-Margin |
64ff44f434b85629a4e6f318fd4919a0347405dd | .travis.yml | .travis.yml | language: node_js
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "4"
- "5"
- "6"
- "7"
before_install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
| language: node_js
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "4"
- "6"
- "7"
before_install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
| Remove Node.js v5 from CI testing | Remove Node.js v5 from CI testing
Versions 4, 6, and 7 are the currently-supported releases:
https://github.com/nodejs/LTS/tree/1a10c515de897ea3ad73f6c2d7e4d145be0b27c5
| YAML | mit | btmills/queue |
3b7cd04968af4e3037c124df53d81e5c709bce14 | src/main/resources/config/application.yml | src/main/resources/config/application.yml | swagger:
title: Sample API
description: Sample API!
version: 0.0.1
termsOfServiceUrl: http://google.com/
contact:
license: Apache 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html
server:
tomcat:
basedir: tomcat
max-threads: 200
access-log-enabled: ... | swagger:
title: Sample API
description: Sample API!
version: 0.0.1
termsOfServiceUrl: http://google.com/
contact:
license: Apache 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html
server:
tomcat:
basedir: tomcat
max-threads: 200
access-log-enabled: ... | Remove sensitive info from X-Application-Context header | Remove sensitive info from X-Application-Context header
| YAML | mit | reecefenwick/spring-boot-template,reecefenwick/spring-boot-template,reecefenwick/conversion-api,reecefenwick/conversion-api |
a248ffe6240ac01443ecd0ed5fd3da50dfad84e7 | metadata/com.github.cetoolbox.yml | metadata/com.github.cetoolbox.yml | Categories:
- Science & Education
License: Apache-2.0
WebSite: https://cetoolbox.github.io
SourceCode: https://github.com/cetoolbox/cetoolbox
IssueTracker: https://github.com/cetoolbox/cetoolbox/issues
AutoName: CEToolbox
Description: |-
The CEToolbox project aims to provide a convenient tool for computing Capil... | Categories:
- Science & Education
License: Apache-2.0
WebSite: https://cetoolbox.github.io
SourceCode: https://github.com/cetoolbox/cetoolbox
IssueTracker: https://github.com/cetoolbox/cetoolbox/issues
AutoName: CEToolbox
Description: |-
The CEToolbox project aims to provide a convenient tool for computing Capil... | Update CEToolbox to 1.4.0 (8) | Update CEToolbox to 1.4.0 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a7c29ac341eaeaba48beb3d389fea22474b06619 | metadata/de.wellenvogel.bonjourbrowser.yml | metadata/de.wellenvogel.bonjourbrowser.yml | Categories:
- Internet
License: MIT
AuthorName: Andreas Vogel
AuthorEmail: andreas@wellenvogel.net
AuthorWebSite: https://www.wellenvogel.de/
SourceCode: https://github.com/wellenvogel/BonjourBrowser
IssueTracker: https://github.com/wellenvogel/BonjourBrowser/issues
AutoName: BonjourBrowser
RepoType: git
Repo: http... | Categories:
- Internet
License: MIT
AuthorName: Andreas Vogel
AuthorEmail: andreas@wellenvogel.net
AuthorWebSite: https://www.wellenvogel.de/
SourceCode: https://github.com/wellenvogel/BonjourBrowser
IssueTracker: https://github.com/wellenvogel/BonjourBrowser/issues
AutoName: BonjourBrowser
RepoType: git
Repo: http... | Update BonjourBrowser to 1.12 (112) | Update BonjourBrowser to 1.12 (112)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
08e906092aa021aaae6f2fac927ed7dd685e2bd0 | playbooks/oauth_client_setup.yml | playbooks/oauth_client_setup.yml | - name: Configure OAuth2 clients
hosts: all
become: True
gather_facts: True
vars_files:
- "roles/common_vars/defaults/main.yml"
- "roles/edxapp/defaults/main.yml"
- "roles/insights/defaults/main.yml"
- "roles/ecommerce/defaults/main.yml"
- "roles/credentials/defaults/main.yml"
- "roles/d... | - name: Configure OAuth2 clients
hosts: all
become: True
gather_facts: True
vars_files:
- "roles/common_vars/defaults/main.yml"
- "roles/edxapp/defaults/main.yml"
- "roles/insights/defaults/main.yml"
- "roles/ecommerce/defaults/main.yml"
- "roles/credentials/defaults/main.yml"
- "roles/d... | Include Registrar & Designer defaults in OAuth2 role | Include Registrar & Designer defaults in OAuth2 role
| YAML | agpl-3.0 | stvstnfrd/configuration,arbrandes/edx-configuration,mitodl/configuration,arbrandes/edx-configuration,EDUlib/configuration,mitodl/configuration,edx/configuration,EDUlib/configuration,arbrandes/edx-configuration,edx/configuration,arbrandes/edx-configuration,mitodl/configuration,EDUlib/configuration,EDUlib/configuration,s... |
45d844882b8a26be0f23c98ebbaeae0439d3408b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: /PySyft
docker:
- image: docker:latest
steps:
- checkout
- setup_remote_docker
- run:
name: Build application Docker image
command: |
docker build -t pysyft .
- run:
name: Run tests
... | version: 2
jobs:
build:
working_directory: /PySyft
docker:
- image: docker:latest
steps:
# Ensure your image has git, otherwise the checkout step will fail
- run: apt-get -qq update; apt-get -y install git
- checkout
- setup_remote_docker
- run:
name: Build ap... | Add git to circle image | Add git to circle image
| YAML | apache-2.0 | OpenMined/PySyft,dipanshunagar/PySyft,OpenMined/PySyft,sajalsubodh22/PySyft,dipanshunagar/PySyft,joewie/PySyft,aradhyamathur/PySyft,sajalsubodh22/PySyft,joewie/PySyft,OpenMined/PySyft,aradhyamathur/PySyft,OpenMined/PySyft |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.