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 |
|---|---|---|---|---|---|---|---|---|---|
72cc2a443e4a2bdbae7a0b6f5b6c6dacf24af5b9 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
env:
- GWT_VERSION=2.6.1
- GWT_VERSION=2.7.0
- GWT_VERSION=2.8.0-SNAPSHOT
install: true
script: mvn verify -Dinvoker.streamLogs=true -Dinvoker.mavenOpts="-Djava.net.preferIPv4Stack=true" -DgwtVersion=$GWT_VERSION
after_success:
- ci/deploy-snaps... | language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
env:
- GWT_VERSION=2.6.1
- GWT_VERSION=2.7.0
- GWT_VERSION=2.8.0-SNAPSHOT
matrix:
allow_failures:
- jdk: oraclejdk7
env: GWT_VERSION=2.8.0-SNAPSHOT
- jdk: openjdk7
env: GWT_VERSION=2.8.0-SNAPSHOT
install: true
script: mvn ver... | Allow GWT 2.8.0-SNAPSHOT builds on Travis to fail with JDK 7 | Allow GWT 2.8.0-SNAPSHOT builds on Travis to fail with JDK 7
| YAML | apache-2.0 | tbroyer/gwt-maven-plugin,tbroyer/gwt-maven-plugin |
e202766a465ee174a0bc500f70e26ad414335e4a | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
fast_finish: true
allow_failures:
php: 7.1
cache:
directories:
- $HOME/.composer/cache
before_install:
- travis_retry composer self-update
install:
- travis_retry composer install --no-intera... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- travis_retry composer self-update
install:
- travis_retry composer install --no-interaction --prefer-dist
script:
- ve... | Test ocular phar announce on PHP 7+ | Test ocular phar announce on PHP 7+
| YAML | mit | localheinz/container,thephpleague/container |
bda00d137820d1769525a1e191a166e673e602f1 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- jruby
- rbx
| rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
| Use 1.9 mode for jruby and rbx on Travis | Use 1.9 mode for jruby and rbx on Travis
| YAML | mit | wojtekmach/minitest-capybara,blowmage/minitest-capybara |
3fcb75bfb11145dd04d76ff391c0d48dd1c8e985 | .travis.yml | .travis.yml | before_install:
- travis_retry sudo apt-add-repository ppa:chris-lea/zeromq -y
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install libzmq3 libzmq3-dev -y
language: ruby
rvm:
- 2.0.0
cache:
- bundler
- apt
| before_install:
- travis_retry sudo apt-add-repository ppa:chris-lea/zeromq -y
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install libzmq3 libzmq3-dev -y
language: ruby
rvm:
- 2.0.0
- 2.1.0
cache:
- bundler
- apt
| Build against Ruby 2.1.0 as well | Build against Ruby 2.1.0 as well
| YAML | mit | pantry/pantry |
3e97478a0af7bdc8d6ec7d5709c4e679416fdf3e | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
env:
- dependencies=lowest
- dependencies=highest
before_script:
- composer self-update
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
- if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
sc... | language: php
php:
- 7.1
- 7.2
- 7.3
env:
- dependencies=lowest
- dependencies=highest
before_script:
- composer self-update
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
- if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
sc... | Remove ComposerRequireChecker from build until it is setup up correctly | Remove ComposerRequireChecker from build until it is setup up correctly
| YAML | mit | sascha-egerer/phpstan-typo3 |
dafa1897ed20484d39a3664c1cb046f2e01a2eac | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install:
- pip install -q coveralls --use-mirrors
- pip install flake8
before_script:
- flake8 origins
script:
- coverage run test_strconv.py
after_success:
- coveralls
| language: python
python:
- "2.6"
- "2.7"
install:
- pip install -q coveralls --use-mirrors
- pip install flake8
before_script:
- flake8 strconv.py
script:
- coverage run test_strconv.py
after_success:
- coveralls
| Fix wrong target for flake8 | Fix wrong target for flake8
| YAML | bsd-2-clause | pombredanne/strconv,ATeal/strconv,bruth/strconv |
636a330901c24e1c15d2068d6aaeaf7e5153b297 | .travis.yml | .travis.yml | language: go
os:
- linux
go:
- 1.8.1
- 1.7.3
install:
- go get github.com/gorilla/mux
- go get github.com/gorilla/csrf
before_script:
- go fmt github.com/omar-h/goimage
- go fmt github.com/omar-h/goimage/util
script:
- go test github.com/omar-h/goimage
- go test github.com/omar-h/goimage/util
... | language: go
os:
- linux
go:
- 1.8.3
- 1.7.6
install:
- go get github.com/gorilla/mux
- go get github.com/gorilla/csrf
before_script:
- gofmt github.com/omar-h/goimage
- gofmt github.com/omar-h/goimage/util
script:
- go test github.com/omar-h/goimage
- go test github.com/omar-h/goimage/util
- g... | Update go version in Travis | Update go version in Travis
| YAML | mit | omar-h/goimage |
af332413f565dc04079cde56ca0f91f7fc837e6f | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "5"
script:
- npm test
| language: node_js
node_js:
- stable
- lts/*
- 6.9
script:
- npm test
| Drop support for node version older than 6 | Drop support for node version older than 6
Versions older than node 6 are no longer supported by html-webpack-plugin version 4. See: https://github.com/jantimon/html-webpack-plugin/pull/861 | YAML | mit | DustinJackson/html-webpack-inline-source-plugin |
a9106a011fbe0ca1e772c2892b63cf4baf458cad | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
include:
- php: 5.4
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
- php: hhvm
before_install:
- composer self-update
- curl -LSs https://box-proj... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
include:
- php: 7.0
- php: 7.1
before_install:
- composer self-update
- curl -LSs https://box-project.github.io/box2/installer.php | php
- mv box.phar box
- chmod 755 box
install:
- comp... | Test only php 7 and 7.1 | Test only php 7 and 7.1
| YAML | mit | maidmaid/cffie |
83c61c71c01f0b583f2478be816ae3e1b1156d22 | .travis.yml | .travis.yml | matrix:
include:
- language: python
python:
- "3.5"
sudo: False
addons:
postgresql: "9.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install coveralls
... | matrix:
include:
- language: python
python:
- "3.5"
sudo: False
addons:
postgresql: "9.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install coveralls
... | Add Node bin to path. | Add Node bin to path.
| YAML | mit | cellcounter/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter |
220dfb2009a98ff506010c6d7adacea43e026826 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
before_script: bundle exec rake ksvalidator:setup
notifications:
hipchat: ac943dbb9ee5b4a2562d4476987a91@Stork
| language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
before_script: bundle exec rake ksvalidator:setup
notifications:
hipchat: ***REMOVED***@Stork
| Revert "add notification token for hipchat" | Revert "add notification token for hipchat"
This reverts commit 0505d43febc6066273784deaf6c805bf49960271.
| YAML | apache-2.0 | rlyon/stork,rlyon/stork,rlyon/stork |
557fd0bf36f29c5fe35b9fde170fd98001db4444 | .travis.yml | .travis.yml | language: objective-c
env:
global:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VERSION="3.8.0"
before_install:
- wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.... | language: objective-c
env:
global:
- EnableNuGetPackageRestore=true
before_install:
- wget "https://download.mono-project.com/archive/4.6.1/macos-10-universal/MonoFramework-MDK-4.6.1.5.macos10.xamarin.universal.pkg"
- sudo installer -pkg "MonoFramework-MDK-4.6.1.5.macos10.xamarin.universal.pkg" -target /
scri... | Update build to mono v 4.6.1.5 | Update build to mono v 4.6.1.5
| YAML | mit | omar/ByteSize |
c11457db06d9ad26c2db1c1209a0535c19f49a8f | .travis.yml | .travis.yml | language: go
go:
- stable
- master
before_script:
- go get -u github.com/golang/lint
script:
- test -z $(gofmt -l .)
- test -z $(golint ./...)
- go vet ./...
- go test -v ./...
matrix:
allow_failures:
- go: master
| dist: trusty
sudo: false
language: go
go:
- stable
- master
before_script:
- go get -u github.com/golang/lint
script:
- test -z $(gofmt -l .)
- test -z $(golint ./...)
- go vet ./...
- go test -v ./...
matrix:
allow_failures:
- go: master
| Switch to Ubuntu 14.04 Travis image | Switch to Ubuntu 14.04 Travis image
| YAML | mit | enova/scout |
8b1c382563d3f9508d3d344474f2c84b4cb95b4c | .travis.yml | .travis.yml | before_script:
- sudo apt-get install ccache libffi-dev libicu-dev libgmp3-dev
script: "perl Configure.pl --optimize --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' && make fulltest"
# branches:
# only:
# - master
notifications:
recipients:
- duke@leto.net
email:
on_success: change
on_... | before_script:
- sudo apt-get install ccache libffi-dev libicu-dev libgmp3-dev clang
script: "perl Configure.pl --test=build $PARROT_OPTIMIZE --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' && make $PARROT_TEST"
# branches:
# only:
# - master
notifications:
recipients:
- duke@leto.net
email:
... | Test parrot with LLVM/clang as well as with/without optimization | [ci] Test parrot with LLVM/clang as well as with/without optimization
| YAML | artistic-2.0 | parrot/parrot,youprofit/parrot,parrot/parrot,youprofit/parrot,tkob/parrot,parrot/parrot,parrot/parrot,FROGGS/parrot,parrot/parrot,tkob/parrot,tkob/parrot,FROGGS/parrot,youprofit/parrot,youprofit/parrot,youprofit/parrot,youprofit/parrot,FROGGS/parrot,FROGGS/parrot,tkob/parrot,youprofit/parrot,tkob/parrot,tkob/parrot,FRO... |
32a8372ff0499f47754082f6d7478b53463f631e | .travis.yml | .travis.yml | language: python
env:
- PYTHON=2.7
- PYTHON=2.7
- PYTHON=3.3
- PYTHON=3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
install:
- conda update con... | language: python
env:
- PYTHON=2.6
- PYTHON=2.7
- PYTHON=3.3
- PYTHON=3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
install:
- conda update con... | Add python 2.6 to test suite | Add python 2.6 to test suite
| YAML | mit | brentp/combat.py,brentp/combat.py |
bf87a60d8f7bcbdd5b564f1ffdcd36167ed3e869 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
install:
- "pip install -r requirements-dev.txt"
- "pip install -e ."
script:
- mamba
| sudo: false
language: python
python:
- "2.7"
- "3.6"
install:
- "pip install -r requirements-dev.txt"
- "pip install -e ."
script:
- mamba
| Add python 3.6 to test languages | Add python 3.6 to test languages | YAML | agpl-3.0 | gisce/primestg |
92f1109cd826a5f22c377ecc037621f564e7978e | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=https://www.djangoproject.com/download/1.5b2/tarball/
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
install:
- pip install $DJANGO
- pip install django... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=https://www.djangoproject.com/download/1.5b2/tarball/
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
install:
- pip install $DJANGO
- pip install django... | Exclude non python 3 compatible django verison from the test matrix. | Exclude non python 3 compatible django verison from the test matrix.
| YAML | bsd-2-clause | maryokhin/django-rest-framework,sbellem/django-rest-framework,yiyocx/django-rest-framework,justanr/django-rest-framework,AlexandreProenca/django-rest-framework,edx/django-rest-framework,tcroiset/django-rest-framework,hnakamur/django-rest-framework,krinart/django-rest-framework,rhblind/django-rest-framework,dmwyatt/djan... |
a915d7eefcd9c1b647fdd913e46eb325969d6ac1 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
sudo: false
# Setup anaconda
before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.8.3-Linux-x86_64.... | language: python
python:
- 2.7
sudo: false
# Setup anaconda
before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.8.3-Linux-x86_64.sh -O miniconda.sh; fi
... | Revert "See if Python 3 builds." | Revert "See if Python 3 builds."
This reverts commit 511ec028e14a120ce27c0ee7d1fad06ff7a8abf0.
| YAML | mit | uwoseis/zephyr |
f58deae269cba06e6778305c26768f15b0a58a61 | .travis.yml | .travis.yml | language: ruby
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "RAILS_ENV=test bundle exec rake db:create db:migrate default"
after_success: ./script/deploy-staging.sh
bundler_args: --without development
| sudo: false
language: ruby
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "RAILS_ENV=test bundle exec rake db:create db:migrate default"
after_success: ./script/deploy-staging.sh
bundler_args: --without development
| Update to current Travis infrastructure | Update to current Travis infrastructure
Signed-off-by: Jenny Chou <2d37bdd8e256e69f9b5623bbf881be2bc1347cfb@gmail.com>
| YAML | mit | pivotal/whiteboard,pivotal/whiteboard,pivotal/whiteboard,mikeymc/whiteboard,mikeymc/whiteboard,mikeymc/whiteboard,pivotal/whiteboard,mikeymc/whiteboard |
34a482c0e9e571d6761aa9cfa6a51dd2789e9bbe | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.2.2
- 2.2.3
- 2.3.1
- 2.4.3
- 2.5.0
before_install: gem install bundler -v 1.16.1
| language: ruby
rvm:
- 2.1.0
- 2.2.3
- 2.3.1
- 2.4.3
- 2.5.0
before_install: gem install bundler -v 1.16.1
| Remove old versions of ruby | Remove old versions of ruby
| YAML | mit | rikas/cloudflare_localizable,rikas/cloudflare_localizable |
b22db4d14b56d51d6a65d547a27cd372a4ef22b4 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- "0.10"
- 0.11
env:
global:
- secure: c3UcLxEeEld/+adgMG4wNTpu4QMtP1exxH2Ne4P10LAl/F+VZKG4t5XcvU56kS3Hsx6WGhJpgKUqDJ9ULjaBHjqEFjhLZOFIFfGhlQaqR67wYPqyCuNtJXVaEH2JcJTvJq7CbWjPSoak91XfO2C9fY2C0rcrLQ2LnMp2JocaLKw=
- secure: gdSKZDRCr/t8LC5Cle0qnBjXJXDpchIeksdqkoVeya0B6VVUNNDk5hreda0... | language: node_js
node_js:
- 0.8
- "0.10"
- 0.11
before_install:
- npm i npm@latest -g
env:
global:
- secure: c3UcLxEeEld/+adgMG4wNTpu4QMtP1exxH2Ne4P10LAl/F+VZKG4t5XcvU56kS3Hsx6WGhJpgKUqDJ9ULjaBHjqEFjhLZOFIFfGhlQaqR67wYPqyCuNtJXVaEH2JcJTvJq7CbWjPSoak91XfO2C9fY2C0rcrLQ2LnMp2JocaLKw=
- secure: gdSKZDRCr/t8L... | Install latest npm before running installation | Install latest npm before running installation
| YAML | mit | dogestats/1bit-chart-bars |
ec9caf09ed92c7f71eabd8f49f28304f3c21ac87 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
install:
- sudo pip install -r requirements.txt
- sudo pip install coveralls
script: nosetests --with-coverage --cover-package=energiscore
after_success:
- coveralls
| language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
install:
- sudo pip install -r requirements.txt
- sudo pip install coveralls
script: nosetests --with-coverage --cover-package=energistream-py
after_success:
- coveralls
| Update coverage call (correctly pointing to estream) | TST: Update coverage call (correctly pointing to estream) | YAML | mit | Melrok/energistream-py,Melrok/energistream-py |
b79145351ac3e7885840510a0171e30cae97061a | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
- DJANGO_INSTALL="Django==1.4.5"
- DJANGO_INSTALL="Django==1.5.1"
- DJANGO_INSTALL="-e git+https://github.com/django/django.git@1.6b2#egg=Django"
install:
- pip install -q $DJANGO_INSTALL
- python setup.py -q install
script: ./runtests.sh
matrix:
... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
- DJANGO_INSTALL="Django==1.4.10"
- DJANGO_INSTALL="Django==1.5.5"
- DJANGO_INSTALL="Django==1.6"
install:
- pip install -q $DJANGO_INSTALL
- python setup.py -q install
script: ./runtests.sh
matrix:
exclude:
- python: "3.3"
env: DJANGO_I... | Update Django versions for testing | Update Django versions for testing
Django 1.6! | YAML | bsd-2-clause | DESHRAJ/django-organizations,GauthamGoli/django-organizations,bennylope/django-organizations,st8st8/django-organizations,GauthamGoli/django-organizations,st8st8/django-organizations,DESHRAJ/django-organizations,bennylope/django-organizations |
6c4ce4034fa5e16f511b69b51787f83ed3037c8b | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
script:
- npm test
| language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
install:
- yarn
script:
- yarn test
deploy:
provider: npm
email: joel@oblador.se
api_key:
secure: "AjuViYEVHB0kJOP2N/7gXSQiji3rGOeaM2juNDnxvdhoSf91aanKSMQp8Mqt3Oug0vxnWPDuKMvc2M2PxQcyiaN4uNKxIJ2+nl3B/mhBBBvWYbZu5H7KCoL/9UJ... | Add automatic deployments via Travis | Add automatic deployments via Travis
| YAML | mit | oblador/react-native-image-progress,oblador/react-native-image-progress,oblador/react-native-image-progress,oblador/react-native-image-progress |
647073822f065bdbe1c583e232c3eb3347615836 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "10"
- "8"
| language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
| Add Node.js 12 to CI | Add Node.js 12 to CI
| YAML | mit | ai/nanoevents,ai/nanoevents |
e98f2ae9c70feec4c0b3f64123174fe0f4f3a8de | .travis.yml | .travis.yml | sudo: false
language: go
go:
- "1.9.x"
- "1.10.x"
script:
- make
| sudo: false
language: go
go:
- "1.9.x"
- "1.10.x"
- "1.11".x"
script:
- make
| Add Go 1.11 to Travis. | Add Go 1.11 to Travis. | YAML | apache-2.0 | mesosphere/mesos_exporter |
7c04569ba01bf36c321ac6d01ec0b0054937a313 | .travis.yml | .travis.yml | language: python
sudo: false
cache: pip
dist: xenial
install:
- pip install --upgrade pip
- pip install --upgrade --pre -r test-requirements.txt .
- pip freeze
env:
OAUTH2_TOKEN_URL="token_url"
OAUTH2_USERDATA_URL="userdata_url"
script:
- |
if [[ "$TEST_LINT" = 1 ]]; then
flake8 oauthenticator
... | language: python
sudo: false
cache: pip
dist: xenial
install:
- pip install --upgrade pip
- pip install --upgrade --pre -r test-requirements.txt .
- pip freeze
env:
OAUTH2_TOKEN_URL="token_url"
OAUTH2_USERDATA_URL="userdata_url"
script:
- |
if [[ "$TEST_LINT" = 1 ]]; then
flake8 oauthenticator
... | Add py3.8 for CI testing | Add py3.8 for CI testing
| YAML | bsd-3-clause | jupyterhub/oauthenticator,NickolausDS/oauthenticator,minrk/oauthenticator |
0382b016873efe527ccccb428a54ea610316b6d5 | .travis.yml | .travis.yml | language: go
matrix:
include:
- os: linux
sudo: required
services:
- docker
- os: osx
go:
- 1.13.x
notifications:
email: false
install:
# NOTE: The (brew update) should not be necessary, and slows things down;
# we include it as a workaround for https://github.com/Homebrew/brew/issu... | language: go
matrix:
include:
- os: linux
sudo: required
services:
- docker
- os: osx
go:
- 1.13.x
notifications:
email: false
install:
# Ideally, the (brew update) should not be necessary and Travis would have fairly
# frequenstly updated OS images; that’s not been the case histori... | Fix macOS builds in Travis | Fix macOS builds in Travis
... which are currently failing with
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> Could not symlink Frameworks/Python.framework/Headers
> Target /usr/local/Frameworks/Python.framework/Headers
> is a symlink belonging ... | YAML | apache-2.0 | mtrmac/skopeo,mtrmac/skopeo,mtrmac/skopeo |
601681b543e63e7e54b624a4c2de74f3afacb7f3 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- node
- iojs
sudo: false
script:
- npm test
- npm run lint
| ---
language: node_js
node_js:
- '4'
- node
sudo: false
script:
- npm test
- npm run lint
| Configure Travis CI to test on Node.js 4 and current | Configure Travis CI to test on Node.js 4 and current
| YAML | mit | kemitchell/lispy-json.js |
0c6fec96425fbdb5540d04bd528bdc3803ef1a7b | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
script:
- phpunit
install:
- composer install
| language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
install:
- composer install
script:
- phpunit
| Modify building script to use some logical order | Modify building script to use some logical order
Travis CI first runs `install` step; after that, it runs `script` step.
| YAML | mit | checkdomain/Holiday |
874410c7d43805760fe71b48e48f09b0b1230247 | .travis.yml | .travis.yml | language: clojure
lein: lein2
script: lein2 test!
branches:
only:
- master
- dev
jdk:
- oraclejdk7
services:
- redis-server
notifications:
hipchat:
rooms:
- ec1ead2b384476ea5bcb232b5bb9b6@Snooty Monkey | language: clojure
lein: lein2
script: lein2 test!
branches:
only:
- master
- dev
jdk:
- oraclejdk7
services:
- redis-server
notifications:
slack:
secure: Xymsv6anNyxB6t79IchZQxjMk14huMEQ1FXCxNRwSmfHzqeRPEvLTEv9JWd6T4xoaoW7a1H5RV5lEyRb9iPV9qE1JVpE22AaZmuxvgLl1kAN1X6LN1vTqN5HCrPGQCuHY0HFbhV0/wewGB3fU02DaXO0qx... | Update CI notifications from HipChat to Slack. | Update CI notifications from HipChat to Slack.
| YAML | mpl-2.0 | SnootyMonkey/coming-soon |
0b3b5daed53018270d43249614e367be5942274e | .travis.yml | .travis.yml | ---
cache:
bundler: true
language: ruby
rvm:
- 2.4.5
- 2.5.3
- 2.6.1
before_script:
- bundle install
script:
- bundle exec rspec
- bundle exec rubocop --fail-level C
| ---
cache:
bundler: true
language: ruby
rvm:
- 2.4.6
- 2.5.5
- 2.6.3
before_install:
- rvm use @global
- gem uninstall bundler -x || true
- gem install bundler --force --version=2.0.1
- bundler --version
- bundle install
script:
- bundle exec rspec
- bundle exec rubocop --fail-level C
| Update bundler, drop ruby 2.4 support | Update bundler, drop ruby 2.4 support
| YAML | mit | bolshakov/fear,bolshakov/functional |
75a3cff40d4bec81127d0a0657a4838a7d3c4596 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- xvfb
- vnc-java
- x11vnc
- tightvncserver
env:
- DSPLAY=:0
before_script:
- pip install --user codecov
after_success:
- codecov
addons:
srcclr: true
| language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- xvfb
- vnc-java
- x11vnc
- tightvncserver
env:
- DSPLAY=:0
before_script:
- pip install --user codecov
after_success:
- codecov
#addons:
# srcclr: true
| Disable SourceClear as it breaks the build | Disable SourceClear as it breaks the build
| YAML | apache-2.0 | ottlinger/fotorenamer,ottlinger/fotorenamer,ottlinger/fotorenamer |
407cee8828e6eafeafc87f6d1886a1e9771aa263 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- 0.4
- 0.6
- 0.8
| language: "node_js"
node_js:
- 0.8
- 0.10
- 0.12
- iojs
| Update node version for Travis CI. | Update node version for Travis CI.
| YAML | mit | Eiryyy/passport-soundcloud |
48092c7551bfa4169f09d1a5a69ebb947d866334 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3-p551"
- "2.1.10"
- "2.2.5"
- "2.3.1"
| language: ruby
rvm:
# - "1.9.3-p551"
- "2.1.10"
- "2.2.5"
- "2.3.1"
| Remove Ruby 1.9 from CI. | Remove Ruby 1.9 from CI.
| YAML | mit | EVEolve/greeve |
859fd08281555b9a0bdaa2b860aa5fbd06ed5cbc | .travis.yml | .travis.yml | rvm: 1.9.3
notifications:
email:
- patrick.schoenfeld@googlemail.com
env:
- PUPPET_VERSION=2.7.11
| rvm: 1.9.3
notifications:
email:
- patrick.schoenfeld@googlemail.com
env:
- PUPPET_VERSION=3.7.2
| Set puppet version for tests to 3.7. | Set puppet version for tests to 3.7.
| YAML | mit | aptituz/puppet-postfix,aptituz/puppet-postfix |
1c3a1e2fca7744e7df0a033357bae3cacbcaed7f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.6.5
- 2.5.7
- 2.4.9
- jruby-9.2.8.0
install:
- gem install bundler
- bundle install --retry=3
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_VERSION="~> 6.0.0"
- ACTIVE_RECORD_VERSION="~> 5.2.0"
- ACTIVE_RECORD_VERSION="~> 5.1.0"
- ACTIVE_RECORD_VERSION="~> 5.0.0"
... | language: ruby
rvm:
- 2.7.0
- 2.6.5
- 2.5.7
- 2.4.9
- jruby-9.2.8.0
install:
- gem install bundler
- bundle install --retry=3
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_VERSION="~> 6.0.0"
- ACTIVE_RECORD_VERSION="~> 5.2.0"
- ACTIVE_RECORD_VERSION="~> 5.1.0"
- ACTIVE_RECORD_VERSION="... | Test against Ruby 2.7 in CI | Test against Ruby 2.7 in CI | YAML | mit | Casecommons/with_model |
f9340fed474aa1d931ab49340ba24bcf9be699e4 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
cache: bundler
addons:
postgresql: 9.4
services:
- postgresql
before_script:
- npm install bower
- RAILS_ENV=test bin/bundle exec rake db:create db:migrate
- RAILS_ENV=production bin/rake assets:precompile
script: bin/rails test test/models/ test/controllers/ test/he... | sudo: required
dist: trusty
language: ruby
cache: bundler
addons:
postgresql: 9.4
services:
- postgresql
before_script:
- npm install bower
- RAILS_ENV=test bin/bundle exec rake db:create db:migrate
- RAILS_ENV=production bin/rake assets:precompile
script: bin/rails test test/models/ test/controllers/ test/he... | Add MRI 2.4.0 to Travis CI. | Add MRI 2.4.0 to Travis CI.
| YAML | mit | pwnall/igor,pwnall/igor,pwnall/seven,pwnall/igor,pwnall/igor,pwnall/seven,pwnall/seven,pwnall/igor,pwnall/seven,pwnall/seven |
b05e8bbf7636996f7834abcb8da3e7beec85933c | .travis.yml | .travis.yml | language: python
python:
- '3.6'
- '2.7'
install:
- pip install keras
- pip install tensorflow
- pip install git+https://github.com/broadinstitute/keras-resnet
script:
- py.test --pep8
| language: python
python:
- '3.6'
- '2.7'
install:
- pip install keras==2.0.9
- pip install tensorflow
- pip install git+https://github.com/broadinstitute/keras-resnet
- pip install pytest-pep8
script:
- py.test --pep8
| Add installation of pytest-pep8 to Travis. | Add installation of pytest-pep8 to Travis.
| YAML | apache-2.0 | delftrobotics/keras-retinanet |
d3100e6a0d3a0be4cbdd6b60ae729b25374f1859 | .travis.yml | .travis.yml | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.1
env:
- DESTINATION="OS=8.1,name=iPhone 4S"
- DESTINATION="OS=8.2,name=iPhone 5"
- DESTINATION="OS=8.3,name=iPhon... | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
env:
- DESTINATION="OS=8.1,name=iPhone 4S"
- DESTINATION="OS=8.2,name=iPhone 5"
- DESTINATION="OS=8.3,name=iPhon... | Use the iOS 9.2 SDK for Travis builds | Use the iOS 9.2 SDK for Travis builds
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
b8c351da5c754ab63ab754466e81f04aba694333 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
env:
- DB=mysql
- DB=sqlite
before_script:
- cd ..
- git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive
- cd ZendSkeletonApplication
- cd vendor && mv ~/builds/cdli/CdliTwoStageSignup . && cd - >/dev/null
- cp vendor/CdliTwoStageSignup/.t... | language: php
php:
- 5.3
- 5.4
env:
- DB=mysql
- DB=sqlite
before_script:
- cd ..
- git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive
- cd ZendSkeletonApplication
- cd vendor && mv ~/builds/cdli/CdliTwoStageSignup . && cd - >/dev/null
- cp vendor/CdliTwoStageSignup/.t... | Use proper conditional to determine if DB=mysql | Use proper conditional to determine if DB=mysql
| YAML | bsd-3-clause | cdli/CdliTwoStageSignup |
74cdd120f83eb657f11a5c9093628d9f21de1ce4 | .travis.yml | .travis.yml | language: cpp
sudo: required
services:
- docker
matrix:
include:
- env: BUILD_TARGET=linux-gcc BUILD_FLAGS="--with-coverage"
- env: BUILD_TARGET=linux-clang BUILD_FLAGS="--sanitizer=undefined,address"
before_install:
- docker pull mpopoloski/slang:1.1
- docker run -itd --name build mpopoloski/slang:1... | language: cpp
sudo: required
services:
- docker
matrix:
include:
- env: BUILD_TARGET=linux-gcc BUILD_FLAGS="--with-coverage"
- env: BUILD_TARGET=linux-clang BUILD_FLAGS="--sanitizer=undefined,address"
before_install:
- docker pull mpopoloski/slang:1.2
- docker run -itd --name build mpopoloski/slang:1... | Update docker image used in linux builds | Update docker image used in linux builds
| YAML | mit | MikePopoloski/slang,MikePopoloski/slang |
c8019453ff1a63d50596d32e75f7c8a329aa879e | .travis.yml | .travis.yml | language: python
python:
# - "2.7" - too long, gets killed :'(
- "3.2"
- "3.3"
- "3.4"
- "3.5-dev"
- "3.5.0b2"
- "3.5.0b3"
# - "nightly"
- "pypy"
- "pypy3"
before_install:
- sudo apt-get update -qq
install:
- pip install pep8
- pip install --upgrade pyflakes
before_script:
- pep8 *.py --igno... | language: python
python:
# - "2.7" - too long, gets killed :'(
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
# - "nightly"
- "pypy"
- "pypy3"
before_install:
- sudo apt-get update -qq
install:
- pip install pep8
- pip install --upgrade pyflakes
before_script:... | Fix used Python versions in CI | Fix used Python versions in CI
| YAML | mit | SylvainDe/ProjectEulerPython,SylvainDe/ProjectEulerPython |
07d4bebc22fc038ba58a213baf4fcfadc2ff561c | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby
- rbx-18mode
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
matrix:
exclude:
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
- gemfile: gemfiles/Gemfile.base-versions
rvm: rbx-18mode
- gemfile: gemfiles/Gemfile.base-versions
... | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
matrix:
exclude:
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
- gemfile: gemfiles/Gemfile.base-versions
rvm: rbx-18mode
- ge... | Test against jruby-19mode and rbx-19mode | Test against jruby-19mode and rbx-19mode
rbx-19mode still fails, so we allow_failures.
| YAML | mit | tjgrathwell/capybara,olivierlacan/capybara,ducthanh/capybara,pombredanne/capybara,jnicklas/capybara,teamcapybara/capybara,mlarraz/capybara,shepmaster/capybara,y-yagi/capybara,twalpole/capybara,ngpestelos/capybara,benlovell/capybara,soutaro/capybara,teamcapybara/capybara,mlarraz/capybara,mohanraj1311/capybara,pombredann... |
95696efe50403ae0919e8758599bcf506bcc9d9f | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
- pip install coveralls
before_script:
- psql -U postgres -c 'CREATE DATABASE d... | sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
- pip install coveralls
before_script:
- psql -U postgres -c 'CREATE ... | Add support for Python 3.7 | Add support for Python 3.7 | YAML | mit | wireservice/csvkit,dannguyen/csvkit,onyxfish/csvkit |
01bef7b1072152de68cd6475172d99161581c250 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- jruby
before_install:
- gem install bundler
services:
- redis-server
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- jruby
before_install:
- gem install bundler | Remove Redis from Travis config | Remove Redis from Travis config
| YAML | mit | gabynaiman/rasti-web,gabynaiman/rasti-web |
48bfa32791cea2202238d4094f60dd939fedb9af | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install pipenv
- pipenv install --dev
script:
- pipenv run python -m pytest --cov-report term-missing --cov=pytac
- pipenv run flake8
after_success:
- coveralls
| sudo: false
language: python
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install pipenv
- pipenv install --dev
script:
- pipenv run python -m pytest --cov-report term-missing --cov=pytac
- pipenv run flake8
after_success:
- coveralls
| Move to Xenial for Python 3.7 support. | Move to Xenial for Python 3.7 support.
| YAML | apache-2.0 | willrogers/pytac,willrogers/pytac |
80e8b26c46139dcd645a81aab81eb4e262aa6830 | .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 | juliandunn/openssh,juliandunn/openssh,opscode-cookbooks/openssh,chef-cookbooks/openssh,juliandunn/openssh,opscode-cookbooks/openssh,chef-cookbooks/openssh |
60be3298b2af9d696ef8ff41216250c2dc75ae4d | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
yarn: true
directories:
- node_modules
- $HOME/.mongodb-prebuilt
notifications:
email: true
node_js:
- "7"
- "6"
- "5"
- "4"
script:
- yarn run coverage
- yarn run build
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- p... | sudo: false
language: node_js
cache:
yarn: true
directories:
- node_modules
- $HOME/.mongodb-binaries
notifications:
email: true
node_js:
- "7"
- "6"
- "5"
- "4"
script:
- yarn run coverage
- yarn run build
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- p... | Add .mongodb-binaries to Travis cache | ci(Travis): Add .mongodb-binaries to Travis cache
| YAML | mit | nodkz/graphql-compose-mongoose |
709da98c32b157022f223219ad42d06913679717 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.16.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.1.16.0
| language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.16.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
script:
- rm "${BUNDLE_GEMFILE}.lock" && bundle exec rake
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9... | Test against latest dependencies in CI | Test against latest dependencies in CI
This is not very good for contributors, since they might get a failing
build when it's not their fault and build passes locally, but it's good
for discovering incompatibilities in latest dependencies.
We decided to go for the latter.
| YAML | mit | josevalim/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources,activeadmin/inherited_resources |
77251528f0c0133bf4d48a8f19d945bd24851a06 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
# command to run tests
script:
- flake8 .
- nosetests -v
notifications:
irc:
channels:
- "irc.esper.net#Ultros"
template:
... | language: python
python:
- "2.6"
- "2.7"
# - "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
# command to run tests
script:
- flake8 .
- nosetests -v
notifications:
irc:
channels:
- "irc.esper.net#Ultros"
template:
... | Remove pypy from the Travis build, as it's broken | Remove pypy from the Travis build, as it's broken
| YAML | artistic-2.0 | UltrosBot/Ultros,UltrosBot/Ultros |
97493aa52b4dd00533de0ae2c9af890426f7e28a | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
| sudo: false
language: node_js
node_js:
- '4'
- '6'
install:
- yarn install
- npm install react
| Fix test by install react manually | Fix test by install react manually
| YAML | mit | Zzish/react-latex,Zzish/react-latex |
bea7308ab104bfcc3e59c73530b411e77f61c3b5 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- ./.travis.install.sh
script:
- ./vendor/bin/phpunit
| language: php
php:
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- ./.travis.install.sh
script:
- ./vendor/bin/phpunit
| Remove PHP 5.4 support and add PHP 7 | Remove PHP 5.4 support and add PHP 7
| YAML | mit | adlawson/php-vfs |
5a4849c4e5eca7d6ed7354033917a785de7bcd12 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rspec"
before_install:
- gem install bundler -v '>= 1.3'
rvm:
- 1.8.7
- 1.9.3
- 1.9.3-p448
- 2.0.0
gemfile:
- Gemfile
notifications:
email: false
| language: ruby
script: "bundle exec rspec"
before_install:
- gem install bundler -v '>= 1.3'
rvm:
- 1.9.3
- 1.9.3-p448
- 2.0.0
gemfile:
- Gemfile
notifications:
email: false
| Remove Ruby 1.8.7 from CI | Remove Ruby 1.8.7 from CI
| YAML | mit | bsodmike/sagepay_protocol3 |
2cfdec303a8174b9cefc9dea898a70bfc41222f5 | .travis.yml | .travis.yml | language: ruby
env:
- TEST_SUITE=test:unit
rvm:
- 1.9.3
- 2.1.0
- ruby-head
before_install:
- gem update --system
- gem update bundler
before_script:
- cp spec/data/.gooddata ~/
script: rake $TEST_SUITE
| language: ruby
env:
global:
- secure: "BBg7RcixIsnmCQDkLuO9aVcqtCMJhnVfwZhc+az7UkSWGrs2biR4ArmMuhEA5UAp5gOfWdFk61OBNIJ7A+e22Czpi0msvlBCyDocaQR9Z1JQ8uDrsVohGd5+ir+fbo8cGw/Wr7Ol+KxLZC0TjlGnPtLa/J4MFomYjpF3JUCjnr8="
- TEST_SUITE=test:unit
- TEST_SUITE=test:integration
rvm:
- 1.9.3
- 2.1.0
- ruby-head... | Test of secure environment variables | Test of secure environment variables
| YAML | bsd-3-clause | lubosvesely/gooddata-ruby,cvengros/gooddata-ruby,Seikitsu/gooddata-ruby,Seikitsu/gooddata-ruby,fluke777/gooddata-ruby,lubosvesely/gooddata-ruby,vhtien/gooddata-ruby,korczis/gooddata-ruby,Seikitsu/gooddata-ruby,cvengros/gooddata-ruby,lubosvesely/gooddata-ruby,vhtien/gooddata-ruby,korczis/gooddata-ruby,fluke777/gooddata-... |
d0efb339e05d649c565acf523f25ee36203e7575 | .travis.yml | .travis.yml | language: common-lisp
sudo: required
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=clisp
- LISP=allegro
- LISP=abcl
- LISP=ecl
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=clisp
- env: LISP=ecl
- env: LISP=cmucl
install:
- curl -L https://raw.githubusercontent.c... | language: common-lisp
sudo: required
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=clisp
- LISP=allegro
- LISP=abcl
- LISP=ecl
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
before_script:
- ros --version
- ros config
sc... | Stop testing with CMUCL because named-readtables doesn't support it. | Stop testing with CMUCL because named-readtables doesn't support it.
| YAML | bsd-3-clause | Rudolph-Miller/sxql,fukamachi/sxql |
6bb75d6032e72c2b4d2183fe31c658a213448ad4 | .travis.yml | .travis.yml | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-24.0.0
# The SDK version used to compile your project
- android-24
... | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-24.0.0
# The SDK version used to compile your project
- android-24
... | Update Travis config for Java 8 | Update Travis config for Java 8
| YAML | apache-2.0 | thedrover/android-integration-test-patterns |
138464b07c2dc03c29e11e694fc75d83f701584d | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
bundler_args: --without development
rvm:
- ruby-head
- ruby
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-head
- jruby
- jruby-19mode
- rbx-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: ruby
- rvm: jruby-head
... | sudo: false
language: ruby
cache: bundler
bundler_args: --without development
rvm:
- ruby-head
- ruby
- 2.2.0
- 2.1.0
- 2.0.0
- jruby-head
- jruby
- rbx-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: ruby
- rvm: jruby-head
- rvm: jruby
- rvm: rbx... | Remove 1.9 from Travis build matrix | Remove 1.9 from Travis build matrix
| YAML | mit | philnash/twilio-ruby,twilio/twilio-ruby |
dfb3d5368270d7eb8090b3eb362758f714e09f98 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
install:
- go get golang.org/x/net/html
script: go test -v ./...
| language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get golang.org/x/net/html
script: go test -v ./...
| Expand on Go versions being tested | Expand on Go versions being tested
| YAML | bsd-3-clause | CMogilko/bluemonday |
cba98b7352fb3a563c3baa688bcdce21694a9a34 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
install: pip install git+https://github.com/tBaxter/vobject.git
script:
- python test_vobject.py additional_tests
| language: python
python:
- "2.7"
- "3.4"
install: pip install -e .
script:
- python test_vobject.py additional_tests
| Install local version for testing rather than GH version | Install local version for testing rather than GH version
| YAML | apache-2.0 | Kurmaev/vobject,eventable/vobject,tBaxter/vobject |
f6965ae71ffee4e73ff0dc3a9e87809cf30fbbb6 | .travis.yml | .travis.yml | language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.57.0
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.57.2
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| Update Home Assistant to 0.57.2 for config checks in Travis CI | Update Home Assistant to 0.57.2 for config checks in Travis CI
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
e3880859f788614f02e5113ff3de4d410f2dfb1e | .travis.yml | .travis.yml | #
# .travis.yml
# PoseGallery
#
# Copyright © 2016 Trollwerks Inc. All rights reserved.
#
# references:
# http://www.objc.io/issue-6/travis-ci.html
# http://docs.travis-ci.com/user/build-configuration/
# http://docs.travis-ci.com/user/languages/objective-c/
# https://github.com/kattrali/xcpretty-travis-formatter
# ht... | #
# .travis.yml
# PoseGallery
#
# Copyright © 2016 Trollwerks Inc. All rights reserved.
#
# references:
# http://www.objc.io/issue-6/travis-ci.html
# http://docs.travis-ci.com/user/build-configuration/
# http://docs.travis-ci.com/user/languages/objective-c/
# https://github.com/kattrali/xcpretty-travis-formatter
# ht... | Send Travis to correct directory | Send Travis to correct directory
| YAML | mit | alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery |
928d950e4217365323c972e096bbb4aa01a90bd2 | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.5
- 2.11.7
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
before_script:
# default $SBT_OPTS is irrelevant to sbt launcher
- unset SBT_OPTS
script:
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: scala
scala:
- 2.10.5
- 2.11.7
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
before_script:
# default $SBT_OPTS is irrelevant to sbt launcher
- unset SBT_OPTS
- chmod +x ./bin/travisci
- ./bin/travisci
script:
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:... | Update TravisCI to use develop branch | Update TravisCI to use develop branch
| YAML | apache-2.0 | joecwu/finatra,syamantm/finatra,twitter/finatra,joecwu/finatra,syamantm/finatra,joecwu/finatra,twitter/finatra,joecwu/finatra,syamantm/finatra,syamantm/finatra,twitter/finatra |
7628120ae685bc94ca57f2807f37fc8287b0bdfb | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.5
- 1.6
- tip
script: make ci
| language: go
go:
- 1.9
- master
script: make ci
| Update Travis CI supported versions | Update Travis CI supported versions
| YAML | mit | cbroglie/mustache |
226fe9bb7d202b2992e95c81d220ba69b72ea98a | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- # GitHub Pages
rvm: 2.3.1
env: JEKYLL_VERSION=3.3.0
env:
matrix:
- JEKYLL_VERSION=3.3
branches:
only:
- master
git:
depth: 1000
install:
- travis_retry script/bootstrap
script: script/cibuild
notification... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- rvm: 2.3.1
env: JEKYLL_VERSION=3.3.0
env:
matrix:
- JEKYLL_VERSION=3.3
branches:
only:
- master
git:
depth: 1000
install:
- travis_retry script/bootstrap
script: script/cibuild
notifications:
irc:
on_success: cha... | Use Travis to cut new gems | Use Travis to cut new gems
| YAML | mit | kevinoid/jekyll-sitemap,kevinoid/jekyll-sitemap,jekyll/jekyll-sitemap,jekyll/jekyll-sitemap |
a6896516644a68501cdba1e2bd47dc1220308e8d | .travis.yml | .travis.yml | language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- android-26
licenses:
- android-sdk-license-.+
script:
- "./gradlew clean build assemble -PdisablePreDex --stacktrace" | language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26
licenses:
- android-sdk-license-.+
script:
- "./gradlew clean build assemble -PdisablePreDex --stacktrace" | Update build tools to 26.0.2 in Travis config | Update build tools to 26.0.2 in Travis config
This should fix currently broken build (because of the licenses)
| YAML | apache-2.0 | iamironz/binaryprefs |
ad9c559568a129b35bf59ee5e53e7540d09c7bbb | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=v1.4 DB=postgres
- SOLIDUS_BRANCH=v2.0 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v1.1 DB=mysq... | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=v1.4 DB=postgres
- SOLIDUS_BRANCH=v2.0 DB=postgres
- SOLIDUS_BRANCH=v2.1 DB=postgres
- SOLIDUS_BRANCH=master DB=post... | Add Solidus 2.1 to Travis CI Matrix | Add Solidus 2.1 to Travis CI Matrix
This extension is being tested against all the Solidus versions from 1.1
up to the current master. Since there will be a 2.1 version coming out
any time soon, master is on 2-2-alpha now. This PR makes sure that we
are actively testing this extension on Solidus 2.1 as well.
| YAML | bsd-3-clause | StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm |
3f53c3fd5c7d3a93146d9cecfcaa7661c4735e40 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT=tap:unit -- --jobs=4
- NPM_SCRIPT=tap:integration -- --jobs=4
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: release... | language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT=tap:unit -- --jobs=4
- NPM_SCRIPT=tap:integration -- --jobs=4
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: release... | Allow condition alone to control release | Allow condition alone to control release
| YAML | bsd-3-clause | LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm |
c8db0337fb59a633b98d500c51c10b6715414143 | .travis.yml | .travis.yml | language: perl6
perl6:
- latest
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y zip unzip
install:
- rakudobrew build-zef
- zef --depsonly install Archive::SimpleZip
| language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --depsonly install Archive::SimpleZip
| Remove apt-get for zip/unzip from Travis.yml | Remove apt-get for zip/unzip from Travis.yml
Travis already has zip & unzip, so issue with 002-basic.t skipping all tests because ZipTest::external-zip-works cannot find zip/unzip for some reason.
$ sudo apt-get install -y zip unzip
...
zip is already the newest version (3.0-4).
unzip is already the newest versi... | YAML | artistic-2.0 | pmqs/Archive-SimpleZip |
92ce7c95eb2178c404780cd205f9fff0833eb5ca | .travis.yml | .travis.yml | language: node_js
node_js: node
before_script:
- npm install -g gulp
script:
- gulp test
after_success:
- bash <(curl -s https://codecov.io/bash) -f build/unit-coverage.lcov -F unit
- bash <(curl -s https://codecov.io/bash) -f build/integration-coverage.lcov -F integration
- gulp doc
- bash <(curl -s https://j... | language: node_js
node_js: node
before_script:
- npm install -g gulp-cli
script:
- gulp test
after_success:
- bash <(curl -s https://codecov.io/bash) -f build/unit-coverage.lcov -F unit
- bash <(curl -s https://codecov.io/bash) -f build/integration-coverage.lcov -F integration
- gulp doc
- bash <(curl -s https... | Fix gulp version on Travis. | Fix gulp version on Travis.
| YAML | mit | jGleitz/isso-clientlib,jGleitz/isso-clientlib |
f9794c6bd113b88e7521af0ad2373d640f2592a4 | .travis.yml | .travis.yml | language: perl6
install:
- rakudobrew build-panda
- panda installdeps .
script:
- prove -v -e "perl6 --ll-exception -Ilib" t
- PANDA_SUBMIT_TESTREPORTS=1 panda install .
after_success:
- panda list --installed --verbose
| language: perl6
script:
- prove -v -e "perl6 --ll-exception -Ilib" t
| Remove panda steps from Travis config. | Remove panda steps from Travis config.
We don't have any dependencies
| YAML | artistic-2.0 | fjwhittle/p6-Path-Map |
957b02e79df1e6cde6f13ae1b1f08ba5682eb781 | .travis.yml | .travis.yml | language: android
sudo: required
dist: trusty # https://github.com/travis-ci/travis-ci/issues/3259
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra | language: android
sudo: required
dist: trusty # https://github.com/travis-ci/travis-ci/issues/3259
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra
before_script:
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator ... | Add step to run android emulator for tests | Add step to run android emulator for tests
| YAML | apache-2.0 | sakuna63/requery,requery/requery,requery/requery,sakuna63/requery |
a96a79b0090a453883e15c5c102d2bf5a05e1fea | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.0
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
... | language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- find $HOM... | Remove 2.13 from the build matrix. | Remove 2.13 from the build matrix.
| YAML | apache-2.0 | sksamuel/scapegoat,sksamuel/scalac-scapegoat-plugin |
7b6f45fec214ded516824a41b42c304998ee256a | .travis.yml | .travis.yml | language: node_js
node_js:
- '10'
- '12'
- '14'
- '15'
- '16'
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
- /^greenkeeper/.*$/
script:
- yarn test
after_success:
- yarn run coverage
| language: node_js
node_js:
- '10'
- '12'
- '14'
- '15'
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
- /^greenkeeper/.*$/
script:
- yarn test
after_success:
- yarn run coverage
| Remove Node v16 as it does not yet exist? | Remove Node v16 as it does not yet exist?
| YAML | mit | exogen/graphql-markdown,exogen/graphql-markdown |
90f7397659e5cee55ec96874903aae143cd92d91 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
| language: node_js
node_js:
- "10"
- "12"
- "14"
| Drop CI support for Node < 10 | Drop CI support for Node < 10
| YAML | bsd-3-clause | hughsk/flat |
bba587a7cf8e5f0edb0af7888fd7cd4917236b36 | .travis.yml | .travis.yml | install:
- npm install
- npm install -g jasmine
language: node_js
node_js:
- "4.1"
- "4.0"
| install:
- npm install
- npm install -g jasmine typescript
language: node_js
node_js:
- "4.1"
- "4.0"
| Install Typescript and Jasmine globally | Install Typescript and Jasmine globally
| YAML | mit | wendbv/shampoojs,wendbv/shampoojs |
869ccbb0bcb78b2dbdf986201ac7799f4553937a | .travis.yml | .travis.yml | language: "perl"
perl:
- "5.10"
install: "echo"
script: "perl Configure.pl --backends=moar $NQP_OPTIONS; make test"
branches:
only:
- master
- /smoke-me/
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
- "NQP build ... | language: "perl"
perl:
- "5.10"
install: "echo"
script: "perl Configure.pl $NQP_OPTIONS; make test"
branches:
only:
- master
- /smoke-me/
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
- "NQP build %{result}. %{aut... | Remove redundant --backends option in Travis config | Remove redundant --backends option in Travis config
| YAML | artistic-2.0 | cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp |
62efe1bfa7a3cbd749e96b80c3b7f7a0fb1b53df | .travis.yml | .travis.yml | dist: trusty
language: node_js
node_js:
- '8'
- '6'
- '4'
sudo: false
addons:
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
cache:
yarn: true
| dist: trusty
language: node_js
node_js:
- '8'
- '6'
sudo: false
addons:
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
cache:
yarn: true
| Test using Node 6 and 8 6 is the current LTS and 8 is next. | Test using Node 6 and 8
6 is the current LTS and 8 is next.
| YAML | mit | wix/stylable-components,wix/stylable-components |
dbb6da046e90726aaff3fed90bb6208336d1aa90 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
notifications:
email: false
irc:
channels:
- "chat.freenode.net#webplatform-bot"
template:
- "%{repository}#%{build_number} (on %{branch} by %{author}): %{message} %{build_url}"
| language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
notifications:
email: false
irc:
channels:
- "chat.freenode.net#webplatform-bot"
template:
- "%{repository}#%{build_number} (on %{branch} by %{author}): %{message} %{build_url}"
| Fix Travis build (install grunt-cli), really | Fix Travis build (install grunt-cli), really
| YAML | mit | webplatform/irc-apparatus |
0261d026364bc9c68fe4877be51827ac7455e1ca | .travis.yml | .travis.yml | language: objective-c
os:
- osx
script: "make test"
| language: objective-c
os: osx
osx_image: xcode7
script:
- xcodebuild -version
- xcodebuild -scheme "GherkinOSX" -configuration Debug CONFIGURATION_BUILD_DIR=build/
- xcodebuild -scheme "AstGenerator" CONFIGURATION_BUILD_DIR=build/
- xcodebuild -scheme "TokensGenerator" CONFIGURATION_BUILD_DIR=build/
# - xcodebuil... | Build objective-c on Travis. Fix Travis language settings. | Build objective-c on Travis. Fix Travis language settings.
Build (including the acceptance tests) the objective-c version on the
top Travis build. Compile the objective-c version on the
gherkin-objective-c Travis build.
Set the language explicitly on all jobs in the Travis matrix, otherwise
the default version of the... | YAML | mit | Zearin/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,Zearin/gherkin3,dirkrombauts/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,cucumber/gherkin3,pjlsergeant/gherkin,dirkrombauts/gherkin3,SabotageAndi/gherkin,SabotageAndi/gherkin,cucumber/gherkin3,pjlsergeant/gherkin,cucumber/gherkin3,cucumber/gherkin3,Zearin/g... |
65ecd847ca50bf52f89429bbf67e6eb5f1064df0 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.1.2
bundler_args: --without development
before_script:
- while read line; do export $line; done < .env.test
- createdb transferatu_test
- bundle exec rake db:migrate
script: bundle exec rspec
notifications:
email: true
services:
- redis-server
addons:
postgresql: "9.... | language: ruby
cache: bundler
rvm:
- 2.1.2
bundler_args: --without development
before_script:
- while read line; do export $line; done < .env.test
- createdb transferatu_test
- bundle exec rake db:migrate
script: bundle exec rspec
notifications:
email: true
addons:
postgresql: "9.3"
| Purge no-longer-needed Redis from Travis config file | Purge no-longer-needed Redis from Travis config file
| YAML | mit | uhoh-itsmaciek/transferatu,ukd1/transferatu,uhoh-itsmaciek/transferatu,ukd1/transferatu |
b0cc30acea40d8b7e8ad258085e84bf6a8e99320 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.6 # Latest GAE standard, unfortunately.
env:
global:
- GAE_SDK_URL=https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.48.zip
- PATH=$HOME/go_appengine:$PATH
cache:
directories:
- "$HOME/go_appengine"
install:
- "[ -f $HOME/go_appengine/goa... | sudo: false
language: go
go:
- 1.11 # Latest GAE standard
env:
global:
- GAE_SDK_URL=https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.48.zip
- PATH=$HOME/go_appengine:$PATH
cache:
directories:
- "$HOME/go_appengine"
install:
- "[ -f $HOME/go_appengine/goapp ] || (curl -... | Upgrade CI to go1.11 now that GAE supports it | Upgrade CI to go1.11 now that GAE supports it
Also, update the path to golint now that we can. | YAML | apache-2.0 | google/weasel |
8a41a74c40103c51e894397219d3f5939c692e6a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- ls /usr/lib/glib-2.0/include
- sudo ln -s /usr/lib/libgeo... | language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- sudo apt-get slocate
- locate glibconfig.h
- sudo ln -s... | Install slocate and locate glibconfig.h for Travis | Install slocate and locate glibconfig.h for Travis
| YAML | mit | kitchoi/geodat,kitchoi/geodat |
6290559b9be8d1c3718792ee383caa292fd87c72 | .travis.yml | .travis.yml | sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
matrix:
include:
- compiler: gcc
addons:
apt:
packages:
- g++-5
env: CC=gcc-5 CXX=g++-5
- compiler: gc... | sudo: required
language: cpp
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
packages:
- g++-5
env: CC=gcc-5 CXX=g++-5
- comp... | Put apt sources back to matrix | Put apt sources back to matrix
| YAML | mit | mlukaszek/evdipp |
3e6581f3bd79a940c8a1c9323a8cfdf2a757778d | .travis.yml | .travis.yml | sudo: required
language: bash
services:
- docker
before_install:
- curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- wget -nc -P "$HOME/cache" "http://download.geofabrik.de... | sudo: required
language: bash
services:
- docker
before_install:
- curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- wget -nc -P "$HOME/cache" "http://download.geofabrik.de... | Fix url to test extract (liechtenstein) | Fix url to test extract (liechtenstein)
| YAML | mit | geometalab/osm2vectortiles,osm2vectortiles/osm2vectortiles,geometalab/osm2vectortiles,osm2vectortiles/osm2vectortiles |
676f035d16e5d8895d2bb2aed1e415bd0361c796 | .travis.yml | .travis.yml | language: ruby
script: bundle exec rake
rvm:
- 2.2.3
- 2.3.1
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
deploy:
provider: rubygems
api_key:
secure: VTosVmCdLWUGK8KyzovYri7ySfd7fACtfL8MClEBBHnI+m2cLCpmtCJ7Z1X7z9BXlj974EDaF8V9iRKzfksXIf8aaPfVQw9AW94fLJZbfSB8Y... | language: ruby
script: bundle exec rake
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
deploy:
provider: rubygems
api_key:
secure: VTosVmCdLWUGK8KyzovYri7ySfd7fACtfL8MClEBBHnI+m2cLCpmtCJ7Z1X7z9BXlj974EDaF8V9iRKzf... | Test against most recent versions of Ruby | Test against most recent versions of Ruby
| YAML | mit | redis-store/redis-rack |
13f2474d546a7c9d2a05ce0c16dc9cccd38a1c9c | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g gulp
script: gulp
| language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g gulp
- npm install -g bower
script: gulp
| Install bower globally before running gulp script | Install bower globally before running gulp script | YAML | mit | dmgress/cloudgrapher,dmgress/cloudgrapher |
ec089bb40842b237d32e7d6af3e646ade19d1428 | .travis.yml | .travis.yml | language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- pyth... | language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- pyth... | Fix running tests on Python 3.4 | Fix running tests on Python 3.4
| YAML | bsd-3-clause | mnaberez/py65 |
461c7214c95042188d39acb095cf12d31ad3f9bb | .travis.yml | .travis.yml | #sudo: true
#services:
# - docker
#before_install:
# - docker pull thomastoye/kairosdb-scala-driver-it
language: scala
scala:
- 2.11.8
jdk:
- openjdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
# Your normal script
- sbt ++$TRAVIS_SCALA_VERSION -J-XX:ReservedCodeCacheSize=... | #sudo: true
#services:
# - docker
#before_install:
# - docker pull thomastoye/kairosdb-scala-driver-it
language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
# Your normal script
- sbt ++$TRAVIS_SCALA_VERSION -J-XX:ReservedCodeCacheSiz... | Use Oracle JDK 8 in Travis | Use Oracle JDK 8 in Travis
| YAML | apache-2.0 | HBPSP8Repo/workflow,HBPSP8Repo/workflow,LREN-CHUV/workflow,LREN-CHUV/workflow |
dc99a449ec50373578578805d3c7ed46f85c4c68 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
| language: java
jdk:
- oraclejdk7
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V | Add more things to skip | Add more things to skip
| YAML | mit | cah-rfelsburg/logback-syslog4j,tyutyutyu/logback-syslog4j,papertrail/logback-syslog4j |
67cbeac076553d9c0a9428d15ddcd71871235fc4 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
python setup.py develop
script:
- coverage run --source=coveralls setup.py test
- coverage report -m
after_script:
coveralls --verbose
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
matrix:
allow_failures:
- python: 3.5
install:
python setup.py develop
script:
- coverage run --source=coveralls setup.py test
- coverage report -m
after_script:
coveralls --verbose
| Add python 3.5 to Travis Matrix | Add python 3.5 to Travis Matrix
| YAML | mit | coagulant/coveralls-python,jvarho/coveralls-python,coveralls-clients/coveralls-python,jessamynsmith/coveralls-python,lolletsoc/coveralls-python,ionelmc/coveralls-python,Jwpe/coveralls-python |
7df2e1608561b9b2f9f515f7ecd63ad252a3e630 | .travis.yml | .travis.yml | language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- 8
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
script: npm run test:ci
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
| language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
script: npm run test:ci
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
| Drop node.js 8 support (semver-major) | Drop node.js 8 support (semver-major)
| YAML | bsd-3-clause | unexpectedjs/unexpected-function-equality |
bbf983a3bc01e53bfcaacfc75a16bd013f3c48f9 | .travis.yml | .travis.yml | # ---------------------------------------------------------
# Configuration file for http://travis-ci.org/#!/karmi/tire
# ---------------------------------------------------------
language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
- ree
- jruby-19mode
env:
- TEST_COMMAND="rake test:unit"
- TEST_COMMAND="rake ... | # ---------------------------------------------------------
# Configuration file for http://travis-ci.org/#!/karmi/tire
# ---------------------------------------------------------
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby-19mode
env:
- TEST_COMMAND="rake test:unit"
- TEST_COMMAND="rake test:int... | Update Travis-CI configuration (remove REE, restructure) | [SETUP] Update Travis-CI configuration (remove REE, restructure)
| YAML | mit | karmi/retire,zaharpecherin/retire,fabn/retire,1776/tire,iamrahulroy/retire,Telmate/tire,tklee/tire_shiphawk,elbuo8/retire,brijeshgpt7/retire,dbose/retire,mavenlink/retire,HenleyChiu/tire,rubydubee/retire,ChapterMedia/tire,doximity/tire |
17feb093c07cae57b6ce1287d968ad7d5dcf652d | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- hhvm
services: mongodb
env: APP_ENV=testing
before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo yes | pecl install apcu-beta
- ... | language: php
php:
- 5.5
- 5.6
- hhvm
env: APP_ENV=testing
before_script:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo... | Replace Mongo with RethinkDB in Travis config | Replace Mongo with RethinkDB in Travis config
| YAML | mit | Strimoid/Strimoid,Strimoid/Strimoid,Strimoid/Strimoid,Strimoid/Strimoid |
5e9b0b6428c515aa5c215f3d3e8e495e5854a089 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- ree
- rbx
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
before_install:
- gem install bundler
| language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- ruby-head
- ree
- rbx
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
before_install:
- gem install bundler
| Add 2.2.5, 2.3.1, Update 2.1.0 to 2.1.10 | Add 2.2.5, 2.3.1, Update 2.1.0 to 2.1.10
| YAML | mit | tobmatth/rack-ssl-enforcer |
77fc645ca4089358f6e52fa9c78bb10f996d7e24 | .travis.yml | .travis.yml | language: ruby
rvm:
- '2.3.1'
sudo: false
cache:
bundler: true
directories:
- vendor/assets/bower_components
before_cache:
- cat bower.json > vendor/assets/bower_components/bower.json
addons:
postgresql: '9.4'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script: bundle exec r... | language: ruby
rvm:
- '2.3.1'
sudo: false
cache:
bundler: true
directories:
- vendor/assets/bower_components
before_cache:
- cat bower.json > vendor/assets/bower_components/bower.json
addons:
postgresql: '9.4'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script: bundle exec r... | Add Gitter webhook for Travis | Add Gitter webhook for Travis
| YAML | apache-2.0 | ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic |
443cc81bbbc42e69a8164b087e03902eb6c8b925 | .travis.yml | .travis.yml | # 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 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... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | autoclone/lvm2,chef-cookbooks/lvm,ChiefAlexander/lvm,ChiefAlexander/lvm,opscode-cookbooks/lvm,chef-cookbooks/lvm,autoclone/lvm2,opscode-cookbooks/lvm |
9e2a65a294bb580d30aa103d2782bc2628b265e3 | .travis.yml | .travis.yml | git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=0.12
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=0.12
... | git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=0.12
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=0.12
... | Add cache config from @joefitzgerald's branch. | Add cache config from @joefitzgerald's branch.
If this doesn't speed us up enough we'll cache node_modules as well :godmode:
| YAML | mit | alfredxing/atom,ashneo76/atom,AlexxNica/atom,wiggzz/atom,stinsonga/atom,liuderchi/atom,johnhaley81/atom,helber/atom,atom/atom,transcranial/atom,scippio/atom,wiggzz/atom,johnhaley81/atom,alfredxing/atom,ashneo76/atom,ardeshirj/atom,helber/atom,AlexxNica/atom,dijs/atom,me-benni/atom,Arcanemagus/atom,brettle/atom,rlugojr/... |
53a86cba10bf9197b8c06a6110b79da99b6c7f33 | .travis.yml | .travis.yml | language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
pip install coveralls
script:
coverage run --source=geojson setup.py test
after_success:
coveralls
| language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
install:
pip install coveralls
script:
coverage run --source=geojson setup.py test
after_success:
coveralls
| Enable testing on PyPy 3 | Enable testing on PyPy 3
| YAML | bsd-3-clause | frewsxcv/python-geojson |
e3a3c0080e90ba940f8602731124db144833fd5d | .travis.yml | .travis.yml | language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: tip
allow_failures:
- go: tip
install:
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go get github.com/golang/lint/golint; fi
script:
- go get -t -v $(go list ./... | grep -v '/vendor/')
- if [[ $TRAVIS_GO_VERSI... | language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: 1.7
- go: tip
allow_failures:
- go: tip
install:
- if [[ $TRAVIS_GO_VERSION == 1.7* ]]; then go get github.com/golang/lint/golint; fi
script:
- go get -t -v $(go list ./... | grep -v '/vendor/')
- if [[ $T... | Add Go 1.7 to Travis | Add Go 1.7 to Travis
Signed-off-by: Gábor Lipták <9e199222fac9dc9f83e67bca7cf6b1b7a7aed53e@gmail.com>
| YAML | bsd-3-clause | cloudflare/cloudflare-go,cloudflare/cloudflare-go |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.