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 |
|---|---|---|---|---|---|---|---|---|---|
0c41509d7030e1c17c197bf56ff4d1a5a3b2941a | circle.yml | circle.yml | database:
override:
- cp config/database.yml.ci config/database.yml
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
deployment:
staging:
branch: staging
commands:
- bundle exec rake deploy_ha
| database:
override:
- cp config/database.yml.ci config/database.yml
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
test:
override:
- bundle exec rspec
- bundle exec haml-lint app/views/
deployment:
staging:
branch: staging
commands:
- bundle exec rake deploy_... | Add HAML linting to the CI process | Add HAML linting to the CI process | YAML | agpl-3.0 | sgmap/tps,sgmap/tps,sgmap/tps |
f8dced0dea02334c739c42e05758dcb660f142c8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
| Remove support for node 0.6 and node 0.8 in tests | Remove support for node 0.6 and node 0.8 in tests
| YAML | mit | digitalsadhu/persuasion |
b0af0d223c26d56523b5f7500beaa4e70d52a68f | circle.yml | circle.yml | machine:
xcode:
version: "7.1"
test:
override:
- script/cibuild
| machine:
xcode:
version: 7.2
test:
override:
- script/cibuild
| Update CircleCI to Xcode 7.2 | Update CircleCI to Xcode 7.2
| YAML | apache-2.0 | trivago/Heimdallr.swift,rheinfabrik/Heimdallr.swift,trivago/Heimdallr.swift,rheinfabrik/Heimdall.swift,rheinfabrik/Heimdallr.swift,trivago/Heimdallr.swift,rheinfabrik/Heimdall.swift,rheinfabrik/Heimdall.swift,rheinfabrik/Heimdallr.swift |
748aacbb70a0d1d92ed8e86597425ec6628440a2 | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
script: 'bundle exec rake'
rvm:
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
gemfile:
- gemfiles/rack_cache_1.6.gemfile
- gemfiles/rack_cache_1.7.gemfile
| language: ruby
script: bundle exec rake
rvm:
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
gemfile:
- gemfiles/rack_cache_1.6.gemfile
- gemfiles/rack_cache_1.7.gemfile
| Use whatever Bundler is on the machine already in CI | Use whatever Bundler is on the machine already in CI
| YAML | mit | redis-store/redis-rack-cache |
8453b974086ba232566813ee319b9f72c0e5bb91 | circle.yml | circle.yml | machine:
services:
- docker
branches:
ignore:
- gh-pages
- site
dependencies:
override:
- docker info
- docker build -t jongo-ci .
test:
override:
- docker run -it -v $(pwd):/root/sources -w /root/sources jongo-ci bash build.sh --job IT | machine:
services:
- docker
branches:
ignore:
- gh-pages
- site
dependencies:
override:
- docker info
- docker build -t jongo-ci .
test:
override:
- docker run -it -v $(pwd):/root/sources -w /root/sources jongo-ci bash build.sh --job CI | Configure CircleCI to execute CI job | Configure CircleCI to execute CI job
| YAML | apache-2.0 | applango/jongo,bguerout/jongo,edaubert/jongo,bguerout/jongo,applango/jongo,ctrimble/jongo,ctrimble/jongo,edaubert/jongo |
d5fb4488a9fef6829577035c279d4e98892d027a | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
- jruby-1.7.27
- jruby-9.0.5.0
git:
depth: 10
scala:
- 2.11.8
install:
- source ci-setup.sh
- export JRUBY_OPTS="-J-Xmx700M"
- export JAVA_OPTS="-Xmx700m"
script: rake ci
notifications:
email:
recipients:
- commits@buildr.apache.org
- don... | language: ruby
sudo: false
jdk:
- oraclejdk8
rvm:
- 2.3.1
- jruby-1.7.27
- jruby-9.0.5.0
git:
depth: 10
scala:
- 2.11.8
install:
- source ci-setup.sh
- export JRUBY_OPTS="-J-Xmx700M"
- export JAVA_OPTS="-Xmx700m"
script: rake ci
notifications:
email:
recipients:
- commits@buildr.apache.org... | Disable sudo so can run in container | Disable sudo so can run in container
| YAML | apache-2.0 | apache/buildr,apache/buildr,apache/buildr,apache/buildr |
ce1921bc994e43c36e0ead1b52826d59395f8f15 | .travis.yml | .travis.yml | language: node_js
deploy:
provider: heroku
api_key:
secure: IdmJn4SoBXZp/5z88sRHuw0gH8EB+LEvhru2c5eFOqmT+qDiw139YgpgJ/Ctl8gulAYsZ+LVTJpyAZaeIc3UYFG2uDvqY9XSCxAY3ZQ6viuj/rtgZ2XXClTldPBsJDw5BbbuLLxFH4uhmmpcD+6SbdNYOXGEmQrlL9NWiC6zHGU=
app: ghlint
| language: node_js
sudo: false
deploy:
provider: heroku
api_key:
secure: IdmJn4SoBXZp/5z88sRHuw0gH8EB+LEvhru2c5eFOqmT+qDiw139YgpgJ/Ctl8gulAYsZ+LVTJpyAZaeIc3UYFG2uDvqY9XSCxAY3ZQ6viuj/rtgZ2XXClTldPBsJDw5BbbuLLxFH4uhmmpcD+6SbdNYOXGEmQrlL9NWiC6zHGU=
app: ghlint
| Use Travis' new container infrastructure | Use Travis' new container infrastructure | YAML | mit | nicolasmccurdy/ghlint-web,nicolasmccurdy/ghlint-web |
6a47432ac7368ca508db676fdbf08e8a8cfb3309 | circle.yml | circle.yml | machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError"'
java:
version: oraclejdk8
dependencies:
pre:
# - echo y | android update sdk --no-ui --all --filter "package-name"
# - android update sdk --no-ui --all --filter "build-tools-24.0.3"
# - ./gradlew d... | machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError"'
java:
version: oraclejdk8
dependencies:
pre:
# Android SDK Platform
- if [ ! -d "/usr/local/android-sdk-linux/platforms/android-25" ]; then echo y | android update sdk --no-ui --all --filter "androi... | Remove not needed Circle CI commands | Remove not needed Circle CI commands
| YAML | apache-2.0 | adamski8/MyWeather |
2fcd9f594c217484d9ca0f7f0325d5102c343e8c | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.3"
install:
- pip install flake8
- pip install pep257
script:
- flake8 . --max-line-length=80
- pep257 . --ignore=D202
notifications:
email: false
| sudo: false
language: python
python:
- "3.3"
install:
- pip install flake8
- pip install pep257
script:
- flake8 . --max-line-length=80
- pep257 . --ignore=D202 --ignore=D211
notifications:
email: false
| Fix Travis CI for new pep257. | Fix Travis CI for new pep257.
| YAML | mit | albertosantini/sublimetext-buildnext |
73e533e03c1f0bb5bdadafda864c152f113f764c | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.6
- 2.2.1
bundler_args: --without development
script:
- bundle exec cucumber
| language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.6
- 2.2.1
- 2.3.4
- 2.4.1
bundler_args: --without development
script:
- bundle exec cucumber
| Add Ruby 2.3.4 and 2.4.1 to Travis config | Add Ruby 2.3.4 and 2.4.1 to Travis config
| YAML | bsd-2-clause | ball-hayden/uk_account_validator |
14c834c50597ae635dd3d04b7197207efc120e1a | circle.yml | circle.yml | machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test:cover
post:
- yarn coveralls | machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: stable
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
override:
- yarn install
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test:cover
po... | Set CircleCI to Node 6.10 | Set CircleCI to Node 6.10
| YAML | mit | sbstjn/discogs-collection |
e117d4cc60550c6c4da0f9ff6502043cab000e71 | circle.yml | circle.yml | # The IP of the deployment instance is stored in the settings of Circleci (with the name FEATURE_DEPLOYEMENT_IP)
machine:
node:
version: 7 | # The IP of the deployment instance is stored in the settings of Circleci (with the name FEATURE_DEPLOYEMENT_IP)
machine:
node:
version: 7
deployment:
dev:
branch: master
commands:
- pm2 deploy | Add deployment step on CI | Add deployment step on CI
| YAML | mit | mycsHQ/reviewly,mycsHQ/reviewly |
f9b1cad75043a55d25fe1b3d9377e3de76a646fb | .travis.yml | .travis.yml | language: php
sudo: false
env:
- NETTE=default
- NETTE=~2.3.0
- NETTE=~2.3.0 PREFER_LOWEST=true
- NETTE=~2.4.0
- NETTE=~2.4.0 PREFER_LOWEST=true
php:
- 5.5
- 5.6
- 7.0
matrix:
fast_finish: true
exclude:
- php: 5.5
env: NETTE=~2.4.0
- php: 5.5
env: NETTE=~2.4.0 PREFER_LOWEST=t... | language: php
sudo: false
env:
- NETTE=default
- NETTE=~2.3.0
- NETTE=~2.3.0 PREFER_LOWEST=true
- NETTE=~2.4.0
- NETTE=~2.4.0 PREFER_LOWEST=true
php:
- 5.5
- 5.6
- 7.0
matrix:
fast_finish: true
exclude:
- php: 5.5
env: NETTE=~2.4.0
- php: 5.5
env: NETTE=~2.4.0 PREFER_LOWEST=t... | Exclude PHP 5.5 for default Nette | Exclude PHP 5.5 for default Nette
| YAML | mit | nella/forms-datetime |
74450c747bcc590fcc7ac3ec77c201749d788b6d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_script:
- echo "userName=webdizz" > ~/.jenkins-ci.org
- echo "password=$JENKINS_REPO_PWD" >> ~/.jenkins-ci.org
script:
- ./gradlew :plugin:jpi
- if [ $TRAVIS_SECURE_ENV_VARS ]; then ./gradlew :pl:publish -Pversion=0.1.$TRAVIS_BUILD_NUMBER; fi
env:
global:
secure: ... | language: java
jdk:
- oraclejdk7
before_script:
- echo "userName=webdizz" > ~/.jenkins-ci.org
- echo "password=$JENKINS_REPO_PWD" >> ~/.jenkins-ci.org
script:
- ./gradlew :pl:test :pl:jpi
- if [ $TRAVIS_SECURE_ENV_VARS ]; then ./gradlew :pl:publish -Pversion=0.1.$TRAVIS_BUILD_NUMBER; fi
env:
global:
sec... | Add tests execution to Travis | Add tests execution to Travis
| YAML | apache-2.0 | rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin |
0b3b8dff4435a5e272ef18efa52bca65570ca283 | .travis.yml | .travis.yml | # reference: http://www.objc.io/issue-6/travis-ci.html
sudo: false
language: objective-c
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install slather --no-rdoc --no-ri --no-document --quiet
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script:
- xctool test -wo... | # reference: http://www.objc.io/issue-6/travis-ci.html
language: objective-c
before_install:
- gem install cocoapods --version 0.35 --no-rdoc --no-ri --no-document --quiet
- gem install slather --version 1.5.4 --no-rdoc --no-ri --no-document --quiet
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script:
... | Rollback to cocoapods 0.35 and slather 1.5.4 | Rollback to cocoapods 0.35 and slather 1.5.4
| YAML | mit | tarbrain/TBStateMachine,jkrumow/TBStateMachine,jkrumow/TBStateMachine |
9a6cb1972bf6ffc789ca937f8770780a58a9f3cb | circle.yml | circle.yml | machine:
xcode:
version: "7.0"
dependencies:
override:
- ./scripts/dependencies.sh
test:
override:
- ./scripts/test.sh
deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- ./scripts/deploy.sh
| machine:
xcode:
version: "7.1"
dependencies:
override:
- ./scripts/dependencies.sh
test:
override:
- ./scripts/test.sh
deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- ./scripts/deploy.sh
| Use Swift 2.1 on CI | Use Swift 2.1 on CI
| YAML | mit | mogstad/bankside,mogstad/bankside |
d81cfcab5869607db34785edcc11937e99b1c270 | .travis.yml | .travis.yml | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk:
- iphonesimulator9.0
# Check out nested dependencies
before_install: git submodule update --init --recursive
... | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7
xcode_sdk:
- iphonesimulator9.0
# Check out nested dependencies
before_install: git submodule update --init --recursive
# A custom test script is re... | Remove legacy scheme from Travis configuration | Remove legacy scheme from Travis configuration
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
57f4b8a6c5ee6e99e90cc02fca29316300c02baa | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-1.6.7
- jruby-head
- rbx-1.2.4
- rbx-head
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| Add jRuby and Rubinius in the recommended way in Travis CI | Add jRuby and Rubinius in the recommended way in Travis CI
| YAML | mit | Mange/cucumber-the |
56636af3ba06ec31b2c9aac2ac351df219041be3 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '10'
before_script:
- npm install -g grunt-cli
deploy:
provider: npm
email: henri.bergius@iki.fi
api_key:
secure: CTKYpjQkrgpcf0HPRI6rrKZJgINpy4RPdWtV5H6aXhRBlygc9XmUR2JG1ydBHgO+YEBq7Epz15Sq35xaKyJ+TXL6gHAdK92XTX+I2jm2bRneKIfnSHXrvWTQwXITd+cmkQ+pGMKbatL+7zCxLJcqWMYMKpqDMrEFr... | language: node_js
node_js:
- 'lts/*'
before_script:
- npm install -g grunt-cli
deploy:
provider: npm
email: henri.bergius@iki.fi
api_key:
secure: CTKYpjQkrgpcf0HPRI6rrKZJgINpy4RPdWtV5H6aXhRBlygc9XmUR2JG1ydBHgO+YEBq7Epz15Sq35xaKyJ+TXL6gHAdK92XTX+I2jm2bRneKIfnSHXrvWTQwXITd+cmkQ+pGMKbatL+7zCxLJcqWMYMKpqDMrEFrmVL... | Test with latest Node.js LTS | Test with latest Node.js LTS | YAML | mit | forresto/noflo-clmtrackr |
3d9ff1b46a5813fc22fef69949c4bf626ba9ee6a | .travis.yml | .travis.yml | ---
branches:
only:
- master
- v2
services:
- mongodb
language: node_js
node_js:
- "7.9.0"
- "8.1.3"
sudo: required
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- nginx
hosts:
- www.koaton.test
- koaton.test
- ... | ---
branches:
only:
- master
- v2
services:
- mongodb
language: node_js
node_js:
- "7.9.0"
- "8.1.3"
sudo: required
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- nginx
hosts:
- www.koaton.test
- koaton.test
- ... | Update instalation script to add semantic-release | ci(Travis): Update instalation script to add semantic-release
| YAML | agpl-3.0 | gerard2p/koaton |
3f6503917c674beef5f84583b80b4ab6424a8f68 | .travis.yml | .travis.yml | dist: trusty
sudo: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- VIPS_VERSION_MAJOR=8
- VIPS_VERSION_MINOR=6
- VIPS_VERSION_MICRO=4
- PATH=$HOME/vips/bin:$PATH
- LD_LIBRARY_PATH=$HOME/vips/lib:$LD_LIBRARY_PATH
- PKG_CONFIG_PATH=$HOME/vips/lib/pkgconfig:$PKG_CONFIG_PATH
addons... | dist: trusty
sudo: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- VIPS_VERSION_MAJOR=8
- VIPS_VERSION_MINOR=7
- VIPS_VERSION_MICRO=0
- PATH=$HOME/vips/bin:$PATH
- LD_LIBRARY_PATH=$HOME/vips/lib:$LD_LIBRARY_PATH
- PKG_CONFIG_PATH=$HOME/vips/lib/pkgconfig:$PKG_CONFIG_PATH
addons... | Test with libvips 8.7.0 on Travis CI | Test with libvips 8.7.0 on Travis CI | YAML | mit | jcupitt/ruby-vips,jcupitt/ruby-vips |
f8257fd28209939d29d1745935b68a601fcb9032 | .travis.yml | .travis.yml | language: python
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
script:
- tox -e $TOX_ENV
install:
- pip install codecov tox
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
script:
- tox -e $TOX_ENV
install:
- pip install codecov tox
after_success:
- bash <(curl -s https://codecov.io/bash)
| Install python 3.5 in tests. | Install python 3.5 in tests.
| YAML | bsd-3-clause | travcunn/snake-vm |
1675db84df597274394935091bef2b0b62c258a8 | .travis.yml | .travis.yml | dist: precise
language: rust
env:
global:
- LD_LIBRARY_PATH: /usr/local/lib
install:
- sudo add-apt-repository ppa:team-xbmc/ppa -y
- sudo apt-get update -q
- sudo apt-get install libsdl2-dev
| dist: precise
language: rust
rust:
- 1.22.0
env:
global:
- LD_LIBRARY_PATH: /usr/local/lib
install:
- sudo add-apt-repository ppa:team-xbmc/ppa -y
- sudo apt-get update -q
- sudo apt-get install libsdl2-dev
| Set rust version to 1.22.0 | Set rust version to 1.22.0
| YAML | mit | wickus/chip8,wm9/chip8 |
25bc0f06952dd15d448a0d8fcc3bfbcdd0aedfa4 | .travis.yml | .travis.yml | language: php
php:
- '7.0'
- '7.1'
services:
- mysql
before_script:
- composer self-update
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS `test_db`;'
install:
- composer install
script:
- vendor/bin/phpunit
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.ph... | language: php
php:
- '7.0'
- '7.1'
services:
- mysql
- memcached
- redis-server
before_script:
- composer self-update
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS `test_db`;'
install:
- composer install
script:
- vendor/bin/phpunit
after_script:
- wget https://scrutinizer-ci.co... | Add redis and memcached to be tested | Add redis and memcached to be tested
| YAML | mit | AdamB7586/pdo-dbal |
a442d93dca21c5a67d568a798cbb7dc4c474edda | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- 'npm install npm -g && npm install codeclimate-test-reporter -g'
addons:
code_climate:
repo_token: e9b07c62f6e1117e63e3e5cf7069427b94071ae89f62948a44a2ed6fe9f91275
after_script:
- 'npm run gen-coverage && cat coverage/lcov.info | codeclimate-test-reporte... | language: node_js
node_js:
- '6'
before_install:
- 'npm install npm -g && npm install codeclimate-test-reporter -g'
addons:
code_climate:
repo_token: e9b07c62f6e1117e63e3e5cf7069427b94071ae89f62948a44a2ed6fe9f91275
after_script:
- 'npm run gen-coverage && cat coverage/lcov.info | codeclimate-test-reporter'
| Drop support of node 0.10. | Drop support of node 0.10.
This project requires node 6 and up as defined in the package.json.
| YAML | mit | fiveisprime/hapi-starter,fiveisprime/hapi-starter |
0f982aa1229f4ff2d06c5f878d98a9a9a615dacd | .travis.yml | .travis.yml | language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
| language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --debug --depsonly --/test install .
script:
- zef build .
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
| Use zef instead of panda | Use zef instead of panda
| YAML | artistic-2.0 | okaoka/p6-Algorithm-Treap |
7d2c0e94bc443f81f8b4ea6959361bd91df5c1f5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
- "4"
os:
- linux
- osx
script:
- yarn coverage
- yarn benchmark
| language: node_js
node_js:
- "7"
- "6"
os:
- linux
- osx
script:
- yarn coverage
- yarn benchmark
| Remove node_js version 4 from test matrix | Remove node_js version 4 from test matrix
Apparently benchmark-async doesn't work with it.
| YAML | mit | winksaville/traceloc,winksaville/traceloc |
cb6f772210b97ca740619ff1cd120232a13d424c | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7
env:
- LARAVEL_VERSION="5.1"
- LARAVEL_VERSION="5.2"
sudo: false
before_install:
- composer require illuminate/database=${LARAVEL_VERSION}.*
install:
- travis_retry composer install --no-interaction --prefer-dist
script:
vendor/bin/phpunit
| language: php
php:
- 5.5
- 5.6
- 7
env:
- LARAVEL_VERSION="5.1"
- LARAVEL_VERSION="5.2"
sudo: false
before_install:
- phpenv config-rm xdebug.ini
- composer require illuminate/database=${LARAVEL_VERSION}.*
install:
- travis_retry composer install --no-interaction --prefer-dist
script:
vendor/bin... | Disable xdebug (just for fun?) | Disable xdebug (just for fun?)
| YAML | mit | bbatsche/PolyTree |
e93fa66b3436b661b798fc36c8a40ccbdf632d11 | .travis.yml | .travis.yml | language: rust
osx_image: xcode9.2
rust:
- 1.28.0
- nightly
os:
- linux
- osx
matrix:
allow_failures:
- rust: nightly
cache:
directories:
- $HOME/.cargo
script:
- cd rust
- export CARGO_TARGET_DIR=/tmp/target
- export RUST_BACKTRACE=1
- RUSTFLAGS="-D warnings" cargo check --all || exit
... | language: rust
osx_image: xcode9.2
rust:
- 1.28.0
- nightly
os:
- linux
- osx
- windows
matrix:
allow_failures:
- rust: nightly
# windows runs in a Git Bash shell so these (should) work the same way as on *nix
cache:
directories:
- $HOME/.cargo
script:
- cd rust
- export CARGO_TARGET_DIR=... | Enable windows builds in Travis | Enable windows builds in Travis
| YAML | apache-2.0 | google/xi-editor,google/xi-editor,google/xi-editor,google/xi-editor |
e1cd865ef880abcd98e6700262c8344a0baee399 | .travis.yml | .travis.yml | language : cpp
env:
- DISPLAY=:99.0
compiler:
- gcc
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt542
- sudo add-apt-repository --yes "deb http://download.opensuse.org/repositories/home:/benlau/xUbuntu_15.10 ./"
- sudo apt-get update -qq
- apt-cache search qt5
- sudo apt-get ... | language : cpp
env:
- DISPLAY=:99.0
compiler:
- gcc
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551
- sudo add-apt-repository --yes "deb http://download.opensuse.org/repositories/home:/benlau/xUbuntu_15.10 ./"
- sudo apt-get update -qq
- apt-cache search qt5
- sudo apt-get ... | Upgrade from Qt 5.4 to Qt 5.5 | Upgrade from Qt 5.4 to Qt 5.5
| YAML | apache-2.0 | benlau/quickcross,benlau/quickcross,benlau/quickcross |
1ce6fba71f56787e08b651597c7c2da1e7a42a39 | .travis.yml | .travis.yml | language: ruby
sudo: required
dist: trusty
branches:
only:
- master
- travis-ci
rvm:
- default
- 2.3.0
- jruby
- rbx
install: gem install minitest xmpp4r
script: ruby quizbot_test.rb
| language: ruby
sudo: required
dist: trusty
branches:
only:
- master
- travis-ci
rvm:
- default
- 2.3.0
- jruby
- rbx
install:
- export JRUBY_OPTS='--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m -Xcompile.invokedynamic=false'
- gem install minitest xmpp4r
... | Use correct flag for jruby | Use correct flag for jruby
| YAML | mit | foobar0815/guenther,marius/guenther |
86952d4ef8db18a00849e21dabd4ee3afe34a5d2 | .travis.yml | .travis.yml | language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js: 6
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq -y g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
| language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js: 12.14.1
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq -y g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4... | Update CI to use node 12.14.1 | Update CI to use node 12.14.1
| YAML | mit | atom/highlights |
dc3c14321aa8ad22a63b25fd7ecfbf7743bb77f7 | .travis.yml | .travis.yml | ---
language: python
python:
- '3.4'
- '3.3'
- '2.7'
env:
- DATABASE_URL=sqlite:///:memory:
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset
- DATABASE_URL=mysql+mysqlconnector://travis@127.0.0.1/dataset?charset=utf8
install:
- pip install -U pip wheel
- pip install --allow-external mysql-connector-pytho... | ---
language: python
python:
- '3.4'
- '3.3'
- '2.7'
env:
- DATABASE_URL=sqlite:///:memory:
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset
- DATABASE_URL=mysql+mysqlconnector://travis@127.0.0.1/dataset?charset=utf8
install:
- pip install -U pip wheel
- pip install mysqlclient flake8 psycopg2
before_scr... | Add new mysql connector library | Add new mysql connector library | YAML | mit | saimn/dataset,stefanw/dataset,pudo/dataset |
c5042de1c9307805ef5dc6fed518c35594d09c2e | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | Use the pre-release builds of chefdk | Use the pre-release builds of chefdk
| YAML | apache-2.0 | chef-cookbooks/subversion,opscode-cookbooks/subversion,chef-cookbooks/subversion,opscode-cookbooks/subversion |
3156b476ed34632fe8842d655f369b29e95907ab | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- rake db:migrate
- rake db:test:prepare
script:
- rake cucumber
- rake spec
| language: ruby
rvm:
- 1.9.3
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- rake db:create:all
- rake db:migrate
- rake db:test:prepare
script:
- rake cucumber
- rake spec
| Add a create db step before running the migrations | Add a create db step before running the migrations
| YAML | mit | SergiosLen/LocalSupport,johnnymo87/LocalSupport,davidbebb/local_support,davidbebb/local_support,marianmosley/LocalSupport,intfrr/LocalSupport,Aleks4ndr/LocalSupport,tansaku/LocalSupport,ZmagoD/LocalSupport,curlygirly/LocalSupport,ZmagoD/LocalSupport,SergiosLen/LocalSupport,curlygirly/LocalSupport,marianmosley/LocalSupp... |
84ca7f38828e8dd6908b747913cc50c3e1e39e36 | .travis.yml | .travis.yml | language: python
sudo: false
cache: pip
before_install:
- openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d
before_script:
- pip install --upgrade setuptools
- pip install tox-travis
script: tox
matrix:
include... | language: python
sudo: false
cache: pip
python:
- '3.4'
- '3.5'
- '3.6'
before_install:
- openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d
install:
- pip install --upgrade setuptools
- pip install tox-travi... | Drop matrix and use env list | Drop matrix and use env list
| YAML | mit | scottwernervt/cloudstorage |
2ba065c96248c260b592a2fcf86df8067838149c | .travis.yml | .travis.yml | # Use Trusty beta environment: https://docs.travis-ci.com/user/trusty-ci-environment/
sudo: required
dist: trusty
language: node_js
node_js:
- '4'
- '5'
- 'stable'
cache:
directories:
- node_modules
install:
- npm prune && npm install
| # Use Trusty beta environment: https://docs.travis-ci.com/user/trusty-ci-environment/
sudo: required
dist: trusty
language: node_js
node_js:
- '4'
- '6'
cache:
directories:
- node_modules
install:
- npm prune
- npm install
| Test Node.js v4 & v6 | Test Node.js v4 & v6
| YAML | mit | elliottsj/memoize-id |
ce961d70c1d42278fd595726df038682437cebe5 | .travis.yml | .travis.yml |
language: cpp
os:
- linux
- osx
osx_image: xcode6.4
compiler:
- gcc
- clang
sudo: required
addons:
apt:
packages:
- autotools-dev
- libcap-dev
- libssl-dev
- g++
- libfuse-dev
- pkg-config
- libattr1-dev
- patch
- python-dev
- unzip
-... |
language: cpp
os:
- linux
- osx
compiler:
- gcc
- clang
sudo: required
addons:
apt:
packages:
- autotools-dev
- libcap-dev
- libssl-dev
- g++
- libfuse-dev
- pkg-config
- libattr1-dev
- patch
- python-dev
- unzip
- uuid-dev
- lib... | Use default OS X image on Travis-CI | Use default OS X image on Travis-CI
| YAML | bsd-3-clause | cvmfs/cvmfs,cvmfs/cvmfs,DrDaveD/cvmfs,Gangbiao/cvmfs,Gangbiao/cvmfs,DrDaveD/cvmfs,cvmfs/cvmfs,cvmfs/cvmfs,djw8605/cvmfs,DrDaveD/cvmfs,cvmfs/cvmfs,djw8605/cvmfs,Gangbiao/cvmfs,djw8605/cvmfs,Gangbiao/cvmfs,djw8605/cvmfs,djw8605/cvmfs,DrDaveD/cvmfs,DrDaveD/cvmfs,DrDaveD/cvmfs,cvmfs/cvmfs,Gangbiao/cvmfs,DrDaveD/cvmfs,cvmfs... |
82f446d6f080f51f65915a719dc18cdd1f122e09 | .travis.yml | .travis.yml | script: rake ci
language: ruby
rvm:
- rbx-2
- jruby
- 2.2.2
- 2.2.0
- 2.1.4
- 2.0.0
- 1.9.3
- ruby-head
- jruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
- rvm: jruby-head
- env: CELLULOID_BACKPORTED=true
- env: CELLULOID_BACKPORTED=false CEL... | script: rake ci
language: ruby
rvm:
- rbx-2
- jruby
- 2.3.0
- 2.2.2
- 2.2.0
- 2.1.4
- 2.0.0
- 1.9.3
- ruby-head
- jruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
- rvm: jruby-head
- env: CELLULOID_BACKPORTED=true
- env: CELLULOID_BACKPORTED... | Test against Ruby 2.3.0 on Travis CI | Test against Ruby 2.3.0 on Travis CI
| YAML | mit | celluloid/celluloid-io |
f1627fe6d7647f18e047bfe0b7b0220e1c115aad | .travis.yml | .travis.yml | ---
sudo: required
language: shell
services:
- docker
before_install:
- docker pull koalaman/shellcheck
script:
- find . -name '*.sh' | xargs docker run -v $(pwd):/mnt --rm koalaman/shellcheck-alpine
matrix:
fast_finish: true
| ---
sudo: required
language: shell
services:
- docker
script:
- find . -type f -iname "*.sh" | while read -r line; do echo "Linting $line"; docker run -v "$(pwd)":/mnt --rm koalaman/shellcheck:v0.4.7 "$line"; done
matrix:
fast_finish: true
| Use while to loop over lintable shell scripts | Use while to loop over lintable shell scripts
| YAML | mit | ferrarimarco/home-lab,ferrarimarco/home-lab |
be983e5021df0ff7989db56e9067b294fbd48528 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
notifications:
irc: "irc.freenode.net#kokarn"
| language: node_js
node_js:
- "0.10"
notifications:
irc: "irc.freenode.net#kokarnbuilds"
| Change notification channel to avoid spam | Change notification channel to avoid spam
| YAML | mit | kokarn/KokBot |
012d20944bd68cd17b311a457c88f962ae0df7e7 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '5'
- '4'
- 'iojs'
- '0.12'
- '0.10'
notifications:
slack:
secure: Yub5oEMfOzNDSAtXlC+B2IoALF7uMB8xX5l+FWy1PIKF4950Uelw1l9fN7Y6cXn+qPF8JxePcVCBn0HF5jp+MHRmLTUYqcCVxi10f5DkmTbDz31N40WiDMuo77fMlWgdieaLiHulbvbp93A6rSWyLCyjt9RvFit7JxWdcyqyDDk=
| sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
- 'iojs'
- '0.12'
- '0.10'
notifications:
slack:
secure: Yub5oEMfOzNDSAtXlC+B2IoALF7uMB8xX5l+FWy1PIKF4950Uelw1l9fN7Y6cXn+qPF8JxePcVCBn0HF5jp+MHRmLTUYqcCVxi10f5DkmTbDz31N40WiDMuo77fMlWgdieaLiHulbvbp93A6rSWyLCyjt9RvFit7JxWdcyqyDDk=
| Add Node.js v6 to Travis-CI test matrix | Add Node.js v6 to Travis-CI test matrix
| YAML | bsd-2-clause | opbeat/opbeat-node,opbeat/opbeat-node |
6c107e1e2cdda46f3682743c511a56aabf5d1efe | .travis.yml | .travis.yml | # After changing this file, check it on:
# http://lint.travis-ci.org/
language: node_js
# Is `sudo` required? If not, jobs are run on container-based infrastructure.
sudo: true
node_js:
# Node.js
- 'node'
- '6'
- '5'
- '4'
# io.js
- '3'
- '2'
- '1'
# Node.js
- '0.12'
- '0.10'
before_install... | # After changing this file, check it on:
# http://lint.travis-ci.org/
language: node_js
# Is `sudo` required? If not, jobs are run on container-based infrastructure.
sudo: true
os:
- linux
- osx
node_js:
# Node.js
- 'node'
- '6'
- '5'
- '4'
# io.js
- '3'
- '2'
- '1'
# Node.js
- '0.12'
-... | Add OS X to build matrix | Add OS X to build matrix
| YAML | apache-2.0 | stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib |
fad68a0cef3b48f73ac67a183a0f8db7ef5e2204 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.0
- 2.1
- 2.2.4
- 2.3.0
- 2.3.1
- 2.4.0
- jruby
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- jruby
| Update list of supported Ruby versions | Update list of supported Ruby versions
| YAML | mit | s2k/limit_detectors |
bfe64f9cbe223bc3d03591f87e3b2ea3384715a4 | .github/workflows/ci-test.yml | .github/workflows/ci-test.yml | # GitHub actions
# https://docs.github.com/en/free-pro-team@latest/actions
name: ci-test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node_version: [10.14.2, 14.x, 15.x]
steps:
- uses: actions/checkout@v2
- name: setup Node.js v${{ matrix.node_v... | # GitHub actions
# https://docs.github.com/en/free-pro-team@latest/actions
name: ci-test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node_version: [10.14.2, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: setup Node.js v${{ matrix.... | Enable test with node 16 | Enable test with node 16
| YAML | mit | ndaidong/bellajs,techpush/bella.js,ndaidong/bella.js |
9879c3ae6b4ef9914346f733968a40c55c5b81ac | .travis.yml | .travis.yml | language: android
# Required to run retrolambda
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- android-25
# RS components
- build-tools-25
- android-25
- extra-android-m2repository
- extra-google-m2repository
before_script: .travis/set... | language: android
# Required to run retrolambda
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-26.0.2
- android-26
# RS components
- extra-android-m2repository
- extra-google-m2repository
before_script: .travis/setup.sh
script:
- ./gradlew clean bu... | Update Travis to use API 26 | Update Travis to use API 26
| YAML | apache-2.0 | liujoshua/BridgeAndroidSDK,liujoshua/BridgeAndroidSDK,liujoshua/BridgeAndroidSDK |
ca4d8e4742efb411403f5906faa50e7eb663daa2 | .github/workflows/node.js.yml | .github/workflows/node.js.yml | name: master CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: acti... | name: master CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: acti... | Add install to CI action | Add install to CI action
| YAML | mit | KevinTCoughlin/sir-chrome-extension,KevinTCoughlin/sir-chrome-extension |
7dce73717e2c914dd945b3025f7e75e60914f2c7 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
#addons:
# postgresql: "9.1"
branches:
only:
- master
- develop
- travis
-before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
install:
- sudo apt-get -qq -y update
- sudo apt-get -y install postgresql... | language: python
python:
- "2.7"
#addons:
# postgresql: "9.1"
branches:
only:
- master
- develop
- travis
-before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
install:
- sudo apt-get -qq -y update
- sudo apt-get -y install postgresql... | Use more modern version of postres/gis for testing | Use more modern version of postres/gis for testing
| YAML | bsd-3-clause | meomancer/field-campaigner,meomancer/field-campaigner,meomancer/field-campaigner |
24db3da0e9444f982b7f4670551ec5e3e9eaa63b | .travis.yml | .travis.yml | language: ruby
rvm:
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
| language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
| Allow failures on MRI 2.0 | Allow failures on MRI 2.0
| YAML | mit | cocktail-io/octokit.rb,simon0191/octokit.rb,nilbus/octokit.rb,tarebyte/octokit.rb,tarebyte/octokit.rb,AnNOtis/octokit.rb,octokit/octokit.rb,sferik/octokit.rb,raysrashmi/octokit.rb,BreemsEmporiumMensToiletriesFragrances/octokit.rb,kv109/octokit.rb,whip112/octokit.rb,synmnstr/octokit.rb,pezholio/octokit.rb,Neo20067/octok... |
f158251ec793f6471f5e13543c7796aaf55921c7 | .travis.yml | .travis.yml | language: ruby
bundler_args: --deployment --without development
rvm:
- 1.9.3-p448
script: bundle exec rspec spec
before_script:
- mysql -u root -e "DELETE FROM mysql.user WHERE Host='localhost' AND User=''"
- mysql -u root -e "SET GLOBAL innodb_stats_on_metadata=ON, innodb_stats_persistent=OFF;"
- mysql -u root -e ... | language: ruby
bundler_args: --deployment --without development
rvm:
- 1.9.3-p448
script: bundle exec rspec spec
before_script:
# uninstall MySQL 5.5
- sudo apt-get remove mysql-common mysql-server-5.5 mysql-server-core-5.5 mysql-client-5.5 mysql-client-core-5.5
- sudo apt-get autoremove
# install MySQL 5.6
- sudo ... | Install MySQL 5.6 on Travis | Install MySQL 5.6 on Travis
| YAML | apache-2.0 | cloudfoundry/cf-mysql-broker,SudarsananRengarajan/cf-mysql-broker,cloudfoundry/cf-mysql-broker,SudarsananRengarajan/cf-mysql-broker,cloudfoundry/cf-mysql-broker |
f112d1bd427fb917010f22d3335e9bd44089ac80 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.5
- 2.3.1
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| Update the Ruby build matrix for Travis CI. | Update the Ruby build matrix for Travis CI.
| YAML | mit | tristandunn/pusher-fake-example,tristandunn/pusher-fake-example,tristandunn/pusher-fake-example |
97915845e26c13c620f13b2647fdcf1916be3011 | .travis.yml | .travis.yml | language: ruby
cache:
bundler: true
directories:
- vendor/bundle
rvm:
- 2.3.1
- jruby-9.0.5.0
before_install:
- gem update --system '2.6.1'
- gem update bundler
- gem --version
script: "bundle exec rake test"
| language: ruby
cache:
bundler: true
directories:
- vendor/bundle
rvm:
- 2.3.1
before_install:
- gem update --system '2.6.1'
- gem update bundler
- gem --version
script: "bundle exec rake test"
| Remove jruby tests for the time being (failing) | Remove jruby tests for the time being (failing)
| YAML | mit | nguyenquangminh0711/ruby-sensor,nguyenquangminh0711/ruby-sensor,nguyenquangminh0711/ruby-sensor |
fd7655a3dbead3c04f70c37d6255ffdcea71f711 | .travis.yml | .travis.yml | # Run this faster because it can run on container based infra.
language: node_js
node_js:
- "iojs"
- "4.0"
- "4.1"
script:
- npm test
- npm run coverage
after_script:
- ./node_modules/.bin/coveralls < ./coverage/lcov.info
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
p... | # Run this faster because it can run on container based infra.
language: node_js
node_js:
- "4.1"
- "4.4"
script:
- npm test
- npm run coverage
after_script:
- ./node_modules/.bin/coveralls < ./coverage/lcov.info
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
... | Remove older versions of node from Travis testing regime | Remove older versions of node from Travis testing regime
| YAML | apache-2.0 | ProboCI/probo,ProboCI/probo |
9b530808def97949ee5e432f9ef9f4b8a87e65af | .travis.yml | .travis.yml | language: python
python:
# This is not actually used. Because it would take an overly long time
# to build scipy we cannot use the virtual env of travis. Instead, we
# use miniconda.
- 2.7
- 3.3
- 3.4
notifications:
email: false
sudo: false
install:
# Install miniconda
# -----------------
- wget http:/... | language: python
python:
# This is not actually used. Because it would take an overly long time
# to build scipy we cannot use the virtual env of travis. Instead, we
# use miniconda.
- 2.7
- 3.4
- 3.5
notifications:
email: false
sudo: false
install:
# Install miniconda
# -----------------
- wget http:/... | Switch 3.3 for 3.5 in Travis testing. | Switch 3.3 for 3.5 in Travis testing.
| YAML | apache-2.0 | mittagessen/kraken,mittagessen/kraken,QuLogic/ocropy,QuLogic/ocropy,mittagessen/kraken,mittagessen/kraken |
4946cd67d00334b629d8ebc293e48ebb4838386e | .travis.yml | .travis.yml | language: python
cache: pip
python:
- 2.7
- 3.5
- 3.6
install:
- pip install tox-travis
- pip install .
script:
- ros-get -h
- tox
| sudo: false
dist: trusty
language: python
cache: pip
python:
- 2.7
- 3.5
- 3.6
install:
- pip install tox-travis
- pip install .
script:
- ros-get -h
- tox
| Switch to the container based Travis CI environment | Switch to the container based Travis CI environment
| YAML | mit | Rayman/ros-get,Rayman/ros-get |
52c841a88b393da4aa1e8d1d85cfdef8ccc38bf2 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
script:
- npm test
- ./bin/product-type-generator --types data/sample-product-types.csv --attributes data/sample-product-types-attributes.csv --target ./tmp --retailer true --zip true
notifications:
hipchat:
rooms:
- secur... | language: node_js
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
script:
- npm test
- mkdir -p tmp && ./bin/product-type-generator --types data/sample-product-types.csv --attributes data/sample-product-types-attributes.csv --target ./tmp --retailer true --zip true
notifications:
hipchat:
room... | Make sure tmp folder exists before running command | Make sure tmp folder exists before running command
| YAML | mit | sphereio/sphere-product-type-json-generator,sphereio/sphere-product-type-json-generator,sphereio/sphere-product-type-json-generator |
4cf782cc3c9c87653c637564bc65b1f92ced7261 | .travis.yml | .travis.yml | language: rust
cache: cargo
sudo: false
branches:
except:
- fuzzing
rust:
- stable
- beta
- nightly
os:
- linux
- osx
env:
- RUST_LOG=multipart=info RUST_BACKTRACE=1
script:
- cargo build -v --features all
- cargo test -v --features all
- cargo doc -v --no-deps --features all
- (cd nickel && car... | language: rust
cache: cargo
sudo: false
branches:
except:
- fuzzing
rust:
- stable
- beta
# FIXME: when https://github.com/rust-lang/cargo/issues/3844 is closed
# - nightly
os:
- linux
- osx
env:
- RUST_LOG=multipart=info RUST_BACKTRACE=1
script:
- cargo build -v --features all
- cargo test -v --f... | Disable nightly branch until Cargo fix hits the trains | Disable nightly branch until Cargo fix hits the trains
| YAML | mit | cybergeek94/multipart,cybergeek94/multipart |
c421485616110a99c2ba3cdc640e65f6e5f891ae | app-backend-tasks-b2.yaml | app-backend-tasks-b2.yaml | service: backend-tasks-b2
runtime: python27
api_version: 1
threadsafe: true
builtins:
- deferred: on
instance_class: B4_1G
basic_scaling:
max_instances: 1
libraries:
- name: django
version: "1.11"
- name: numpy
version: "1.6.1"
- name: jinja2
version: "2.6"
- name: pytz
version: "2016.4"
- name: MySQLdb
... | service: backend-tasks-b2
runtime: python27
api_version: 1
threadsafe: true
builtins:
- deferred: on
instance_class: B4_1G
basic_scaling:
max_instances: 1
libraries:
- name: django
version: "1.11"
- name: numpy
version: "1.6.1"
- name: jinja2
version: "2.6"
- name: pytz
version: "2016.4"
- name: MySQLdb
... | Enable console access from backend instance | Enable console access from backend instance
| YAML | mit | bdaroz/the-blue-alliance,phil-lopreiato/the-blue-alliance,phil-lopreiato/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,phil-lopreiato/the-blue-alliance,the-blue-alliance/the-blue-alliance,phil-lopreiato/the-blue-alliance,bdaroz/the-blue-alliance,the-blue-alliance/the-blue-alliance,b... |
05ed7e22f05cf803154147173b259fd74668ea8e | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
- 3.4
before_script:
- pip install -r requirements.txt
script:
- flake8 .
- isort --recursive --diff . && isort --recursive --check-only .
- py.test
| language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
- 3.4
script:
- flake8 .
- isort --recursive --diff . && isort --recursive --check-only .
- py.test
| Remove duplicate "pip install -r requirements.txt" | Remove duplicate "pip install -r requirements.txt"
| YAML | mit | SiviVuk/inflection,ascott1/inflection,jpvanhal/inflection,panvagenas/inflection,willbarton/inflection |
0fddeeaab6e4dd98edf737efb00f621898dbd180 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode611
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project HPFastTouchButton.xcodeproj -scheme "HPFastTouchButton" -sdk iphonesimulator
- pod lib lint --quick
| language: objective-c
osx_image: xcode611
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project HPFastTouchButton.xcodeproj -scheme "HPFastTouchButton" -sdk iphonesimulator
| Update - Travis build config. | Update - Travis build config.
| YAML | mit | huyphams/HPFastTouchButton,huyphams/HPFastTouchButton |
73421cd860bfbbd1201a4fc2111cf7fbff62b9aa | .travis.yml | .travis.yml | # Travis CI Configuration
language: node_js
node_js:
- "7"
- "6"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
- npm install coveralls
before_script:
- brunch build
script:
- npm run lint
- npm run coverage
after_su... | # Travis CI Configuration
language: node_js
node_js:
- "8"
- "7"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
- npm install coveralls
before_script:
- brunch build
script:
- npm run lint
- npm run coverage
after_su... | Remove Node 6 from CI testing; add node 8 | Remove Node 6 from CI testing; add node 8
| YAML | mit | caleb531/connect-four |
35e554b428cf9a03a72a777590a595ff33a139c9 | app/config/config_dev.yml | app/config/config_dev.yml | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: "%debug_toolbar%"
intercept_redirects: "%debug_redirects%"
# The monolog configuration ... | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: "%debug_toolbar%"
intercept_redirects: "%debug_redirects%"
# The monolog configuration ... | Enable file logging for development | Enable file logging for development
The development configuration now logs to two destinations:
- fingers crossed to syslog (DEBUG and higher, action leven ERROR)
- log all notices and higher to app/logs/dev.log
| YAML | apache-2.0 | SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA |
2cf48303febf4f7934c4aac9fd9dfb56f642154f | .travis.yml | .travis.yml | language: python
python:
- "3.7-dev"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
install:
- pip install nose
script: python setup.py test
| language: python
python:
- "3.8-dev"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install:
- pip install nose
script: python setup.py test
| Delete Python 3.3 and add Python 3.8-dev on Travis | Delete Python 3.3 and add Python 3.8-dev on Travis
Currently Travis fails with:
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2
$ curl -sSf -o python-3.3.tar.bz2 ${archive_url}
curl: (22) The requested URL returned erro... | YAML | mit | sumerc/yappi,sumerc/yappi |
46e2b5aa87817d0de5810f8d3933ea67dea1bd64 | .travis.yml | .travis.yml | language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- 0.12
git:
depth: 10
| language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- 0.12
- 4.0
git:
depth: 10
| Add node 4 to Travis build. | Add node 4 to Travis build.
| YAML | mit | atom/scrollbar-style,atom/scrollbar-style,atom/scrollbar-style |
67563e044c54e7bd97135957787f641c59e2e7ca | .travis.yml | .travis.yml | language: python
python:
- 2.7
compiler:
- clang
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
# - wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | tar xz
# - export PATH=$(pwd)/clang+llvm-3.... | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86-linux-ubuntu-12.04/bin:$... | Revert to wget'ting LLVM zip file. | CI: Revert to wget'ting LLVM zip file. | YAML | mit | dtcaciuc/nitrous,dtcaciuc/nitrous |
0fbc7148cfe6a77351bd0533cac08afe425d5dc9 | .travis.yml | .travis.yml | language: nix
sudo: required
script: nix-build --verbose --no-out-link
# see https://github.com/travis-ci/travis-ci/issues/6604#issuecomment-419653267
install: |
if [ "$(ls -A $HOME/nix-cache)" ]; then
sudo rm -rf /nix/*
cp -a $HOME/nix-cache/* /nix
fi
before_cache: |
if [ ! "$(ls -A $HOME/nix-cache)" ... | language: nix
sudo: required
script: nix-build --no-out-link
# see https://github.com/travis-ci/travis-ci/issues/6604#issuecomment-419653267
install: |
if [ "$(ls -A $HOME/nix-cache)" ]; then
sudo rm -rf /nix/*
cp -a $HOME/nix-cache/* /nix
fi
before_cache: |
if [ ! "$(ls -A $HOME/nix-cache)" ]; then
... | Reduce noise in builds now that they are working | Reduce noise in builds now that they are working
| YAML | apache-2.0 | ascander/dotfiles |
f6702385308397529a4c80eb960cf68f9389b2cf | .travis.yml | .travis.yml | language: php
php:
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
# Set the GitHub OAuth token to make use of the 6000 per hour rate limit
- cat ~/.composer/config.json
- printf '{"config":{"github-oauth":{"github.com":"%s"}}}' "$COMPOSER_GITHUB_API"
- printf '{"config":{"github-oauth":{"github.c... | language: php
php:
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
# Set the GitHub OAuth token to make use of the 6000 per hour rate limit
- cat ~/.composer/config.json
- echo '{"config":{"github-oauth":{"github.com":"%s"}}}' "$COMPOSER_GITHUB_API"
- printf '{"config":{"github-oauth":{"github.com... | Debug whats going on in printf | Debug whats going on in printf
Signed-off-by: Michal Čihař <a2df1e659c9fd2578de0a26565357cb273292eeb@cihar.com>
| YAML | mit | madhuracj/error-reporting-server,madhuracj/error-reporting-server,ujjwalwahi/error-reporting-server,madhuracj/error-reporting-server,ujjwalwahi/error-reporting-server,ujjwalwahi/error-reporting-server,devenbansod/error-reporting-server,phpmyadmin/error-reporting-server,devenbansod/error-reporting-server,devenbansod/err... |
d3909f7fa449e0b0d109c09adf1aa96ab6b37aa6 | .travis.yml | .travis.yml | sudo: false
dist: xenial
language: python
cache: pip
python:
- 3.6
- 3.7
- pypy3
before_install:
- pip install -r ci/requirements.txt
install:
- pip install .
script:
- coverage run --source=pronto -m unittest discover -v
- coverage xml --include "pronto/*"
after_success:
- codecov
- python-codacy-coverage -r cove... | sudo: false
dist: xenial
language: python
cache: pip
addons:
apt:
packages:
- pandoc
python:
- 3.6
- 3.7
- pypy3
before_install:
- pip install -r ci/requirements.txt
install:
- pip install .
script:
- coverage run --source=pronto -m unittest discover -v
- coverage xml --include "pronto/*"
after_success:... | Add `pandoc` to Travis-CI APT packages | Add `pandoc` to Travis-CI APT packages
| YAML | mit | althonos/pronto |
1d33d27c5904eab53b92175cc371b3cfc221737f | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- bundle exec rake test_app
script:
- bundle exec rspec spec
rvm:
- 2.1
- 2.2
| ---
language: ruby
sudo: false
cache: bundler
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- bundle exec rake test_app
script:
- bundle exec rspec spec
rvm:
- 2.2.4
- 2.3.0
| Test against ruby 2.2.4 and 2.3.0 | Test against ruby 2.2.4 and 2.3.0 | YAML | bsd-3-clause | spree-contrib/spree-product-assembly,spree-contrib/spree-product-assembly,spree-contrib/spree-product-assembly |
1d0f2f65d93874ad57543d3bedb653355ada7f36 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
- '0.10'
- '0.8'
- 'iojs'
before_install:
- npm install -g npm@~1.4.6
| sudo: false
language: node_js
node_js:
- '4'
- '0.12'
- '0.10'
- '0.8'
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.12.1; fi'
| Add testing on Node v4 | Travis-CI: Add testing on Node v4
| YAML | mit | watson/git-state,Torthu/git-state |
66f3276ae8920fc5c9228764377746fc64772a1c | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
env:
# Test in Symfony LTS and latest stable release
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.6.*"
before_script:
- composer self-update
- composer require --dev --prefer-dist symfony/symfony:${SYMFONY_VERSION}
script:
# Run the tests
- php ./ve... | language: php
php:
- 5.4
- hhvm
env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.6.*"
- LOWEST=1
before_script:
- composer self-update
- if [ ! -z $SYMFONY_VERSION ]; then composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist; fi
- if [ ! -z $LOWEST ]; then composer update --prefer-dist -... | Update Travis CI config to build lowest dependancies too. | Update Travis CI config to build lowest dependancies too.
| YAML | mit | dankempster/axstrad-content-bundle,dankempster/axstrad-content-bundle |
5e7e343d9eeb1ae603d9f599e36c58e03500beac | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
services:
- mysql
script:
- ./travis-build.sh
| language: ruby
rvm:
- 2.2
services:
- mysql
script:
- ./travis-build.rb
| Fix name of build script | Fix name of build script
| YAML | mit | CDLUC3/stash,CDLUC3/stash,CDLUC3/stash,CDLUC3/stash |
368fe77b3dfdd1a8808b8dbeb36539758c5d9100 | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.13.8
dependencies:
- name: nginx
version: 1.13.8
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.8-linux-x64-9585c5f4.tgz
sha256: 9585c5f4a76a66174303648e474d05b611948816e122faf9bc5e23f5715edbb1
cf_stacks:
- cflinuxfs... | ---
language: staticfile
default_versions:
- name: nginx
version: 1.13.9
dependencies:
- name: nginx
version: 1.13.9
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.9-linux-x64-21ff4d0f.tgz
sha256: 21ff4d0f5a04eea7e7eec96f64333da16d275ffb6d6cb1b42cd18e99b02815d7
cf_stacks:
- cflinuxfs... | Add nginx 1.13.9, remove nginx 1.13.8 | Add nginx 1.13.9, remove nginx 1.13.8
source url: http://nginx.org/download/nginx-1.13.9.tar.gz
source gpg-signature:
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJajCw/AAoJEFIKmZOhwFL44XoH/jRx2DtVS1DQUWqhke0ntVUD
KC13k63u4OGcf32qk/T7BeUb+09nuQ/K3Z43yN4qxprPby2RimEnOxrzh3bBaPNn
9m3jLEN84ARq0oWws95L0ITMxWI3KCDjZ16KrRD6... | YAML | apache-2.0 | cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack |
260cb0a970e73528e9e9adf2d9b6d0b527ca3b8d | .travis.yml | .travis.yml | language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.20"
| language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
| Load Perl helpers in Travis | Load Perl helpers in Travis | YAML | artistic-2.0 | jmaslak/PerlPowerTools,jmaslak/PerlPowerTools |
52310432d6cca88d4aed877b2924500ca4c9913a | .travis.yml | .travis.yml | language: python
- "3.2"
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3-pip python3-numpy python3-scipy python3-matplotlib python3-nose
- sudo pip3 install codecov rednose nose coverage six toolz nose-parameterized codeclimate-test-report... | language: python
- "3.2"
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3-pip python3-numpy python3-scipy python3-matplotlib python3-nose
- sudo pip3 install codecov rednose nose coverage six toolz nose-parameterized codeclimate-test-report... | Use codeclimate token as CLI arg rather than as env variable | Use codeclimate token as CLI arg rather than as env variable
| YAML | apache-2.0 | ulikoehler/UliEngineering |
c9be2cb36c1c39ac659721501b977d3475b75237 | .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-hadoop1.tgz
- tar -xzf spark-1.1.0-bin-hadoop1.tgz
- sudo apt-get install -qq python-numpy python-scipy python-sklearn
- pip instal... | 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-hadoop1.tgz
- tar -xzf spark-1.1.0-bin-hadoop1.tgz
- sudo apt-get install -qq python-numpy python-scipy python-sklearn
- pip instal... | Add some test verbosity back in | Add some test verbosity back in
| YAML | apache-2.0 | poolio/thunder,broxtronix/thunder,kcompher/thunder,jwittenbach/thunder,kunallillaney/thunder,mikarubi/thunder,kunallillaney/thunder,thunder-project/thunder,j-friedrich/thunder,pearsonlab/thunder,zhwa/thunder,broxtronix/thunder,oliverhuangchao/thunder,mikarubi/thunder,j-friedrich/thunder,zhwa/thunder,kcompher/thunder,pe... |
51eba0dbabb21b0d94c64c4aa7947c4f0b1ff4d7 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
bundler_args: --without local_development
script: bundle exec rake
rvm:
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
- rbx-2
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
notifications:
recipients:
- ... | sudo: false
cache: bundler
language: ruby
bundler_args: --without local_development
script: bundle exec rake
rvm:
- 2.0.0
- 2.1
- 2.2
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
- rvm: jruby-head
env: JRUBY_OPTS='--ser... | Fix Travis on JRuby-HEAD using explicit opts | Fix Travis on JRuby-HEAD using explicit opts
See https://travis-ci.org/troessner/reek/jobs/67756300#L297-L307
This is really only an issue on JRUBY-HEAD where cext.enabled property no longer exists.
```ruby
expected: ""
got: "jruby: warning: unknown property jruby.cext.enabled\njruby: warning: unknown pro... | YAML | mit | apuratepp/reek,andyw8/reek,troessner/reek,skywinder/reek,apuratepp/reek,HParker/reek,skywinder/reek,andyw8/reek,tansaku/reek,apuratepp/reek,tansaku/reek,weby/reek,HParker/reek,weby/reek,tansaku/reek,HParker/reek,skywinder/reek,weby/reek,andyw8/reek,troessner/reek |
4d948ac6e93b35613f26089121c5aa3a3961c8a5 | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
cache: bundler
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake test SPEC_OPTS='--format documentation'
matrix:
fast_finish: true
include:
- rvm: 2.1
env: PUPPET_VERSION="~> 3"
- rvm: 2.3
env: PUPPET_VERSION=... | ---
sudo: false
language: ruby
cache: bundler
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake test SPEC_OPTS='--format documentation'
matrix:
fast_finish: true
include:
- rvm: 2.1
env: PUPPET_VERSION="~> 3"
- rvm: 2.3
env: PUPPET_VERSION=... | Disable currently broken Ubuntu 12.04 setup | Disable currently broken Ubuntu 12.04 setup
Travis fails with a 403 when trying to fetch the php packages. Given
this will go away soo anyway not worth investing too much effort.
| YAML | apache-2.0 | tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal |
83f9c43e00b89b205e380139f027ebc22a4799a5 | .travis.yml | .travis.yml | rvm:
- 1.9.2
- 1.9.3
- 2.0.0
branches:
only:
- master
before_install:
- gem install bundler
| rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
before_install:
- gem install bundler
| Add more Rubies to CI | Add more Rubies to CI
(Travis doesn't have Ruby 2.3 yet)
| YAML | mit | tduehr/omniauth-cas3,dlindahl/omniauth-cas,1dtouch/omniauth-cas |
895d6e3a003789beeb23e441a221d8808e0f7b69 | .travis.yml | .travis.yml | rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
- add-fail-fast-switch
| rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
| Remove temporary branch from build | Remove temporary branch from build
| YAML | mit | marxarelli/cucumber,shadow000902/cucumber-ruby,enkessler/cucumber-ruby,cucumber/cucumber-ruby,danascheider/cucumber-ruby,cucumber/cucumber-ruby,phoebeclarke/cucumber-ruby,marxarelli/cucumber,cucumber/cucumber-ruby,twalpole/cucumber,shadow000902/cucumber-ruby,danascheider/cucumber-ruby,richarda/cucumber,phoebeclarke/cuc... |
4900f4cd2b32e72b8a25b94f75700620653bcba3 | .travis.yml | .travis.yml | language: java
script: ./.travis-build.sh
sudo: false
jdk:
- oraclejdk8
# - oraclejdk7
- openjdk7
after_script:
- |
declare exitCode;
curl -sSL https://raw.githubusercontent.com/mernst/travis-after-all/master/lib/travis-after-all.js | node
exitCode=$?
if [ "$exitCode" -eq 0 ]; then
... | language: java
script: ./.travis-build.sh
sudo: false
jdk:
- oraclejdk8
# - oraclejdk7
- openjdk7
after_script:
- |
set +e
declare exitCode;
curl -sSL https://raw.githubusercontent.com/mernst/travis-after-all/master/lib/travis-after-all.js | node
exitCode=$?
if [ "$exitCode" -e... | Add "set +e" in after_script | Add "set +e" in after_script
| YAML | mit | eisop/annotation-tools,eisop/annotation-tools,eisop/annotation-tools,typetools/annotation-tools,typetools/annotation-tools,typetools/annotation-tools |
8ec1bf5f634d1ac01cc2cb9547eb90755bc9b975 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
sudo: false
cache:
directories:
- node_modules
env:
- DIALECT=mysql
- DIALECT=postgres
- DIALECT=postgres-native
- DIALECT=sqlite
- DIALECT=mariadb
- DIALECT=mssql
addons:
postgresql: "9.4"
before_script:
- "mysql -e 'create databas... | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v1.8"
# - "iojs" # iojs 2.0 is failing because of pg-native and nan
sudo: false
cache:
directories:
- node_modules
env:
- DIALECT=mysql
- DIALECT=postgres
- DIALECT=postgres-native
- DIALECT=sqlite
- DIALECT=mariadb
- DIALECT=mssql
addon... | Fix build script for now | Fix build script for now
Add the 1.7 branch back into travis config
| YAML | mit | eventhough/sequelize,angelxmoreno/sequelize,joe-at-fiziico/sequelize-point-support,lukealbao/sequelize,elijah513/sequelize,jessicalc/sequelize,darwinserrano/sequelize,peachworks/sequelize,ojolabs/sequelize,scottty881/sequelize,cschwarz/sequelize,wKich/sequelize,JYzor/sequelize,atorkhov/sequelize,rpaterson/sequelize,yel... |
1d839d02ecad455f2b68fb0fd3b6f1e7a9c4306a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 1.9.2
- rvm: jruby-19mode
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 1.9.2
| Remove jruby-19mode from allowed failures in tarvis.yml. | Remove jruby-19mode from allowed failures in tarvis.yml.
| YAML | bsd-3-clause | Altonymous/sidetiq,stanchan/sidetiq,grzlus/sidetiq,akhiln/sidetiq,tomoyuki-yanagisawa/sidetiq-mod,brennovich/sidetiq,slategroup/sidetiq,PaulMest/sidetiq,b1tw1se/sidetiq,danilogcarolino/sidetiq,sfroehler/sidetiq,tobiassvn/sidetiq,flowerett/sidetiq,kickserv/sidetiq,akhiln/sidetiq,atpay/sidetiq,kickserv/sidetiq,brennovich... |
28c0f174ee0961c6fe07ec19bbde7f7b1f6412ae | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-9.2.8.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
env:
- RACK_ENV=development
| language: ruby
sudo: false
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-9.2.8.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.2.8.0 # temporary
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
env:
- RA... | Allow test failures on JRuby 9.2.8.0 | Allow test failures on JRuby 9.2.8.0
JRuby has some obscure error on Travis that I don't have time to fix
right now, so we'll allow test failures on JRuby for the time being.
| YAML | mit | janko-m/shrine,janko-m/shrine |
dd4564e9498ecafb0574f55b745d8c447967874c | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '5.6'
- '4.3'
- '0.12'
- '0.10'
| ---
language: node_js
node_js:
- '5.6'
- '4.3'
- '0.12'
- '0.10'
deploy:
provider: npm
email:
secure: RJkmOloAFQadJX52ryfgznBfB/2GBtJ+37V7wATp8/JqH/gXRuWeh/oTBO/Z8xbD9mXMkmsW6GNqzXu6GAEj1l1mB7VZGelYg0oOyHGdjP2DiuaU9PQ/WYDqmWddFhM2cuDNiXADSpL97ANam3Hs+GO5ufHOvhFCdLGBrH0UbB4=
api_key:
secure: cA+pCw3TABQ5... | Add npm deployment step when a Travis CI build passes on a tag | Add npm deployment step when a Travis CI build passes on a tag
| YAML | mit | sebastiencs/lounge,williamboman/lounge,rockhouse/lounge,ScoutLink/lounge,rockhouse/lounge,MaxLeiter/lounge,rockhouse/lounge,libertysoft3/lounge-autoconnect,MaxLeiter/lounge,libertysoft3/lounge-autoconnect,realies/lounge,FryDay/lounge,MaxLeiter/lounge,ScoutLink/lounge,realies/lounge,realies/lounge,metsjeesus/lounge,thel... |
7b3d839375ababe6ff818340862c97f7f495f607 | .travis.yml | .travis.yml | language: cpp
sudo: false
script:
- wget https://github.com/bweir/OpenSpin/releases/download/qt-0.1.0/openspin
- chmod a+x ./openspin
- SPINC=./openspin make -f scripts/makefile
- make -f scripts/makefile clean
- git clone https://github.com/lamestation/lamestation-sdk "lamestation-sdk-${TRAVIS_TAG}" --recursive
- echo... | language: cpp
sudo: false
script:
- wget https://github.com/bweir/OpenSpin/releases/download/qt-0.1.0/openspin
- chmod a+x ./openspin
- SPINC=./openspin make -f scripts/makefile -j
- make -f scripts/makefile clean
- git clone https://github.com/lamestation/lamestation-sdk "lamestation-sdk-${TRAVIS_TAG}" --recursive
- e... | Fix zip archive and add jobs back in | Fix zip archive and add jobs back in
| YAML | mit | lamestation/lamestation-sdk,lamestation/lamestation-sdk,konimaru/lamestation-sdk,konimaru/lamestation-sdk |
861816c2c82e11ea3a4e8db8f990ac03238c5123 | .travis.yml | .travis.yml | sudo: required
dist: bionic
language: c
install:
- sudo apt-get install -y --force-yes gcc make cmake libglib2.0-dev
- sudo apt-get install -y --force-yes autoconf automake libtool xutils-dev
- sudo apt-get install -y --force-yes jq
env:
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
before_script:
-... | sudo: required
dist: bionic
language: c
install:
- sudo apt-get install -y --force-yes gcc make cmake libglib2.0-dev
- sudo apt-get install -y --force-yes clang
- sudo apt-get install -y --force-yes autoconf automake libtool xutils-dev
- sudo apt-get install -y --force-yes jq
env:
matrix:
- BUILD_TYPE=Deb... | Build with gcc and clang | ci: Build with gcc and clang
| YAML | agpl-3.0 | open-io/gridinit,open-io/gridinit,open-io/gridinit |
f679c5357df3c53269d875d8fc72b5d5adc9eafc | .travis.yml | .travis.yml | osx_image: xcode8.2
language: objective-c
cache:
- bundler
- cocoapods
branches:
only:
- develop
- master
notifications:
email: false
before_install:
- gem install bundler
- bundle install
script:
- bundle exec fastlane bonjour
after_success:
- bundle exec fastlane deploy... | osx_image: xcode8.2
language: objective-c
cache:
- bundler
- cocoapods
branches:
only:
- develop
- master
notifications:
email: false
before_install:
- gem install bundler
- bundle install
script:
- bundle exec fastlane tests
after_success:
- bundle exec fastlane deploy
| Fix bug with Travis and Fastlane | Fix bug with Travis and Fastlane
| YAML | bsd-3-clause | ESGIProjects/SwifTools,ESGIProjects/SwifTools |
5415e9487a57bf3d34c73c611cd42d730660fbf8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
after_success: npm run coverage
| language: node_js
node_js:
- "10"
after_success: npm run coverage
| Increase build node version to 10 | Increase build node version to 10
| YAML | apache-2.0 | Cheevr/Config |
accb9aa7323ff1d9b1c0b00f08dca3d3d5773c7a | .travis.yml | .travis.yml | language: android
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-google-m2repository
- sys-img-armeabi-v7a-android-16
env:
global:
ADB_INSTALL_TIMEOUT=6
before_install:
- script/accept_constrai... | language: android
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-google-m2repository
- sys-img-armeabi-v7a-android-16
env:
global:
ADB_INSTALL_TIMEOUT=6
before_install:
- script/accept_constrai... | Revert "Display test results in real time on Travis." | Revert "Display test results in real time on Travis."
This reverts commit 3473566b845b0d5db91657132882ceb1a92a8c36.
| YAML | apache-2.0 | mg6maciej/fluffy-octo-rotary-phone,mg6maciej/fluffy-octo-rotary-phone,mg6maciej/fluffy-octo-rotary-phone |
509841a867c2505adca37f3a6b964a29353830d2 | spec/config_defaults.yml | spec/config_defaults.yml | broker:
url: http://10.244.3.58
username: admin
password: admin
cloud_foundry:
url: https://api.10.244.0.34.xip.io
username: admin
password: admin
| broker:
url: http://10.244.3.58
username: admin
password: admin
cloud_foundry:
url: http://api.10.244.0.34.xip.io
username: admin
password: admin
| Change CC URL to use HTTP instead of HTTPS to match tests | Change CC URL to use HTTP instead of HTTPS to match tests
Signed-off-by: Daniel Jones <3d0f3b9ddcacec30c4008c5e030e6c13a478cb4f@cloudcredo.com>
| YAML | apache-2.0 | pivotal-cf/broker-registrar,pivotal-cf/broker-registrar |
6a83fb5cec47bb12db972544094dbd29caf14732 | .travis.yml | .travis.yml | sudo: false
language: python
matrix:
include:
- python: 3.4.3
env: TOXENV=py34
- python: 2.7
env: TOXENV=py27
fast_finish: true
allow_failures:
- env:
- TOX_ENV=pypy
- TOX_ENV=build_docs
install:
- pip install --upgrade pip setuptools tox virtualenv coveralls
script:
- ... | sudo: false
language: python
matrix:
include:
- python: 3.4
env: TOX_ENV=py34
- python: 2.7
env: TOX_ENV=py27
fast_finish: true
allow_failures:
- env:
- TOX_ENV=pypy
- TOX_ENV=build_docs
install:
- pip install --upgrade pip setuptools tox virtualenv coveralls
script:
- ... | Fix typo in environment variable name | Fix typo in environment variable name
| YAML | bsd-3-clause | yashbathia/pipr,yahoo/pipr |
ddc9a893fc49e7fb8cef01efbd554a4a48ff3a8c | .travis.yml | .travis.yml | language: node_js
node_js:
- 'node'
addons:
apt:
packages:
- curl
branches:
only:
- master
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JEKYLL_ENV=production
before_install:
- rvm install 2.2.2
install:
- npm install
- gem install bundler
- bundle instal... | language: node_js
node_js:
- 'node'
addons:
apt:
packages:
- curl
branches:
only:
- master
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JEKYLL_ENV=production
before_install:
- rvm install 2.2.2
install:
- npm install
- gem install bundler
- bundle instal... | Fix htmlproofer (while on github pages) | Fix htmlproofer (while on github pages)
| YAML | mit | Simie/simonmoles.com,Simie/simonmoles.com,Simie/simonmoles.com |
5855d9a2a979e50b0b64e6f0e1bb38ea2c0d3d55 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1
notifications:
email:
on_success: always
on_failure: always
| language: ruby
rvm:
- 2.1
notifications:
email:
on_success: always
on_failure: always
| Drop support for Ruby 2.0 | Drop support for Ruby 2.0
I'm looking at you 1.8.6...
| YAML | mit | infertux/ordinalize_full |
dbc9b9f19f6f71c99f09de2ff714741d90dd5070 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
script: phpunit --coverage-text
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
script: phpunit --coverage-text
| Add PHP 7.1 to Travis | Add PHP 7.1 to Travis
| YAML | mit | geggleto/Slim,Alex2147483647/Slim |
466be6546e20bb4bb2da2c3ee5c518e930af32c5 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
script: ./waf configure --prefix=jsonhandle; ./waf; ./waf install; tar czf jsonhandle-Linux-x64.tar.gz
jsonhandle
os:
- linux
- osx
deploy:
provider: releases
api_key:
secure: e3QvwVcTXnUyqvoJpaiGQ5HHxE6Yj5V8MVslyIoJaMU8cragcX/TQ2wjJYXJhQ9sW73qIGtX3lwKyovw4zRYR2+n... | language: cpp
compiler:
- gcc
- clang
sudo: false
script: ./waf configure --prefix=jsonhandle; ./waf; ./waf install; tar czf jsonhandle-Linux-x64.tar.gz
jsonhandle
os:
- linux
- osx
deploy:
provider: releases
api_key:
secure: e3QvwVcTXnUyqvoJpaiGQ5HHxE6Yj5V8MVslyIoJaMU8cragcX/TQ2wjJYXJhQ9sW73qIGtX3lwK... | Use new Travis CI infrastructure. | Use new Travis CI infrastructure.
| YAML | mit | DoomHammer/jsonhandle,sunsetbrew/jsonhandle,sunsetbrew/jsonhandle,DoomHammer/jsonhandle,sunsetbrew/jsonhandle,DoomHammer/jsonhandle |
b3cdee4c7881162bdeaf433d1708dda965b53844 | .travis.yml | .travis.yml | sudo: required
dist: trusty
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:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-c... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-... | Simplify Travis config and fix ChefDK 2.0 failures | Simplify Travis config and fix ChefDK 2.0 failures
| YAML | apache-2.0 | chef-cookbooks/users,opscode-cookbooks/users,opscode-cookbooks/users,wegtam/users,chef-cookbooks/users,wegtam/users,nkadel-skyhook/nkadel-chef-users,nkadel-skyhook/nkadel-chef-users |
53366f4a2c58de93cfb793634c3271a8da223952 | .travis.yml | .travis.yml | sudo: required
language: node_js
os:
- linux
- osx
node_js:
- "5.9"
env:
- CXX=g++-4.8
addons:
artifacts:
paths:
- ./releases/
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- npm run build
- npm run lint
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm ... | sudo: required
matrix:
include:
- os: linux
env: CXX=g++-4.8
allow_failures:
- os: osx
language: node_js
os:
- linux
- osx
node_js:
- "5.9"
addons:
artifacts:
paths:
- ./releases/
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- npm run build
... | Use clang for OSX and gcc for Linux | Use clang for OSX and gcc for Linux
| YAML | mit | lukasmartinelli/postgis-editor,lukasmartinelli/postgis-editor |
8992c27388365d7241db0e8effc4ca8f88170757 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.5.1" # for Heroku
- "3.4.3" # for production
script: py.test
addons:
postgresql: "9.4"
services:
- postgres
| sudo: false
language: python
python: 3.5
script: py.test
addons:
postgresql: "9.4"
services:
- postgres
| Revert "Run CI in Python 3.4 and 3.5" | Revert "Run CI in Python 3.4 and 3.5"
| YAML | mpl-2.0 | Osmose/normandy,Osmose/normandy,mozilla/normandy,Osmose/normandy,mozilla/normandy,mozilla/normandy,mozilla/normandy,Osmose/normandy |
2c36dcce57979e7696bc9a4a8ee6174a18cf7535 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
before_script: composer install --dev --prefer-source
script: bin/phpspec run -fpretty --verbose
| language: php
php:
- 5.5
- 5.6
- 7.0
before_script: composer install --no-interaction --prefer-source
script: bin/phpspec run -fpretty --verbose
| Fix invalid deps and move AttributeFactory to component | Fix invalid deps and move AttributeFactory to component
| YAML | mit | Sylius/Product |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.