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 |
|---|---|---|---|---|---|---|---|---|---|
3031d8787ae144f6042b5b6db0157c2269ec308e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
| Remove redundant before script from Travis config. | Remove redundant before script from Travis config.
| YAML | mit | gss/preparser |
816b6f49c558487224dfb0ff5b93d59daa8557b6 | .travis.yml | .travis.yml | language: go
go:
- "tip"
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "1.6"
- "1.5"
- "1.4"
- "1.3"
- "1.2"
install:
- go get -t -v ./...
| language: go
go:
- "tip"
- "1.10"
- "1.9"
install:
- go get -t -v ./...
| Drop support for Go < 1.9 | Drop support for Go < 1.9
See https://github.com/pborman/uuid/issues/49, the uuid package doesn't support
this anymore, either.
| YAML | mit | mineo/gocaa |
a387f60ef777c3eabe7ee0abc2c37d43058eed59 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
- sudo apt-get -qq install libprotobuf-dev
- sudo apt-get -qq install protobuf-compiler
- sudo apt-get -qq install libsnappy-dev
ins... | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
- sudo apt-get -qq install libprotobuf-dev
- sudo apt-get -qq install protobuf-compiler
- sudo apt-get -qq install libsnappy-dev
ins... | Move to LA so that we get consistent timezones. | Move to LA so that we get consistent timezones.
| YAML | apache-2.0 | jorgemarsal/orc,jorgemarsal/orc,jorgemarsal/orc,vertica/orc,vertica/orc,vertica/orc,jorgemarsal/orc,jorgemarsal/orc,vertica/orc,vertica/orc,vertica/orc,jorgemarsal/orc,vertica/orc,jorgemarsal/orc,jorgemarsal/orc,vertica/orc |
9b6667d7fc55c423109a6c2f723431fbbf9b0a60 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DJANGO=1.4
- DJANGO=1.5
- DJANGO=1.6
- DJANGO=1.7
matrix:
exclude:
- python: 3.2
env: DJANGO=1.4
- python: 3.3
env: DJANGO=1.4
install:
- pip install -U setuptools
- python bootstrap.p... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DJANGO=1.4
- DJANGO=1.5
- DJANGO=1.6
- DJANGO=1.7
matrix:
exclude:
- python: 2.6
env: DJANGO=1.7
- python: 3.2
env: DJANGO=1.4
- python: 3.3
env: DJANGO=1.4
... | Test on Python 3.4, and exclude Python 2.6 for Django 1.7 | Test on Python 3.4, and exclude Python 2.6 for Django 1.7
| YAML | bsd-3-clause | EliotBerriot/django-app-namespace-template-loader,Fantomas42/django-app-namespace-template-loader,bittner/django-app-namespace-template-loader,Fantomas42/django-app-namespace-template-loader,bittner/django-app-namespace-template-loader,EliotBerriot/django-app-namespace-template-loader |
19a0e7221a82d31c3b5eda411f20aa16c4805999 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx-2.0
- ree
- ruby-head
| rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
- ruby-head
| Revert "Test against Rubinius 2.0" | Revert "Test against Rubinius 2.0"
This reverts commit 733c75a6d734f076987374c90afa5d6a03a24dc6.
| YAML | mit | pferdefleisch/faraday_middleware,h4ck3rm1k3/faraday_middleware,tinfoil/faraday_middleware,austinrfnd/faraday_middleware,ShaneWilton/faraday_middleware,h4ck3rm1k3/faraday_middleware,tinfoil/faraday_middleware,lostisland/faraday_middleware,austinrfnd/faraday_middleware,pferdefleisch/faraday_middleware,ShaneWilton/faraday... |
bddfd0217dcf5778b00ac88e24fd8935a21d9582 | .travis.yml | .travis.yml | sudo: false
language: node_js
matrix:
include:
- node_js: "4.1.x"
- node_js: "iojs"
- node_js: "0.12"
- node_js: "0.10"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
notifications:
email:
- tormozz48@gmail.com
- yndx.tavria@yandex.ru
| sudo: false
language: node_js
matrix:
include:
- node_js: "4.1.0"
- node_js: "iojs"
- node_js: "0.12"
- node_js: "0.10"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
notifications:
email:
- tormozz48@gmail.com
- yndx.tavria@yandex.ru
| Set precise version for node 4.x | Set precise version for node 4.x
| YAML | mpl-2.0 | bem-site/gorshochek,bem-site/builder-core |
7f910b5b42e4fde3119e8ee80b34ea1329f6dc06 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm:
- ruby-head
- jruby-head
- rbx-19mode
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- jruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm:
- ruby-head
- jruby-head
- rbx-19mode
| Remove broken ruby-head from Travis config | Remove broken ruby-head from Travis config
| YAML | mit | sr-education/mailman,mailman/mailman |
b9d9c8bca0ff3c4d771927cfd8a3a56917497190 | .travis.yml | .travis.yml | language: haskell
install:
- cabal install cabal-dev
- cabal install gtk2hs-buildtools
- cabal-dev install ConfigFile regex-posix regex-compat containers-0.5.2.1 gtk --force-reinstalls --reinstall --constraint=template-haskell==2.7.0.0 --solver=modular
- cabal-dev install --enable-tests --reinstall --constrain... | language: haskell
install:
- cabal install cabal-dev
- cabal install gtk2hs-buildtools
- cabal-dev install mtl-2.1.2 ConfigFile regex-posix regex-compat containers-0.5.2.1 gtk --force-reinstalls --reinstall --constraint=template-haskell==2.7.0.0 --solver=modular
- cabal-dev install --enable-tests --reinstall -... | Fix Travis run by building mtl first | Fix Travis run by building mtl first
| YAML | agpl-3.0 | AllureOfTheStars/Allure |
77afe050123585a54e6cedd709c3490df12e08ec | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
install:
- pip install -e .
script:
- python -m unittest discover -v
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
matrix:
allow_failures:
- python: "pypy"
fast_finish: true
install:
- pip install -e .
script:
- python -m unittest discover -v
| Allow PyPy to fail due to upstream bugs | Allow PyPy to fail due to upstream bugs
See the PyPy repository for details:
Test: https://bitbucket.org/pypy/pypy/commits/75ab5316ff3f42d1821392740f0ff5aa514135a1
Fix: https://bitbucket.org/pypy/pypy/commits/27aa8184f00fe8f13ac71a61a28e1e373e5ef6ce
| YAML | mit | funkybob/rattle,funkybob/rattle |
7ee900d501675e24d07e44687ccc69061ec2b719 | .travis.yml | .travis.yml | language: node_js
node_js:
- "10"
- "12"
- "node"
- "lts/*"
| language: node_js
node_js:
- "12"
- "node"
- "lts/*"
| Remove Node 10 from automated testing | Remove Node 10 from automated testing
| YAML | mit | Hexagon/croner,Hexagon/croner |
b34e3a314243fa9665a57b0a49a1576ef75cce4c | .travis.yml | .travis.yml | language: ruby
matrix:
include:
- rvm: 2.2.5
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.4.2
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- rvm: 2.5.1
- rvm: 2.5.1
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- rvm: 2.6.3
... | language: ruby
matrix:
include:
- rvm: 2.6.3
- rvm: 2.6.3
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- rvm: 2.7.1
- rvm: 2.7.1
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- rvm: ruby-head
- rvm: ruby-head
env... | Add Ruby 2.7.1 to Travis | Add Ruby 2.7.1 to Travis | YAML | mit | fny/xorcist,fny/xorcist,fny/xorcist,fny/xorcist |
32b5f152ad2e3bf74ac764f1da7164e31a83858d | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
| os: "linux"
dist: "bionic"
language: "node_js"
node_js:
- "14"
- "13"
- "12"
- "10"
| Update Travis node versions and env | Test(config): Update Travis node versions and env
| YAML | unlicense | fvdm/nodejs-readcsv |
8c0baae1220f90e9dce24dec0dc8033a15638192 | .travis.yml | .travis.yml | language: python
branches:
only:
- master
python:
- 2.6
- 2.7
- 3.3
install:
- pip install -e .
- pip install coveralls
script:
- coverage run --source=faker setup.py test
after_success:
- coveralls
| language: python
branches:
only:
- master
python:
- 2.6
- 2.7
- 3.3
- 3.4
install:
- pip install -e .
- pip install coveralls
script:
- coverage run --source=faker setup.py test
after_success:
- coveralls
| Enable testing on Python 3.4 | Enable testing on Python 3.4 | YAML | mit | beetleman/faker,meganlkm/faker,thedrow/faker,xfxf/faker-1,ericchaves/faker,danhuss/faker,johnraz/faker,HAYASAKA-Ryosuke/faker,xfxf/faker-python,venmo/faker,joke2k/faker,joke2k/faker,trtd/faker,GLMeece/faker,jaredculp/faker,MaryanMorel/faker,yiliaofan/faker |
05bfd94bdbfaa4c15972026aa4056e7a0de9328d | .travis.yml | .travis.yml | language: ruby
cache: bundler
script: "bundle exec rake test:ruby && bundle exec rake && bundle exec rake test:acceptance"
before_script:
- mysql -e 'drop database if exists racing_on_rails_test'
- bundle exec rake db:setup RAILS_ENV=test
rvm:
- "2.1.6"
| language: ruby
cache: bundler
script: "bundle exec rake test:ruby && bundle exec rake && bundle exec rake test:acceptance"
before_script:
- mysql -e 'drop database if exists racing_on_rails_test'
- bundle exec rake db:setup RAILS_ENV=test
rvm:
- "2.1.6"
sudo: false
| Add sudo: false to TravisCI config | Add sudo: false to TravisCI config
| YAML | mit | scottwillson/racing_on_rails,scottwillson/racing_on_rails,scottwillson/racing_on_rails,scottwillson/racing_on_rails |
48ec04426757d0f25acfdabc829e81ddd54325fb | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "5.0"
email:
on_failure: change
on_success: never
| language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "6.0"
- "7.0"
email:
on_failure: change
on_success: never
| Add 6.0 and 7.0 to Travis matrix | Add 6.0 and 7.0 to Travis matrix
| YAML | mit | STRML/react-router-component,jsg2021/react-router-component |
f45e579366308008a1057682a63b9a0a01ea5584 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk11
env:
- WLP_VERSION=19.0.0_03 WLP_LICENSE=L-CTUR-B9JQES
- WLP_VERSION=19.0.0_06 WLP_LICENSE=L-CTUR-BCTPHF
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLice... | sudo: required
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk11
env:
- WLP_VERSION=19.0.0_06 WLP_LICENSE=L-CTUR-BCTPHF
- WLP_VERSION=19.0.0_03 WLP_LICENSE=L-CTUR-B9JQES
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICE... | Remove java 9 tests, test on 19.0.0.6 | Remove java 9 tests, test on 19.0.0.6
| YAML | apache-2.0 | WASdev/ci.ant |
bdc17922a48b7d47c7bb16b49e0bd1bb9663b4f9 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
env:
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.1.*
before_script:
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
- mysql ... | sudo: false
language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
env:
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.1.*
- SYMFONY_VERSION=3.2.*
before_script:
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d... | Test Symfony 3.2 as well | Test Symfony 3.2 as well
| YAML | mit | aimeos/aimeos-symfony2,aimeos/aimeos-symfony2,aimeos/aimeos-symfony2,aimeos/aimeos-symfony |
36b76753f93dbb9aa32bcac07dbb5da9b6e4408d | .travis.yml | .travis.yml | language: objective-c
xcode_project: WolframAlpha.xcodeproj
xcode_scheme: WolframAlpha
branches:
only:
- master
- /^deploy-.*$/
| language: objective-c
xcode_project: WolframAlpha.xcodeproj
xcode_scheme: WolframAlpha
branches:
only:
- master
- /^deploy-.*$/
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project WolframAlpha.xcodeproj -scheme "WolframAlpha" -sdk iphonesimulator
-destination "p... | Update Travis CI config file | Update Travis CI config file
| YAML | mit | romanroibu/WolframAlpha,romanroibu/WolframAlpha |
9771c415fb6f39272107f83ae239f3b9c83b647a | .travis.yml | .travis.yml | language: node_js
node_js:
- 7
- 8
cache:
directories:
- node_modules
- public/components
before_install:
- npm i -g bower codecov istanbul
install:
- yarn
- bower install
script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- codecov
- yarn run posttest
notif... | language: node_js
node_js:
- 7
- 8
cache:
directories:
- node_modules
- public/components
before_install:
- npm i -g bower codecov istanbul
install:
- yarn
- bower install
script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- codecov
- yarn run posttest
notif... | Update config of Travis CI | Update config of Travis CI
| YAML | mit | osk2/gogo-cash-rebate,osk2/gogo-cash-back,osk2/gogo-cash-rebate |
082d3d2c242a20cd06b09a07bf518bb200d9b3f5 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '5'
- '4.2'
- '4.1'
- '4.0'
script:
- npm run test | sudo: false
language: node_js
node_js:
- '8'
- '6'
- '5'
- '4.2'
- '4.1'
- '4.0'
script:
- npm run test
| Update Travis config to test with more recent versions of Node. | chore: Update Travis config to test with more recent versions of Node.
| YAML | mit | glebmachine/postcss-easysprites,glebmachine/postcss-easysprites |
7128d189ffc094b1aa641a8f311f97147ef237e9 | .travis.yml | .travis.yml | language: c
os:
- linux
- osx
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS='conda-forge'
- CONDA_DEPENDENCIES='numpy astropy h5py matplotlib yt mpich hdf5'
- SETUP_CMD='test'
- MPLBACKEND='Agg'
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
... | language: c
os:
- linux
- osx
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS='conda-forge'
- CONDA_DEPENDENCIES='numpy astropy h5py matplotlib yt mpich hdf5'
- SETUP_CMD='test'
- MPLBACKEND='Agg'
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.6
... | Test on Python 3.7 not 3.5 | Test on Python 3.7 not 3.5 | YAML | bsd-2-clause | hyperion-rt/hyperion,hyperion-rt/hyperion,hyperion-rt/hyperion |
4eaa38c3699ef612ecfc97e3a9927b84f45c2667 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
bundler_args: --without development
before_script:
- "mysql -e 'create database one_click_test;' > /dev/null"
- "bundle exec rake oco:generate_config db:migrate"
- "bundle exec rake oco:install_wkhtmltopdf"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb st... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
bundler_args: --without development
before_script:
- "mysql -e 'create database one_click_test;' > /dev/null"
- "bundle exec rake oco:generate_config db:migrate"
- "bundle exec rake oco:install_wkhtmltopdf"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb st... | Update Travis config with our new branches. | CI: Update Travis config with our new branches.
| YAML | agpl-3.0 | oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs-deployment,oneclickorgs/one-click-orgs-deployment,oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs-deployment,oneclickorgs/one-click-orgs |
0c467c15b3da018da8abd2b8e57c57859de7e59c | .travis.yml | .travis.yml | language: generic
matrix:
include:
- os: Linux
dist: wily
env: SWIFT_SNAPSHOT_NAME=DEVELOPMENT-SNAPSHOT-2016-05-09-a
sudo: required
- os: osx
osx_image: xcode7.3
env: SWIFT_SNAPSHOT_NAME=DEVELOPMENT-SNAPSHOT-2016-05-09-a
install:
- ./.tr... | language: generic
matrix:
include:
- os: Linux
dist: wily
env: SWIFT_SNAPSHOT_NAME=DEVELOPMENT-SNAPSHOT-2016-05-09-a
sudo: required
- os: Linux
dist: wily
env: SWIFT_SNAPSHOT_NAME=2.2-RELEASE-ubuntu15.10
sudo: required
- os:... | Add 2.2 to build matrix | Add 2.2 to build matrix
| YAML | mit | AlwaysRightInstitute/SwiftSockets,AlwaysRightInstitute/SwiftSockets,AlwaysRightInstitute/SwiftSockets |
3d1d72fc4b809daecde92c1b00f742f828933b42 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- wget "https://packages.zendframework.com/releases/ZendFramework-2.1.4/ZendFramework-minimal-2.1.4.tgz"
- tar -zxf ZendFramework-minimal-2.1.4.tgz
- mkdir -p Libraries/zendframework
- mv ZendFramework-minimal-2.1.4 Libraries/zendframework/zendframework
... | language: php
php:
- 5.4
- 5.5
before_install:
- wget "https://packages.zendframework.com/releases/ZendFramework-2.1.4/ZendFramework-minimal-2.1.4.tgz"
- tar -zxf ZendFramework-minimal-2.1.4.tgz
- mkdir -p Libraries/zendframework
- mv ZendFramework-minimal-2.1.4 Libraries/zendframework/zendframework
- wget "... | Remove PHP 5.3 Travis tests | Remove PHP 5.3 Travis tests
| YAML | mpl-2.0 | intportg/Change,intportg/Change,intportg/Change |
ffe47b2dde46355bc5024be3b2ab49c6be6b2ed6 | .travis.yml | .travis.yml | language: nix
matrix:
fast_finish: true
include:
- env: GHCVER=ghc7102
- env: GHCVER=ghc7103
- env: GHCVER=ghc801
- env: GHCVER=ghc802
- env: GHCVER=ghc742
- env: GHCVER=ghc763
- env: GHCVER=ghc783
- env: GHCVER=ghc784
- env: GHCVER=ghcHEAD
allow_failures:
- env: GHCVER=gh... | language: nix
matrix:
fast_finish: true
include:
- env: GHCVER=ghc7102
- env: GHCVER=ghc7103
- env: GHCVER=ghc801
- env: GHCVER=ghc802
- env: GHCVER=ghc742
- env: GHCVER=ghc763
- env: GHCVER=ghc783
- env: GHCVER=ghc784
- env: GHCVER=ghcHEAD
allow_failures:
- env: GHCVER=gh... | Allow failures on pre-GHC8 builds | Allow failures on pre-GHC8 builds
| YAML | mit | dmjio/stripe |
87974ae447a1d98f68fde5f9dd03a723880c95c8 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y python-opencv
- pip install -r requirements.txt
script:
- python setup.py build
virtualenv:
system_site_packages: true
| language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y python-opencv
- pip install -r requirements.txt
script:
- python setup.py build
virtualenv:
system_site_packages: true
| Build with Python 3.2 not 3.4. | Build with Python 3.2 not 3.4.
| YAML | isc | eliteraspberries/hipshot |
d955454cc0db7a78055b114a72ebbfac03ffa2bd | .travis.yml | .travis.yml | language: python
notifications:
email: false
branches:
only:
- master
- stable
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
node_js:
- "6"
php:
- "7.0"
compiler:
- gcc
before_install:
- sudo apt-get update
install:
- sudo apt-get install php7.0
- if [[ "${TRAVIS_PYTHON_VERSION:0:1}" == ... | language: python
notifications:
email: false
branches:
only:
- master
- stable
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
node_js:
- "6"
php:
- "7.0"
compiler:
- gcc
before_install:
- sudo apt-add-repository ppa:ondrej/php
- sudo apt-get update -q
install:
- sudo apt-get install gcc-4... | Add PHP 7 src & add GCC 4.8 | Add PHP 7 src & add GCC 4.8
| YAML | bsd-3-clause | nok/sklearn-porter |
60043402c667cda8787e7dceb1a32f725bb5729d | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar --dev install
| language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar --dev install
| Remove unavailable PHP version from Travis CI config | Remove unavailable PHP version from Travis CI config
| YAML | mit | inanimatt/site-builder,inanimatt/site-builder |
b9ae368967102d60bbe819f27051c648cd8d7e94 | .travis.yml | .travis.yml | sudo: false
language: node_js
notifications:
email: false
node_js:
- 4
- 6
matrix:
fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
- CXX=g++-4.8
script: npm run travis
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm i -g npm@^3.0.0
b... | sudo: false
language: node_js
notifications:
email: false
node_js:
- 4
- 6
matrix:
fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
script: npm run travis
before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
after_success:
- npm install -g npx
- npx -p node@8 npm run semantic-release... | Remove install of gcc 4.8 in TravisCI | Remove install of gcc 4.8 in TravisCI
| YAML | mit | pelias/whosonfirst,pelias/whosonfirst |
94ecd295fb176d8f7e77114e3e3428f3fc93efb7 | .travis.yml | .travis.yml | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
before_script:
- docker-compose up -d
- sleep 60
before_install:
- chmod +x gradl... | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
before_install:
- chmod +x gradlew
before_script:
- docker-compose up -d
... | Reduce docker start-up wait time to 30 seconds | Reduce docker start-up wait time to 30 seconds
| YAML | mit | molcikas/photon |
19bc78dc5169050d8864190155bb471aeef6129d | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- 0.11
branches:
only:
- master
- wip
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
allow_failures:
- node_js: 0.11
| language: node_js
node_js:
- "0.10"
- 0.12
- iojs
branches:
only:
- master
- wip
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
| Build on Node 0.12 and Io.js | Build on Node 0.12 and Io.js
Don't build on unstable 0.11
| YAML | mit | SimenB/backbone.layoutmanager,huang-x-h/backbone.layoutmanager,huang-x-h/backbone.layoutmanager,tbranyen/backbone.layoutmanager,SimenB/backbone.layoutmanager,tbranyen/backbone.layoutmanager |
37eea5c7808d7f5661652e3f9e1fb5a0617b58a3 | .travis.yml | .travis.yml | language: go
go:
- "1.x"
| language: go
go:
- "1.x"
env:
- DEP_VERSION="0.5.0"
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
| Install dep in Travis CI. | Install dep in Travis CI.
| YAML | mit | DreamItGetIT/statuscake |
8cfabd19ecf7f2821b490f0c6076da59a817f4d9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.5
script:
- bundle exec rubocop
- bundle exec foodcritic --epic-fail any --tags ~FC003 cookbooks
| language: ruby
rvm:
- 2.1.5
script:
- bundle exec rubocop
- bundle exec foodcritic --contex --epic-fail any --tags ~FC048 cookbooks
| Add contex option and change exclude tag | Add contex option and change exclude tag | YAML | mit | strangeman/testo,strangeman/testo,express42-cookbooks/testo,express42-cookbooks/testo |
cc0a0937eb8417bbd2141e500ca2610ee7b66a3b | .travis.yml | .travis.yml | language: node_js
os:
- linux
- osx
node_js:
- "10"
- "11"
- "12"
- "13"
- "14"
install:
- yarn
script:
- yarn test
after_success:
- yarn global add codecov
- codecov
| language: node_js
matrix:
include:
- os: osx
- os: linux
arch: amd64
- os: linux
arch: arm64
node_js:
- '10'
- '11'
- '12'
- '13'
- '14'
install:
- yarn
script:
- yarn test
after_success:
- yarn global add codecov
- codecov
| Add arm64 to test suite | :white_check_mark: Add arm64 to test suite
| YAML | mit | caffco/get-video-duration,caffco/get-video-duration |
9a8bae6d9459a50e92eb6410457721e80d7fd53f | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk8
cache:
directories:
- $HOME/idea
- $HOME/.ant
before_install:
# stack
- mkdir -p ~/.local/bin
- export PATH=~/.local/bin:$PATH
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-linux.tar.gz |... | language: java
sudo: false
jdk:
- oraclejdk8
cache:
directories:
- $HOME/idea
- $HOME/.ant
before_install:
# stack
- mkdir -p ~/.local/bin
- export PATH=~/.local/bin:$PATH
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-linux.tar.gz |... | Use IDEA 2017.2 for CI | Use IDEA 2017.2 for CI
| YAML | apache-2.0 | carymrobbins/intellij-haskforce,carymrobbins/intellij-haskforce,carymrobbins/intellij-haskforce |
9a412c74c2b0d9c00d66f535f53ff24af0f343a4 | .travis.yml | .travis.yml | sudo: required
notifications:
email: false
env:
global:
- ORACLE_COOKIE=sqldev
- ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
- ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
- ORACLE_SID=XE
before_install:
- .travis/oracle/download.sh
- .travis/oracle/install.sh
script:
- e... | sudo: required
notifications:
email: false
env:
global:
- ORACLE_COOKIE=sqldev
- ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
- ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
- ORACLE_SID=XE
before_install:
- .travis/oracle/download.sh
- .travis/oracle/install.sh
before_script... | Add scott user to the database | Add scott user to the database
| YAML | unlicense | tschf/oracle-ci-guide |
738920fca8cebfbe76364f1d9f3c04bddcfee25a | .travis.yml | .travis.yml | language: ruby
before_install: gem update --system
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
| language: ruby
before_install: gem update --system
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| Add more Rubies to Travis CI | Add more Rubies to Travis CI
| YAML | mit | tj/commander,tj/commander,commander-rb/commander,andrewvc/commander,fastlane/commander,andrewvc/commander,commander-rb/commander,fastlane/commander |
c2c589332ac617f2e05e785d3320dd2d9eb78862 | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- 3.5
- 3.6
- 3.7
# virtualenv:
# system_site_packages: true
services:
- mysql
addons:
apt:
packages:
- xvfb
cache:
directories:
- /usr/share/dragonfire
before_install:
- mysql -u root -e "CREATE DATABASE dragonfire;"
insta... | dist: xenial
sudo: required
language: python
virtualenv:
system_site_packages: true
python:
- 3.5
- 3.6
- 3.7
services:
- mysql
addons:
apt:
packages:
- xvfb
cache:
directories:
- /usr/share/dragonfire
before_install:
- mysql -u root -e "CREATE DATABASE dragon... | Revert back some of the changes of the last PR to fix Travis CI errors | Revert back some of the changes of the last PR to fix Travis CI errors
| YAML | mit | mertyildiran/Dragonfire,DragonComputer/Dragonfire,mertyildiran/Dragonfire,DragonComputer/Dragonfire,DragonComputer/Dragonfire |
f3f71e7d079f1a7c2caa7e1c02f01bd9e6e89298 | .travis.yml | .travis.yml | sudo: required
language: go
go: master
services:
- docker
- redis-server
- mysql
install:
- go get -d -v .
- docker build -t evedata .
- docker run -d -p 127.0.0.1:80:3000 -name evedata evedata
script:
- docker ps | grep -q evedata
- go install -v ./
- go test -v ./
after_success:
- if [ "$TRAVI... | sudo: required
language: go
go: master
services:
- docker
- redis-server
- mysql
install:
- go get -d -v .
- docker build -t evedata .
- docker run -d -p 127.0.0.1:80:3000 --name evedata evedata
script:
- docker ps | grep -q evedata
- go install -v ./
- go test -v ./
after_success:
- if [ "$TRAV... | Fix the command for docker run... | Fix the command for docker run...
| YAML | mit | antihax/evedata,antihax/evedata,antihax/evedata,antihax/evedata |
e54e23ede0edabcf5b7516deaa7a83329301759c | .travis.yml | .travis.yml | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
env:
- DB=MYSQL CORE_RELEASE=3.5
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.3
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.5
- php: 7.0
env: DB=MYS... | Remove PHP 5.3 from Travis config, shuffle tested SS versions | Remove PHP 5.3 from Travis config, shuffle tested SS versions
| YAML | bsd-3-clause | silverstripe/silverstripe-restfulserver |
d2b3ca7903223193bc1b2be492b77849e1b0a8ad | .travis.yml | .travis.yml | sudo: false
os:
- linux
env:
- RAILS_ENV=test ELM_VERSION=0.18.0 ELM_CSS_VERSION=0.6.1
cache:
directories:
$TRAVIS_BUILD_DIR/client/elm-stuff/build-artifacts
before_install:
- echo "Install elm-lang and elm-css"
- echo "elm version = $ELM_VERSION"
- echo "elm css version = $ELM_CSS_VERSION"
- cd $... | sudo: false
os:
- linux
env:
- RAILS_ENV=test ELM_VERSION=0.18.0 ELM_CSS_VERSION=0.6.1
cache:
directories:
- $TRAVIS_BUILD_DIR/client/elm-stuff/build-artifacts
before_install:
- echo "Install elm-lang and elm-css"
- echo "elm version = $ELM_VERSION"
- echo "elm css version = $ELM_CSS_VERSION"
- cd... | Fix how the cache stores the build-artifects | Fix how the cache stores the build-artifects
| YAML | mit | ofer987/transit.tips,ofer987/transit.tips,ofer987/transit.tips,ofer987/transit.tips |
cdf7bb2b3ae86e6772d990d45e9271eee4ef16f2 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache:
directories:
- vendor/bundle
rvm:
- '2.2'
- '2.1'
- 2.0.0
- 1.9.3
env:
- REDMINE_VERSION=3.2.0
- REDMINE_VERSION=3.1.3
- REDMINE_VERSION=3.0.7
- REDMINE_VERSION=2.6.9
- REDMINE_VERSION=master
matrix:
allow_failures:
- env: REDMINE_VERSION=master
branches:
except:
- debian
i... | sudo: false
language: ruby
cache:
directories:
- vendor/bundle
rvm:
- '2.3'
- '2.2'
- '2.1'
- 2.0.0
- 1.9.3
env:
- REDMINE_VERSION=3.2.0
- REDMINE_VERSION=3.1.3
- REDMINE_VERSION=3.0.7
- REDMINE_VERSION=2.6.9
- REDMINE_VERSION=master
matrix:
allow_failures:
- env: REDMINE_VERSION=master
branches:
except:
- ... | Add ruby 2.3 to CI | Add ruby 2.3 to CI
| YAML | apache-2.0 | jgraichen/redmine_dashboard,jgraichen/redmine_dashboard,jgraichen/redmine_dashboard |
b64afcce348eaf1c0cc7ac44d7bdfc17c989991f | .travis.yml | .travis.yml | ---
env:
global:
- DJANGO_SETTINGS_MODULE=TWLight.settings.local
- PIP_USE_MIRRORS=true
- TWLIGHT_UNIXNAME=travis
- TWLIGHT_MISSING_MIGRATIONS=$(git ls-files --others --exclude-standard 'TWLight/*/migrations/*.py' | wc -l)
- DJANGO_DB_HOST=127.0.0.1
- MYSQL_USER=twlight
- MYSQL_PASSWORD=t... | ---
env:
global:
- DJANGO_SETTINGS_MODULE=TWLight.settings.local
- PIP_USE_MIRRORS=true
- TWLIGHT_UNIXNAME=travis
- TWLIGHT_MISSING_MIGRATIONS=$(git ls-files --others --exclude-standard 'TWLight/*/migrations/*.py' | wc -l)
- DJANGO_DB_HOST=127.0.0.1
- DJANGO_DB_NAME=twlight
- MYSQL_USER=t... | Update Travis CI DB config. | Update Travis CI DB config.
| YAML | mit | WikipediaLibrary/TWLight,WikipediaLibrary/TWLight,WikipediaLibrary/TWLight,WikipediaLibrary/TWLight,WikipediaLibrary/TWLight |
28fd7a9b764f0268322761542ebd59858bf13c42 | .travis.yml | .travis.yml | language: ruby
rvm: 1.9.3
before_script: bundle exec rake db:setup
| language: ruby
rvm: 1.9.3
before_script: bundle exec rake db:setup
sudo: false
cache: bundler
| Set up bundler caching and container-based run in Travis | Set up bundler caching and container-based run in Travis
| YAML | apache-2.0 | jrafanie/miq_bot,skateman/miq_bot,romanblanco/miq_bot,skateman/miq_bot,imtayadeway/miq_bot,jrafanie/miq_bot,jrafanie/miq_bot,ManageIQ/miq_bot,bdunne/miq_bot,imtayadeway/miq_bot,romanblanco/miq_bot,ManageIQ/miq_bot,ManageIQ/miq_bot,ManageIQ/miq_bot,skateman/miq_bot,bdunne/miq_bot,bdunne/miq_bot,imtayadeway/miq_bot,roman... |
f7cca8648d514cd001013da097c38b46cf2dfc76 | .travis.yml | .travis.yml | language: go
# Master is the only reference for documentation.
branches:
only:
- dev
install:
# Install `helm` in travis environment.
- ls $GOPATH
- cd $GOPATH/src/
- curl https://kubernetes-helm.storage.googleapis.com/helm-v2.6.1-linux-386.tar.gz > helm.tar.gz
- tar xzf helm.tar.gz
- mv linux-386/hel... | language: go
# Master is the only reference for documentation.
branches:
only:
- dev
install:
# Install `helm` in travis environment.
- ls $GOPATH
- cd $GOPATH/src/
- curl https://kubernetes-helm.storage.googleapis.com/helm-v2.6.1-linux-386.tar.gz > helm.tar.gz
- tar xzf helm.tar.gz
- mv linux-386/hel... | Change repo name + Fix repo index url | Change repo name + Fix repo index url
| YAML | apache-2.0 | PierreFeillet/IBM-ODM-Kubernetes |
e2156edc473ddbdb57454b31be40fb157df845d0 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
os:
- linux
- osx
env:
global:
- secure: "KXfgO6PGxlEcNJHLxMPxZvUtxkCX8V/ZD5plXYxCPaKamTWJknuAvFJAPukhIDTX+1AcUxEBvG/QLszEIiPemPRbDmj4knG5y5GINLx/Jjl3ePKXzYdfc6G/G/QnH3YEQ/GBp6Gvf6w2d+IB3dgEyn9td8VaOt0XmNvW4l76nm4="
git:
submodules: false
sudo: false
addons:
... | language: cpp
compiler:
- gcc
- clang
os:
- linux
- osx
matrix:
allow_failures:
- os: osx
compiler: gcc
env:
global:
- secure: "KXfgO6PGxlEcNJHLxMPxZvUtxkCX8V/ZD5plXYxCPaKamTWJknuAvFJAPukhIDTX+1AcUxEBvG/QLszEIiPemPRbDmj4knG5y5GINLx/Jjl3ePKXzYdfc6G/G/QnH3YEQ/GBp6Gvf6w2d+IB3dgEyn9td8VaOt0XmN... | Allow GCC failure in OS X | [trvis] Allow GCC failure in OS X
| YAML | bsd-3-clause | irori/ots,irori/ots,anthrotype/ots,anthrotype/ots,davelab6/ots,davelab6/ots,khaledhosny/ots |
60eaa123e22e2d016c6c1ce074f0d367d349fa2f | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.7
- 3.5
script:
- pip install -U pytest
- python setup.py test
branches:
except:
- skeleton
deploy:
provider: pypi
server: https://upload.pypi.org/legacy/
on:
tags: true
all_branches: true
python: 3.5
user: jaraco
# supply password with `travis encrypt ... | sudo: false
language: python
python:
- 2.7
- 3.5
script:
- pip install -U pytest
- python setup.py test
branches:
except:
- skeleton
deploy:
provider: pypi
server: https://upload.pypi.org/legacy/
on:
tags: true
all_branches: true
python: 3.5
user: jaraco
distributions: dists
password:
se... | Add PyPI password for automatic deployment | Add PyPI password for automatic deployment
| YAML | mit | jaraco/jaraco.itertools |
db7ed527dae8d8165ae3ffc6df64765a17e134cf | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
before_install:
- sudo apt-get install libgeoip-dev bzr
install:
- mkdir -p $TRAVIS_BUILD_DIR/db
- curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
- curl -s http://download.maxmind.com/download/geoip/dat... | language: go
go:
- 1.3
- 1.4
- 1.5
- tip
before_install:
- sudo apt-get install libgeoip-dev bzr
install:
- mkdir -p $TRAVIS_BUILD_DIR/db
- curl -s http://geodns.bitnames.com/geoip/GeoLiteCity.dat.gz | gzip -cd > $TRAVIS_BUILD_DIR/db/GeoIPCity.dat
- curl -s http://download.maxmind.com/download/geoip/dat... | Test on 1.5; remove 1.2 tests | Test on 1.5; remove 1.2 tests
| YAML | apache-2.0 | abh/geodns,gofort/geodns,gofort/geodns,gofort/geodns,abh/geodns |
98f071dd3695c3a36913d278ef34259b08f98daa | .travis.yml | .travis.yml | language: python
cache: pip
sudo: false
git:
depth: 3
python:
- "3.5"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script: "python manage.py test"
| language: python
cache: pip
sudo: false
git:
depth: 3
python:
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script: "python manage.py test"
| Add tests for python 3.6 | Add tests for python 3.6
| YAML | mit | ukgovdatascience/classifyintentsapp,ukgovdatascience/classifyintentsapp |
f1f95ccf77e36fd3b1e1841055b5b77f3ce08002 | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
env:
- "mecab_version=0.996"
- "mecab_version=0.98"
- "mecab_version=0.96"
install:
# mecab
- curl -O http://mecab.googlecode.com/files/mecab-${mecab_version}.tar.gz && tar xf mecab-${mecab_version}.tar.gz
- pushd mecab-${mecab_version} && ./configure &&... | ---
language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
env:
- "mecab_version=0.996"
- "mecab_version=0.98"
- "mecab_version=0.96"
install:
# mecab
- curl -O http://mecab.googlecode.com/files/mecab-${mecab_version}.tar.gz && tar xf mecab-${mecab_version}.tar.gz
- pushd mecab-${mecab_version} && ./configure &&... | Add bundle install in install section | Add bundle install in install section
| YAML | mit | mrkn/mecaby,mrkn/mecaby |
3caa4147c4689e1d50430bc5bc5b63f53e69c6bf | .travis.yml | .travis.yml | osx_image: xcode8.3
language: objective-c
cache:
directories:
- Carthage/
before_install:
- brew install swiftlint
- script/install
before_script:
- set -o pipefail
script:
- xcodebuild -project SlideStock.xcodeproj -scheme SlideStock build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c
- ... | osx_image: xcode8.3
language: objective-c
cache:
directories:
- Carthage/
before_install:
- brew install swiftlint
- travis_wait 30 script/install
before_script:
- set -o pipefail
script:
- xcodebuild -project SlideStock.xcodeproj -scheme SlideStock build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | x... | Fix no output in the last 10 minutes issue | :green_heart: Fix no output in the last 10 minutes issue
| YAML | mit | natmark/SlideStock,natmark/SlideStock,natmark/SlideStock |
a7a1d3c184ab403f9e1925de75340e86479c06ff | .travis.yml | .travis.yml | language: node_js
sudo: required
node_js:
- "0.10"
install:
- curl https://install.meteor.com | /bin/sh
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages --settings settings.json
bra... | language: node_js
sudo: false
node_js:
- "0.10"
install:
- curl https://install.meteor.com | /bin/sh
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages --settings settings.json
branc... | Add IRC notifications to Travis | Add IRC notifications to Travis
| YAML | mit | yash069/meteor-gazelle,jrherr/meteor-gazelle,WillJHaggard/meteor-gazelle,sneakysneakysneaky/meteor-gazelle,n1889/meteor-gazelle,haresbarak/meteor-gazelle,flaming-/meteor-gazelle,yash069/meteor-gazelle,jrherr/meteor-gazelle,WillJHaggard/meteor-gazelle,haresbarak/meteor-gazelle,sneakysneakysneaky/meteor-gazelle,haresbara... |
4d24e286a525441fe0160936cb9635c29b0c2caa | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
after_script:
- npm run coveralls
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message} %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
webhooks:
urls:
- https://webhooks.gitter.... | language: node_js
node_js:
- "0.12"
after_script:
- npm run coveralls
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message} %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
webhooks:
urls:
- https://webhooks.gitter.... | Fix indentation for Travis debug | Fix indentation for Travis debug
| YAML | mit | bionode/bionode-ncbi |
11ab3e989c551e7667c9535dcf7f0330711dba6f | .travis.yml | .travis.yml | language: groovy
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_script:
- scripts/run_http_server &
| language: groovy
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_script:
- scripts/run_http_server &
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/730568d3888e6d40e2f8
on_success: change
on_failure: always
| Add Gitter notifications when a build fails. | Add Gitter notifications when a build fails. | YAML | mit | contracto-lab/contracto-retrofit |
838017bbd178daa43d25c3dafc7ba7f1503a76fc | .travis.yml | .travis.yml | language: node_js
node_js:
- "9"
- "8"
- "6"
- "4"
- "0.12"
- "0.10"
before_script:
- npm install -g grunt-cli
script: grunt test && grunt cover
after_script:
- codeclimate-test-reporter < coverage/lcov.info
addons:
code_climate:
repo_token: c0bec1f3744fa5764dfb105faa999ebf3b747548d3ed52a047... | language: node_js
node_js:
- "9"
- "8"
- "6"
- "4"
before_script:
- npm install -g grunt-cli
script: grunt test && grunt cover
after_script:
- codeclimate-test-reporter < coverage/lcov.info
addons:
code_climate:
repo_token: c0bec1f3744fa5764dfb105faa999ebf3b747548d3ed52a04773bf844afefa44
| Drop Node 0.x build support | Drop Node 0.x build support
Nested dependencies no longer support 0.x
| YAML | mit | oculus42/short-uuid |
fe7b595919dec00e50dd74eda9aa8c697856fe91 | .travis.yml | .travis.yml | language: go
go:
- 1.0
- 1.1
- 1.2
- tip
install:
- go get launchpad.net/gocheck
- go get gopkg.in/bufio.v1
| language: go
go:
- 1.1
- 1.2
- tip
install:
- go get launchpad.net/gocheck
- go get gopkg.in/bufio.v1
| Remove Go 1.0 from supported versions. | Remove Go 1.0 from supported versions.
| YAML | bsd-3-clause | go-bufio/bufio |
38b14ec6ab6393889be1e0cdc1bae46224403318 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx-19mode
branches:
only:
- master
- develop
notifications:
recipients:
- jeremy.olliver@gmail.com
| language: ruby
script: "bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
branches:
only:
- master
- develop
notifications:
recipients:
- jeremy.olliver@gmail.com
| Update rvm string for rbx | Update rvm string for rbx
| YAML | mit | jeremyolliver/new_relic_ping,fabn/heartbeat_rails,fabn/heartbeat_rails,fabn/new_relic_ping,fabn/new_relic_ping,fabn/heartbeat_rails,jeremyolliver/new_relic_ping,fabn/new_relic_ping |
41640938542d5a5838ad0031a7bb2ef4c03abdfe | .travis.yml | .travis.yml | language: rust
rust:
- 1.17.0
- 1.18.0
- 1.19.0
- 1.20.0
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
include:
- rust: stable
os: osx
env:
- OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
- DEP_OPENSSL_INCLUDE=/usr/local/opt/openssl/include
... | language: rust
rust:
- 1.21.0
- 1.22.1
- 1.23.0
- 1.24.1
- 1.25.0
- 1.26.2
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
include:
- rust: stable
os: osx
env:
- OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
- DEP_OPENSSL_INCLUDE=/usr/loca... | Update rustc versions, doesn't build on <= 1.20 | travices: Update rustc versions, doesn't build on <= 1.20
| YAML | mit | flugsio/liru |
741c66d4acbec46b3c6bd9ebfe478c42005e0506 | .travis.yml | .travis.yml | ---
language: python
python: "2.7"
sudo: required
dist: trusty
before_install:
- sudo apt-get update -qq
install:
- pip install ansible
- "echo localhost > inventory remote_user=root"
script:
- "ansible-playbook -i inventory role.yml --connection=local --sudo"
- >
ansible-playbook -i inventory role.yml ... | ---
language: python
python: "2.7"
sudo: required
dist: trusty
before_install:
- sudo apt-get update -qq
install:
- pip install ansible
- "echo localhost > inventory remote_user=root"
script:
- "ansible-playbook -i inventory role.yml --connection=local --sudo"
- >
ansible-playbook -i inventory role.yml ... | Reduce noise generated by dry run in Travis | Reduce noise generated by dry run in Travis | YAML | mit | wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible |
896fae5b545de799894f8d6e022105dddc9d8df5 | .travis.yml | .travis.yml | language: go
go:
- 1.7.x
- 1.8.x
- master
script:
- make misspell-check
- make fmt-check
- make all
- make pack
- make coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
go:
- 1.7.x
- 1.8.x
script:
- make misspell-check
- make fmt-check
- make all
- make pack
- make coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
| Remove master branch of go environment in Travis. Since the fmt and converage are not compatible. | [IN-119] Remove master branch of go environment in Travis.
Since the fmt and converage are not compatible.
| YAML | apache-2.0 | Cepave/open-falcon-backend,Cepave/open-falcon-backend,Cepave/open-falcon-backend,Cepave/open-falcon-backend,Cepave/open-falcon-backend,Cepave/open-falcon-backend |
f66c7dbba25699eb3604f01f051810adc026a361 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'stable'
- '8'
- '6'
sudo: false
env:
- workerCount=3 timeout=600000
matrix:
fast_finish: true
branches:
only:
- master
- release-2.7
- release-2.8
- release-2.9
install:
- npm uninstall typescript --no-save
- npm uninstall tslint --no-save
- npm install
cac... | language: node_js
node_js:
- 'stable'
- '8'
- '6'
sudo: false
env:
- workerCount=3 timeout=600000
matrix:
fast_finish: true
branches:
only:
- master
- release-2.7
- release-2.8
- release-2.9
- release-3.0
install:
- npm uninstall typescript --no-save
- npm uninstall tslint --no-save
- ... | Add release-3.0 to supported branches | Add release-3.0 to supported branches
| YAML | apache-2.0 | microsoft/TypeScript,SaschaNaz/TypeScript,kpreisser/TypeScript,RyanCavanaugh/TypeScript,SaschaNaz/TypeScript,minestarks/TypeScript,basarat/TypeScript,weswigham/TypeScript,kpreisser/TypeScript,minestarks/TypeScript,nojvek/TypeScript,weswigham/TypeScript,Microsoft/TypeScript,RyanCavanaugh/TypeScript,kpreisser/TypeScript,... |
66c1dcc3422bc4ff199c326a63f2ee2cb1176151 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
services:
- redis-server
| language: node_js
node_js:
- "0.11"
- "0.10"
services:
- redis-server
| Remove support for node 0.8 | Remove support for node 0.8
| YAML | mit | 4screens/pushd,futurice/pushd,Binarypark/pushd,Yu-Qiu/test-pushd,chobiwa/pushd,rs/pushd,avqdev/pushd,chobiwa/pushd,mattwoberts/pushd,Binarypark/pushd,peleccom/pushd,Suninus/pushd,mattwoberts/pushd,Yu-Qiu/test-pushd,rs/pushd,avqdev/pushd,Product-Foundry/pushd,Product-Foundry/pushd,4screens/pushd,Suninus/pushd,peleccom/p... |
2e47b7ad0b77799671caf1749045a4952917c247 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
| Add Ruby 2.1.0 to Travis CI mix. | Add Ruby 2.1.0 to Travis CI mix.
| YAML | unlicense | ruby-rdf/rdf-trig |
de2cdb5ac59e53faf783b6ae03b0fcf0a51e4907 | .travis.yml | .travis.yml | language: go
go:
- tip
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4.2
- 1.3.3
- 1.2.2
- 1.1.2
| language: go
go:
- tip
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4.2
- 1.3.3
- 1.2.2
- 1.1.2
| Add go1.9 and go.10 to Travis build config | Add go1.9 and go.10 to Travis build config
| YAML | mit | istio/go-junit-report,jstemmer/go-junit-report |
a70e629bff9a350d6c117be6f61083aa769c7aa7 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6.3'
- '6.2.2'
- '0.12.x'
env:
matrix:
- NODE_ENV=development
script: npm run coverage
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| language: node_js
node_js:
- '6.3'
- '6.2.2'
- '0.12'
env:
matrix:
- NODE_ENV=development
script: npm run coverage
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| Correct ALL Travis NodeJS versions | Correct ALL Travis NodeJS versions
| YAML | apache-2.0 | ibizan/ibizan,aaronsky/ibizan,ibizan/ibizan,aaronsky/ibizan |
9f1d95e81d1848a56f660ced09c9eb56a26f119a | .travis.yml | .travis.yml | language: node_js
node_js:
- "15"
- "16"
- "17"
- "18"
| language: node_js
node_js:
- "12"
- "13"
- "14"
- "15"
- "16"
| Add legacy node version for CI testing. | Add legacy node version for CI testing.
| YAML | mit | nepsilon/search-query-parser,nepsilon/search-query-parser |
cb631fb59d09310f9981d7800eb6d16226b3aff0 | .travis.yml | .travis.yml | language: csharp
mono: none
dotnet: 2.0.0-preview2-006497
dist: trusty
script:
- ./build.sh -c Release | language: csharp
mono: none
dotnet: 2.0.0-preview2-006497
dist: trusty
script:
- dotnet --version
- ./build.sh -c Release | Add dotnet --version to Travis CI | Add dotnet --version to Travis CI
| YAML | mit | joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer |
49d2e57643f640815f37789137974b42d4117f89 | .travis.yml | .travis.yml | ---
language: go
go:
- 1.4
- tip
before_install:
- go get -u github.com/axw/gocov/gocov
- go get -u github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- COVERALLS='-service=travis-ci' ./.test-cover.sh
| ---
language: go
go:
- 1.4
- tip
before_install:
- go get -u github.com/axw/gocov/gocov
- go get -u github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- ./.test-cover.sh
| Disable coveralls for now, missing data | Disable coveralls for now, missing data
| YAML | mit | sandlerben/go-torch,allengaller/go-torch,sandlerben/go-torch,maximecaron/go-torch,Cofyc/go-torch,allengaller/go-torch,shaunstanislaus/go-torch,denji/go-torch,chinanjjohn2012/go-torch,uber/go-torch,shaunstanislaus/go-torch,NanXiao/go-torch,chinanjjohn2012/go-torch,Cofyc/go-torch,uber/go-torch,maximecaron/go-torch,NanXia... |
50ace69fc516fbe1710a5d261efe61b5e71804fc | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
environment:
ELECTRON_RUN_AS_NODE: 1
VSCODE_BUILD_VERBOSE: true
sudo: false
os:
- linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- gcc-4.9-multilib
- g++-4.9-multilib
- zip
- libgtk2.... | sudo: false
language: cpp
os:
- linux
environment:
VSCODE_BUILD_VERBOSE: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- gcc-4.9-multilib
- g++-4.9-multilib
- zip
- libgtk2.0-0
- libx11-dev
- libxkbfile-dev
... | Fix Travis testing due to unrelated failures | Fix Travis testing due to unrelated failures
This commit modifies the travis.tml testing file to be more like the actual
VSCode testing configuration (https://github.com/Microsoft/vscode/blob/master/.travis.yml)
In particular:
- Add libsecret-1-dev which was added as a dependency in https://github.com/Microsoft/vscod... | YAML | apache-2.0 | jpogran/puppet-vscode,jpogran/puppet-vscode,glennsarti/puppet-vscode |
3a843cf35607dc25688db9d4a3308aa522ce563d | .travis.yml | .travis.yml | language: ruby
rvm: 2.6.5
cache: bundler
sudo: false
before_install:
- git config --global user.name 'Travis CI'
- git config --global user.email 'travis-ci@example.com'
- gem update --system
- gem install bundler
install: bundle install
notifications:
email: false
services:
- postgresql
| language: ruby
rvm: 2.6.5
cache: bundler
sudo: false
before_install:
- git config --global user.name 'Travis CI'
- git config --global user.email 'travis-ci@example.com'
- gem update --system
- gem install bundler
- bundler config --global disable_platform_warnings true
install: bundle install
notifications:
... | Disable platform warnings in CI | Disable platform warnings in CI
The tzinfo-data gem is only used by MS Windows and JRuby. This causes
Bundler to print a warning on actual OSes used for development or for
hosting.
> The dependency tzinfo-data (>= 0) will be unused by any of the
> platforms Bundler is installing for. Bundler is installing for ruby
> ... | YAML | mit | thoughtbot/suspenders,delphaber/suspenders,thoughtbot/suspenders,thoughtbot/suspenders,delphaber/suspenders,delphaber/suspenders |
35b207833e208c469aee54e584a4d77bd5f116a5 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- 'iojs-v3'
env:
- TEST_DIR=.
- TEST_DIR=scripts/babel-relay-plugin
script: cd $TEST_DIR && npm install && npm test
| ---
language: node_js
node_js:
- '4'
env:
- TEST_DIR=.
- TEST_DIR=scripts/babel-relay-plugin
script: cd $TEST_DIR && npm install && npm test
| Configure Travis CI to use node@4.0.0 | Configure Travis CI to use node@4.0.0
Summary: Closes https://github.com/facebook/relay/pull/348
Reviewed By: @svcscm
Differential Revision: D2459819
| YAML | mit | almasakchabayev/relay,iamchenxin/relay,josephsavona/relay,freiksenet/relay,cpojer/relay,AnSavvides/relay,yungsters/relay,kassens/relay,chirag04/relay,dmfrancisco/relay,niklasvh/relay,chentsulin/relay,benjaminogles/relay,benjaminogles/relay,yungsters/relay,AnSavvides/relay,NevilleS/relay,niklasvh/relay,josephsavona/rela... |
e0bf1aca61f60aa8f8d3f59baac60d257975fe66 | .travis.yml | .travis.yml | language: ruby
env:
- RSPEC_VERSION=2
- RSPEC_VERSION=3
rvm:
- 1.9.3
- 2.0.0
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
script:
- rake ci
| language: ruby
env:
- RSPEC_VERSION=2
- RSPEC_VERSION=3
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
script:
- rake ci
| Add Ruby 2.1.0 to Travis CI | Add Ruby 2.1.0 to Travis CI
| YAML | mit | justincampbell/generative |
88a2359e16fd2c42e10da69ff1c8a387fbaefbc5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
- "10"
before_install: "sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get update && sudo apt-get install -y inkscape && inkscape --version"
script: "npm run-script travis"
| language: node_js
node_js:
- '8'
- '10'
- '12'
before_install: 'sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get update && sudo apt-get install -y inkscape && inkscape --version'
script: 'npm run-script travis'
| Drop node.js 6 support, add 12 (semver-major) | Drop node.js 6 support, add 12 (semver-major)
| YAML | bsd-3-clause | papandreou/node-inkscape |
8a77c4687d42710dab3a6d42f0e1967e35771543 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: rust
rust:
- nightly
- stable
matrix:
allow_failures:
- rust: stable
# Dependencies of kcov, used by coverage
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-c... | sudo: false
dist: trusty
language: rust
rust:
- nightly
- stable
matrix:
allow_failures:
- rust: stable
# Dependencies of kcov, used by coverage
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-c... | Add little info about installed utils | Repo: Add little info about installed utils
| YAML | agpl-3.0 | SirRade/shootr,SirRade/shootr,SirRade/shootr,SirRade/shootr,SirRade/shootr |
b347069cd188713463513717a46bcc4ad5da34bb | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
before_install:
- rvm @global do gem uninstall bundler --all --executables
- gem uninstall bundler --all --executables
- gem install bundler --version '< 1.7.0'
| language: ruby
cache: bundler
rvm:
- 2.0.0
before_install:
- rvm @global do gem uninstall bundler --all --executables
- gem uninstall bundler --all --executables
- gem install bundler --version '1.6.9'
sudo: false
| Migrate Travis-CI settings to container infrastructure | Migrate Travis-CI settings to container infrastructure
http://docs.travis-ci.com/user/migrating-from-legacy/
| YAML | mit | higebu/vagrant-vsphere,EdHurtig/vagrant-vsphere,lilirui/vagrant-vsphere,edmcman/vagrant-vsphere,discoposse/vagrant-vsphere,vijayviji/vagrant-vsphere,mkuzmin/vagrant-vsphere,barklyprotects/vagrant-vsphere |
ea657c498801f6983308a2a6f0e633766b467dce | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.1
# - jruby-19mode
before_install:
- gem update bundler
script:
- bundle exec rake spec
sudo: false
cache: bundler
notifications:
recipients:
- azumakuniyuki+travis-ci.org@gmail.com
email:
on_success: change
on_failure: always
| language: ruby
rvm:
- 2.0.0
- 2.1.1
# - jruby-19mode
before_install:
- gem update bundler
- gem install string-scrub
script:
- bundle exec rake spec
sudo: false
cache: bundler
notifications:
recipients:
- azumakuniyuki+travis-ci.org@gmail.com
email:
on_success: change
on_failure: always
| Install string-scrub gem before rake spec | Install string-scrub gem before rake spec
| YAML | bsd-2-clause | azumakuniyuki/rb-Sisimai,azumakuniyuki/rb-Sisimai |
bd9334a20a45e77c978035617cd56e1b87b8c96b | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- jruby
- ree
- ruby-head
| rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- ree
- ruby-head
| Remove JRuby add MRI 1.9.1 | Remove JRuby add MRI 1.9.1
| YAML | mit | EvilFaeton/linkedin,john/linkedin,emorikawa/linkedin-oauth2,NeverAgain/linkedin-oauth2,brianpetro/linkedin,sagmor/linkedin,hexgnu/linkedin,varunlalan/linkedin |
5304f3aa43e3f6f1efc0dbcf9316464ceef83e60 | .travis.yml | .travis.yml | language: c++
compiler: gcc
env:
global:
- GCC_VERSION="4.9"
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-${GCC_VERSION}; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-${GCC_VERS... | language: c++
compiler: gcc
env:
global:
- GCC_VERSION="4.9"
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-${GCC_VERSION}; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g... | Update GCC too, not only g++ | Update GCC too, not only g++ | YAML | mit | bowlofstew/boost,biicode/boost,bowlofstew/boost,biicode/boost,bowlofstew/boost,biicode/boost |
64537e36b81406f3610d7fb0af4194a79ddf3546 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby
- jruby-head
install:
- sudo apt-get install -qq graphviz
- bundle install | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby
install:
- sudo apt-get install -qq graphviz
- bundle install | Remove jruby-head Travis config; takes too long to run | Remove jruby-head Travis config; takes too long to run
| YAML | mit | chanibal/asciidoctor-diagram,asciidoctor/asciidoctor-diagram |
b9473904f64fb10718f954c1282897a298b509c0 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# Environment setup
before_install:
- sudo apt-get update -qq
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set al... | language: python
python:
- "2.7"
# Environment setup
before_install:
- sudo apt-get update -qq
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set al... | Fix typo in conda environment string use | Fix typo in conda environment string use
| YAML | bsd-3-clause | Purg/SMQTK,anguoyang/SMQTK,Purg/SMQTK,Purg/SMQTK,kfieldho/SMQTK,kfieldho/SMQTK,anguoyang/SMQTK,anguoyang/SMQTK,Purg/SMQTK,kfieldho/SMQTK,Purg/SMQTK,Purg/SMQTK,anguoyang/SMQTK,anguoyang/SMQTK,kfieldho/SMQTK,kfieldho/SMQTK,anguoyang/SMQTK,Purg/SMQTK,anguoyang/SMQTK,kfieldho/SMQTK,kfieldho/SMQTK,kfieldho/SMQTK,anguoyang/S... |
c46fcf095f80b47f287dc8406d3ff3112fa72d17 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
script:
- npm test --coverage
after_success: cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
| language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
script:
- npm test --coverage
after_success: cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
| Add supporting of 'node@0.12.x' and 'node@4.x' | Add supporting of 'node@0.12.x' and 'node@4.x'
| YAML | mit | eGavr/toc-md |
a8b014e71042647cc7f8b8304ed131334f61a6c8 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- '10.4'
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install -... | sudo: required
dist: trusty
language: node_js
node_js:
- '10.6'
- '8.9'
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm... | Support latest node current & stable | Support latest node current & stable
| YAML | mit | danrevah/ngx-pipes,danrevah/ng-pipes,danrevah/ng-pipes,danrevah/ngx-pipes,danrevah/ng2-pipes,danrevah/ng2-pipes |
5eab76f430e74b1f9c0e618fd9035b79063d4722 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
before_install:
- npm explore npm -g -- npm install node-gyp@latest
sudo: false
| language: node_js
node_js:
- "8.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
before_install:
- npm explore npm -g -- npm install node-gyp@latest
sudo: false
| Use node 8 for build | Use node 8 for build
| YAML | mit | anandanand84/technicalindicators,anandanand84/technicalindicators,anandanand84/technicalindicators,anandanand84/technicalindicators |
6675d417409a34b5568f3a5ea0b578156c585ece | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.6.0
- DJANGO=1.5.5
- DJANGO=1.4.10
virtualenv:
system_site_packages: true
install:
- pip install -q coveralls Django==$DJANGO --use-mirrors
- pip install -r requirements.txt
services:
- memcached
- redis-server
before_scrip... | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5.5
- DJANGO=1.4.10
virtualenv:
system_site_packages: true
install:
- pip install -q coveralls Django==$DJANGO --use-mirrors
- pip install -r requirements.txt
services:
- memcached
- redis-server
before_script:
- psql -c 'c... | Stop testing on Django 1.6 | Stop testing on Django 1.6
Harvest doesn't so neither will we for now
| YAML | bsd-2-clause | chop-dbhi/varify,chop-dbhi/varify,chop-dbhi/varify,chop-dbhi/varify |
fa4799d8d7b77ee119787561ee0fa09056661aee | .travis.yml | .travis.yml | ---
language: scala
script: "sbt coveralls test"
scala:
- 2.9.2
| ---
language: scala
script: "sbt coveralls test"
scala:
- 2.9.2
before_script:
- "echo JAVA_HOME $JAVA_HOME"
- "echo 'which java' `which java`"
- "echo JAVA_OPTS $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
| Increase Xmx to 1024m on Travis CI | Increase Xmx to 1024m on Travis CI
| YAML | apache-2.0 | ezh/digi-lib,ezh/digi-lib |
f2d3ab6eb4bc1d3bb13d586d6598ba24a19a6a15 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "7"
- "8"
- "11"
after_success:
- npm run coveralls | language: node_js
node_js:
- "8"
- "11"
- "13"
after_success:
- npm run coveralls | Stop running tests on too old node versions | Stop running tests on too old node versions
| YAML | mit | wanasit/chrono,wanasit/chrono |
2dbfb2682b9cd6aa9488684dd1fa523e153657bf | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
# - 1.9.3
script: 'rake spec'
before_install:
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update -qq
- sudo apt-get install -qq libaugeas0 libaugeas-dev
env:
- PUPPET_VERSION="~> 2.7.0"
# - PUPPET_VERSION="3.3"
gemfile: .gemfile
notifications:
email: fa... | language: ruby
rvm:
- 1.8.7
# - 1.9.3
script: 'rake spec'
before_install:
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update -qq
- sudo apt-get install -qq libaugeas0 libaugeas-dev
- sudo chmod -r /usr/share/augeas/lenses/dist/splunk.aug
env:
- PUPPET_VERSION="~> 2.7.0"
# - PUPP... | Disable dist splunk lens to demonstrate failure | Disable dist splunk lens to demonstrate failure
I thought at first Augeas 1.1.0 was required for setting the lens path
to the module in rspec-puppet-augeas, but shortly realized that the
splunk lens is, in fact, distributed in 1.1.0. So to demonstrate the
setting the lens path not working, I am disabling the distribut... | YAML | apache-2.0 | wcooley/puppet-splunk_conf |
4731946c976997b61fd3e99e8d3d09dd2974b543 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
- hhvm-nightly
env:
global:
- PATH="$HOME/.composer/vendor/bin:$PATH"
matrix:
fast_finish: true
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: nightly
- php: hhvm-nightly
sudo: false
ca... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
env:
global:
- PATH="$HOME/.composer/vendor/bin:$PATH"
matrix:
fast_finish: true
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: nightly
sudo: false
cache:
directories:
- $HOME/.composer... | Remove unsupported hhvm-nightly from Travis | Remove unsupported hhvm-nightly from Travis
| YAML | mit | Soullivaneuh/php-jquery-knob |
dc38978a2f500f3f93b9ee76751918fa65eab93f | .travis.yml | .travis.yml | bundler_args: --without development
script: "bundle exec rake spec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
- ruby-head
| bundler_args: --without development
script: "bundle exec rake spec"
rvm:
- 1.9.3
- 2.0.0
| Test with Ruby 1.9.3 and Ruby 2.0.0 | Test with Ruby 1.9.3 and Ruby 2.0.0
| YAML | mit | ZenCocoon/phone_validator |
b9bc3db5a5de369fb24a15a90af42ac7750cc03b | .travis.yml | .travis.yml | sudo: false
cache:
directories:
- .ghc
- .cabal
env:
- CABALVER=1.22 GHCVER=7.10.2 ALEXVER=3.1.4 HAPPYVER=1.19.5
addons:
apt:
sources:
- hvr-ghc
packages:
- libgtk-3-dev
- ghc-7.10.2
- cabal-install-1.22
- alex-3.1.4
- happy-1.19.5
before_install:
- export PATH=/opt/ghc/$GHCV... | sudo: false
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
env:
- CABALVER=1.22 GHCVER=7.10.2 ALEXVER=3.1.4 HAPPYVER=1.19.5
addons:
apt:
sources:
- hvr-ghc
packages:
- libgtk-3-dev
- ghc-7.10.2
- cabal-install-1.22
- alex-3.1.4
- happy-1.19.5
before_install:
- export PATH=/o... | Fix a stupid mistake with Travis | Fix a stupid mistake with Travis
| YAML | bsd-3-clause | DNNX/bob |
84f472f6a0e05eac4e18470d70752c7294c43393 | .travis.yml | .travis.yml | language: python
# List of Python versions to test
matrix:
fast_finish: true
include:
- python: 2.7
- python: 3.2
- python: 3.3
- python: 3.4
# Python 3 are allowed to fail because it is not supported at this moment
allow_failures:
- python: 3.2
- python: 3.3
- python: 3.4
# command to... | language: python
# List of Python versions to test
matrix:
fast_finish: true
include:
- python: 2.7
- python: 3.4
- python: 3.5
# Python 3 are allowed to fail because it is not supported at this moment
allow_failures:
- python: 3.4
- python: 3.5
# command to the requirements
install:
- pip i... | Update python versions supported by Django1.9 | Update python versions supported by Django1.9
| YAML | bsd-3-clause | Inter-Actief/alexia,Inter-Actief/alexia,Inter-Actief/alexia,Inter-Actief/alexia |
9ac6fd1b9351413d745ab05afbc4bc017df2a57e | .travis.yml | .travis.yml | # Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 2.1.8
- 2.2.6
- 2.3.3
- 2.4.0
- jruby-9.1.17.0
- jruby-9.2.0.0
# Specify the recipients for email notification
notifications:
recipients:
- jakob@mentalized.net
addons:
code_climate:
repo_token: 6746e... | # Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- jruby-9.1.17.0
- jruby-9.2.0.0
# Specify the recipients for email notification
notifications:
recipients:
- jakob@mentalized.net
addons:
code_climate:
repo_token: 6746eb72f5d9759... | Test on supported versions of Ruby | Test on supported versions of Ruby
* 2.1.x is officially long gone
* 2.2.x is officially EOL
| YAML | mit | substancelab/rconomic |
134d620f82f2fc4584311acf8bcaae4df59bb9e0 | .travis.yml | .travis.yml | language: haskell
ghc: 7.8
env:
- LTS_VER=2.5
sudo: false
branches:
only:
- master
- travis
addons:
apt:
packages:
- libwebkitgtk-dev
before_install:
- cabal update
- cabal install stackage-cli gtk2hs-buildtools
- stackage-sandbox init lts-$LTS_VER
- git clone https://github.com/pavelko... | language: haskell
ghc: 7.8
env:
- LTS_VER=2.5
sudo: false
branches:
only:
- master
- travis
addons:
apt:
packages:
- libwebkitgtk-dev
before_install:
- cabal update
- cabal install stackage-cli
- stackage-sandbox init lts-$LTS_VER
- export PATH=$HOME/.stackage/sandboxes/ghc-$(ghc_find 7... | Fix buildtools version and cache more | Fix buildtools version and cache more
| YAML | bsd-3-clause | pavelkogan/NeuroSpider |
0ca5a857940312ac7fd76955af64fe061b0856a0 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'; fi
- sudo apt-get update -qq
install:
- sudo apt-get install liblu... | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'; fi
- sudo apt-get update -qq
install:
- sudo apt-get install liblu... | Test if lua can load the library | Test if lua can load the library
In addition to compiling the library file, we can also check if lua can
load it. This may reveal linker errors such as undefined references.
| YAML | mit | tushar2708/color_coded,jeaye/color_coded,tony/color_coded,Hexcles/color_coded,jeaye/color_coded,tony/color_coded,UnrealQuester/color_coded,Hexcles/color_coded,Hexcles/color_coded,UnrealQuester/color_coded,UnrealQuester/color_coded,tony/color_coded,tushar2708/color_coded,jeaye/color_coded,tushar2708/color_coded,tony/col... |
582c5d27c53132c032ad639caa4e92a752772777 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- iojs
- iojs-v1.0.2
| language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- iojs
- iojs-v1.0.2
| Add Node version 0.12 to Travis config | Add Node version 0.12 to Travis config
| YAML | mit | lawitschka/galao,spieker/galao,spieker/galao,lawitschka/galao |
372099f3d3bf8c7c893665ba475bdfff89b4b3f1 | .travis.yml | .travis.yml | language: rust
sudo: true
rust:
- nightly
- beta
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
after_success: |
travis-cargo --only beta doc && travis-cargo --only beta doc-upload &&
travis-cargo coveralls
env:
global:
secure: cqq4PpUsrmCNLbWrmkkuf/SaCK... | language: rust
sudo: true
rust:
- nightly
- beta
- stable
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
after_success: |
travis-cargo --only beta doc && travis-cargo --only beta doc-upload &&
travis-cargo coveralls
env:
global:
secure: cqq4PpUsrmCNL... | Add stable version of rustc to Travis. | Add stable version of rustc to Travis.
| YAML | apache-2.0 | dirvine/rust-utp |
0dfa45b73747ec5df78a160ca57728fd91ac7ffc | .travis.yml | .travis.yml | language: scala
stages:
- name: test
- name: release
if: (branch = master AND type = push) OR (tag IS present)
jobs:
include:
- env: TEST="scalafmt"
jdk: oraclejdk8
script: ./scalafmt --test
- env: TEST="2.11"
jdk: oraclejdk8
script: sbt ci-test
- env: TEST="2.12"
j... | language: scala
stages:
- name: test
- name: release
if: (branch = master AND type = push) OR (tag IS present)
jobs:
include:
- env: TEST="scalafmt"
jdk: openjdk8
script: ./scalafmt --test
- env: TEST="2.11"
jdk: openjdk8
script: sbt ci-test
- env: TEST="2.12"
jdk: ... | Use openjdk8 instead of oraclejdk8 | Use openjdk8 instead of oraclejdk8
> oraclejdk8 is not preinstalled on Xenial anymore, and cannot be
retrieved from Oracle itself anymore. We'd suggest using either openjdk,
or the currently supported Oracle JDK.
https://github.com/travis-ci/travis-ci/issues/10290
| YAML | apache-2.0 | scalameta/scalafmt,olafurpg/scalafmt,olafurpg/scalafmt,scalameta/scalafmt,scalameta/scalafmt,olafurpg/scalafmt,olafurpg/scalafmt,scalameta/scalafmt |
b59e48ca8d0c664ebbce271c9bc69f1b13e03940 | .travis.yml | .travis.yml | # We need sudo to install pip system-wide
sudo: required
os:
- linux
- osx
install:
- sudo -H pip install coverage==3.7.1
- sudo -H pip install coveralls
script: ./ci.sh
after_success:
- coveralls
| # We need sudo to install pip system-wide
sudo: required
os:
- linux
- osx
install:
- sudo -H pip install coveralls coverage
script: ./ci.sh
after_success:
- coveralls
| Use the latest Python coverage | Use the latest Python coverage
| YAML | mit | walles/px,walles/px |
67ae4ccb7a974918d7bfba7f6e745c524642e047 | .travis.yml | .travis.yml | rvm:
- 1.9
- 2.0
- 2.1
branches:
only:
- master
| rvm:
- 1.9
- 2.0
- 2.1
| Enable PRs and other branches | Enable PRs and other branches
| YAML | mit | derekcollison/ruby-nats,derekcollison/ruby-nats |
9337ccf96456b23e002c871f2565644b3f016389 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
| language: ruby
rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
notifications:
webhooks:
urls:
- https://lita-freenode.herokuapp.com/travis
| Add Lita webhook for Travis. | Add Lita webhook for Travis.
| YAML | mit | jimmycuadra/lita-karma,erikogan/lita-karma |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.