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 |
|---|---|---|---|---|---|---|---|---|---|
0ec4fb6f0a53b755c28729f4269934e067f9c730 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.... | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.... | Add Puppet version 3.7.0 to Travis tests. | Add Puppet version 3.7.0 to Travis tests.
| YAML | apache-2.0 | gcmalloc/garethr-sysdig,garethr/garethr-sysdig |
63e5d0b570ef4d154e434f68440e4dbe8df23b03 | .travis.yml | .travis.yml | install:
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh
script:
- cargo build
- cargo test
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=url/index.html>' > target/doc/index.html &&
cp github.png targ... | install:
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh
script:
- cargo build
- cargo test
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=url/index.html>' > target/doc/index.html &&
cp github.png targ... | Make pushing to GitHub Pages verbose. | Make pushing to GitHub Pages verbose.
| YAML | apache-2.0 | cGuille/rust-url,jgillich/rust-url,pyfisch/rust-url,nox/rust-url,pyfisch/rust-url,servo/rust-url,cGuille/rust-url,jgillich/rust-url,nox/rust-url,servo/rust-url |
07d0456dff528f2ec6208993f4f0ba4d10e25693 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.1"
branches:
only:
- master
env:
global:
- secure: |-
Gz4y8zxEhPJVGfAq7UROzXS0qo9RyKFfc4hsJHy5hWBbTVCoe7BvcxtOfHkF
6DG246MPtxvkZsqaqPUJ55eg+ED+GTyG7lWsKJb9TA/8QtqKlHSyaW9pKZgi
Nwx1a9i7wGMCQ2GQ58KOHVAx33wpf3TVvXyEdxXNeLxDhAqlA1U=
- secure: |-
AjvRPOjP... | language: node_js
node_js:
- "6"
- "8"
branches:
only:
- master
env:
global:
- secure: |-
Gz4y8zxEhPJVGfAq7UROzXS0qo9RyKFfc4hsJHy5hWBbTVCoe7BvcxtOfHkF
6DG246MPtxvkZsqaqPUJ55eg+ED+GTyG7lWsKJb9TA/8QtqKlHSyaW9pKZgi
Nwx1a9i7wGMCQ2GQ58KOHVAx33wpf3TVvXyEdxXNeLxDhAqlA1U=
- secure: |-
Aj... | Update Node.js versions of Travis CI | Update Node.js versions of Travis CI | YAML | mit | keen/keen-tracking.js,keen/keen-tracking.js |
e2b34db57d1db4f30449fe858c8521bfacfa97de | .travis.yml | .travis.yml | language: objective-c
env:
matrix:
- MONO_VERSION="3.10.0"
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}.macos10.xamarin.x86.pkg" -target /
script:
... | language: csharp
sudo: false # use the new container-based Travis infrastructure
script:
- ./build.sh All
| Use Travis CI language support for .NET | Use Travis CI language support for .NET | YAML | mit | NatElkins/Paket,jeremyabbott/doctoralsurvey,blazey/blazey.substituter,ctaggart/Paket,isaacabraham/Paket,magicmonty/Paket,gsvgit/ProjectScaffold,codehutch/pg3d,artur-s/Paket,jsparkes/ProjectScaffold,NaseUkolyCZ/ProjectScaffoldWithApps,mexx/Paket,magicmonty/Paket,jam40jeff/Paket,artur-s/Paket,simonhdickson/Paket,isaacabr... |
c511e7d06e4303ebfb8d0ef844ad4e196a823720 | .travis.yml | .travis.yml | language: node_js
node_js:
- node
- 6
before_install:
- phantomjs --version
before_script:
- npm install patternengine-node-mustache
- npm install patternengine-node-underscore
- npm install patternengine-node-handlebars
- npm install patternengine-node-twig
branches:
only:
- master
- dev
... | language: node_js
node_js:
- node
- 8
- 6
before_install:
- phantomjs --version
before_script:
- npm install @pattern-lab/patternengine-node-mustache
- npm install @pattern-lab/patternengine-node-underscore
- npm install @pattern-lab/patternengine-node-handlebars
- npm install patternengine-node-twig... | Update installed packages to scoped engines. Add explicit Node 8 run | chore(Travis): Update installed packages to scoped engines. Add explicit Node 8 run
| YAML | mit | pattern-lab/patternlab-node,pattern-lab/patternlab-node,pattern-lab/patternlab-node,pattern-lab/patternlab-node |
a95c55cd252453a0e72644a1d286d4ed34ae3a72 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10" | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "4.0"
- "stable"
| Add test for latest and stable | Add test for latest and stable
| YAML | mit | jiahaog/Revenant |
fc726240fd507cd56eff185f6da86ad5ca990356 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'node'
script: node_modules/.bin/intern-client config=tests/intern
before_script:
- npm install grunt-cli -g
| language: node_js
node_js:
- 'node'
before_script:
- npm install grunt-cli -g
| Update Travis conf to run "npm test" (default) | Update Travis conf to run "npm test" (default)
| YAML | mit | oskargustafsson/BFF,oskargustafsson/BFF |
31e4a9da4ee4ddbcef22746e699b0e93dafe1ef9 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7-dev
- pypy
- pypy3
- nightly
matrix:
fast_finish: true
allow_failures:
- python: 3.7-dev
- env: TOXENV=pre-commit-pep257
- env: TOXENV=pre-commit-flake8
include:
- python: 3.6
env: TOXENV=pre-commit
- python: 3.6
env: TOXENV=pre-... | language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
- nightly
matrix:
fast_finish: true
allow_failures:
- env: TOXENV=pre-commit-pep257
- env: TOXENV=pre-commit-flake8
include:
- python: 3.6
env: TOXENV=pre-commit
- python: 3.6
env: TOXENV=pre-commit-pep257
- python: 3.6
... | Revert "Run tests against Python 3.7-dev". | Revert "Run tests against Python 3.7-dev".
This reverts commit 65d457f4c682f0178eca2d4602faeee6557bba52. According to https://docs.travis-ci.com/user/languages/python/#Choosing-Python-versions-to-test-against, nightly currently points to 3.7-dev. No need to unnecessarily consume Travis resources.
| YAML | bsd-3-clause | cherrypy/cheroot |
aadac15b4f941b7fa04b7ad0be8a732143da7984 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3.1'
- jruby-19mode
script: bundle exec rspec
before_install:
- 'gem install bundler'
| language: ruby
sudo: false
env:
global:
- 'JRUBY_OPTS=--debug'
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3.1'
- 'jruby-9'
script: bundle exec rspec
before_install:
- 'gem install bundler'
| Use a Ruby 2.x compatible version of JRuby for testing. | Use a Ruby 2.x compatible version of JRuby for testing.
| YAML | mit | deseretbook/hashformer |
1c919c294bf36588ccc18f55d0f718246d34e978 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=post... | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=mysq... | Remove Solidus v2.3 from Travis config | Remove Solidus v2.3 from Travis config
| YAML | bsd-3-clause | solidusio/solidus_auth_devise,solidusio/solidus_auth_devise,solidusio/solidus_auth_devise |
c886d83d085e83e6e0c63a2f38447c3755948657 | .travis.yml | .travis.yml | language: node_js
cache: yarn
before_install:
- npm install -g yarn --cache-min "infinity"
node_js:
- '7'
install:
- yarn
deploy:
provider: npm
email: jacklam718@gmail.com
api_key: $NPM_TOKEN
on:
branch: master
tags: true
repo: jacklam718/react-native-button-component
| language: node_js
cache: yarn
before_install:
- npm install -g yarn --cache-min "999999999"
node_js:
- '7'
install:
- yarn
deploy:
provider: npm
email: jacklam718@gmail.com
api_key: $NPM_TOKEN
on:
branch: master
tags: true
repo: jacklam718/react-native-button-component
| Fix --cache-min 'infinity' invalid issue for Travis CI | Fix --cache-min 'infinity' invalid issue for Travis CI
| YAML | mit | jacklam718/react-native-button-component,jacklam718/react-native-button-component,jacklam718/react-native-button-component |
ba6aeae3b0b3a5b5f3a9a908afe299dad2d680ed | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
script: ./gradlew build
branches:
only:
- master | sudo: false
language: java
jdk:
- oraclejdk7
script: ./gradlew build
branches:
only:
- master | Migrate to container based Travis CI infrastructure | Migrate to container based Travis CI infrastructure
| YAML | apache-2.0 | griffio/gradle-plugins,ewerk/gradle-plugins |
61028047b98e5d5f98709a0354d27595028a0802 | .travis.yml | .travis.yml | language: viml
install:
- git clone https://github.com/thinca/vim-themis
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
before_script:
- vim --version
script:
- vim-themis/bin/themis --reporter spec
- sh /tmp/vim-vi... | language: viml
install:
- git clone https://github.com/thinca/vim-themis
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
before_script:
- vim --version
script:
- vim-themis/bin/themis --reporter spec
- sh /tmp/vim-vi... | Add func-abort check by vim-lint | Add func-abort check by vim-lint
| YAML | mit | haya14busa/incsearch.vim,mydearxym/incsearch.vim |
f72b289e639b7965e24eda055f431b2064dc430d | .travis.yml | .travis.yml | language: python
python:
- 2.7
install:
- ./.travis_setup
env:
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.4
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.3.1
script: fab test
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.org#arms... | language: python
python:
- 2.7
install:
- ./.travis_setup
env:
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.4.3
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.3.3
script: fab test
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.org#ar... | Update Travis to run latest point releases | Update Travis to run latest point releases
| YAML | apache-2.0 | armstrong/armstrong.apps.articles,armstrong/armstrong.apps.articles |
b8581a806c61d8c23e2c83a9e76b016c970894f0 | .travis.yml | .travis.yml | language: haskell
before_install:
- npm install coffee-script -g
- cabal install 'alex >= 3.0.5'
script:
- coffee -cb templates/default-layout.coffee && mv templates/default-layout.js templates/default-layout.julius && git add templates/default-layout.julius && git rm templates/default-layout.coffee
- cabal con... | language: haskell
before_install:
- npm install coffee-script -g
- cabal install 'happy >= 1.19.4'
- cabal install 'alex >= 3.1.3'
script:
- cabal configure && cabal build
#deploy:
# provider: heroku
# api_key:
# secure: hBbPLNburzk/YY3hbpgdmbMdfk/osgh76fYBui1Yx6CYBTfMRUii22y8rtrCeu2BD6bEVEoSzFEelxg/LsVUjH... | Disable deploying from Travis for now. | Disable deploying from Travis for now.
| YAML | mit | mithrandi/lambdacircus |
bc2d716957daf0391112f762296cc27bef69004d | .travis.yml | .travis.yml | language: minimal
services:
- docker
jobs:
include:
- env: DOCKER_IMAGE=maven:3.6.3-jdk-8
- env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with Maven for this JDK
- env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with Maven for this JDK
- env: DOCKER_IMAGE=maven:3... | language: minimal
services:
- docker
jobs:
include:
- env: DOCKER_IMAGE=maven:3.8.4-jdk-8
- env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with Maven for this JDK
- env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with Maven for this JDK
- env: DOCKER_IMAGE=maven:3... | Use current maven 3.8.4 when building via Travis | Use current maven 3.8.4 when building via Travis
| YAML | apache-2.0 | apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat,apache/creadur-rat |
c3e21734ec13283b88698435fa4bb0cc5d5aa3a6 | .travis.yml | .travis.yml | language: ruby
sudo true
rvm:
- 2.3.1
before_script:
- wget https://dl.eff.org/certbot-auto
- chmod a+x certbot-auto
- ./certbot-auto
script: bundle exec rake travis
| language: ruby
dist: trusty
sudo: required
rvm:
- 2.3.1
before_script:
- wget https://dl.eff.org/certbot-auto
- chmod a+x certbot-auto
- ./certbot-auto
script: bundle exec rake travis
| Use trusty for better certbot setup | Use trusty for better certbot setup
| YAML | mit | andrewbredow/hollandloves,andrewbredow/hollandloves,andrewbredow/hollandloves |
1b52eb34846a69fbee4edf857a31da8b68f80f4f | .travis.yml | .travis.yml | language: elixir
elixir: '1.7'
otp_release: '20.0'
cache:
directories:
- $HOME/otp/
# https://askubuntu.com/questions/408784/after-doing-a-sudo-apt-get-install-app-where-does-the-application-get-stored
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends rustc cargo
- ... | language: elixir
elixir: '1.9'
otp_release: '22.0'
cache:
directories:
- $HOME/otp/
# https://askubuntu.com/questions/408784/after-doing-a-sudo-apt-get-install-app-where-does-the-application-get-stored
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends rustc cargo
- ... | Use erlang 22 and elixir 1.9 | Use erlang 22 and elixir 1.9 | YAML | mit | elitau/pact_elixir |
ee9e22ee55a4982c9c3ebebbb39ea9dee99c4e08 | .travis.yml | .travis.yml | language: php
php: [5.3, 5.4, 5.5, 5.6, 5.3.3, hhvm]
branches:
except:
- /^bugfix\/.*$/
- /^feature\/.*$/
- /^optimization\/.*$/
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION='2.3.*'
before_script:
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/sym... | language: php
php: [5.3, 5.4, 5.5, 5.6, 5.3.3, hhvm]
branches:
except:
- /^bugfix\/.*$/
- /^feature\/.*$/
- /^optimization\/.*$/
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION='2.3.*'
- php: 5.5
env: SYMFONY_VERSION='2.4.*'
before_script:
- sh -c 'if [ "$SYMFONY_VERSION" != "... | Test against both Symfony 2.3 and 2.4 | Test against both Symfony 2.3 and 2.4 | YAML | mit | spolischook/behat,spolischook/behat,Behat/Behat,spolischook/behat,Taluu/Behat,v-abramchuk/Behat |
6390f5e3c831f80fc710bcdfcdb7e6b560319a6c | .travis.yml | .travis.yml | language: ruby
cache: bundler
before_install: gem install bundler
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails.gemfile
- gemfiles/rack.gemfile
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- jruby-19mode
matrix:
fast_finish: tru... | language: ruby
cache: bundler
before_install: gem install bundler
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails.gemfile
- gemfiles/rack.gemfile
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- jruby-19mode
matrix:
fast_finish: tru... | Exclude Rails edge build under 1.9.3 on Travis. | Exclude Rails edge build under 1.9.3 on Travis.
| YAML | mit | honeybadger-io/honeybadger-ruby,kylerippey/honeybadger-ruby,honeybadger-io/honeybadger-ruby,kylerippey/honeybadger-ruby |
593a4cef838a8f2c2a7b5eb5a0871df6ef16f54b | .travis.yml | .travis.yml | language: java
dist: trusty
services:
- mysql
jdk: oraclejdk8
sudo: required
install: ./.travis.install.sh
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6 | language: java
dist: trusty
services:
- mysql
jdk: oraclejdk8
sudo: required
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS stroom;'
install: "./.travis.install.sh"
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
deploy:
provider: releases
api_key:... | Add release config and table creation | Add release config and table creation
| YAML | apache-2.0 | gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom |
2868a09ff65cf12dae3c1d098c9d6da1f52e5e7f | .travis.yml | .travis.yml | sudo: required
dist: trusty
before_install:
- sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
- sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
- sudo apt-get update
- sudo apt-get install -y do... | sudo: required
dist: trusty
before_install:
- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
- sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
- sudo apt-get update
- sudo apt-get install -y d... | Update CI build for .NET Core 1.0. | Update CI build for .NET Core 1.0.
| YAML | mit | mysql-net/MySqlConnector,gitsno/MySqlConnector,gitsno/MySqlConnector,mysql-net/MySqlConnector |
6a1b87b7241e12bd30e2585bd649d25e67489130 | .travis.yml | .travis.yml | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86-linux-ubuntu-12.04/bin:$... | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86_64-linux-ubuntu-12.04... | Update to 64-bit LLVM distribution. | CI: Update to 64-bit LLVM distribution. | YAML | mit | dtcaciuc/nitrous,dtcaciuc/nitrous |
521ccbcd630ed1002c2a793d0dad7a2b7125d416 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
env:
- WEBPACK_VERSION=1.x
- WEBPACK_VERSION=2.x
- WEBPACK_VERSION=3.x
script: scripts/test.sh
matrix:
allow_failures:
- node_js: 8 | dist: trusty
sudo: false
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
env:
- NODE_ENV=test WEBPACK_VERSION=1.x
- NODE_ENV=test WEBPACK_VERSION=2.x
- NODE_ENV=test WEBPACK_VERSION=3.x
before_install:
- npm install -g npm
install:
- yarn install
script:
- scripts/test.sh
matrix:
allow_failu... | Change install step for Travis | Change install step for Travis
Signed-off-by: Max Riveiro <d6057f9977f3a3299068adff565ad43e853028a2@gmail.com>
| YAML | mit | kavu/webp-loader,kavu/webp-loader |
4cc58cdcbb4d5cf338cf57059565340761e660a1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
- 2.2.1
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
| Revert "Add Ruby 2.2.1 to Travis" | Revert "Add Ruby 2.2.1 to Travis"
This reverts commit 2680d014f3cf233b34f8c740b8a7ec1b9f06ea8b.
| YAML | mit | cloudscrape/cloudscrape-client-ruby,ChuckJHardy/cloudscrape-client-ruby,cloudscrape/cloudscrape-client-ruby,ChuckJHardy/cloudscrape-client-ruby |
436b5dc802b05d846630dea5861b72cf33abb2d1 | .travis.yml | .travis.yml | sudo: requires
services: [docker]
language: python
python: ["2.7"]
before_install:
- docker pull bamos/openface
- docker run -v $PWD:/root/src/openface bamos/openface /bin/sh -c "cd /root/src/openface; ./models/get-models.sh && python2 setup.py install && nosetests-2.7 -v -d test.py"
install:
- pip install pep8... | sudo: requires
services: [docker]
language: python
python: ["2.7"]
before_install:
- docker pull bamos/openface
- docker run -v $PWD:/root/src/openface bamos/openface /bin/bash -l -c "cd /root/src/openface; ./models/get-models.sh && python2 setup.py install && nosetests-2.7 -v -d test.py"
install:
- pip install... | Use a Bash login shell for Torch executables. | Travis: Use a Bash login shell for Torch executables.
| YAML | apache-2.0 | Alexx-G/openface,cmusatyalab/openface,Alexx-G/openface,nhzandi/openface,Alexx-G/openface,nhzandi/openface,cmusatyalab/openface,xinfang/face-recognize,nmabhi/Webface,francisleunggie/openface,nmabhi/Webface,xinfang/face-recognize,nmabhi/Webface,cmusatyalab/openface,francisleunggie/openface,francisleunggie/openface,nmabhi... |
f79374d077b65a8cee4cdabe4ae7edc93391aef5 | .travis.yml | .travis.yml | ---
dist: trusty
services:
- docker
language: go
go:
- "1.11.x"
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scrip... | ---
dist: trusty
services:
- docker
language: go
go:
- "1.11.x"
go_import_path: github.com/terraform-providers/terraform-provider-kubernetes
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that ... | Handle forked path in Travis | Handle forked path in Travis
| YAML | mpl-2.0 | terraform-providers/terraform-provider-kubernetes,terraform-providers/terraform-provider-kubernetes,terraform-providers/terraform-provider-kubernetes |
07f99b8f2171e8c0ed71d6b0fcdb04de3b5e21d3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install: "pip install ."
script: "py.test -c pytest-travis.ini"
| language: python
python:
- "2.7"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install: "pip install ."
script: "py.test -c pytest-travis.ini"
| Drop tests for Python 3.3 & 3.4 | Drop tests for Python 3.3 & 3.4
We can fairly safely assume that those are no longer in use.
| YAML | mit | exhuma/puresnmp,exhuma/puresnmp |
2476a75ed04d8a86d7a4dd30b306bac7fe2e8edc | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2.2.10
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: jruby
... | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2.2.10
matrix:
include:
- rvm: jruby-1.7.13
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: ... | Add explicit version for jruby | Add explicit version for jruby
| YAML | mit | dkubb/axiom |
480d98c91f32da5127b695047b912b889d0b9dc2 | .travis.yml | .travis.yml | sudo: false
language: python
# tell travis to cache ~/.cache/pip
cache: pip
# don't clone the whole repo history, one commit will do
git:
depth: 1
# only build branches we care about (PRs are built seperately)
branches:
only:
- master
- develop
- /^release-v/
before_script:
- git remote set-branch... | sudo: false
language: python
# tell travis to cache ~/.cache/pip
cache: pip
# don't clone the whole repo history, one commit will do
git:
depth: 1
# only build branches we care about (PRs are built seperately)
branches:
only:
- master
- develop
- /^release-v/
before_script:
- git remote set-branch... | Disable newsfragment checks on branch builds | Disable newsfragment checks on branch builds
| YAML | apache-2.0 | matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse |
cc7f4a2880e224dc55d15289863817df6d9f6893 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.8.*
os:
- linux
- osx
script: go test -v
notifications:
email: false
| language: go
sudo: false
go:
- master
os:
- linux
script: go test -v
notifications:
email: false
| Use up-to-date version of Go for Travis CI; try again | Use up-to-date version of Go for Travis CI; try again
| YAML | mit | jung-kurt/gofpdf |
50457727eb7e98decc0943d762869022f16f501a | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.1.1
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
| Disable Rubinius in Travis builds. | Disable Rubinius in Travis builds.
Looks like a fix is coming: https://github.com/rubinius/rubinius/pull/2759.
| YAML | mit | heroku/vault-tools |
6aacb9e389a862f957144163dfee19419fd91f51 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
#- jruby
- 1.9.3
- 2.0.0
- rbx-19mode
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
#- jruby-19mode-1.7.4
- 1.9.3
- 2.0.0
- rbx-19mode
| Use JRuby version 1.7.4 for CI. | Use JRuby version 1.7.4 for CI.
| YAML | unlicense | ruby-rdf/rdf-rdfxml |
2d6353da3edcd4a589433a1f368e0ba09c65de97 | staticman.yml | staticman.yml | # Name of the property. You can have multiple properties with completely
# different config blocks for different sections of your site.
# For example, you can have one property to handle comment submission and
# another one to handle posts.
simulations:
allowedFields: ["benchmark", "metadata", "data"]
allowedOrigin... | # Name of the property. You can have multiple properties with completely
# different config blocks for different sections of your site.
# For example, you can have one property to handle comment submission and
# another one to handle posts.
simulations:
allowedFields: ["benchmark", "metadata", "data"]
allowedOrigin... | Add simulation name to commit message | Add simulation name to commit message
| YAML | mit | wd15/chimad-phase-field,wd15/chimad-phase-field,usnistgov/chimad-phase-field,usnistgov/chimad-phase-field,usnistgov/chimad-phase-field,wd15/chimad-phase-field |
dba1f57ba0fd6671c39806e110e9f865d8c3f1ec | .travis.yml | .travis.yml | language: haskell
install:
- cabal install gtk2hs-buildtools
- cabal install LambdaHack --enable-tests --reinstall --constraint="mtl>=2.1.2" --constraint="containers>=0.5.2.1" --constraint="template-haskell>=2.7.0.0" --constraint="text>=0.11.2.3"
- cabal install --enable-tests --reinstall
| language: haskell
install:
- cabal install gtk2hs-buildtools
- cabal install --enable-tests --reinstall --constraint="mtl>=2.1.2" --constraint="containers>=0.5.2.1" --constraint="template-haskell>=2.7.0.0" --constraint="text>=0.11.2.3"
| Debug Travis build by removing one of cabal invocations | Debug Travis build by removing one of cabal invocations
| YAML | agpl-3.0 | AllureOfTheStars/Allure |
4630d8d677afb3c0c3e6b0d6b961b0d3f45d8a40 | .travis.yml | .travis.yml | language: cpp
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-add-repository -y ppa:comp-phys/stable
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.8 libarmadillo-dev libboost1.54-all-dev
- export CC=gcc-4.8
... | language: cpp
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-add-repository -y ppa:comp-phys/stable
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.8 libarmadillo-dev libarmadillo4 libboost1.54-all-dev
- export... | Use at least armadillo 4.x to build mlpack. | Use at least armadillo 4.x to build mlpack.
| YAML | bsd-3-clause | thirdwing/mlpack,ersanliqiao/mlpack,lezorich/mlpack,BookChan/mlpack,palashahuja/mlpack,ranjan1990/mlpack,erubboli/mlpack,ersanliqiao/mlpack,thirdwing/mlpack,BookChan/mlpack,darcyliu/mlpack,theranger/mlpack,darcyliu/mlpack,erubboli/mlpack,ranjan1990/mlpack,stereomatchingkiss/mlpack,palashahuja/mlpack,BookChan/mlpack,lez... |
50191f2dc285570d5388ddd8b84a78e37c69538c | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- make updatedeps
- go build -o winrm-cli
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/modocache/gover
- go get gopkg.in/check.v1
script:
- make ci
after_script:... | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- make updatedeps
- go build -o winrm-cli
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/modocache/gover
- go get gopkg.in/check.v1
script:
- make ci
after_script:
- $HOME... | Fix test build on go 1.4 and tip | Fix test build on go 1.4 and tip
| YAML | apache-2.0 | sneal/winrm,gonkulator/winrm,pecigonzalo/winrm,alistairpialek/wingo,gonkulator/winrm,bogdanteleaga/winrm,bogdanteleaga/winrm,sneal/winrm,masterzen/winrm,alistairpialek/wingo,gonkulator/winrm,masterzen/winrm,bogdanteleaga/winrm,sneal/winrm,alistairpialek/wingo,pecigonzalo/winrm |
9572dbf9aa43541c5686f68a09008b057ba7edd3 | .travis.yml | .travis.yml | language: perl
perl:
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
env:
global:
- SAMTOOLS_VERSION=1.2
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
before_install:
- git clone --branch $SAMTOOLS_VERSION --depth 1 https://github.com/samtools/samtools.git... | language: perl
perl:
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
env:
global:
- SAMTOOLS_VERSION=1.2
- SHELLCHECK_VERSION=v0.4.7
before_install:
- pushd samtools && make && make prefix=~/.local install && popd
- git clone --branch $SAMTOOLS_VERSION --depth 1 https://github.com/sam... | Switch to manual install for shellcheck | Switch to manual install for shellcheck
| YAML | mit | hartwigmedical/pipeline,hartwigmedical/pipeline,hartwigmedical/pipeline |
0a6cca1377559274c3e5740d74554007478265b3 | .travis.yml | .travis.yml | before_install:
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
- sudo apt-get update -q
- sudo apt-get install -q libmapnik libmapnik-dev postgresql-9.1-postgis libsigc++-dev
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
env:
- NPROCS=1 JOBS=1
language: node_js
node_... | before_install:
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
- sudo apt-add-repository --yes ppa:ubuntugis/ppa
- sudo apt-get update -q
- sudo apt-get install -q libmapnik libmapnik-dev postgresql-9.1-postgis libsigc++-dev
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgi... | Add ubuntugis ppa repository to get PostGIS-2.0 | Add ubuntugis ppa repository to get PostGIS-2.0
| YAML | bsd-3-clause | HydroLogic/Windshaft,manueltimita/Windshaft,manueltimita/Windshaft,wsw0108/Windshaft,CartoDB/Windshaft,HydroLogic/Windshaft,CartoDB/Windshaft,HydroLogic/Windshaft,manueltimita/Windshaft,CartoDB/Windshaft,wsw0108/Windshaft,wsw0108/Windshaft |
17cf07954c102b0d3644879f708d517e273e9b8e | .travis.yml | .travis.yml | sudo: false
addons:
postgresql: "9.3"
apt:
packages:
- pkg-config
- libcairo2-dev
- libjpeg8-dev
- libgif-dev
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
language: node_js
node_js:
- "0.10"
notifications:
irc:
channels:
- "irc.freenode.org#cartodb"
use_notice: true
| sudo: false
addons:
postgresql: "9.3"
apt:
sources:
- cartodb
packages:
- pkg-config
- libcairo2-dev
- libjpeg8-dev
- libgif-dev
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
language: node_js
node_js:
- "0.10"
notifications:
irc:
channels:
- "irc.freenode.org#cart... | Use cartodb ppa to pick a more recent libcairo2-dev version | Use cartodb ppa to pick a more recent libcairo2-dev version
| YAML | bsd-3-clause | CartoDB/Windshaft,CartoDB/Windshaft,CartoDB/Windshaft |
31e90630c6cf9b4c3155ea5fbb136a92653dec51 | .travis.yml | .travis.yml | language: node_js
node_js: 8
script:
- make ci
sudo: false
before_install: git fetch --unshallow
after_success: .travis/after_success.sh
| language: node_js
node_js:
- 8.9
- 9
script:
- make ci
sudo: false
before_install: git fetch --unshallow
after_success: .travis/after_success.sh
| Update Node versions for Travis per 8.9 LTS | ci: Update Node versions for Travis per 8.9 LTS
| YAML | mit | emdaer/emdaer,emdaer/emdaer |
cab74893315c256d4b5a1934c71b2329a98abd60 | .travis.yml | .travis.yml | language: python
python:
- 'pypy2.7'
- 'pypy3.5'
- '2.7'
- '3.3'
- '3.7'
- 'nightly'
install:
- pip install mock==2.0
script:
- python -m unittest discover -s tests/ -p test_*.py -v
matrix:
allow_failures:
- python: 'nightly'
| language: python
python:
- 'pypy2.7'
- 'pypy3.5'
- '2.7'
- '3.3'
- '3.7'
- 'nightly'
install:
- pip install mock==2.0
- pip install requests
script:
- python -m unittest discover -s tests/ -p test_*.py -v
matrix:
allow_failures:
- python: 'nightly'
| Install requests before running tests | Install requests before running tests
| YAML | bsd-2-clause | messagebird/python-rest-api |
fb53f5349ade03be8bed6020cd23970e14130b7f | .travis.yml | .travis.yml | language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "0.10"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
notifications:
webhooks:
urls:
- https://webhooks.g... | language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "0.10"
- "0.12"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
notifications:
webhooks:
urls:
- https:/... | Enable node.js 0.12 on Travis. | Enable node.js 0.12 on Travis.
| YAML | bsd-3-clause | jscinoz/assetgraph,papandreou/assetgraph,jscinoz/assetgraph,jscinoz/assetgraph,assetgraph/assetgraph,papandreou/assetgraph,papandreou/assetgraph |
980569e89dad42eb91c490faa96d406ad090d320 | .travis.yml | .travis.yml | language: python
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.4"
env: TOXENV=py34
install: "pip install tox"
script: tox
notifications:
email:
on_success: never
on_failure: always
sudo: false | language: python
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "2.7"
env: TOXENV=docs
install: "pip install tox"
script: tox
notifications:
email:
on_success: never
on_failure: always
s... | Add 3.5, docs to Travis matrix | Add 3.5, docs to Travis matrix
| YAML | bsd-2-clause | timstaley/voevent-parse,timstaley/voevent-parse |
794fce659aed053ca5c5071bbcb1904e45964e6d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "iGFpacAiqeg2jVeDL5dbh5w/TPg4okyfWKsYxonYqIPYUbwsyLyGUZULoWh7sK5GMDUPnhMLKAnKCphQO40zjnsnuO3imGqheeCoD1dIEN... | language: java
jdk:
- oraclejdk8
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "iGFpacAiqeg2jVeDL5dbh5w/TPg4okyfWKsYxonYqIPYUbwsyLyGUZULoWh7sK5GMDUPnhMLKAnKCphQO40zjnsnuO3imGqheeCoD1dIEN... | Add mail to test coverity scan | [ADD] Add mail to test coverity scan
| YAML | apache-2.0 | SALSA-W/M-SALSA,SALSA-W/M-SALSA,SALSA-W/M-SALSA,SALSA-W/M-SALSA,SALSA-W/M-SALSA |
dbdfa5489566acac89bf650ecae36322f7f6877f | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-qmake qtbase5-dev
script:
- qmake -v
- qmake
- make
| language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-default
script:
- qmake -v
- qmake
- make
| Add qt5-default to apt-get install | Add qt5-default to apt-get install
| YAML | lgpl-2.1 | dstftw/qosdnotification,dstftw/qosdnotification |
2ae36c53ed969f3f99e21d756021f8f9885f6485 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
global:
- TEST_COMMAND="composer test"
matrix:
allow_failures:
- php: 7.0
fast_finish: true
include:
- php: 5.4
env:
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- COVERAGE=true
- TEST_COMMAND="co... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
global:
- TEST_COMMAND="composer test"
matrix:
allow_failures:
- php: 7.0
fast_finish: true
include:
- php: 5.4
env:
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- COVERAGE=true
- TEST_COMMAND="co... | Remove HTTP server from testing | Remove HTTP server from testing
| YAML | mit | php-http/httplug,php-http/adapter |
07cd9e335ea9995b6ddaad73b51ec7fafd80011c | .travis.yml | .travis.yml | language: go
go:
- 1.8.3
- 1.7.6
sudo: false
script:
- go vet ./...
- go test ./...
| language: go
go:
- 1.9
- 1.8.3
sudo: false
script:
- go vet ./...
- go test ./...
| Build against current stable versions of Go | Build against current stable versions of Go
(1.9 and 1.8.3) | YAML | mit | TV4/mms |
27e0ef3f2792f6ce4fe3ce97099c4a27319e6f1d | .travis.yml | .travis.yml | language: node_js
node_js: "6"
addons:
apt:
packages:
- fakeroot
- dpkg
- rpm
- libdbus-1-dev
- libglib2.0-dev
- dbus
before_install:
- cd linux/
script:
- yarn build
cache:
yarn: true
directories:
- linux/node_modules
deploy:
- provider: packagecloud
repo... | language: node_js
node_js: "6"
addons:
apt:
packages:
- fakeroot
- dpkg
- rpm
- libdbus-1-dev
- libglib2.0-dev
- dbus
before_install:
- cd linux/
script:
- yarn build
git:
depth: 3
cache:
yarn: true
directories:
- linux/node_modules
deploy:
- provider: pack... | Reduce depth of `git clone` on Travis This is primarily to speed up the build on Travis | Reduce depth of `git clone` on Travis
This is primarily to speed up the build on Travis
| YAML | mit | fcastilloec/headset-electron,headsetapp/headset-electron,headsetapp/headset-electron,fcastilloec/headset-electron,headsetapp/headset-electron,fcastilloec/headset-electron |
404fc658f5e68c1938cb471095ff084d81154619 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode6.4
before_install:
- "sudo xcode-select --install || true"
# - 'echo "--netrc" >> ~/.curlrc'
# - 'echo -e "machine github.com login $GITHUB_PASSWORD" > ~/.netrc'
# - "chmod 600 ~/.netrc"
- "brew install carthage libssh2"
- "cd vendor && carthage bootstrap --platform m... | language: objective-c
osx_image: xcode6.4
before_install:
- "sudo xcode-select --install || true"
# - 'echo "--netrc" >> ~/.curlrc'
# - 'echo -e "machine github.com login $GITHUB_PASSWORD" > ~/.netrc'
# - "chmod 600 ~/.netrc"
- "brew install carthage libssh2"
- "cd vendor && carthage bootstrap --platform m... | Add more functionality tests to Travis configuration | Add more functionality tests to Travis configuration
| YAML | bsd-3-clause | dirk/Roost |
2a4e622dbb91a292174bdbd72335752fcf3d07c2 | .travis.yml | .travis.yml | sudo: false # see: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
language: ruby
rvm:
- "2.2.6"
dist: precise
before_install:
- gem update bundler
- nvm install node
- npm install jest
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/app_environment_v... | sudo: false # see: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
language: ruby
rvm:
- "2.2.6"
dist: precise
before_install:
- gem update bundler
- nvm install node
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/app_environment_variables.sample.rb co... | Update TravisCI config (jest tests) | Update TravisCI config (jest tests)
[#165062314]
| YAML | mit | concord-consortium/lara,concord-consortium/lara,concord-consortium/lara,concord-consortium/lara,concord-consortium/lara |
1243305e3ee1d72926b673c0c2dafe204257c791 | .travis.yml | .travis.yml | ---
env:
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.3.2
notifications:
email: false
rvm:
- 1.9.3
- 1.8.7
matrix:
allow_failures:
- env: PUPPET_VERSION=2.7.23
language: ruby
before_script: "gem install --no-ri --no-rdoc bundler"
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format docum... | ---
env:
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.2
notifications:
email: false
rvm:
- 1.9.3
- 1.8.7
matrix:
allow_failures:
- env: PUPPET_VERSION=2.7.23
language: ruby
before_script: "gem install --no-ri --no-rdoc bundler"
script: 'bundle exec rake validate && bundle exec rake lint && SP... | Add testing for Puppet v3.4 | Add testing for Puppet v3.4
| YAML | apache-2.0 | ghoneycutt/puppet-module-skeleton,ghoneycutt/puppet-module-skeleton |
7b8f991a7da895be180aed5d1b36a7eb756e64b7 | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: ruby
bundler_args: --without integration development
rvm:
- 2.1
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
script:
- bundle exec rake lint
- bundle exec rake kitchen:all_suites
| sudo: required
services:
- docker
branches:
only:
- master
- /^(i:ci)-\d\.\d\.\d/
language: ruby
bundler_args: --without integration development
rvm:
- 2.1
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
script:
- bundle exec rake lint
... | Return back build only for master branch and added regexp for tags | Return back build only for master branch and added regexp for tags
| YAML | apache-2.0 | vkhatri/chef-aerospike-cluster,vkhatri/chef-aerospike-cluster,vkhatri/chef-aerospike-cluster,trademob/chef-aerospike-cluster,trademob/chef-aerospike-cluster,trademob/chef-aerospike-cluster |
f114dea34d06cf6953c0a4363094fa825b4c9f6c | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2.1"
script: npm run test
# For some reason, `sudo: false` broke nvm. Tried this build two times:
# https://s3.amazonaws.com/archive.travis-ci.org/jobs/109619626/log.txt
sudo: false
| language: generic
env:
global:
- NODE_VERSION='4.2.1'
matrix:
include:
- os: linux
sudo: false
- os: osx
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then which gsed || brew install gnu-sed; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ... | Test on OSX and Linux on Travis-CI | Test on OSX and Linux on Travis-CI
| YAML | mit | WarpEngineer/bash3boilerplate,WarpEngineer/bash3boilerplate,kvz/bash3boilerplate,WarpEngineer/bash3boilerplate,kvz/bash3boilerplate,kvz/bash3boilerplate,kvz/bash3boilerplate,WarpEngineer/bash3boilerplate |
765e02be88bca0655ae2973626206fe3c4da22ba | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
script: "mvn clean install -Dazure.account_name=$account_name -Dazure.access_key=$access_key -Djava.net.preferIPv4Stack=true"
| sudo: false
language: java
jdk:
- oraclejdk8
script: "mvn clean install -Dazure.account_name=$account_name -Dazure.access_key=$access_key -Djava.net.preferIPv4Stack=true"
notifications:
email: false
| Disable email notifications from Travis CI | Disable email notifications from Travis CI
| YAML | apache-2.0 | rhusar/jgroups-azure,jgroups-extras/jgroups-azure |
6e1c968f0627affbf3509e6d1778dc2b17ab4734 | .travis.yml | .travis.yml | language: ruby
cache: bundler
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec"
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allow_failures:
- rvm: 1.8.7
- rvm: 1... | language: ruby
cache: bundler
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec"
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allow_failures:
- rvm: 1.8.7
- rvm: 1... | Install npm modules for mspec_node | Install npm modules for mspec_node
| YAML | mit | jgaskins/opal,c42engineering/opal,iliabylich/opal,domgetter/opal,suyesh/opal,kachick/opal,suyesh/opal,fazibear/opal,gausie/opal,castwide/opal,suyesh/opal,Ajedi32/opal,kachick/opal,Flikofbluelight747/opal,bbatsov/opal,merongivian/opal,gausie/opal,c42engineering/opal,wied03/opal,wied03/opal,catprintlabs/opal,gabrielrios/... |
01b8b00ec19699b79d73c1a4b71f5b186cd98852 | _pkgdown.yml | _pkgdown.yml | url: https://gargle.r-lib.org
authors:
Jennifer Bryan:
href: https://jennybryan.org
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Articles
menu:
- text: How to use gargle for auth in a client package
href: articles/gargle-auth-in-client-package.html
- t... | url: https://gargle.r-lib.org
authors:
Jennifer Bryan:
href: https://jennybryan.org
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Articles
menu:
- text: How to use gargle for auth in a client package
href: articles/gargle-auth-in-client-package.html
- t... | Add token management article to menu | Add token management article to menu
| YAML | mit | craigcitro/gauth,ropenscilabs/gauth |
50860b633282586bdd0c8ebfa317cd566cb1d0c2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
services:
- redis-server
# command to install dependencies
install:
- pip install tox-travis
- python setup.py install
# command to run tests
script:
- tox | language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
services:
- redis-server
install:
- pip install tox-travis
- python setup.py install
script:
- tox
deploy:
provider: pypi
user: meamka
password:
secure: dIIE5MbMD5ZKxlb8PBOtlw0zgyQTZaV7Vp1Htv82hIYWHUqhX8HQXAavCRA3wp9IZ5MO+AvLV+hBxNkRIYdBclUTCCfS... | Add deploy to pypi to Travis | Add deploy to pypi to Travis
| YAML | mit | dictatorlib/dictator |
f05d6343ef58f63500a5bb5851e577839efe3a36 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2"
env:
- COBALT_MONGO_URI=mongodb://localhost:27017/cobalt
install:
- npm install
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-3.2.0/... | language: node_js
node_js:
- "4.2"
env:
- COBALT_MONGO_URI=mongodb://localhost:27017/cobalt
install:
- npm install
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-3.2.0/... | Remove --auth on custom MongoDB install | Remove --auth on custom MongoDB install
| YAML | mit | cobalt-uoft/cobalt,kshvmdn/cobalt,cobalt-io/cobalt,cobalt-io/cobalt |
835f85093cb632b343a8c1ece8786ae8d9d0be16 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods --version 1.2.0
env:
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=11.0' UI=true
- DESTINATION='platform=iOS Simu... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods --version 1.2.0
env:
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=11.0' UI=true
- DESTINATION='platform=iOS Simu... | Add an xcode 8 sanity check | Add an xcode 8 sanity check
| YAML | apache-2.0 | net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin |
b037db719a709fb4be8123cc2ea060856fadfdef | .travis.yml | .travis.yml | language: java
matrix:
include:
- os: linux
dist: precise
jdk: oraclejdk7
env: TEST_SUITE=assemble test --tests '*SystemdJournalAppenderTest*'
- os: linux
jdk: oraclejdk8
env: TEST_SUITE=build
- os: linux
jdk: openjdk8
env: TEST_SUITE=build
- os: linux
... | language: java
matrix:
include:
- os: linux
dist: precise
jdk: oraclejdk7
env: TEST_SUITE=assemble test --tests '*SystemdJournalAppenderTest*'
- os: linux
jdk: oraclejdk8
env: TEST_SUITE=build
- os: linux
jdk: openjdk8
env: TEST_SUITE=build
- os: linux
... | Build and test on OpenJDK 11 | Build and test on OpenJDK 11
| YAML | bsd-3-clause | bwaldvogel/log4j-systemd-journal-appender,bwaldvogel/log4j-systemd-journal-appender |
9d2247ab02949bc15430d7facb86e9686b1240f8 | .travis.yml | .travis.yml | language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- "make reqs"
script:
- "make test"
| language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
install:
- "make reqs"
script:
- "make test"
| Add Python 3.7 for unit testing | Add Python 3.7 for unit testing | YAML | mit | frederickjansen/polyline,hicsail/polyline |
45b40d22b0cd9e00068ce44573047e1c89c8b697 | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
- '7.1'
install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer r... | language: php
php:
- '5.6'
- '7.1'
- '7.2'
install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer r... | Add php7.2 to Travis test. | Add php7.2 to Travis test.
| YAML | mit | AndyDune/Pipeline |
0d1880bba046fd5bcfb0d59812530b6d1a3c028a | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
gemfile:
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
rvm:
- 2.3.1
- 2.2
- 2.1
- 2.0
- 1.9
matrix:
fast_finish: true
exclude:
- rvm: 1.9
gemf... | language: ruby
cache: bundler
sudo: false
gemfile:
- gemfiles/rails_3_0.gemfile
- gemfiles/rails_3_1.gemfile
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
rvm:
- 2.3.1
- 2.2
- 2.1
- 2.0
- 1.9
ma... | Add rails 3.0 and 3.1 to trvis config | Add rails 3.0 and 3.1 to trvis config
| YAML | mit | rwz/nestive,rwz/nestive |
3baf9484d9e7dfbdfb585541d188421e4a9046e0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
script: bundle exec rspec
before_install:
- gem install bundler
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
script: bundle exec rspec
before_install:
- gem install bundler
| Add newer Ruby versions to Travis config | Add newer Ruby versions to Travis config
| YAML | mit | tomstuart/monads |
afb190c15ab803ebad62940485c620728ef15d19 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
php:
- 5.6
- 7.0
- nightly
- hhvm
matrix:
fast_finish: true
before_install:
- if ([ "hhvm" != "$TRAVIS_PHP_VERSION" ] && [ "nightly" != "$TRAVIS_PHP_VERSION" ]);
then wget https://scrutinizer-ci.... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
php:
- 5.6
- 7.0
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
- php: hhvm
fast_finish: true
before_install:
- if ([ "hhvm" != "$TRAVIS_PHP_VERSION" ] && [ "nightly" != "$TR... | Enable Travis failure for nightly PHP builds and HHVM | Enable Travis failure for nightly PHP builds and HHVM
| YAML | mit | theofidry/LaravelYaml |
f68b86f0a21a510c901a3eee388a03a8cf4d7b13 | .travis.yml | .travis.yml | language: cpp
dist: trusty
sudo: false
script: make
compiler:
- clang
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-4.0
packages:
- gcc-6
- g++-6
- cmake
- libboost-all-dev
- clang-4.0
| language: cpp
dist: trusty
sudo: false
script: make
env:
- CXX=clang++-4.0 CC=clang-4.0
- CXX=g++-6 CC=gcc-6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-4.0
packages:
- gcc-6
- g++-6
- cmake
- libboost-all-dev
- clang-4.0
| Use env instead of compiler | Use env instead of compiler
| YAML | bsd-2-clause | potree/PotreeConverter,potree/PotreeConverter,potree/PotreeConverter,potree/PotreeConverter,potree/PotreeConverter,potree/PotreeConverter,potree/PotreeConverter |
36711f87e39ccb3f7e0b439ee7d65a197539e08b | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '8'
- '10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install --n... | sudo: false
language: node_js
node_js:
- '6'
- '8'
- '10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm ins... | Build with Node.js 6 at Travis CI. | Build with Node.js 6 at Travis CI.
| YAML | mit | bigeasy/reconfigure,bigeasy/reconfigure |
f258c6988a13bd12f9e4f057c462640cdfa3f959 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-9000
- jruby-19mode
env:
- PARSE_APPLICATION_ID=Slw1ACyMSVguo79pWvfIq15pkUjfwTLNPpL4984b PARSE_REST_API_KEY=qJKM8CGOAn70WOyR16f16YbyKWM0nBJCEbbtAMOm
sudo: false
| language: ruby
rvm:
- 2.3
- 2.2
- 2.1
- 2.0.0
- 1.9.3
- jruby
- jruby-1.7
env:
- PARSE_APPLICATION_ID=Slw1ACyMSVguo79pWvfIq15pkUjfwTLNPpL4984b PARSE_REST_API_KEY=qJKM8CGOAn70WOyR16f16YbyKWM0nBJCEbbtAMOm
sudo: false
| Test against the latest releases of each Ruby version | Test against the latest releases of each Ruby version
| YAML | mit | nickuya/parse-ruby-client,adelevie/parse-ruby-client,nickuya/parse-ruby-client,adelevie/parse-ruby-client |
21bd4192b8ba79e917f93274fb9b38f9e7a2cb7c | .travis.yml | .travis.yml | language: shell
os: linux
dist: xenial
git:
depth: false
branches:
only:
- master
- dev
services:
- docker
env:
- VERSION=36
- VERSION=37
- VERSION=38
- LATEST_LTS=36
- LATEST=38
- DB_TYPE=all
- DB_TYPE=mysqli
- DB_TYPE=pgsql
- DOCKERFILE=dockerfiles/apache/Dockerfile
- DOCKERFILE=d... | language: shell
os: linux
dist: xenial
git:
depth: false
services:
- docker
env:
- VERSION=36
- VERSION=37
- VERSION=38
- LATEST_LTS=36
- LATEST=38
- DB_TYPE=all
- DB_TYPE=mysqli
- DB_TYPE=pgsql
- DOCKERFILE=dockerfiles/apache/Dockerfile
- DOCKERFILE=dockerfiles/fpm_alpine/Dockerfile
script: ... | Test Build on any branch. | Test Build on any branch.
| YAML | agpl-3.0 | ellakcy/docker-moodle,ellakcy/docker-moodle |
31b48a00c597e6cef13685ef9450a0c25b687355 | .travis.yml | .travis.yml | language: rust
cache: cargo
rust:
- nightly
before_script: "(cargo install rustfmt || true)"
script:
- cargo fmt -- --write-mode=diff && cargo build && cargo test
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo rustdoc -- --no-defaults --passes collapse-docs --passes unin... | language: rust
cache: cargo
dist: trusty
os:
- linux
# Run builds for all the supported trains
rust:
- stable
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- cmake
- gcc
- binutils-dev
- libiberty-dev
before_script: "(cargo install rustfmt... | Add automatic code coverage reports | Add automatic code coverage reports
| YAML | mit | holmgr/gemini,holmgr/gemini |
32ae05a60d392fd2b289b4e8a712223c454d8b13 | .travis.yml | .travis.yml | language: ruby
sudo: false
services:
- mysql
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
before_install:
- "[[ $BUNDLE_GEMFILE =~ rails_4\\.2 ]] && gem uninstall... | language: ruby
sudo: false
services:
- mysql
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
before_install:
- "[[ $BUNDLE_GEMFILE =~ rails_4\\.2 ]] && gem uninstall... | Drop ruby 2.7.1 and rails 4.2 from Travis CI target | Drop ruby 2.7.1 and rails 4.2 from Travis CI target
Rails 4.2 uses BigDecimal.new, but it dropped from ruby 2.7.
| YAML | mit | cookpad/garage,cookpad/garage,cookpad/garage,cookpad/garage |
113972c8a483db75c66fc5e4ce42b132da3ff20c | .travis.yml | .travis.yml | language: python
os: linux
dist: xenial
matrix:
include:
- env: NOXSESSION=docs
- env: NOXSESSION=lint
- python: 3.6
env: NOXSESSION=test-3.6
- python: 3.7
env: NOXSESSION=test-3.7
- python: 3.8
env: NOXSESSION=test-3.8
install: pip install nox
script: nox
| language: python
os: linux
dist: xenial
python: 3.8
matrix:
include:
- env: NOXSESSION=docs
- env: NOXSESSION=lint
- python: 3.6
env: NOXSESSION=test-3.6
- python: 3.7
env: NOXSESSION=test-3.7
- python: 3.8
env: NOXSESSION=test-3.8
install: pip install nox
script: nox
| Use Python 3.8 on Travis CI | Use Python 3.8 on Travis CI
| YAML | mit | GaretJax/sphinx-autobuild |
6c1772fd0f42be099de54dd5ff49e9400a656ce4 | .travis.yml | .travis.yml | script: rake ci
bundler_args: --without custom
rvm:
- 1.9.3
- ruby-head
- jruby-19mode
- jruby-head # FIXME: timers firing in the wrong order?
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-head
- rvm: rbx-19mode
notifications:
irc: "irc.freenode.org#celluloid"
| script: rake ci
bundler_args: --without custom
rvm:
- 1.9.3
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
notifications:
irc: "irc.freenode.org#celluloid"
| Remove rbx and jruby from allowed failures | Remove rbx and jruby from allowed failures
| YAML | mit | celluloid/celluloid,jasonm23/celluloid,kenichi/celluloid,TiagoCardoso1983/celluloid,dilumn/celluloid,davydovanton/celluloid,jstoja/celluloid,sideci-sample/sideci-sample-celluloid,mehta/celluloid,tarcieri/celluloid,marshall-lee/celluloid,seuros/celluloid,olleolleolle/celluloid |
c34671586aac87154e6a5d785aba15e11bf50bc9 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
script:
- python setup.py test
- python setup.py check_style
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
script: python setup.py check_style test
| Check code style in Travis | Check code style in Travis
| YAML | mit | mcrute/pydora |
0f1a1e8f41d5f8632af34555c7821907832c04bb | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
env:
- DOCTRINE_VERSION=2.1.*
- DOCTRINE_VERSION=2.2.*
- DOCTRINE_VERSION=2.3.*
- DOCTRINE_VERSION=2.4.*
install:
- composer self-update
- composer install
- composer require doctrine/orm:${DOCTRINE_VERSION} --dev --prefer-source --update-with-... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
env:
- DOCTRINE_VERSION=2.1.*
- DOCTRINE_VERSION=2.2.*
- DOCTRINE_VERSION=2.3.*
- DOCTRINE_VERSION=2.4.*
- DOCTRINE_VERSION=2.5.*
install:
- composer self-update
- composer install
- composer require doctrine/orm:${DOCTRINE_VERSION} --dev --p... | Revert "Avoid testing against Doctrime 2.5 (temporarily), fails" | Revert "Avoid testing against Doctrime 2.5 (temporarily), fails"
This reverts commit 8968d3eabae17a1fdd449183c7e2cb72d0946057.
| YAML | bsd-3-clause | enumag/DoctrineExtensions,nimasdj/DoctrineExtensions,zilionis/DoctrineExtensions,pelex/DoctrineExtensions,pnvasanth/DoctrineExtensions |
65750cca0b8c7c1e5e11ac985fd51119c9942fc2 | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: fal... | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: fal... | Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/replicant,realityforge/replicant |
e0d463ba6b1baf712dc79e4df1c3aaeb9026948d | .travis.yml | .travis.yml | language: php
env:
- SYMFONY_DEPS_VERSION=2.3
# - SYMFONY_DEPS_VERSION=2.4
before_script:
# symfony/*
- composer self-update
# - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.4' ]; then sed -i 's/>=2.3,<2.5-dev/2.4.*@dev/g' composer.json; fi"
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then se... | language: php
env:
- SYMFONY_VERSION=2.3
- SYMFONY_VERSION=2.4
before_script:
- sed -i "s/>=2.3,<2.5-dev/~${SYMFONY_VERSION}.0/g" composer.json
- sh -c "if [ '${TRAVIS_PHP_VERSION:0:3}' = '5.3' ]; then sed -i 's~</whitelist>~<exclude><file>src/SilexRouting/Application/RoutingTrait.php</file></exclude>... | Test against symfony 2.4 and hhvm | Test against symfony 2.4 and hhvm
| YAML | mit | chili-labs/Silex-Routing |
24542089e03b13ea6890abf0e2839fa4e7184008 | .travis.yml | .travis.yml |
language: ruby
rvm:
#- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1
#- 1.9.3 # Travis broken September 2017
#- 2.1.1
- 2.2.2
- 2.3.1
- 2.4.1
- 2.5.1
#- jruby-18mode
- jruby-19mode
- jruby-20mode
#matrix:
# include:
# - rvm: jruby-9.1.13.0
# #- env: JRUBY_OPTS="--profile.ap... |
language: ruby
rvm:
#- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1
#- 1.9.3 # Travis broken September 2017
#- 2.1.1
- 2.2.2
- 2.3.1
- 2.4.1
- 2.5.1
- 2.7.1
#- jruby-9.1.13.0
- jruby-9.2.5.0
#matrix:
# include:
# - rvm: jruby-9.1.13.0
# #- env: JRUBY_OPTS="--profile.api"
... | Test on Ruby 2.7 and JRuby 2.5 | Test on Ruby 2.7 and JRuby 2.5
| YAML | mit | jmettraux/raabro |
d2668988d1d6148e2880bc5d6b08b5a4ee925974 | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
- gcc
before_script:
# nomlib dependencies (SDL)
- sudo apt-get install libsdl1.2-dev libsdl1.2debian libsdl-image1.2-dev libsdl-image1.2 libsdl-ttf2.0-dev libsdl-ttf2.0-0
# nomlib dependencies (Audio)
- sudo apt-get install libsndfile1-dev libopenal-dev
- mkdir build && cd bui... | language: cpp
compiler:
- clang
- gcc
before_install:
# nomlib dependencies (SDL)
- sudo apt-get install libsdl1.2-dev libsdl1.2debian libsdl-image1.2-dev libsdl-image1.2 libsdl-ttf2.0-dev libsdl-ttf2.0-0
# nomlib dependencies (Audio)
- sudo apt-get install libsndfile1-dev libopenal-dev
before_script:
- mkdir... | Add separate make, make install & uninstall steps | Add separate make, make install & uninstall steps
| YAML | bsd-2-clause | i8degrees/nomlib,i8degrees/nomlib,i8degrees/nomlib,i8degrees/nomlib |
6ee7817dd9b8f07e80ba5d847f7b14828fac5986 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.2.3"
# make Travis use its legacy infrastructure
sudo: true
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rake lang:update
install: ./script/travis_setup
before_script:
- rake db:schema:load
- rake db:fixtures:load
- rake lang:... | language: ruby
rvm:
- "2.2.3"
# make Travis use its legacy infrastructure
sudo: true
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rake lang:update
install: ./script/travis_setup
before_script:
- rake db:schema:load
- rake db:fixtures:load
- rake lang:... | Make Travis create Greek translation file | Make Travis create Greek translation file
The non-English .txt files had been deleted.
But some translation controller tests need the Greek file, el.txt.
(If it doesn't exist the tests throw an Error.)
Therefore create it.
Thanks to @pellaea for the fix!
| YAML | mit | pellaea/mushroom-observer,JoeCohen/mushroom-observer,JoeCohen/mushroom-observer,MushroomObserver/mushroom-observer,JoeCohen/mushroom-observer,pellaea/mushroom-observer,pellaea/mushroom-observer,MushroomObserver/mushroom-observer,JoeCohen/mushroom-observer,MushroomObserver/mushroom-observer,JoeCohen/mushroom-observer,Mu... |
80a2a21cc00abbb67476b7f3bb2f46dbf3a563b5 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.6"
- "3.8"
# command to install dependencies
install:
- "pip install --upgrade flake8>=3.7.9 pyparsing==2.4.4 pytest==4.6.6"
# install modules shipped with pythonista
- "pip install -r tests/pythonista_modules.txt"
before_script:
# stop the build if there are Python ... | language: python
python:
- "2.7"
- "3.6"
- "3.8"
matrix:
include:
allow_failures:
- python: 3.8
# command to install dependencies
install:
- "pip install --upgrade flake8>=3.7.9 pyparsing==2.4.4 pytest==4.6.6"
# install modules shipped with pythonista
- "pip install -r tests/pythonista_modules.t... | Allow failures on Python 3.8 | Allow failures on Python 3.8 | YAML | mit | ywangd/stash,ywangd/stash |
413e3c7436ddd240dc8478d1957d24c7967ff01d | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
env:
- QT4_BUILD=ON
- QT4_BUILD=OFF
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libqtcore4 qt4-qmake libqt5core5 qt5-qmake qt5-defaul... | language: cpp
compiler:
- gcc
env:
- QT4_BUILD=ON
- QT4_BUILD=OFF
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libqtcore4 qt4-qmake libqt5core5 qt5-qmake qt5-default qtchoos... | Disable clang build on Travis for now. | Disable clang build on Travis for now.
Travis runs 12.04 (old!), and there are only PPA packages for
Qt 5.0.2, which contains a bug [1] (which has since been fixed in
[2]) that fails the build when using clang.
We have to either
* wait until Travis CI moves to 14.04 [3], or
* someone provides more recent Qt packag... | YAML | mit | romixlab/qmsgpack-patched,romixlab/qmsgpack,toby20130333/qmsgpack,jiangcaiyang/qmsgpack-patched,toby20130333/qmsgpack,romixlab/qmsgpack-patched,jiangcaiyang/qmsgpack-patched,romixlab/qmsgpack |
49f5bd4d380b3352e91a0379ec8cc4ffb387f113 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- "pip install ."
script: "python tests/test_parse.py"
| language: python
python:
- "2.7"
- "3.3"
install:
- "pip install ."
script: "python tests/test_parse.py"
| Add python version for testing | Add python version for testing
| YAML | mit | divijbindlish/parse-torrent-name |
6fc21ce1f380b1dd830c8dd63924a9d10ed01186 | .travis.yml | .travis.yml | language: php
php:
- '7.0'
- '7.1'
install: composer install
after_success:
- vendor/bin/test-reporter
addons:
code_climate:
repo_token: $CODECLIMATE_TOKEN
| language: php
php:
- '7.0'
- '7.1'
install: composer install
script: vendor/bin/phpunit
after_success:
- vendor/bin/test-reporter
addons:
code_climate:
repo_token: $CODECLIMATE_TOKEN
| Use vendor version of phpunit to run tests in Travis-CI | Use vendor version of phpunit to run tests in Travis-CI
| YAML | mit | stijink/homescreen,stijink/homescreen,stijink/homescreen,stijink/homescreen |
eb32e0b77cadd4db985301f96b1c1863366666d2 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- rbx-2.0
- ree
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx-18mode
- rbx-19mode
- ree
| Test against Rubinius in both Ruby 1.8 and 1.9 mode | Test against Rubinius in both Ruby 1.8 and 1.9 mode
| YAML | mit | ngpestelos/omniauth,yui-knk/omniauth,poznyakandrey/omniauth,thomasmillergb/Year2-ruby-software-hut,ayunav/omniauth,sideci-sample/sideci-sample-omniauth,dougal/omniauth,omniauth/omniauth,twalpole/omniauth,intridea/omniauth,thomasmillergb/Year2-ruby-software-hut,likeberi/omniauth,nbrustein/omniauth |
597d82f560c8c7e2411d0537a896e6f6e5d598ba | .travis.yml | .travis.yml | # Travis CI script
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: py.test | # Travis CI script
language: python
python:
- "2.7"
cache: pip
install:
- pip install -r requirements.txt
script: py.test | Add caching for Travis CI | Add caching for Travis CI
Enable Travis CI pip caching for faster builds.
| YAML | mit | Jacobinski/SaltBot |
8534a0c9f7c8d81ea5e1d9d63a17e0a468d785b8 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- ree
- 1.9.2
- 1.9.3
- jruby
- rbx-18mode
# - rbx-19mode
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- rbx-2.0
- ree
| Revert "Test against Rubinius in both Ruby 1.8 and 1.9 mode" | Revert "Test against Rubinius in both Ruby 1.8 and 1.9 mode"
This reverts commit eb32e0b77cadd4db985301f96b1c1863366666d2.
Conflicts:
.travis.yml
| YAML | mit | thomasmillergb/Year2-ruby-software-hut,likeberi/omniauth,dougal/omniauth,yui-knk/omniauth,nbrustein/omniauth,thomasmillergb/Year2-ruby-software-hut,poznyakandrey/omniauth,ngpestelos/omniauth,sideci-sample/sideci-sample-omniauth,ayunav/omniauth,omniauth/omniauth,twalpole/omniauth,intridea/omniauth |
f50983f582c91948ef244d357010da1d71850514 | .travis.yml | .travis.yml | language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --... | sudo: false
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet -... | Add v5.22 to Travis, and run in container by turning off sudo | Add v5.22 to Travis, and run in container by turning off sudo
| YAML | artistic-2.0 | jmaslak/PerlPowerTools,jmaslak/PerlPowerTools |
cbfcbdbec0bbe56fc7c1f21493faf6ee5a80e944 | .travis.yml | .travis.yml | language: python
env:
- TWISTED=Twisted==12.0 RUNTESTS=trial
- TWISTED=Twisted==12.1 RUNTESTS=trial
- TWISTED=Twisted==12.2 RUNTESTS=trial
- TWISTED=Twisted==12.3 RUNTESTS=trial
- TWISTED=Twisted==13.0 RUNTESTS=trial
- TWISTED=Twisted==13.1 RUNTESTS=trial
- TWISTED=Twisted==13.2 RUNTESTS=trial
python:
... | language: python
env:
- TWISTED=Twisted==12.1 RUNTESTS=trial
- TWISTED=Twisted==12.2 RUNTESTS=trial
- TWISTED=Twisted==12.3 RUNTESTS=trial
- TWISTED=Twisted==13.0 RUNTESTS=trial
- TWISTED=Twisted==13.1 RUNTESTS=trial
- TWISTED=Twisted==13.2 RUNTESTS=trial
- TWISTED=Twisted==14.0 RUNTESTS=trial
python:
... | Test with Twisted 14.0 on both Python 2 and 3. | Test with Twisted 14.0 on both Python 2 and 3.
| YAML | mit | wrmsr/crochet,rolando/crochet,itamarst/crochet |
05430bc7b1263b27d33f764221c836b2a7969166 | .travis.yml | .travis.yml | dist: xenial
matrix:
fast_finish: true
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: java
jdk: oraclejdk8
env: FRONT=false
- language: java
jdk: openjdk9
env: FRONT=false
- language: java
jdk: oraclejdk9
env: FRONT=false
... | matrix:
fast_finish: true
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: java
jdk: oraclejdk8
env: FRONT=false
- language: java
jdk: openjdk9
env: FRONT=false
- language: java
jdk: oraclejdk9
env: FRONT=false
- language: j... | Revert xenial as jdk8 is not configured properly | Revert xenial as jdk8 is not configured properly
| YAML | mit | mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5 |
3b372e270ccdeabda4dfac68ffe1c9d95f189fdc | .travis.yml | .travis.yml | git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
osx_image: xcode7.3
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=4
- os: osx
env: ATOM... | git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
osx_image: xcode7.3
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=4
- os: osx
env: ATOM... | Install npm 3 on Travis | Install npm 3 on Travis | YAML | mit | gontadu/atom,CraZySacX/atom,andrewleverette/atom,decaffeinate-examples/atom,bsmr-x-script/atom,CraZySacX/atom,andrewleverette/atom,liuderchi/atom,AdrianVovk/substance-ide,sotayamashita/atom,Mokolea/atom,bolinfest/atom,atom/atom,Ingramz/atom,brumm/atom,liuderchi/atom,tjkr/atom,rlugojr/atom,Arcanemagus/atom,AdrianVovk/su... |
4bc9f7ea83d858ffae2b5ad29b6b5abe6a264242 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
bundler_args: --without benchmarks
script:
- bundle exec rake
- bundle exec rspec
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- rbx-19mode
- ruby-head
bundler_args: --without benchmarks
script:
- bundle exec rake
- bundle exec rspec
| Revert "Revert "Don't let rbx fail" - commit again when Travis has rbx 2.0.0rc1 or higher." | Revert "Revert "Don't let rbx fail" - commit again when Travis has rbx 2.0.0rc1 or higher."
This reverts commit 6bff063289831f3a155c1f3c61ef4b84af87ba3a.
| YAML | mit | modulexcite/mysql2,sodabrew/mysql2,jeremy/mysql2,PipelineDeals/mysql2,dylanahsmith/mysql2,tamird/mysql2,brianmario/mysql2,jeremy/mysql2,webdev1001/mysql2,mkdynamic/mysql2,PipelineDeals/mysql2,bigcartel/mysql2,kamipo/mysql2,blaind/mysql2,PipelineDeals/mysql2,marshall-lee/mysql2,webdev1001/mysql2,marshall-lee/mysql2,yui-... |
936bd817497f3493a2b358ff22be34489636c0ec | .travis.yml | .travis.yml | sudo: required
language: bash
env:
- DOKKU_VERSION=master
before_install: make setup
script: make test
| sudo: required
dist: trusty
language: bash
env:
- DOKKU_VERSION=master
before_install: make setup
script: make test
| Switch testing distro to trusty | Switch testing distro to trusty
| YAML | mit | dokku/dokku-nats,dokku/dokku-nats |
c67c2de150fb252e25fc416340b503ec9673bd2a | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
- DJANGO=Django==1.4.16
- DJANGO=Django==1.5.11
- DJANGO=Django==1.6.8
- DJANGO=Django==1.7.1
matrix:
allow_failures:
# Allow failures for Python 3.3
- python: "3.3"
exclude:
# Django 1.4 and 1.5 do not fully support Python 3.3
-... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
- DJANGO=Django==1.4.21
- DJANGO=Django==1.7.9
- DJANGO=Django==1.8.3
matrix:
allow_failures:
# Allow failures for Python 3.3
- python: "3.3"
exclude:
# Django 1.4 and 1.5 do not fully support Python 3.3
- env: DJANGO=Django==1.4.2... | Test against modern Django versions. | Test against modern Django versions. | YAML | agpl-3.0 | ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter |
b2f23ba983ab5432669417fdead872c6d3db6421 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| language: ruby
rvm:
- 2.0.0
- 2.1.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| Remove Ruby 1.9.3 from Travis CI configuration. | Remove Ruby 1.9.3 from Travis CI configuration.
| YAML | mit | Tybot204/pusher-fake,Tybot204/pusher-fake,tristandunn/pusher-fake,Drooids/pusher-fake,Drooids/pusher-fake,tristandunn/pusher-fake |
73e5c13b76ea500f7835cf01222b093eb2812b73 | .travis.yml | .travis.yml | language: objective-c
xcode_project: Faraday.xcodeproj
xcode_scheme: Faraday
osx_image: xcode7.1
| language: objective-c
xcode_project: Faraday.xcodeproj
xcode_scheme: Faraday
osx_image: xcode7.1
before_install:
- brew update
- brew uninstall xctool && brew install --HEAD xctool
| Update Travis's xctool to HEAD | Update Travis's xctool to HEAD
| YAML | mit | royratcliffe/Faraday,royratcliffe/Faraday |
435478cc84f41793403e7f6bae47362d80e42c31 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
install:
- "pip install -r requirements.txt -r requirements-test.txt"
- "pip install -e ."
script:
- "pytest"
| language: python
python:
- "3.7"
- "3.8"
- "3.9"
install:
- "pip install -r requirements.txt -r requirements-test.txt"
- "pip install -e ."
script:
- "pytest"
| Change support Python versions to 3.7, 3.8, 3.9 | Change support Python versions to 3.7, 3.8, 3.9
| YAML | mit | homeworkprod/gewebehaken |
4460043f2d924810c00a79dd678a92c4794d80d8 | .travis.yml | .travis.yml | language: android
android:
components:
- build-tools-22.0.1
| language: android
jdk:
- oraclejdk8
- oraclejdk7
android:
components:
- build-tools-22.0.1
| Test against jdk7 and jdk8 with Travis | Test against jdk7 and jdk8 with Travis
| YAML | mit | i18next/i18next-android |
76f541db465e50755fbf1781c6d1b92f919b8edb | .travis.yml | .travis.yml | language: node_js
node_js:
- "10"
- "12"
- "14"
script:
- npm run-script lint
- npm test
| language: node_js
node_js:
- "14"
- "16"
- "18"
script:
- npm run-script lint
- npm test
| Test on Node 14, 16 and 18 | Test on Node 14, 16 and 18 | YAML | mit | rastapasta/mapscii,rastapasta/mapscii |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.