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 |
|---|---|---|---|---|---|---|---|---|---|
76a95418fc74d1b07eb257b1855ec638a6ce0779 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.8'
before_script: 'npm install grunt-cli bower'
after_success:
- 'cat tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js' | language: node_js
node_js:
- '0.8'
before_script: 'npm install grunt-cli bower && grunt bowerful'
after_success:
- 'cat tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js' | Install JS dependencies before tests | Install JS dependencies before tests
| YAML | mit | pads/tiddler-include |
3fb0ec0abe59bc7a7aed6e3c2e00443c56e71f6c | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JR... | bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUB... | Test against latest Ruby 2.1 release | Test against latest Ruby 2.1 release
| YAML | mit | terry/twitter,kevinmel2000/twitter,mike-north/twitter,kmcmcurtis7/twitter,DarbySmart/twitter,roschaefer/twitter,thomas-holmes/twitter,na-g/twitter,megashurik/twitter,sideci-sample/sideci-sample-twitter,dantame/twitter,creeshla/ruby-twitter,develon/twitter,timsly/twitter,jdrago999/twitter,producthunt/twitter,bonekost/tw... |
a1a156934959292a1bc9c61941c0bc02ef1ab24f | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 7.0
env: GUZZLE_VERSION="6.2.2"
- php: 5.6
env: GUZZLE_VERSION="5.3.1"
- php: 7.0
env: GUZZLE_VERSION="5.3.1"
- php: 5.6
env: GUZZLE_VERSION="6.2.2"
install:
- composer require guzzlehttp/guzzle:${GUZZLE_VERSION}
- composer install
sc... | language: php
matrix:
include:
- php: 7.0
env: GUZZLE_VERSION="6.2.2"
- php: 5.6
env: GUZZLE_VERSION="5.3.1"
- php: 7.0
env: GUZZLE_VERSION="5.3.1"
- php: 5.6
env: GUZZLE_VERSION="6.2.2"
- php: 7.2
env: GUZZLE_VERSION="6.2.2"
install:
- composer require guzzlehttp... | Add test for php 7.2 | Add test for php 7.2
Signed-off-by: Xuanwo <9d9ffaee821234cdfed458cf06eb6f407f8dbe47@yunify.com>
| YAML | apache-2.0 | yunify/qingstor-sdk-php |
c657682dcc0ca1f3097177b254fe151a1a1fb1ca | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4.0
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
- RAILS_VERSION=3.2.0
- RAILS_VERSION... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
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
- RAILS_VERSION=3.2.0
- RAILS_VERSION=4.0.0
-... | Drop Ruby 2.4.0 for now | Drop Ruby 2.4.0 for now
| YAML | mit | dtaniwaki/rack-dev-mark |
a29c448595f893bf3557b883da5d56167c46cc7d | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
cache: bundler
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
cache: bundler
matrix:
allow_failures:
- rvm: 2.2
| Allow ruby 2.2 to fail; it should work again with 2.2.1. | Allow ruby 2.2 to fail; it should work again with 2.2.1.
| YAML | unlicense | ruby-rdf/rdf-aggregate-repo |
028230940b8b29525d4e140d896e6ecd36c4dc2a | .travis.yml | .travis.yml | language: python
sudo: required
python:
- "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- travis_retry bash test/travis_setup.sh
script:
- python -m coverage run --source=. test/testall.py f... | language: python
sudo: required
python:
- "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- travis_retry bash test/travis_setup.sh
script:
- python -m coverage run --source=. test/testall.py fast
- py... | Remove Python 3.2 from the build | Remove Python 3.2 from the build
* It's obsolete - see PEP 392:
... the release of 3.2 final, which will be February 2016
* It causes the build to break ...
| YAML | mit | oz123/bottle,oz123/bottle,defnull/bottle,ifduyue/bottle,bottlepy/bottle,fkazimierczak/bottle,fkazimierczak/bottle,defnull/bottle,ifduyue/bottle,bottlepy/bottle |
600a2351dc68124c72e9eef47ffcd81ffea61150 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm i... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm instal... | Build on Node.js 0.12 on Travis CI. | Build on Node.js 0.12 on Travis CI.
| YAML | mit | bigeasy/paxos,bigeasy/paxos |
c471bb4aebf84e1ee1841d8732f31966b5a3d910 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- iojs
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis" | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis" | Remove testing with iojs for now | Remove testing with iojs for now
| YAML | bsd-3-clause | miraculixx/modeify,arunnair80/modeify,arunnair80/modeify-1,miraculixx/modeify,miraculixx/modeify,arunnair80/modeify-1,arunnair80/modeify-1,arunnair80/modeify,arunnair80/modeify,miraculixx/modeify,arunnair80/modeify,arunnair80/modeify-1 |
c7013c8a3ae48c93415d928010910ac1f699a218 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- master
matrix:
allow_failures:
- php: master
before_script:
- phpenv config-rm xdebug.ini
- composer install
script:
- composer run-script test
| language: php
php:
- 7.1
- 7.2
- master
matrix:
allow_failures:
- php: master
before_script:
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
- composer install
script:
- composer run-script test
| Fix crash when xdebug.ini does not exist | Fix crash when xdebug.ini does not exist | YAML | mit | villfa/php-invert-color |
dc447198557a3057bfe0b1e8e089b8ea9b79e9a6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
cache:
yarn: true
directories:
- node_modules
script:
- yarn run test
- yarn run build
- yarn run serve
| language: node_js
node_js:
- "6"
- "7"
cache:
yarn: true
directories:
- node_modules
script:
- yarn run test
- yarn run build
- yarn run serve
| Add integration tests for node 7 | Add integration tests for node 7
| YAML | mit | JulienPradet/pigment-store,JulienPradet/pigment-store,JulienPradet/pigment-store |
391821a70218af19288a66035a265f173712bc8b | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements/ci.txt --use-mirrors
script:
- nosetests tests --with-cov -v
- python setup.py build sdist
- pip install $(find dist/ -name \*.tar.gz | head -n 1)
after_success:
- coveralls
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements/ci.txt
script:
- nosetests tests --with-cov -v
- python setup.py build sdist
- pip install $(find dist/ -name \*.tar.gz | head -n 1)
after_success:
- coveralls
| Drop --use-mirrors in call to pip | Drop --use-mirrors in call to pip
This option no longer exists in pip.
| YAML | mit | kejkz/holmium.core,kejkz/holmium.core,alisaifee/holmium.core,alisaifee/holmium.core,kejkz/holmium.core,alisaifee/holmium.core,alisaifee/holmium.core,kejkz/holmium.core |
5821a218b33e52c977ddee540b3be40696ca9eaf | .travis.yml | .travis.yml | language: objective-c
notifications:
email:
on_success: never
on_failure: change
before_install:
- brew tap manastech/crystal
- brew update
- brew install crystal-lang
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| language: objective-c
notifications:
email:
on_success: never
on_failure: change
before_install:
- brew update
- brew install crystal-lang
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| Use stable crystal from homebrew. | Use stable crystal from homebrew.
| YAML | mit | atom-crystal/linter-crystal,AtomLinter/linter-crystal |
c708f9db969eb97aaa0b7b245bdac8b8cb19a12c | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mas... | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mast... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | opscode-cookbooks/push-jobs,jcalonsoh/push-jobs,chef-cookbooks/push-jobs,chef-cookbooks/push-jobs,opscode-cookbooks/push-jobs,chef-cookbooks/push-jobs,jcalonsoh/push-jobs,opscode-cookbooks/push-jobs,jcalonsoh/push-jobs |
6e8ce5b4e6d5b3f5d079f7f07b0adb083eed23c2 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
- '3.1'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script: nosetests
| language: python
python:
- '2.7'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script: nosetests
| Remove unit test runner for 2.6 and 3.1 | Remove unit test runner for 2.6 and 3.1
| YAML | mit | armet/python-armet |
b9c3df3d6f6a9ae84359495fb743cea91eb6a758 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=em... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENA... | Add Ember release to allowed failures b/c Ember 2.0 | Add Ember release to allowed failures b/c Ember 2.0
| YAML | mit | elwayman02/ember-tumblr,elwayman02/ember-tumblr |
c055dfc05beeaad3df256fe613ce3d01c567ecc0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.4"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka... | language: node_js
node_js:
- "0.10"
- "4.4"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka... | Test with Apache Kafka 0.10 | Test with Apache Kafka 0.10
| YAML | mit | oleksiyk/kafka |
b883867e6883ef56806593e7be9be8b65031b40c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install -g npm
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Use the NPM on tap. | Use the NPM on tap.
| YAML | mit | bigeasy/sequester |
915c46231723da5ba8a290b0f138943f400c4a1e | .travis.yml | .travis.yml | language: go
go:
- oldstable
- stable
- master
before_install:
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --update
script:
- gometalinter --deadline=1m .
- go test -v -coverprofile=package.coverprofile
- go tool cover -func=package.coverprofile
| language: go
go:
- stable
- master
before_install:
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --update
script:
- gometalinter --deadline=1m .
- go test -v -coverprofile=package.coverprofile
- go tool cover -func=package.coverprofile
| Remove `oldstable` from go matrix | Remove `oldstable` from go matrix
Not supported yet: https://github.com/travis-ci/gimme/issues/179
| YAML | mit | meatballhat/negroni-logrus |
76e4673db4ed08dffd8623a7d091cc92a6aa68b1 | .travis.yml | .travis.yml | language: go
go:
- tip
sudo: required
dist: trusty
addons:
apt:
packages:
- python3
- python3-coverage
- python3-psycopg2
- python3-numpy
- python3-matplotlib
install:
- go get github.com/olt/libpq
- go get github.com/DATA-DOG/go-sqlmock
- go get github.com/axw/gocov/gocov
- go get g... | language: go
go:
- tip
sudo: required
dist: trusty
addons:
apt:
packages:
- python3
- python3-coverage
- libpq-dev
- python3-psycopg2
- python3-numpy
- python3-matplotlib
install:
- go get github.com/olt/libpq
- go get github.com/DATA-DOG/go-sqlmock
- go get github.com/axw/gocov/go... | Add libpq-dev to Travis CI packages. | Add libpq-dev to Travis CI packages.
| YAML | mit | seadsystem/Backend,seadsystem/Backend,seadsystem/Backend,seadsystem/Backend |
7171d752deba84ee7a8ebad7bbeb91532fbd8014 | .travis.yml | .travis.yml | language: node_js
cache:
directories:
- node_modules
node_js:
- '6'
before_script:
- npm prune
branches:
except:
- /^v\d+\.\d+\.\d+$/
after_success:
if ([ "$TRAVIS_BRANCH" == "next" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
npm run semantic-release
fi
| language: node_js
cache:
directories:
- node_modules
node_js:
- '6'
before_script:
- npm prune
branches:
except:
- /^v\d+\.\d+\.\d+$/
after_success:
if ([ "$TRAVIS_BRANCH" == "next" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]); then
npm run semantic-release
fi
| Fix xyntax error at after_success script | fix: Fix xyntax error at after_success script
| YAML | mit | finom/matreshka_router,matreshkajs/matreshka-router |
f3ae6a1eb679d2efa49c51232f8efd2972297d57 | .travis.yml | .travis.yml | dist: bionic
language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=cmucl
notifications:
email:
on_success: change
on_failure: always
irc:
channels:
... | dist: bionic
language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=ccl32
- env: LISP=cmucl
- env: LISP=sbcl32
notifications:
email:
on_success: change
... | Allow build failures on CCL/x86 and SBCL/x86 | Allow build failures on CCL/x86 and SBCL/x86
| YAML | mit | sionescu/swap-bytes |
5e9f2d9aebd7ce29e583ae62a25ab3c0dae24c94 | .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 | opscode-cookbooks/now,chef-cookbooks/now,chef-cookbooks/now,opscode-cookbooks/now |
555118fbcb3b944830adf24a306de13e64bd6801 | .travis.yml | .travis.yml | language: objective-c
xxcode_workspac: Underscore.xcodeproj # path to your xcodeproj folder
xcode_scheme: Underscore
osx_image: xcode7.2
| language: objective-c
xcode_workspace: Underscore.xcodeproj # path to your xcodeproj folder
xcode_scheme: Underscore
osx_image: xcode7.2
xcode_sdk: iphonesimulator
| Add sdk and fix typo. | Add sdk and fix typo.
| YAML | mit | robb/Underscore.m |
6769f890ca79e832dad4ad6e91f50d54349f5123 | .travis.yml | .travis.yml | language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- coverage run --source classes -m py.test
after_success:
- coveralls
| language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- coverage run --source="classes/", "tests/" -m py.test
after_success:
- coveralls
| Correct script section's coverage command | Correct script section's coverage command
| YAML | mit | peterpaints/room-allocator |
522bd546da30d93765a25a9586ad13ee9ccee83f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
- 2.3.0
- 2.2.5
- 2.2.0
- 2.1.9
matrix:
allow_failures:
- rvm: 2.1.9
cache: bundler
| language: ruby
rvm:
- 2.3.1
- 2.3.0
- 2.2.5
- 2.2.0
- 2.1.10
matrix:
allow_failures:
- rvm: 2.1.10
cache: bundler
| Change rvm 2.1.9 to 2.1.10 | Change rvm 2.1.9 to 2.1.10
| YAML | apache-2.0 | ta-ito/terakoya,ta-ito/terakoya,ta-ito/terakoya |
bbaa3ad2f379e0a8f83fe964de3eb70e70967b1e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
install:
- wget https://fedorahosted.org/releases/r/p/rpmdevtools/rpmdevtools-6.8.tar.bz2
- tar -jxf rpmdevtools-6.8.tar.bz2
- export PATH=$PATH:$PWD/rpmdevtools-6.8/
- svn co https://github.com/c... | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
install:
- wget https://fedorahosted.org/releases/r/p/rpmdevtools/rpmdevtools-6.8.tar.bz2
- tar -jxf rpmdevtools-6.8.tar.bz2
- export PATH=$PATH:$PWD/rpmdevtools-6.8/
- svn export https://github.c... | Fix error in path to packagebuilder | Fix error in path to packagebuilder
| YAML | mit | csdms/rpm_models |
7c6887ec7afb9be4d307da005ef3f696327ee1e7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- rbx
| language: ruby
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
| Allow tests against ruby-head to fail | Allow tests against ruby-head to fail | YAML | bsd-3-clause | kiela/fc-reminder |
c61a17de2b96aa5795a358ba3312794255bc3838 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake .. -DBUILD_TEST=YES
- make
- ./tests | language: cpp
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake .. -DBUILD_TESTS=ON
- make
- ./tests | Correct spelling mistake in Travis-CI configuration | Correct spelling mistake in Travis-CI configuration
| YAML | apache-2.0 | invaderjon/gdev,invaderjon/gdev,invaderjon/gdev,invaderjon/gdev |
d9c9ceac0d13d4eaae34ed7aad674fa041ea1362 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.11
script: "make test-travis"
after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- "10"
- "8"
- "4"
script: "make test-travis"
after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | coveralls"
| Test on latest node versions | chore: Test on latest node versions | YAML | mit | pebble/event-loop-lag |
290f0f033e7fb9c65a31ef74e9e515da25f94006 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
before_install:
- cp config/example.config.js config/config.js
- mkdir semantic
- mkdir semantic/dist
- mkdir semantic/src
- mkdir semantic/src/definitions
- touch semantic/gulpfile.js
- touch semantic/theme.config
| language: node_js
node_js:
- '6'
before_install:
- cp config/example.config.js config/config.js
| Remove redundant TravisCI install commands | Remove redundant TravisCI install commands
| YAML | mit | clocked0ne/express-semantic-ui,clocked0ne/express-semantic-ui |
7839cb72165bbbc7485936d2df8f96909f732dbf | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
| Remove node 0.8 from Travis config. | Remove node 0.8 from Travis config.
| YAML | mit | gss/preparser |
13cc9c3c381d33bdccbc458799a85cc1574fa126 | .travis.yml | .travis.yml | env:
- TRAVIS=true
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
script: bundle exec rspec spec
| env:
- TRAVIS=true
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-9.0.4.0
script: bundle exec rspec spec
| Add more recent MRI version to build matrix | Add more recent MRI version to build matrix
| YAML | mit | mkrogemann/try-until |
b7b4952c991f3e2656788c297dc8ee87003ed055 | .travis.yml | .travis.yml | language: objective-c
xcode_workspace: onetimepassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk: iphonesimulator
before_install: git submodule update --init --recursive
| language: objective-c
xcode_workspace: onetimepassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk:
- iphonesimulator9.0
before_install: git submodule update --init --recursive
| Use iphonesimulator9.0 SDK on Travis | Use iphonesimulator9.0 SDK on Travis
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
b4b3ea3a4b9d38e144f7bfa199bb4eedf509c8c2 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | Add ember-release to failable test environments | Add ember-release to failable test environments
| YAML | mit | erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,erangeles/sl-ember-behavior,SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,softlayer/sl-ember-behavior |
c02adb4d67151cfeabce4f52a1013ecf4734c8d6 | .travis.yml | .travis.yml | language: perl6
perl6:
- 2015.12
- latest
install:
- sudo apt-get -qq update
- sudo apt-get install -y libopencv-dev
- rakudobrew build-panda
- panda install LibraryMake
script: panda-build && prove -e perl6 t
| language: perl6
dist: trusty
perl6:
- 2015.12
- latest
install:
- sudo apt-get -qq update
- sudo apt-get install -y libopencv-dev
- rakudobrew build-panda
- panda install LibraryMake
script: panda-build && prove -e perl6 t
| Test on trusty ubuntu (to get opencv 2.4) | Test on trusty ubuntu (to get opencv 2.4)
| YAML | mit | azawawi/perl6-opencv,azawawi/perl6-opencv |
1e3f6747c05c790eca65db4ef9d8da937bea5ab8 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
before_script:
- gem install travis-artifacts
after_success:
- >
test ${TRAVIS_BRANCH} = travis-artifacts &&
cake build:dist &&
cd build &&
mv dist batman.js &&
tar cvzf batman-master.tar.gz batman.js &&
travis-artifacts upload --path batman-ma... | language: node_js
node_js:
- 0.10
before_script:
- gem install travis-artifacts
after_success:
- >
test ${TRAVIS_BRANCH} = master &&
cake build:dist &&
cd build &&
mv dist batman.js &&
tar cvzf batman-master.tar.gz batman.js &&
travis-artifacts upload --path batman-master.tar.g... | Switch artifact branch to master | Switch artifact branch to master
| YAML | mit | getshuvo/batman,getshuvo/batman |
ae8d1b9a1894e41b1e7262a20ec9f0b609311f89 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Update Travis config to use Node 0.12 | Update Travis config to use Node 0.12 | YAML | mit | helmetjs/hide-powered-by |
061bf2aaade33c3d9255df78588a6ddf98b6fa2c | .travis.yml | .travis.yml | language: csharp
matrix:
include:
- os: linux
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis"
- os: osx
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis"
- os: windows
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis" | language: csharp
matrix:
include:
- os: linux
mono: none
dotnet: 2.0.0
script: ./build.sh -t "Travis"
- os: osx
mono: none
dotnet: 2.0.0
script: ./build.sh -t "Travis" | Change Travis build dotnet version to 2.0.0 | Change Travis build dotnet version to 2.0.0
| YAML | mit | stranne/Vasttrafik.NET,stranne/Vasttrafik.NET |
e2d684f541a001f62dd2c9b9f6a239655cdd5d54 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
install:
- composer selfupdate --no-interaction
- composer install --no-interaction
script: phpunit --configuration phpunit.xml --coverage-text
| language: php
php:
- 7.2
- 7.3
- 7.4
install:
- composer selfupdate --no-interaction
- composer install --no-interaction
script: phpunit --configuration phpunit.xml --coverage-text
| Drop 7.1 testing, add 7.4 | Drop 7.1 testing, add 7.4
| YAML | mit | coenjacobs/mozart |
134ae3c06546f5c51c13da7b7313872aa51b1fe5 | .travis.yml | .travis.yml | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: openjdk7
env: TARGET=test
group: deprecated-2017Q1
- jdk: oraclejdk7
env: TARGET=test
- jdk: oraclejdk8
... | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: oraclejdk8
env: TARGET=test
- jdk: openjdk8
env: TARGET=test
- os: osx
osx_image: xcode8.2
env: TARGET=... | Remove depricated Java 7 from Travis checks | Remove depricated Java 7 from Travis checks
| YAML | mit | jrbeaumont/workcraft,danilovesky/workcraft,tuura/workcraft,jrbeaumont/workcraft,workcraft/workcraft,danilovesky/workcraft,danilovesky/workcraft,tuura/workcraft,tuura/workcraft,workcraft/workcraft,jrbeaumont/workcraft,danilovesky/workcraft,workcraft/workcraft,workcraft/workcraft |
3d0c0a82878d41782007daeec8c702a90f32682c | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.4"
before_install:
# Repo for Yarn
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn
install:
- ... | language: node_js
node_js:
- "4.4"
before_install:
- npm install -g --production yarn
- yarn run clean
install:
- yarn install
script:
- yarn run grunt build
- yarn run grunt tslint
- yarn run grunt unit_test_nobuild
sudo: false
cache:
directories:
- $HOME/.yarn-cache
| Revert from apt-get: we can't sudo | Revert from apt-get: we can't sudo
| YAML | apache-2.0 | uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy |
fae779692ef6dd73f6677e54e60ea19944a9df8e | .travis.yml | .travis.yml | # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
# Header
language: r
sudo: required
cache: packages
warnings_are_errors: false
r_check_args: --no-vignettes
#env
env:
global:
- CRAN: http://cran.rstudio.com
- NOT_CRAN: true
#notifications
notifications:
email:
on_success... | # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
# Header
language: r
sudo: required
cache: packages
warnings_are_errors: false
r_check_args: --no-vignettes
#env
env:
global:
- CRAN: http://cran.rstudio.com
- NOT_CRAN: true
#notifications
notifications:
email:
on_success... | Change to titus directory during install | Change to titus directory during install
| YAML | apache-2.0 | opendatagroup/hadrian,opendatagroup/hadrian,opendatagroup/hadrian,opendatagroup/hadrian |
c06cf069274033b429afd5a7a799404bc97beb29 | .travis.yml | .travis.yml | language: csharp
solution: "./Extension Library/Extension Library.sln"
dotnet: 1.0.1
mono: latest
dist: trusty
sudo: required
# install:
# - nuget restore "./Extension Library/Extension Library.sln"
# - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
# script:
# - xbuild /p:Configuration=Re... | language: csharp
solution: "./Extension Library/Extension Library.sln"
dotnet: 1.0.1
mono: latest
dist: trusty
sudo: required
target: "Clean;Build"
# install:
# - nuget restore "./Extension Library/Extension Library.sln"
# - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
# script:
# - xbui... | Update build script for Travis CI | Update build script for Travis CI
| YAML | mit | gh0stter/CSharp-Extension-Library |
035ae5aec5a68a96f7e4f667d964939590e0c614 | .travis.yml | .travis.yml | language: erlang
otp_release:
- 17.0
- 17.1
- 17.3
sudo: false
script: "make compile && rm -rf .git && make test"
notifications:
irc: "irc.freenode.org#elixir-lang"
recipients:
- jose.valim@plataformatec.com.br
- eric.meadows.jonsson@gmail.com
| language: erlang
otp_release:
- 17.0
- 17.3
sudo: false
script: "make compile && rm -rf .git && make test"
notifications:
irc: "irc.freenode.org#elixir-lang"
recipients:
- jose.valim@plataformatec.com.br
- eric.meadows.jonsson@gmail.com
| Remove 17.1 which has a bug in its filelib:wildcard check | Remove 17.1 which has a bug in its filelib:wildcard check
| YAML | apache-2.0 | kimshrier/elixir,gfvcastro/elixir,kelvinst/elixir,pedrosnk/elixir,antipax/elixir,kimshrier/elixir,antipax/elixir,ggcampinho/elixir,joshprice/elixir,lexmag/elixir,elixir-lang/elixir,lexmag/elixir,beedub/elixir,michalmuskala/elixir,gfvcastro/elixir,beedub/elixir,pedrosnk/elixir,kelvinst/elixir,ggcampinho/elixir |
b20ffcddfbbc906285ac39e3e1e57a1f4ecb081b | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install:
- pip install .
- pip install -r test_requirements.txt
script:
- nosetests
| sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- pip install .
- pip install -r test_requirements.txt
script:
- nosetests
| Add most recent Python versions in Travis CI | Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
| YAML | bsd-3-clause | koenbok/Cactus,eudicots/Cactus,eudicots/Cactus,koenbok/Cactus,eudicots/Cactus,koenbok/Cactus |
f045c0309dd4fd0b88d7bde9169395d76b3eaec3 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.5
- 2.3.1
- jruby-19mode
- jruby-head
- rbx-2
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler
env:
- JRUBY_OPTS="-Xcli.debug=true --debug"
| language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- jruby-19mode
- jruby-head
- rbx-2
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler
env:
- JRUBY_OPTS="-Xcli.debug=true --debug"
| Test against latest version of MRI 2.1 | Test against latest version of MRI 2.1 | YAML | agpl-3.0 | lasso/racket-registry |
09d608f64b7a0877d2f4604a126137be6b495d3f | .travis.yml | .travis.yml | language: go
go:
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
# don't wait for tip tests to finish, since they're allowed to fail
fast_finish: true
notifications:
email: false
before_script:
- GO_FILES=$(find . -iname '*.go' | grep -v /vendor/)
- PKGS=$(go list ./... | grep -v /vendor/)... | language: go
go:
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
# don't wait for tip tests to finish, since they're allowed to fail
fast_finish: true
notifications:
email: false
before_script:
- GO_FILES=$(find . -iname '*.go' | grep -v /vendor/)
- PKGS=$(go list ./... | grep -v /vendor/)... | Replace staticcheck, gosimple, unused with megacheck | Replace staticcheck, gosimple, unused with megacheck
megacheck combines staticcheck, gosimple, and unused. It's significantly
faster than running all three separately because it reuses some of the
work.
| YAML | mit | y0ssar1an/q,y0ssar1an/qq,y0ssar1an/qq |
67e1f259565dfbbf9b32edd69ccebc0b50d25ef5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0"
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@~1.4.6
| language: node_js
node_js:
- '4'
- '0.12'
- '0.10'
- '0.8'
before_install:
- npm install -g npm@~1.4.6
| Reduce amount of Node versions tested | Reduce amount of Node versions tested
| YAML | mit | watson/stackman |
bc18429045e3440ec851d254321d43bebe90bb28 | .travis.yml | .travis.yml | language: python
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
| language: python
python:
- 2.7
- 3.8
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
| Test on both Python and legacy Python | Test on both Python and legacy Python | YAML | bsd-3-clause | wifiphisher/roguehostapd,wifiphisher/roguehostapd,wifiphisher/roguehostapd,wifiphisher/roguehostapd |
5a91db9bb4009775ed26d5cbd4d8340946347327 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
| language: node_js
node_js:
- iojs
- "0.12"
- "0.10"
| Add node 0.12 and iojs | Add node 0.12 and iojs
| YAML | mit | silas/hapi-bunyan |
35b6ae77f1577f4feec78f667ac211f74c1f5fe2 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk7
before_script:
- git submodule update --init --recursive
script:
- ./gradlew check integrationTest --info
branches:
only:
- /^(develop|hotfix\/.*|feature\/.*|release\/.*)$/
notifications:
slack:
secure: IAA4d9O2Dw1hkpY9cwxJz++VMjkgbV3EuaS09DGFujvHl2eQtpKTloE0... | sudo: false
language: java
jdk:
- oraclejdk7
before_script:
- git submodule update --init --recursive
script:
- ./gradlew check integrationTest --info --stacktrace
branches:
only:
- /^(develop|hotfix\/.*|feature\/.*|release\/.*)$/
notifications:
slack:
secure: IAA4d9O2Dw1hkpY9cwxJz++VMjkgbV3EuaS09DGFujv... | Add stacktrace output to CI build | Add stacktrace output to CI build
| YAML | apache-2.0 | doctales/dita-ot,robander/dita-ot,robander/dita-ot,Hasimir/dita-ot,robander/dita-ot,shaneataylor/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot,dita-ot/dita-ot,eerohele/dita-ot,robander/dita-ot,infotexture/dita-ot,robander/dita-ot,eerohele/dita-ot,doctales/dita-ot,Hasimir/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot,drma... |
57d969e0fc1823880c451eee81de2ee20a728467 | .travis.yml | .travis.yml | language: java
script:
- ./gradlew clean build check
notifications:
email: false
sudo: false
cache:
directories:
- $HOME/.gradle
| language: java
jdk:
- oraclejdk8
script:
- ./gradlew clean build check
notifications:
email: false
sudo: false
cache:
directories:
- $HOME/.gradle
| Make Kotlin happy on Travis by building with Java 8. | Make Kotlin happy on Travis by building with Java 8.
| YAML | apache-2.0 | Naturally-Being/G-Rex,Gridstone/RxStore,Gridstone/RxStore,Gridstone/G-Rex |
7c9b4045ad171966e9812520a8f4f5e75b980a0f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.5
- 2.3.3
- 2.4.0
- 2.4.1
gemfile:
- test/gemfiles/rails-4.0
- test/gemfiles/rails-4.1
- test/gemfiles/rails-4.2
- test/gemfiles/rails-5.0
- test/gemfiles/rails-5.1
- test/gemfiles/rails-5.2
matrix:
exclude:
- rvm: 2.4.0
gemfile: test/gemfiles/rails-4.0
- rvm: 2.4... | language: ruby
rvm:
- 2.2.5
- 2.3.3
- 2.4.0
- 2.4.1
gemfile:
- test/gemfiles/rails-4.1
- test/gemfiles/rails-4.2
- test/gemfiles/rails-5.0
- test/gemfiles/rails-5.1
- test/gemfiles/rails-5.2
matrix:
exclude:
- rvm: 2.4.0
gemfile: test/gemfiles/rails-4.1
- rvm: 2.4.1
gemfile: test/gemfile... | Remove coverage for Rails 4.0. | Remove coverage for Rails 4.0.
| YAML | mit | cedric/custom_counter_cache |
446c6791da2671b6ad4d05908b51e16b762943ef | .travis.yml | .travis.yml | language: java
sudo: false
dist: trusty
matrix:
include:
- jdk: oraclejdk8
addons: {apt: {packages: [oracle-java8-installer]}}
- jdk: oraclejdk9
install:
- cd ..
- wget http://download.java.net/java/jdk9/archive/172/binaries/jdk-9-ea+172_linux-x64_bin.tar.gz
- tar -xzf jdk... | language: java
sudo: false
dist: trusty
matrix:
include:
- jdk: oraclejdk8
addons: {apt: {packages: [oracle-java8-installer]}}
- jdk: oraclejdk9
before_install:
- cd ~
- wget http://download.java.net/java/jdk9/archive/174/binaries/jdk-9-ea+174_linux-x64_bin.tar.gz
- tar -x... | Upgrade to jdk-9-ea+174 and cleanup Travis CI build script | Upgrade to jdk-9-ea+174 and cleanup Travis CI build script
| YAML | epl-1.0 | junit-team/junit-lambda,sbrannen/junit-lambda |
1f78944cb34b0b996a4adf37b9a06ab5c2f84dbc | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rspec"
bundler_args: "--without extras"
rvm:
- "1.9.3"
- "jruby-19mode"
- "rbx-19mode"
| language: ruby
script: "bundle exec rspec"
bundler_args: "--without extras"
rvm:
- "1.9.3"
- "jruby-19mode"
| Stop running CI on RBX | Stop running CI on RBX
| YAML | bsd-3-clause | quintel/turbine |
5cc9ec7375f36910e14fc9b245fc03a4fddadae8 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- SIGNALR_TESTS_VERBOSE: 1
- TRAVIS... | language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- SIGNALR_TESTS_VERBOSE: 1
- TRAVIS_NODE_VERSION: 6.9.1
mono: none
python:
- "2.7"
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
... | Update Travis to macOS Sierra | Update Travis to macOS Sierra
[skip appveyor]
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
77aac4362e74c53c8e0485311ae4eaa9895aa796 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
services: postgresql
before_script:
- sudo apt-get update
- sudo apt-get install ivy checkstyle
- export CHECKSTYLE_HOME="/usr/share/java"
#Probably need to mess around with user/pass
#Probably need findbugs/ivy/checkstyles
script: ant full -lib /usr/share/java | language: java
jdk:
- openjdk7
- oraclejdk7
services: postgresql
before_script:
- sudo apt-get update
- sudo apt-get install ivy checkstyle r-base
- export CHECKSTYLE_HOME="/usr/share/java"
#Probably need to mess around with user/pass
#Probably need findbugs/ivy/checkstyles
script: ant full -lib /usr/share/ja... | Add R for integration tests | Add R for integration tests
| YAML | apache-2.0 | SEEG-Oxford/ABRAID-MP,SEEG-Oxford/ABRAID-MP,SEEG-Oxford/ABRAID-MP,SEEG-Oxford/ABRAID-MP,SEEG-Oxford/ABRAID-MP,SEEG-Oxford/ABRAID-MP |
14c2647a1558203386a1d55338009d4838af19ac | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- wget https://github.com/nicolasff/phpredis/archive/2.2.3.zip -O php-redis.zip
- unzip php-redis.zip
- cd phpredis-2.2.3/
- phpize
- ./configure
- make && make install
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/et... | language: php
php:
- 5.3
- 5.4
- 5.5
services: redis
before_script:
- wget https://github.com/nicolasff/phpredis/archive/2.2.3.zip -O php-redis.zip
- unzip php-redis.zip
- cd phpredis-2.2.3/
- phpize
- ./configure
- make && make install
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv... | Add redis service to Travis CI | Add redis service to Travis CI
| YAML | mit | wa0x6e/ResqueBoard,kamisama/ResqueBoard,wa0x6e/ResqueBoard,nosun/ResqueBoard,nosun/ResqueBoard,kamisama/ResqueBoard,nosun/ResqueBoard |
ef2b480723f3e76de68f9ebc2c0165f5bda80dcf | .travis.yml | .travis.yml | language: scala
sudo: false
scala:
- 2.10.5
- 2.11.6
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
script: "sbt -sbt-version 0.13.8 ++$TRAVIS_SCALA_VERSION clean coverage test coveralls scalastyle"
| language: scala
sudo: false
scala:
- 2.10.5
- 2.11.6
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
script: sbt ++$TRAVIS_SCALA_VERSION clean coverage test scalastyle
after_success: sbt ++$TRAVIS_SCALA_VERSION coveralls
| Clean up Travis CI config | Clean up Travis CI config
| YAML | apache-2.0 | rpless/finch,finagle/finch |
297063bae959443471ef66cd092a04f990264d24 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
xcode_workspace: ReactiveBeaver.xcworkspace
#xcode_scheme: ReactiveBeaverTests
xcode_scheme: ReactiveBeaver
xcode_sdk: iphonesimulator9.0
| language: objective-c
osx_image: xcode7
xcode_workspace: ReactiveBeaver.xcworkspace
xcode_scheme: ReactiveBeaveriOS
xcode_scheme: ReactiveBeaverOSX
xcode_sdk: iphonesimulator9.0
| Update of the Travis schemes | Update of the Travis schemes
| YAML | mit | skyylex/ReactiveBeaver,skyylex/SKEPParser,skyylex/ReactiveBeaver |
9aae9d147e295f847a2988ad6a171caadef9dbe6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- 0.8
- 0.6
before_install: "npm install -g bob"
script: "bob build"
| language: node_js
node_js:
- "0.11"
- "0.10"
- 0.8
before_install: "npm install -g bob"
script: "bob build"
| Drop 0.6 CI run for dox-foundation. | Drop 0.6 CI run for dox-foundation.
| YAML | mit | cliffano/couchpenter |
23ee10ec5033db2f090219ceb6ce408c4e24d242 | .travis.yml | .travis.yml | language: python
dist: xenial
python:
- "3.6"
- "3.7"
- "3.7-dev"
- "3.8-dev"
- "nightly"
- "pypy3"
matrix:
allow_failures:
- python: 'pypy3.5'
- python: '3.8-dev'
- python: 'nightly'
services:
- redis-server
- postgresql
addons:
postgresql: "10"
install:
- pip install -r requirements.txt -r re... | language: python
dist: xenial
python:
- "3.6"
- "3.7"
- "3.7-dev"
- "3.8-dev"
- "nightly"
- "pypy3"
matrix:
allow_failures:
- python: 'pypy3'
- python: '3.8-dev'
- python: 'nightly'
services:
- redis-server
- postgresql
addons:
postgresql: "10"
install:
- pip install -r requirements.txt -r requ... | Allow test failures for pypy3 | Allow test failures for pypy3
| YAML | agpl-3.0 | gpodder/mygpo,gpodder/mygpo,gpodder/mygpo,gpodder/mygpo |
cdd23f8f731721cad57cfb5817568280b9368597 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.5"
env:
global:
- COVERAGE=1 RUNTEST_ARGS="-v --noinput"
matrix:
# Quality checks
- TOXENV=flake8
# Supported python/django versions
- TOXENV=py27-django-18
- TOXENV=py27-django-19
- TOXENV=py27-django-110
- TOXENV=py34-django-18
- TOXE... | sudo: false
language: python
python:
- "3.5"
env:
global:
- COVERAGE=1 RUNTEST_ARGS="-v --noinput"
matrix:
# Quality checks
- TOXENV=flake8
# Supported python/django versions
- TOXENV=py27-django-18
- TOXENV=py27-django-19
- TOXENV=py27-django-110
- TOXENV=py35-django-18
- TOXE... | Remove python 3.4 tests from Travis. | Remove python 3.4 tests from Travis.
| YAML | bsd-3-clause | muccg/django-iprestrict,muccg/django-iprestrict,muccg/django-iprestrict |
fad3734d390bf22ee5fda8d0520c6a5554b1df28 | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/gwt-cache-filter,realityforge/gwt-cache-filter,realityforge/gwt-cache-filter |
65298ec8f82eee058fc3d3ce33595c4d49833c2b | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- 2.7
- 3.5
- &latest_py3 3.7
jobs:
fast_finish: true
include:
- stage: deploy
if: tag IS present
python: *latest_py3
before_script: skip
script: tox -e release
cache: pip
install:
- pip install tox tox-venv
before_script:
# Disable IPv6. Ref travis-ci/... | dist: xenial
language: python
python:
- 2.7
- 3.6
- &latest_py3 3.8
jobs:
fast_finish: true
include:
- stage: deploy
if: tag IS present
python: *latest_py3
before_script: skip
script: tox -e release
cache: pip
install:
- pip install tox tox-venv
before_script:
# Disable IPv6. Ref travis-ci/... | Test on Python 3.6+ to avoid the degrading Python 3.5 environments. | Test on Python 3.6+ to avoid the degrading Python 3.5 environments.
| YAML | mit | jaraco/zipp |
4374e8d87aa296bec6a65cbed5f16b5c06dd9fef | .travis.yml | .travis.yml | language: node_js
node_js:
- 5.0
- 4.2
script:
- node --harmony node_modules/jest-cli/bin/jest.js --runInBand --verbose
deploy:
provider: npm
email: ${NPM_EMAIL}
api_key: ${NPM_APIKEY}
skip_cleanup: true
| language: node_js
node_js:
- 5.2
- 4.2
script:
- node --harmony node_modules/jest-cli/bin/jest.js --runInBand --verbose
deploy:
provider: npm
email: ${NPM_EMAIL}
api_key: ${NPM_APIKEY}
skip_cleanup: true
| Update Travis CI node version | Update Travis CI node version
| YAML | mit | ukatama/dice3d,ukatama/dice3d |
47aba8da7d0f7ff04cabde4dcd0b940ce6f4e291 | .travis.yml | .travis.yml | os:
- linux
- osx
language: bash
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y mairix notmuch notmuch-mutt maildir-utils nmzmail; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mairix... | os:
- linux
- osx
language: bash
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y mairix notmuch notmuch-mutt maildir-utils nmzmail; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
-... | Revert "Try Travis without brew update (times out)" | Revert "Try Travis without brew update (times out)"
This reverts commit 8c681bb3a6cdf5fdba4bceac9d954c6af4329219.
| YAML | unlicense | weisslj/muttjump |
711b6ca585fe742017754e40855d5d944ac0196a | .travis.yml | .travis.yml | language: node_js
node_js:
- '12.0'
- '11.0'
- '10.0'
- '9.0'
- '8.0'
- '6.0'
install:
- npm install
- npm run-script build
script:
- npm test
jobs:
include:
- stage: coverage
node_js: '10.0'
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls... | language: node_js
node_js:
- '16.0'
- '14.0'
- '12.0'
- '10.0'
install:
- npm install
- npm run-script build
script:
- npm test
jobs:
include:
- stage: coverage
node_js: '10.0'
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| Remove old Node version from CI target | Remove old Node version from CI target
| YAML | mit | smikitky/node-multi-integer-range,smikitky/node-multi-integer-range |
f76a96e2432d675a9671f77cdda2687c849a9e6c | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install:
- pip install .
script: pytest
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install .
script: py.test
notifications:
email:
recipients:
- gliese.q@gmail.com
- kotaimen.c@gmail.com
| Use py.test instead of pytest. | Use py.test instead of pytest.
| YAML | mit | Kotaimen/awscfncli,Kotaimen/awscfncli |
74716e02b359e1ac64b8a738fc5d1d909ef31d0c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
- jruby-19mode
script: "rake"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
script: "rake"
| Remove JRuby from Travis config :( | Remove JRuby from Travis config :(
Aruba/childprocess is crapping out and trying to fix it is hindering my
progress. Will replace when the issue is fixed.
| YAML | mit | joecorcoran/pannier |
c33351e5bd4ae43d1064c524c282facf00b39375 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
matrix:
allow_failures:
- node_js: "0.11"
install:
- npm install -g grunt-cli@0.1.9
- npm install
- bundle install
notifications:
email: false
cache:
bundler: true
directories:
- node_modules
| language: node_js
node_js:
- "0.11"
- "0.10"
matrix:
allow_failures:
- node_js: "0.11"
before_install:
- gem install bundler
install:
- npm install -g grunt-cli@0.1.9
- npm install
- bundle install
notifications:
email: false
cache:
bundler: true
directories:
- node_modules
| Make sure bundler is installed | Make sure bundler is installed
Travis seems to have forgotten about installing bundler in our latest
builds, causing them to fail. We should probably just ensure it has
always been installed before we start trying to install gems. This
shouldn't affect the build if Travis decides to reinstate bundler.
| YAML | mit | tijmenb/spotlight,keithiopia/spotlight,alphagov/spotlight,tijmenb/spotlight,alphagov/spotlight,keithiopia/spotlight,alphagov/spotlight,tijmenb/spotlight,keithiopia/spotlight |
3bdd99e194f90dac2a4b8d07ddfbdeea5038adef | .travis.yml | .travis.yml | language: python
python:
- "3.3"
script: python saxo test
notifications:
irc:
channels:
"chat.freenode.net#swhack"
on_success: change
| language: python
python:
- "3.3"
script: python saxo test
notifications:
irc:
channels:
"chat.freenode.net#swhack"
on_success: change
skip_join: true
| Fix Travis CI IRC behaviour | Fix Travis CI IRC behaviour
| YAML | apache-2.0 | AmaanC/saxo,lizardhq/EmmyNoether,sbp/saxo,sbp/saxo,AmaanC/saxo,lizardhq/EmmyNoether |
0d95fb09cc5523d250e992a725edc5698590ed06 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
before_script:
- gem install --quiet mailcatcher
- mailcatcher
script:
- phpunit tests
- ./tests/lint.sh
git:
... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
before_script:
- gem install --quiet mailcatcher
- mailcatcher
script:
- phpunit tests
- ./tests/lint.s... | Add support for php 7.0 using Travis | Add support for php 7.0 using Travis
| YAML | apache-2.0 | duncan3dc/swiftmailer,duncan3dc/swiftmailer,duncan3dc/swiftmailer |
6c191dff7faa110636498f0793fa2767e2ee68d8 | .travis.yml | .travis.yml | language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("Julimaps")'
- julia -e 'Pkg.test("Julimaps", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Julimaps")); Pkg.add("Coverage"); using Coverage; Codecov.subm... | language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
after_success:
- julia -e 'cd(Pkg.dir("Julimaps")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' | Update yml for Travis CI | Update yml for Travis CI
| YAML | mit | seung-lab/Julimaps,seung-lab/Julimaps |
5fa494b9752fc8312a56f726b5412cfebed59c28 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.7"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.2
matrix:
exclude:
- python: '2.7'
env: 'DJANGO_VERSION=2.2'
install:
- pip install -U Django==$DJANGO_VERSION
- pip install -r requirements.txt
script:
- DJANGO_SETTINGS_MODULE=testp... | language: python
python:
- "2.7"
- "3.7"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.2
matrix:
exclude:
- python: '2.7'
env: 'DJANGO_VERSION=2.2'
install:
- pip install -U Django==$DJANGO_VERSION
- pip install -r requirements.txt
script:
- manage.py test
| Use `manage.py` to run tests | Use `manage.py` to run tests
| YAML | bsd-2-clause | dabapps/django-log-request-id |
8b01e9c860a654577bb951e7be4feee9b726ead3 | .travis.yml | .travis.yml | language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test
| language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test
| Add Go 1.9 support in Travis | Add Go 1.9 support in Travis
| YAML | mit | logpacker/PayPal-Go-SDK,logpacker/paypalsdk,logpacker/paypalsdk |
172c2de1a0c83b1bf3d5b241df70d231fabd3874 | .travis.yml | .travis.yml | before_install:
- git config --global user.email "deploy@travis-ci.org"
- git config --global user.name "Travis CI Deployment Bot"
script:
- ./build.sh clean
- ./build.sh build
after_success:
- cd build/
- git push -f https://ustc-zzzz:$GITHUB_TOKEN@github.com/ustc-zzzz/fmltutor master:master
| before_install:
- git config --global user.email "deploy@travis-ci.org"
- git config --global user.name "Travis CI Deployment Bot"
script:
- ./build.sh clean
- ./build.sh build
after_success:
- cd build/
- git push -f -q https://ustc-zzzz:$GITHUB_TOKEN@github.com/ustc-zzzz/fmltutor master:master
| Make it quite when pushing to master for security | Make it quite when pushing to master for security
| YAML | mit | ustc-zzzz/fmltutor,ustc-zzzz/fmltutor |
04d32374ce41f413cdd4cec8fe599919a2df4a81 | .travis.yml | .travis.yml | language: python
os:
- linux
install:
- pip install virtualenv tox coveralls
script:
- tox
after_success:
- coveralls
jobs:
include:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: nightly
allow_failures:
- python: nightly
fast_finish: true
| language: python
os:
- linux
install:
- pip install virtualenv tox coveralls
script:
- tox
after_success:
- coveralls
jobs:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: nightly
allow_failures:
- python: nightly
fast_finish: true
| Exclude Python 3.5 from tests. | Exclude Python 3.5 from tests.
| YAML | mit | KenKundert/quantiphy,KenKundert/quantiphy |
db1c383f0f42cf5451aa3a7957e863257ac75ada | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
env:
- CASSANDRA_VERSION=1.1
- CASSANDRA_VERSION=1.0
- CASSANDRA_VERSION=0.8
services:
- cassandra
| language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install:
- sudo apt-get install libjna-java
- sudo ln -s /usr/share/java/jna.jar /usr/local/cassandra/lib/
- sudo service cassandra start
- sleep 3
- sudo service cassandra status
| Update TravisCI config for new Cassandra service config | Update TravisCI config for new Cassandra service config
| YAML | mit | idio/phpcassa,idio/phpcassa,thobbs/phpcassa,idio/phpcassa,idio/phpcassa,thobbs/phpcassa,thobbs/phpcassa,idio/phpcassa,thobbs/phpcassa |
e3e9d8352f48e7c3ec12542b867a21b5193a5724 | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: bash
before_install:
- openssl aes-256-cbc -K $encrypted_5e05b97fa0d4_key -iv $encrypted_5e05b97fa0d4_iv
-in .dm.enc -out .dm -d
- sudo apt-get -qq update
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install -y nodejs npm
- sudo git clone ... | sudo: required
services:
- docker
language: bash
before_install:
- openssl aes-256-cbc -K $encrypted_5e05b97fa0d4_key -iv $encrypted_5e05b97fa0d4_iv
-in .dm.enc -out .dm -d
- sudo apt-get -qq update
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install -y nodejs
- sudo git clone http... | Install nodejs instead of npm | Install nodejs instead of npm
| YAML | apache-2.0 | sofwerx/synthetic-target-area-of-interest,sofwerx/synthetic-target-area-of-interest |
f5bd6ff5fd0fc01ff2344a36a20d7ed5b3a29462 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "0.4"
- "0.6"
- "0.8"
- "0.10"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-coverage-to-coveralls"
| language: "node_js"
node_js:
- "0.4"
- "0.6"
- "0.8"
- "0.10"
- "0.12"
- "4.0"
- "4.1"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-coverage-to-coveralls"
| Add node.js versions for Travis-ci | Add node.js versions for Travis-ci | YAML | mit | jaredhanson/utils-merge |
b5ebacd901210454d412ffb02c4609d2845e0c37 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4.7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- bluez
sudo: require
install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- $CXX --version
- npm install --unsafe-perm
- npm install
| language: node_js
node_js:
- 6.12
- 8.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- bluez
sudo: require
install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- $CXX --version
- npm install --unsafe-perm
- npm install
| Modify the supported Node.js versions | Modify the supported Node.js versions
| YAML | mit | Robotma-com/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken,Robotma-com/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken |
7b2244a3b4eb34421fe7e89abd1922c37279152b | .travis.yml | .travis.yml | sudo: false
language: rust
rust:
- nightly
- stable
- 1.15.1
- beta
script:
- cargo test
| sudo: false
language: rust
rust:
- stable
- 1.15.1
- beta
script:
- cargo test
matrix:
include:
- rust: nightly
script:
- cargo test
- cargo update -Z minimal-versions && cargo build
| Build minimal versions in Travis | Build minimal versions in Travis
| YAML | apache-2.0 | dtolnay/quote |
a7884a314b1ca791c04103c16836e9a8acded0c9 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.1
before_script:
- composer self-update || true
- composer install
- |
cat << 'EOF' > _ss_environment.php
<?php
define('SS_ENVIRONMENT_TYPE', 'dev');
define('SS_DATABASE_CLASS', 'MySQLDatabase');
define('SS_DATABASE_SERVER', '127.0.0.1');
defi... | language: php
php:
- 7.1
before_script:
- composer self-update || true
- composer install
- |
cat << 'EOF' > _ss_environment.php
<?php
define('SS_ENVIRONMENT_TYPE', 'dev');
define('SS_DATABASE_CLASS', 'MySQLDatabase');
define('SS_DATABASE_SERVER', '127.0.0.1');
define('SS_D... | Remove extraneous PHP 5.6 build from Travis config | Remove extraneous PHP 5.6 build from Travis config
| YAML | bsd-3-clause | silverstripe/addons.silverstripe.org,silverstripe/addons.silverstripe.org,silverstripe/addons.silverstripe.org |
93f45b8c65bfaa755a99fee937f8556ef854f7ec | .travis.yml | .travis.yml | script: "rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- ree
| script: "rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- rbx
- ree
| Add Rubinius to the CI matrix | Add Rubinius to the CI matrix
| YAML | mit | fxposter/travis-ci,flores/travis-ci,openeducation/travis-ci,flores/travis-ci,openeducation/travis-ci,fxposter/travis-ci,openeducation/travis-ci,flores/travis-ci,fxposter/travis-ci |
e363b24f838d27d0bc9949ceb0ff4acff910b8c5 | .travis.yml | .travis.yml | language: objective-c
env:
global:
- EnableNuGetPackageRestore=true
- secure: "m+Kz51SNkKIpEFdmRZ4Zxgpow7R2gWVz3M9u0iinZTam0KV0ju9TvcnLF4ny\nSTLYKD04C4LoPqYfdEJ/qwv5H0ch254MbRMh2rt5X36PS11VfGL2yfKrdW8T\n/e8iTmGLWq+nn72P1927ZLOs9wkJvAAvUpC71OxYPB553wIYJXw="
before_install:
# Make sure mono is installed,
... | language: objective-c
env:
global:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VER="3.1.1"
before_install:
# Make sure mono is installed,
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
- hdid "MonoFramework-MDK-${MO... | Update Travis to Mono 3.1.1 | Update Travis to Mono 3.1.1 | YAML | apache-2.0 | jbtule/PclUnit,jbtule/PclUnit |
b13582733af9903711307a79822d396bb912b7ba | .travis.yml | .travis.yml | sudo: required
os: osx
cache:
ccache: true
pip: true
directories:
- $HOME/Library/Caches/Homebrew
- $HOME/Library/Caches/pip
- /usr/local/Cellar
- /usr/local/Caskroom
- /usr/local/opt
- /Applications/
env:
- TRAVIS=1
branches:
only:
- osx
before_install:
- brew update
instal... | sudo: required
os: osx
cache:
ccache: true
pip: true
directories:
- $HOME/Library/Caches/Homebrew
- $HOME/Library/Caches/pip
- /usr/local/Cellar
- /usr/local/Caskroom
- /usr/local/opt
env:
- TRAVIS=1
branches:
only:
- osx
before_install:
- brew update
install:
- brew install a... | Remove OSX's /Application directory from Travi's cache system | Test: Remove OSX's /Application directory from Travi's cache system
| YAML | mit | benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles |
ee8d51402c9a9644d5836cbd4bdab39959016261 | .travis.yml | .travis.yml | branches:
only:
- test-file_type
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
install:
- pip install .
- pip install coveralls
script: coverage run --source pushbullet -m py.test
env:
- PUSHBULLET_API_KEY=RrFnc1xaeQXnRrr2auoGA1e8pQ8MWmMF
deploy:
provider: pypi
user: randomchars
on:
tags: tr... | language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
install:
- pip install .
- pip install coveralls
script: coverage run --source pushbullet -m py.test
env:
- PUSHBULLET_API_KEY=RrFnc1xaeQXnRrr2auoGA1e8pQ8MWmMF
deploy:
provider: pypi
user: randomchars
on:
tags: true
all_branches: true
python: '3... | Revert "run tests for test-file_type branch" | Revert "run tests for test-file_type branch"
This reverts commit a06a0fc96288adc7aa0ac9d3d3c2da1f61d071fe.
| YAML | mit | Saturn/pushbullet.py,randomchars/pushbullet.py,kovacsbalu/pushbullet.py |
dfbeada028e93f4302bd4271679790c796af356d | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls uglify-js
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls uglify-js
| Build with Node.js on Travis CI. | Build with Node.js on Travis CI.
| YAML | mit | bigeasy/cadence,bigeasy/cadence |
f47fd89bb7475c3f7af4ce4e81247cb44d1e2b1f | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable
- rust: beta
# stables and betas are allowed to fail because the project used #![feature] | Allow stables and betas to fail the build | Allow stables and betas to fail the build
| YAML | bsd-3-clause | hch12907/wiz |
2ca752effb16fcd0cf5fc5ce8156f65af5f2934c | .travis.yml | .travis.yml | language: python
python:
- '3.6'
- '2.7'
install:
- pip install keras==2.1.3
- pip install opencv-python>=3.3.0
- pip install pillow
- pip install tensorflow
- pip install git+https://github.com/broadinstitute/keras-resnet
- pip install pytest-pep8
- pip install cython
- pip inst... | language: python
python:
- '3.6'
- '2.7'
install:
- pip install numpy==1.14.0
- pip install keras==2.1.3
- pip install opencv-python>=3.3.0
- pip install pillow
- pip install tensorflow
- pip install git+https://github.com/broadinstitute/keras-resnet
- pip install pytest-pep8
- p... | Make sure numpy 1.14 is installed (required by tensorflow from pypi) | Make sure numpy 1.14 is installed (required by tensorflow from pypi)
| YAML | apache-2.0 | delftrobotics/keras-retinanet |
805f950e03f9459868c3157bd85af7306074e4e3 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefe... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-intera... | Add sudo false to Travis config | Add sudo false to Travis config
| YAML | mit | aptarus/promClientPhp,cakeoven/CakeMap,axxilius/larepo,cakeoven/CakeTwitterBootstrap,jrdnhannah/skeleton,gmponos/CakeTwitterBootstrap,hexogen/kdtree,andela-araimi/potato-orm,andela-womokoro/naija_emojis,LaravelToolKit/simple_pack,juliankoehn/codeswholesale,bcrowe/skeleton,codescheme/uk-postcodes,Northys/opengraph-tags,... |
89058ed6ebfd2701f4c16f8777ea48212b94371e | .travis.yml | .travis.yml | language: node_js
before_script:
- ./prebuild.sh
- gem install sass -v 3.4.25
env:
global:
- GH_REPO="laraconfbrasil/website"
script: docpad generate
deploy:
provider: script
script: docpad deploy-ghpages --env static
on:
all_branches: true
| language: node_js
before_script:
- ./prebuild.sh
- gem install sass -v 3.4.25
env:
global:
- GH_REPO="laraconfbrasil/website"
script: docpad generate
deploy:
skip_cleanup: true
provider: script
script: docpad deploy-ghpages --env static
on:
all_branches: true
| Add skip cleanup to deploy | Add skip cleanup to deploy
| YAML | mit | laraconfbrasil/website,laraconfbrasil/website,laraconfbrasil/website |
4b8380261b63e0758877ab9cfe7ed1652cca4f88 | .travis.yml | .travis.yml | language: rust
matrix:
include:
- rust: nightly
script:
- cargo test
- cargo test --features preserve_order
- cargo test --features arbitrary_precision
- cargo test --features raw_value
- cargo test --features unbounded_depth
- rust: 1.27.0
script:
... | language: rust
matrix:
include:
- rust: nightly
script:
- cargo test
- cargo test --features preserve_order
- cargo test --features arbitrary_precision
- cargo test --features raw_value
- cargo test --features unbounded_depth
- rust: 1.30.0
script:
... | Drop support for rustc <1.30 | Drop support for rustc <1.30
| YAML | apache-2.0 | serde-rs/json,google/serde_json_lenient,bolinfest/serde-jsonrc |
7adc4912921ae5dd91747b3aa7c7bc0e8bd969c0 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "7"
- "6"
- "5"
script:
- make test
before_deploy:
- make build
notifications:
slack: dalee:URO6M9J02if0wyOxB0kV5geu
deploy:
skip_cleanup: true
email: topdev@dalee.ru
provider: npm
api_key: "LiSpuUF8zqLFz6IiuYKxnEjcBN6sPv9irAAlJl/Xdy+7dhr3Gz2dliRrg2q/GtI... | language: node_js
sudo: false
node_js:
- "7"
- "6"
- "5"
script:
- make test
before_deploy:
- make build
| Drop autopublish, it doesn't work anyway | Drop autopublish, it doesn't work anyway
| YAML | mit | Dalee/node-logger |
2d86e314e00dd3618613a2e1928573669144b603 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'stable'
before_install:
- npm install -g broccoli-cli
| language: node_js
node_js:
- 'stable'
| Remove obsolete "npm install -g broccoli-cli" command | CI: Remove obsolete "npm install -g broccoli-cli" command
| YAML | mit | jonathanKingston/broccoli-lint-eslint |
eb89c60227b135640e7b302066a58c5cf91e9506 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
- 1.18.0
| language: rust
rust:
- stable
- beta
- nightly
script: cargo test
matrix:
include:
- rust: 1.18.0
script: cargo build
| Test only compilation on rust 1.18 | Test only compilation on rust 1.18
This is bincode's current minimum supported Rust version but we have
dev-dependencies that require a newer version.
| YAML | mit | TyOverby/bincode,servo/bincode |
f935049b6d47b2866eb10798c5e20f87a9dde557 | .travis.yml | .travis.yml | os: linux
dist: focal
language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11-dev
- pypy3.6
- pypy3.7
install:
- pip install --upgrade nose coveralls coverage
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy'* ]]; then export TRAVIS_WAIT=45; else export TRAVIS_WAIT=20; fi
script:
travis_wait "... | os: linux
dist: focal
language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11-dev
- pypy3.6-7.3.3
- pypy3.7-7.3.5
install:
- pip install --upgrade nose coveralls coverage
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy'* ]]; then export TRAVIS_WAIT=45; else export TRAVIS_WAIT=20; fi
script:
t... | Replace nose with pytest for Travis runs. | Replace nose with pytest for Travis runs.
| YAML | bsd-3-clause | CodeReclaimers/neat-python |
15cd8d811ec4c1b948ed083d6680b1eca8cc37d5 | .travis.yml | .travis.yml | language: java
jdk: openjdk11
sudo: true
install:
- wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar -O BuildTools.jar
- java -jar BuildTools.jar --rev 1.13.1
- wget https://www.robindebaets.be/LeaderHeadsAPI.jar
- mvn install:install-file -Dfile=LeaderHea... | language: java
jdk: openjdk11
sudo: true
install:
- wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar -O BuildTools.jar
- java -jar BuildTools.jar --rev 1.13.2
- wget https://www.robindebaets.be/LeaderHeadsAPI.jar
- mvn install:install-file -Dfile=LeaderHea... | Build MiniNBT with Java 8 | Build MiniNBT with Java 8
Try building MiniNBT with Java 8 instead of Java 11, since Java 11 is
giving errors.
| YAML | unlicense | stefvanschie/buildinggame |
149945401ac560ef2cd8fb6bea9864e898658ba7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
- jruby-head
before_script: git checkout master
script: bundle exec rake ci:metrics -t
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
- jruby-head
allow_failures:
- ruby-head
before_script: git checkout master
script: bundle exec rake ci:metrics -t
| Allow CI failures for ruby-head | Allow CI failures for ruby-head
| YAML | unlicense | lgierth/promise.rb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.