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 |
|---|---|---|---|---|---|---|---|---|---|
f43d90f2d6cff7c56e11577212caa2ab2eea4494 | .travis.yml | .travis.yml | language: ruby
sudo: false
branches:
only: master
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
os:
- linux
- osx
cache:
- apt
- bundler
before_install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
env: REPORT_COVERAGE=1
script: bundle ... | language: ruby
sudo: false
branches:
only: master
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
cache:
- apt
- bundler
before_install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
env: REPORT_COVERAGE=1
script: bundle exec rake --trace spec
| Remove osx builds for now | Remove osx builds for now
| YAML | mit | alexgenco/neovim-ruby |
1d0f22e74feb23f7013f9bb78466b6393cc94f02 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: ruby
rvm:
- 2.4
- 2.3
- 2.2
- jruby-9.1.12.0
matrix:
allow_failures:
- rvm: jruby-9.1.12.0
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
addons:
code_climate:
repo_token:
secure: Y6i7YGM0oHdDYtKkABGWIxdQL943brOJaFcU2iWSp7oMczQ/Ss4udpm9o11O2zo4WqrHu6... | dist: trusty
sudo: false
language: ruby
rvm:
- 2.5
- 2.4
- 2.3
- 2.2
- jruby-9.1.12.0
matrix:
allow_failures:
- rvm: jruby-9.1.12.0
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
addons:
code_climate:
repo_token:
secure: Y6i7YGM0oHdDYtKkABGWIxdQL943brOJaFcU2iWSp7oMczQ/Ss4udpm9o11O2z... | Add Ruby 2.5 to build matrix | Travis: Add Ruby 2.5 to build matrix
| YAML | mit | asciidoctor/asciidoctor-doctest,asciidoctor/asciidoctor-doctest |
cce2d435f6e40795a8929c21c06701faa0192a58 | .travis.yml | .travis.yml | language: ruby
dist: xenial
before_install:
- sudo apt-get update
# Provides libgirepository-1.0.so.1
- sudo apt-get install libgirepository-1.0-1
cache:
bundler: true
script: "bundle exec rake test:unit"
rvm:
- 2.4
- 2.5
- 2.6
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
branches:
... | language: ruby
dist: xenial
before_install:
- sudo apt-get update
# Provides libgirepository-1.0.so.1
- sudo apt-get install libgirepository-1.0-1
cache:
bundler: true
script: "bundle exec rake test:unit"
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
br... | Add Ruby 2.7 to the Travis CI build matrix | Add Ruby 2.7 to the Travis CI build matrix
| YAML | lgpl-2.1 | mvz/gir_ffi-pretty_printer |
bc5df5eab6a5f4e58b348ec8a18931bb578da333 | .travis.yml | .travis.yml | language: node_js
node_js:
- "9"
dist: trusty
sudo: required
branches:
only:
- master
before_script:
- npm install -g @angular/cli
script:
- ng lint
- npm run test-headless
- ng build --prod --base-href https://github.com/sitMCella/turing-machine/
deploy:
provider: pages
skip_cleanup: true
github_token:... | language: node_js
node_js:
- "9"
dist: trusty
sudo: required
branches:
only:
- master
before_script:
- npm install -g @angular/cli
script:
- ng lint
- npm run test-headless
- ng build --prod --base-href https://sitmcella.github.io/turing-machine/
deploy:
provider: pages
skip_cleanup: true
github_token: ... | Update base url into Travis CI configuration | Update base url into Travis CI configuration
| YAML | mit | sitMCella/turing-machine,sitMCella/turing-machine,sitMCella/turing-machine |
d0b3d16355408ec29fef4b2982c7a0e922732194 | .travis.yml | .travis.yml | 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: "en5Cm1w+/4N0I2fGBxuU5NvjwLmNF+O3x3+RjFNd2xkj6peUchWn4moXdL8VJN8/"
language: scala
sudo: false
cache:
directories:
- $HOME/.m2
scala:
- 2.... | 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: "en5Cm1w+/4N0I2fGBxuU5NvjwLmNF+O3x3+RjFNd2xkj6peUchWn4moXdL8VJN8/"
language: scala
sudo: false
cache:
directories:
- $HOME/.m2
scala:
- 2.... | Remove cobertura for now, causin ParseException JavaNCSS | Remove cobertura for now, causin ParseException JavaNCSS
| YAML | apache-2.0 | SANSA-Stack/SANSA-RDF,SANSA-Stack/SANSA-RDF |
06e515c6ffdee1a4e308c7ea92006275b4d4d92c | manifests/cf-manifest/operations.d/020-bosh-set-stemcells.yml | manifests/cf-manifest/operations.d/020-bosh-set-stemcells.yml | ---
- type: replace
path: /stemcells
value:
- alias: default
os: ubuntu-xenial
version: "315.64"
| ---
- type: replace
path: /stemcells
value:
- alias: default
os: ubuntu-xenial
version: "456.3"
| Upgrade stemcells to match cf-deployment v11.0.0 | Upgrade stemcells to match cf-deployment v11.0.0
We are upgrading to cf-deployment v11.0.0 as part of mitigating
CVE-2019-9893 [1]. It advises the 456.3 ubuntu-xenial stemcells. There
are not really any release notes for stemcells, but there's no reason
to expect problems at the same time. Using matching stemcells is ... | YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
374a0841c4f2e76fd94e2abea7490a02266d4f5e | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
env:
- DB=mysql
- DB=pgsql
- DB=sqlite
matrix:
allow_failures:
- env: DB=pgsql
exclude:
- php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM
before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
env:
- DB=mysql
- DB=pgsql
- DB=sqlite
matrix:
allow_failures:
- env: DB=pgsql
- php: hhvm
exclude:
- php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM
before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'DROP DA... | Allow failures for HHVM because Travis is on old HHVM | Allow failures for HHVM because Travis is on old HHVM
| YAML | mit | myclabs/ACL,jdreesen/ACL |
b42d9f6f86bbba6be9d123febe665f1ef3aa73d8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"
script:
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf coverage
before_script:
- npm install -g istanbul
- npm install coveralls | language: node_js
node_js:
- "0.12"
- "0.10"
- "4.1"
script:
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf coverage
before_script:
- npm install -g istanbul
- npm install coveralls | Remove IOJS and replace it by nodejs 4.1 | Remove IOJS and replace it by nodejs 4.1
| YAML | mit | Belphemur/node-json-db,Belphemur/node-json-db |
7cb11f2f32570bab2d557dcabece58f7b671ed29 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
en... | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes... | Add support for Puppet 4.0 | Add support for Puppet 4.0
| YAML | apache-2.0 | dhoppe/puppet-ntp,dhoppe/puppet-ntp |
07b0f761bcba7d266b64e4b043c6b0090edda2f1 | .travis.yml | .travis.yml | dist: trusty
language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xorg-dev
- libudev-dev
- libopenal-dev
- libvorbis-dev
- libflac-de... | dist: trusty
language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xorg-dev
- libudev-dev
- libopenal-dev
- libvorbis-dev
- libflac-de... | Add submission build environment to matrix | Add submission build environment to matrix
| YAML | mit | variar/contest-template,variar/contest-template |
7c3933518335592ec062a5fb6140691917a6ce57 | .travis.yml | .travis.yml | language: node_js
node_js:
- iojs-v1
- iojs-v2
- iojs-v3
- 0.12
- 0.10
matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true
script: "npm run-script test"
after_script:
- "npm install coveralls codecov.io"
- "cat ./coverage/lcov.info | coveralls"
- "cat ./coverage/coverage.json | ./node_mo... | language: node_js
node_js:
- iojs-v1
- iojs-v2
- iojs-v3
- 4
- 0.12
matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true
script: "npm run-script test"
after_script:
- "npm install coveralls codecov.io"
- "cat ./coverage/lcov.info | coveralls"
- "cat ./coverage/coverage.json | ./node_modul... | Add node 4.x to Travis CI | Add node 4.x to Travis CI
| YAML | mit | chrisyip/node-extensions |
3c0f77b890a28cb0f65f2ab90610de3b74649e53 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
| language: node_js
node_js:
- "6"
install:
- npm install
| Reduce Travis requirements (browser mocks) | Reduce Travis requirements (browser mocks)
| YAML | mit | barneycarroll/mithril-route-components,barneycarroll/mithril-route-components |
d8e7f64693a4f4484dc74848f285f5acf4120e81 | .travis.yml | .travis.yml | language: c
script: bash -e ./tools/travis_ci_test.sh
os:
- linux
- osx
env:
- OCAML_VERSION=4.03.0 OPAM_VERSION=1.2.1
| language: c
script: bash -e ./tools/travis_ci_test.sh
os:
- linux
- osx
env:
- OCAML_VERSION=4.03.0
- OCAML_VERSION=4.04.0
| Add OCaml 4.04.0 to the Travis builds | Add OCaml 4.04.0 to the Travis builds
This is related to #499.
| YAML | apache-2.0 | hammerlab/ketrew |
20a365b778393d2b4c8124cfb42e6792ffcae981 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
scrip... | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
befor... | Fix OSX build on Travis. | Fix OSX build on Travis.
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
a8e6277936985116b85cfe8e076417ab077363e8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Update Travis config to use Node 0.12 | Update Travis config to use Node 0.12 | YAML | mit | helmetjs/frameguard |
5dad0a5cd7732ea8748be12397a5caaeb3313bf8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
- jruby-19mode
- jruby-18mode
env:
global:
- TRAVIS=true
matrix:
- DB=mysql
- DB=postgres
- DB=sqlite
sudo: false
before_script:
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_test;'; fi"
- sh -c "if [ \"$DB... | language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-19mode
env:
global:
- TRAVIS=true
matrix:
- DB=mysql
- DB=postgres
- DB=sqlite
sudo: false
before_script:
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_test;'; fi"
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql ... | Stop testing against ruby 1.8 | Stop testing against ruby 1.8
PaperTrail 5 will not support ruby 1.8
| YAML | mit | airblade/paper_trail,jashank/paper_trail,theRealNG/paper_trail,theRealNG/paper_trail,z80/paper_trail,ifeelgoods/paper_trail,z80/paper_trail,jashank/paper_trail,devonestes/paper_trail,jnstq/paper_trail,jnstq/paper_trail,ifeelgoods/paper_trail,airblade/paper_trail |
61ed21902c897bb70901467a94508bddc17d4e27 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: ruby
jdk:
- oraclejdk7
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Use ruby as a base | Use ruby as a base
| YAML | apache-2.0 | realityforge/gwt-appcache,realityforge/gwt-appcache |
fa45683f804b0bb5c9e205b93945c2e28076cf77 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
before_script:
- http-server
script:
- npm run build
deploy:
repo: jsonnull/jsonnull.github.io
local_dir: public/
fqdn: jsonnull.com
target_branch: master
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
o... | language: node_js
cache: yarn
node_js:
- node
before_script:
- http-server &
script:
- npm run build
deploy:
repo: jsonnull/jsonnull.github.io
local_dir: public/
fqdn: jsonnull.com
target_branch: master
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
... | Make server run in background in CI environment. | Make server run in background in CI environment.
| YAML | mit | jsonnull/jsonnull.com,jsonnull/jsonnull.com,jsonnull/jsonnull.com |
cd2e85b6d737ca07bef9b5f4b4457c2386de5548 | .travis.yml | .travis.yml | ---
language: java
env:
- git.target.branch=f11106
install: mvn --batch-mode -V --quiet -DskipTests=true -Dmaven.javadoc.skip=true validate
script: mvn --batch-mode -V clean verify
notifications:
email:
- niklaus.giger@member.fsf.org
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
before_script:
... | ---
language: java
env:
- git.target.branch=$TRAVIS_BRANCH
install: mvn --batch-mode -V --quiet -DskipTests=true -Dmaven.javadoc.skip=true validate
script: mvn --batch-mode -V clean verify
notifications:
email:
- niklaus.giger@member.fsf.org
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
before_sc... | Set environment variable git.target.branch to TRAVIS_BRANCH | [15471] Set environment variable git.target.branch to TRAVIS_BRANCH
| YAML | epl-1.0 | DavidGutknecht/elexis-3-base,DavidGutknecht/elexis-3-base,DavidGutknecht/elexis-3-base,DavidGutknecht/elexis-3-base,DavidGutknecht/elexis-3-base |
ef8828e431d635560e1e7d520c384202561252de | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.11
- 2.12.2
jdk:
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test tut
# check if there are no changes after `tut` runs
- if [[ $TRAVIS_SCALA_VERSION =~ '^2\.12.*' ]]; then
git diff --exit-code;
fi
after_success:
- sbt ++$TRAVIS_SCALA_VERSION... | sudo: false
language: scala
scala:
- 2.11.11
- 2.12.2
jdk:
- oraclejdk8
addons:
apt:
packages:
- tor
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test tut
# check if there are no changes after `tut` runs
- if [[ $TRAVIS_SCALA_VERSION =~ '^2\.12.*' ]]; then
git diff --exit-code;
... | Migrate to container-based Travis and install Tor | Migrate to container-based Travis and install Tor
| YAML | mit | ruippeixotog/scala-scraper |
b96a6df6dbabe0297a79b34da9d1d68278945bbc | .travis.yml | .travis.yml | language: node_js
cache:
directories:
- ~/.npm
- node_modules
notifications:
email: false
node_js:
- 'node'
- 'lts/*'
before_script:
- npm prune
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
| language: node_js
cache:
directories:
- ~/.npm
- node_modules
notifications:
email: false
node_js:
- '9'
- 'lts/*'
before_script:
- npm prune
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
| Set latest node version to 9 for tests | ci(node): Set latest node version to 9 for tests
Currently tests are breaking on Node 10.0
| YAML | mit | alarisprime/qgen |
17d69e5c9d8b83a0ef4a60646e01d870c19e3a13 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.1
- 7.2
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
env:
matrix:
- PREFER_LOWEST = "--prefer-lowest --prefer-stable"
- PREFER_LOWEST = ""
before_script:
- travis_retry composer self-update
- travis_ret... | sudo: false
language: php
php:
- 7.1
- 7.2
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
env:
matrix:
- PREFER_LOWEST = "--prefer-lowest --prefer-stable"
- PREFER_LOWEST = ""
before_script:
- travis_retry composer self-update
- travis_ret... | Fix Travis + Codecov integration | Fix Travis + Codecov integration
| YAML | mit | tuupola/slim-jwt-auth |
23d838d9cfb1aa57602e218eeaabb0affce41162 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
install:
- "pip install ."
- "pip install -r requirements.txt"
script: ./tests/fulltests.py
| language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- "pip install ."
- "pip install -r requirements.txt"
script: ./tests/fulltests.py
| Expand python versions for CI | Expand python versions for CI
| YAML | mit | nugget/python-anthemav |
9be386d3738117a64bdbf2ceac15d09a0ffa39a2 | .travis.yml | .travis.yml |
#
# Configuration file for Travis CI
# http://travis-ci.org/
#
language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=false -B -V
after_success:
- mvn clean cobertura:cobertura coveralls:report
|
#
# Configuration file for Travis CI
# http://travis-ci.org/
#
language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=false -B -V
after_success:
- mvn clean cobertura:cobertura coveralls:report
sudo: false
| Update file for Travis CI | Update file for Travis CI
| YAML | apache-2.0 | julianmendez/born,julianmendez/born,julianmendez/born,julianmendez/born |
8355c15c990609f06b0fb53e2536783bdb3a1aaf | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
script: phpunit
notifications:
irc: "irc.freenode.org#fbp"
| language: php
php:
- 5.5
- 5.6
- 7.0
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
script: phpunit
| Remove IRC notification for builds | Remove IRC notification for builds | YAML | mit | bergie/phpflo,phpflo/phpflo |
f281a58a4a657153d8cb971d69d4f8cd5f595e30 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
| language: ruby
before_install: gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
| Upgrade bundler before Travis tests to fix issues on some Ruby versions. | Upgrade bundler before Travis tests to fix issues on some Ruby versions.
| YAML | mit | peleteiro/ruby-duration |
85c60ee308a67c2c17bfe034f28228bdca620223 | .travis.yml | .travis.yml | language: php
dist: precise
matrix:
include:
- php: 7.1
sudo: false
script:
- travis_wait 30 bin/simple-phpunit --coverage-clover=coverage.clover
before_script:
- composer install
- mysql -e 'create database fork_test'
- mysql -u root fork_test < tests/data/test_db.sql
- cp app/config/parameters.yml.... | language: php
dist: precise
matrix:
include:
- php: 7.1
sudo: false
script:
- travis_wait 30 bin/simple-phpunit --coverage-clover=coverage.clover
before_script:
- composer install
- mysql -e 'create database fork_test'
- mysql -u root fork_test < tests/data/test_db.sql
- cp app/config/parameters.yml.... | Define php version for code quality stage | Define php version for code quality stage
| YAML | mit | sumocoders/forkcms,Katrienvh/forkcms,forkcms/forkcms,justcarakas/forkcms,forkcms/forkcms,jonasdekeukelaere/forkcms,jessedobbelaere/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,forkcms/forkcms,jacob-v-dam/forkcms,riadvice/forkcms,bartdc/forkcms,riadvice/forkcms,jessedobbelaere/forkcms,jonasdekeukelaere/forkcms,jaco... |
e0d18c60bff233b011f97d3c7b80e9ac7cec4570 | .travis.yml | .travis.yml | # .travis.yml automatically generated by ".travis.yml.sh"
# Container-based builds used if "sudo: false" --> fast boot (1-6s)
# https://docs.travis-ci.com/user/ci-environment/
sudo: false
language: python
env:
- TOXENV="py27-django1.8"
- TOXENV="py27-django1.9"
- TOXENV="py33-django1.8"
- TOXENV="py34-django... | # .travis.yml automatically generated by ".travis.yml.sh"
# Container-based builds used if "sudo: false" --> fast boot (1-6s)
# https://docs.travis-ci.com/user/ci-environment/
sudo: false
language: python
- "3.5"
env:
- TOXENV="py27-django1.8"
- TOXENV="py27-django1.9"
- TOXENV="py33-django1.8"
- TOXENV="p... | Make Python 3.5 available and increase verbosity of Travis-CI. | Make Python 3.5 available and increase verbosity of Travis-CI.
| YAML | mit | commoncode/django-ddp,django-ddp/django-ddp,django-ddp/django-ddp,django-ddp/django-ddp,commoncode/django-ddp,django-ddp/django-ddp,commoncode/django-ddp,commoncode/django-ddp |
1568add67e925a128e2e5f2f1b6e511f756e0450 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -... | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -... | Install pip and conda requirements using separate files | Install pip and conda requirements using separate files
| YAML | apache-2.0 | willrogers/pml,willrogers/pml,razvanvasile/RML |
1991c670377082722947f706a140f0d281ee02dc | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- rbx-2
- jruby-9.0.5.0
- jruby-9.1.2.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
fast_finish: true
before_install:
- gem update bundler
script:... | language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.0
- rbx-2
- jruby-9.0.5.0
- jruby-9.1.2.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
fast_finish: true
before_install:
- gem update bundl... | Add ruby 2.5.0 as testing target for Travis | Add ruby 2.5.0 as testing target for Travis
| YAML | mit | antstorm/money,insphire/money,RubyMoney/money,envato/money |
c9807814127c75b21341d5e225ab3b68606db238 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
cache: bundler
sudo: false
after_success: bundle exec codeclimate-test-reporter
notifications:
email:
on_success: never
on_failure: change
| language: ruby
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
cache: bundler
sudo: false
after_success: bundle exec codeclimate-test-reporter
notifications:
email:
on_success: never
on_failure: change
addons:
code_climate:
repo_token: 23788f6358c812402884bb474c91ba819e6c096189b8ebe45d3b10b206ed4c67
| Add configuration for test coverage reporting | Add configuration for test coverage reporting
| YAML | apache-2.0 | zendesk/biz,zendesk/biz |
eecd10600e268b1081d54852725291e180f83f9e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- npm install -g bower
- bower install
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g bower
- bower install
| Add node 0.11 support for Travis | Add node 0.11 support for Travis
| YAML | mit | brettstimmerman/flight-visibility |
1c5db9c69aaac38be616d00fc58eaf1d8818fb93 | lib/smart_answer_flows/locales/en/apply-tier-4-visa.yml | lib/smart_answer_flows/locales/en/apply-tier-4-visa.yml | en-GB:
flow:
apply-tier-4-visa:
title: Apply to extend or switch to a Tier 4 visa
meta:
description: Apply to extend or switch to a Tier 4 (General) student visa or your Tier 4 (Child) student visa
body: |
Apply to extend or switch to a Tier 4 visa.
This applies to:
... | en-GB:
flow:
apply-tier-4-visa:
title: Apply to extend or switch to a Tier 4 visa
meta:
description: Apply to extend or switch to a Tier 4 (General) student visa or your Tier 4 (Child) student visa
body: |
Apply to extend or switch to a Tier 4 visa.
This applies to:
... | Update apply tier 4 visa | Update apply tier 4 visa
Removed service outage line
Merge and deploy 27 July
| YAML | mit | askl56/smart-answers,aledelcueto/smart-answers,askl56/smart-answers,tadast/smart-answers,tadast/smart-answers,stwalsh/smart-answers,tadast/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,alphagov/smart-answers,aledelcueto/smart-answers,aledelcueto/smart-answers,aledelcueto/smart-answers,... |
94eb91174f0e3a6330542a7f19badb57fc69b79e | .travis.yml | .travis.yml | ---
addons:
apt:
packages:
- google-chrome-stable
branches:
only:
- master
- 1-4-stable
language: ruby
sudo: false
dist: trusty
bundler_args: --without development
cache: bundler
before_script:
- bin/install_chromedriver.sh
- unset _JAVA_OPTIONS
before_install:
- gem update --system... | ---
addons:
apt:
packages:
- google-chrome-stable
branches:
only:
- master
- 1-4-stable
language: ruby
sudo: false
dist: trusty
bundler_args: --without development
cache: bundler
before_script:
- bin/install_chromedriver.sh
- unset _JAVA_OPTIONS
before_install:
- gem update --system... | Add jruby 9.1.17.0 to TravisCI | Add jruby 9.1.17.0 to TravisCI
It's not EOL'd and MRI 2.3 compatible, so I guess it's interesting to
see how it's doing.
| YAML | mit | activeadmin/activeadmin,vraravam/activeadmin,vraravam/activeadmin,activeadmin/activeadmin,javierjulio/activeadmin,mrjman/activeadmin,javierjulio/activeadmin,activeadmin/activeadmin,vraravam/activeadmin,deivid-rodriguez/activeadmin,javierjulio/activeadmin,mrjman/activeadmin,deivid-rodriguez/activeadmin,mrjman/activeadmi... |
cc0f12cf20a5653b07dda909e4e76d099072c719 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
before_install:
- sudo apt-get update
- sudo apt-get install libopenmpi-dev
- sudo apt-get install openmpi-bin
- pip install numpy
- pip install pyzmq --install-option="--zmq=bundled"
- pip install ipython
- pip install mpi4py --allow-all-external... | language: python
python:
- 2.7
- 3.3
before_install:
- sudo apt-get update
- sudo apt-get install libopenmpi-dev
- sudo apt-get install openmpi-bin
- pip install numpy
- pip install pyzmq --install-option="--zmq=bundled"
- pip install ipython
- pip install mpi4py --allow-all-external... | Add "coverage combine" to "after_success". | Add "coverage combine" to "after_success".
This tells coverage to combine the coverage results from several processes. | YAML | bsd-3-clause | RaoUmer/distarray,enthought/distarray,enthought/distarray,RaoUmer/distarray |
02a506136770e3c88a5971dfbfd683500ea050a8 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
# use pyaml for tests above py26
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then pip install pyaml; fi
- "python setup.py install"
# command to run tests
script: p... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
# use pyaml for tests above py26
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then pip install pyaml; fi
- "python setup.py install"
# command to run tests
script: python test... | Drop py2.6, 3.2 and 3.3; add 3.5 and 3.6 | Drop py2.6, 3.2 and 3.3; add 3.5 and 3.6
| YAML | mit | eyeseast/python-frontmatter |
634ebd647ea64a511a4308f66af6c4ab28d93212 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
matrix:
allow_failures:
- php: 5.6
env:
global:
- ES_VER=1.2.1
- ES_MAPPER_ATTACHMENTS_VER=2.0.0.RC1
- ES_TRANSPORT_THRIFT_VER=2.0.0
- ES_GEOCLUSTER_FACET_VER=0.0.10
- ES_WAIT_ON_MAPPING_CHANGE=true
- MEMCACHE_VER=3.0.8
matrix:
... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
matrix:
allow_failures:
- php: 5.6
env:
global:
- ES_VER=1.3.0
- ES_MAPPER_ATTACHMENTS_VER=2.0.0.RC1
- ES_TRANSPORT_THRIFT_VER=2.0.0
- ES_GEOCLUSTER_FACET_VER=0.0.10
- ES_WAIT_ON_MAPPING_CHANGE=true
- MEMCACHE_VER=3.0.8
matrix:
... | Update elasticsearch to version 1.3.0 | Update elasticsearch to version 1.3.0
| YAML | mit | ruflin/Elastica,0x46616c6b/Elastica,JustinHook/Elastica,JustinHook/Elastica,kartikm/Elastica,ebernhardson/Elastica,stof/Elastica,im-denisenko/Elastica,Southparkfan/Elastica,Gasol/Elastica,falconavs/Elastica,ARAMISAUTO/Elastica,vlajos/Elastica,Southparkfan/Elastica,markeilander/Elastica,eilgin/Elastica,p365labs/Elastica... |
c4b415dca5d9b1947248c3bd1c7adbc374c36060 | .travis.yml | .travis.yml | language: objective-c
matrix:
include:
- osx_image: xcode7.1
env:
global:
- LC_CTYPE=en_US.UTF-8
git:
submodules: false
before_install:
- git submodule update --init --recursive
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.10/Carthage.pkg"
- sudo installer -pkg "Carthage.p... | language: objective-c
matrix:
include:
- osx_image: xcode7.1
env:
global:
- LC_CTYPE=en_US.UTF-8
git:
submodules: false
before_install:
- git submodule update --init --recursive
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.10/Carthage.pkg"
- sudo installer -pkg "Carthage.p... | Add iOS testing to Travis | Add iOS testing to Travis
| YAML | mit | walkingsmarts/ReactiveCocoa,neilpa/Rex,ikesyo/Rex,ohwutup/ReactiveCocoa,calebd/ReactiveCocoa,bjarkehs/Rex,ikesyo/Rex,neilpa/Rex,RACCommunity/Rex,RACCommunity/Rex,calebd/ReactiveCocoa,calebd/ReactiveCocoa,ohwutup/ReactiveCocoa,walkingsmarts/ReactiveCocoa,bjarkehs/Rex,ohwutup/ReactiveCocoa,walkingsmarts/ReactiveCocoa,RAC... |
b286e915a17d6521a95386abd1085c2989a77e49 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
env:
global:
- secure: "j17tHs7MhF1VuJ7ChImA0a3kd+uHPri2HJJxJ++PKCEF7pAu/cksMq9v3xQp9ZajPJJ0z4gTQnMjrzUSjhL11cpweBy84suA/vqjoh4Rp6ouV9yv/wThcij6GHd0S9MzYol6b3iR1CCauQpQwy+dff1HJvcGrcheuxD62EhVzoI="
- secure: "3fkfH1qCQMVFJkyyGqq79+DwOiX0/Zor4iwHr0x1fRtqNgbx3r47znB... | sudo: false
language: node_js
node_js:
- '0.10'
env:
global:
- secure: "j17tHs7MhF1VuJ7ChImA0a3kd+uHPri2HJJxJ++PKCEF7pAu/cksMq9v3xQp9ZajPJJ0z4gTQnMjrzUSjhL11cpweBy84suA/vqjoh4Rp6ouV9yv/wThcij6GHd0S9MzYol6b3iR1CCauQpQwy+dff1HJvcGrcheuxD62EhVzoI="
- secure: "3fkfH1qCQMVFJkyyGqq79+DwOiX0/Zor4iwHr0x1fRt... | Switch to the faster container infra on Travis | Build: Switch to the faster container infra on Travis
Close gh-346
| YAML | mit | mzgol/sizzle |
b552abd104025f757cd5fbfb13b99cfb4047ed87 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
- "3.3"
install:
- pip install codecov coverage catkin_pkg catkin_tools concurrent.futures dateutil requests rosdep yaml
script:
- nosetests --verbose --with-coverage --cover-erase --cover-package=rosrepo test
after_success:
- codecov
| language: python
sudo: false
python:
- "2.7"
- "3.3"
install:
- pip install codecov coverage catkin_pkg catkin_tools futures dateutil requests rosdep yaml
script:
- nosetests --verbose --with-coverage --cover-erase --cover-package=rosrepo test
after_success:
- codecov
| Fix pip install key for concurrent.futures | Fix pip install key for concurrent.futures
| YAML | apache-2.0 | fkie/rosrepo,fkie/rosrepo |
19e0cd957a23b86bb21698e4de2f34745e8c2720 | .travis.yml | .travis.yml | language: c
before_install:
- wget https://gist.github.com/petere/5893799/raw/apt.postgresql.org.sh
- wget https://gist.github.com/petere/6023944/raw/pg-travis-test.sh
- sudo sh ./apt.postgresql.org.sh
env:
- PGVERSION=9.6
- PGVERSION=10
- PGVERSION=11
- PGVERSION=12
script: bash ./pg-travis-test.sh
| language: c
before_install:
- wget https://gist.github.com/petere/5893799/raw/apt.postgresql.org.sh
- wget https://gist.github.com/petere/6023944/raw/pg-travis-test.sh
- sudo sh ./apt.postgresql.org.sh
env:
- PGVERSION=9.6
- PGVERSION=10
- PGVERSION=11
- PGVERSION=12
- PGVERSION=13
script: bash ./pg-tra... | Add pg 13 to tested versions | Add pg 13 to tested versions
| YAML | mit | furstenheim/is_jsonb_valid,furstenheim/is_jsonb_valid |
23b1495c93248bb4c279b0817430c04b80f278b9 | .travis.yml | .travis.yml | language:
- python
- node_js
python:
- "2.7"
before_install:
- ./travis/before_script.sh
script:
- cp src dist
after_success:
# Only deploy from one of the builds
- ./travis/deploy.sh --verbose
env:
global:
# GitHub access token that grants access to thusoys GitHub account
- secure: "rbuep... | language:
- node_js
python:
- "2.7"
before_install:
- ./travis/before_script.sh
script:
- cp -r src dist
after_success:
# Only deploy from one of the builds
- ./travis/deploy.sh --verbose
env:
global:
# GitHub access token that grants access to thusoys GitHub account
- secure: "rbuepC6gnfRxQ... | Make dir copy recursive, remove python env | Make dir copy recursive, remove python env
| YAML | mit | PDTLTeamH/website |
1aa1b1fb30f544528e6d8ae5eaeed38a304b59aa | .travis.yml | .travis.yml | language: python
# python versioning
python:
- 2.7
# requirements
install:
- pip install -r requirements.txt
# environments to use for tests (below)
env:
- TEST_DIR = cmapPy/pandasGEXpress/tests
- TEST_DIR = cmapPy/set_io/tests
# run all tests in each test dir
script: cd $TEST_DIR && python -m unittest ... | language: python
# python versioning
python:
- 2.7
- 3.4
- 3.5
- 3.6
# requirements
install:
- pip install -r requirements.txt
# environments to use for tests (below)
env:
- TEST_DIR = cmapPy/pandasGEXpress/tests
- TEST_DIR = cmapPy/set_io/tests
# run all tests in each test dir
script: cd $TEST_DI... | Add Python 3.4 - 3.6 to Travis metadata | Add Python 3.4 - 3.6 to Travis metadata
| YAML | bsd-3-clause | cmap/cmapPy |
ef92c5964798c004a16588814388bb41d702add0 | .travis.yml | .travis.yml | sudo:
false
language:
php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
- hhvm-nightly
cache:
directories:
- vendor
before_script:
- phpenv config-rm xdebug.ini
- composer install --dev --no-interaction --prefer-source
script:
- vendor/bin/phpunit --configuration phpunit.xml -... | sudo:
false
language:
php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
- hhvm-nightly
cache:
directories:
- vendor
before_script:
- composer install --dev --no-interaction --prefer-source
script:
- vendor/bin/phpunit --configuration phpunit.xml --colors --coverage-clover=covera... | REMOVE command to disable xdebug | REMOVE command to disable xdebug | YAML | mit | Webunion/View |
2b6e5accd299eb6f2d3f458236aa637094b9bb8c | .travis.yml | .travis.yml | language: c
sudo: true
install:
# Install the Criterion unit testing framework
- cd ${TRAVIS_BUILD_DIR}
- cd dependencies/criterion/
- cmake .
- make
- sudo make install
- sudo ldconfig
script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir build
- cd build
- cmake -G "Unix Makefiles" ..
- make
| language: c
sudo: true
install:
# Install the Criterion unit testing framework
- cd ${TRAVIS_BUILD_DIR}
- cd dependencies/criterion/
- cmake .
- make
- sudo make install
- sudo ldconfig
script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir build
- cd build
- cmake ..
- cmake --build .
- ctest
| Modify Travis build steps to include ctest | Modify Travis build steps to include ctest
Add ctest and made the other steps more general. Calling the platform independent `cmake --build .` instead of `make`.
| YAML | mit | VanJanssen/safe-c,VanJanssen/elegan-c,ErwinJanssen/elegan-c |
bd15f172148ed9c92921eefab0f899e9571fb0e8 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.5"
jobs:
include:
- stage: demos
script:
- bin/run-demos.sh
- stage: tests
script:
- nosetests --with-doctest -xs -a'!slow' openquake.engine
- mkdir ~/oqdata; nosetests --with-doctest -xs -a'!slow' openquake.server
- bin/oq web... | sudo: false
language: python
python:
- "3.5"
jobs:
include:
- stage: tests
env: ENGINE
script:
- nosetests --with-doctest -xs -a'!slow' openquake.engine
- mkdir ~/oqdata; nosetests --with-doctest -xs -a'!slow' openquake.server
- bin/oq webui migrate
- cat /tmp/webui*
... | Set a ENV var to easily identify jobs | Set a ENV var to easily identify jobs
Former-commit-id: 66b5a26f73d3fe490fcead24c4476f5a55a94bf0 [formerly c8a62a3c736ef2f70d1eae32ecc09ee021c8782a]
Former-commit-id: f1df242d8c2e859502c421216ad5ff86aa888fe8 | YAML | agpl-3.0 | gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine |
e38b1d611d381fbb4415bc632fbeeb28ab46d667 | .travis.yml | .travis.yml | before_install:
- sudo apt-get -y update
- sudo apt-get -y install libicu-dev libmozjs185-dev pkg-config help2man libcurl4-openssl-dev
- sudo apt-get -y install libtool automake autoconf autoconf-archive
- sudo apt-get -y install shunit2
before_script: ./configure -c --disable-docs --disable-fauxton
script:... | language: erlang
sudo: false
os: linux
otp_release:
- 19.3
- 18.3
- 17.5
- R16B03-1
addons:
apt:
packages:
- build-essential
- curl
- libcurl4-openssl-dev
- libicu-dev
- libmozjs185-dev
- pkg-config
- help2man
- shunit2
git:
depth: 10
# Enable this block if you wa... | Switch to using Travis containerised builds | Switch to using Travis containerised builds
| YAML | apache-2.0 | fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb |
db3b89c71fca86d63256b176bfb0f4a64772d441 | .travis.yml | .travis.yml | sudo: false
language: python
dist: trusty
python:
- "2.7"
after_success:
- codecov
virtualenv:
system_site_packages: true
install:
- pip install -r requirements.txt
- pip install --editable .
- pip install codecov pytest-cov
script:
- py.test --cov-report xml --cov=certidude tests/
cache:
directories:
... | sudo: false
language: python
dist: xenial
python:
- "2.7"
after_success:
- codecov
virtualenv:
system_site_packages: true
install:
- pip install -r requirements.txt
- pip install --editable .
- pip install codecov pytest-cov
script:
- py.test --cov-report xml --cov=certidude tests/
cache:
directories:
... | Switch to Ubuntu 16.04 for Travis | Switch to Ubuntu 16.04 for Travis
| YAML | mit | plaes/certidude,plaes/certidude,laurivosandi/certidude,laurivosandi/certidude,laurivosandi/certidude,plaes/certidude,plaes/certidude,laurivosandi/certidude |
0aa42679565cf849e3d652b7ce5f8713675130d3 | .travis.yml | .travis.yml | language: python
python:
- "3.5.2"
- "3.6.1"
# - "nightly"
#install:
# - pip3 install codecov pyyaml
# - pip install pyyaml
script:
- pip list
# Run unit tests and integration tests.
- python -m unittest discover
- test/integration_tests.sh
# Run coverage.
- |
if [ "$TRAVIS_PYTHON_VERSION" = "3.5... | language: python
python:
- "3.5.2"
- "3.6.1"
- "nightly"
#install:
# - pip3 install codecov pyyaml
# - pip install pyyaml
script:
- pip list
# Run unit tests and integration tests.
- python -m unittest discover
- test/integration_tests.sh
# Run coverage.
- |
if [ "$TRAVIS_PYTHON_VERSION" = "3.5... | Add nightly python build (3.7 currently) | Add nightly python build (3.7 currently)
| YAML | mit | byllyfish/pylibofp,byllyfish/pylibofp |
520c30d77aa9a3a5b7e29a63e19a22b2a21d81c9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-2.2.1
- jruby-19mode
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-2.2.1
- jruby-19mode
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
| Use the system provided libxml2 on Travis | Use the system provided libxml2 on Travis
| YAML | mit | t27duck/mailboxer,chepri/mailboxer,sai43/mailboxer,jason-wang-0401/mailboxer,cantonyselim/mailboxer,joshtate04/mailboxer,afalone/mailboxer,Groovej/mailboxer,lacco/mailboxer,Design-Collective/mailboxer,roomaroom/mailboxer,Groovej/mailboxer,mailboxer/mailboxer,shekibobo/mailboxer,jarkadlec/mailboxer,div/mailboxer,mailbox... |
be3336363c2e96d3853be67af3914eeb44e96f32 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
# - rbx-19mode
# - ruby-head
before_install:
- wget http://ftp.us.debian.org/debian/pool/main/r/ragel/ragel_6.7-1.1_i386.deb
- sudo dpkg -i ragel_6.7-1.1_i386.deb
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode
- ruby-head
before_install:
- wget http://ftp.us.debian.org/debian/pool/main/r/ragel/ragel_6.7-1.1_i386.deb
- sudo dpkg -i ragel_6.7-1.1_i386.deb
notifications:
irc: "irc.freenode.org#adhearsion"
| Build on rbx and ruby 2.0.0 | Build on rbx and ruby 2.0.0 | YAML | mit | ThomasSevestre/ruby_ami,system123/ruby_ami,adhearsion/ruby_ami |
938817899adf66cdff5f18e88a18257740084326 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
git:
depth: 1
env:
global:
- secure: "hXNhTinvLDlfiIWxNgnxDFtL1zOnPd1TMyUkLLjqTRBbcuVinlMLISRgYV9g\nIIvLPG5S424ybNtU1X7X9MlypDmvis3/+G8gBo2q+7IRTAKw1C2J9/6RhIaG\nnD4aV9YZKmyz8pH1DZj6AMFIqY+2+W4Wte3oyL8IqbFRMfhdmzE="
before_install:
- pip install -Iv https://bitbucket.org/jam... | language: python
python:
- "2.7"
git:
depth: 1
env:
global:
- secure: "hXNhTinvLDlfiIWxNgnxDFtL1zOnPd1TMyUkLLjqTRBbcuVinlMLISRgYV9g\nIIvLPG5S424ybNtU1X7X9MlypDmvis3/+G8gBo2q+7IRTAKw1C2J9/6RhIaG\nnD4aV9YZKmyz8pH1DZj6AMFIqY+2+W4Wte3oyL8IqbFRMfhdmzE="
before_install:
- pip install -Iv https://bitbucket.org/jam... | Remove use mirrors for pip. | Remove use mirrors for pip.
| YAML | mit | sonium0/pymatgen,Dioptas/pymatgen,yanikou19/pymatgen,Bismarrck/pymatgen,yanikou19/pymatgen,migueldiascosta/pymatgen,rousseab/pymatgen,migueldiascosta/pymatgen,rousseab/pymatgen,sonium0/pymatgen,yanikou19/pymatgen,Bismarrck/pymatgen,migueldiascosta/pymatgen,rousseab/pymatgen,sonium0/pymatgen,ctoher/pymatgen,Bismarrck/py... |
8eb03e1fd940a69534fe3c0977d58c0a02cae7af | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "nightly"
script: pytest
before_install:
- export CPPFLAGS=`gdal-config --cflags`
- export LDFLAGS=`gdal-config --libs`
- export PROJ_LIB=/usr/share/proj
addons:
apt:
sources:
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'
packages:
... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "nightly"
script: pytest
before_install:
- export CPPFLAGS=`gdal-config --cflags`
- export LDFLAGS=`gdal-config --libs`
- export PROJ_LIB=/usr/share/proj
addons:
apt:
sources:
- sourceline: 'ppa:johanvdw/gdal'
packages:
- libgdal-de... | Use own ppa with gdal 2.2 for python gdal | Use own ppa with gdal 2.2 for python gdal
| YAML | mit | johanvdw/niche_vlaanderen |
4c12b2197c0e58fce683269bce49ec5386222706 | .travis.yml | .travis.yml | language: python
install: "pip install -r requirements.txt"
before_script: python setup.py develop
script: mamba spec/*.py
| language: python
python:
- "2.7"
- "3.3"
- "pypy"
install: "pip install -r requirements.txt"
before_script: python setup.py develop
script: mamba spec/*.py
| Check support for python 3.3 and pypy | Check support for python 3.3 and pypy
| YAML | mit | angelsanz/mamba,alejandrodob/mamba,markng/mamba,nestorsalceda/mamba,eferro/mamba,jaimegildesagredo/mamba,dex4er/mamba |
3aa0062b199712e7bc6acba5a98e837155dc967f | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 7.0
- php: 7.1
- php: nightly
fast_finish: true
allow_failures:
- php: nightly
before_install:
- phpenv config-rm xdebug.ini || true
- composer config --global github-oauth.github.com $GITHUB_TOKEN
install: composer install --pr... | language: php
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: nightly
fast_finish: true
allow_failures:
- php: nightly
before_install: phpenv config-rm xdebug.ini || true
install: composer install --no-progress --no-interaction
script: sc... | Add new PHP versions to the Travis config | Add new PHP versions to the Travis config
| YAML | mit | eloquent/composer-npm-bridge |
b390063f47e8cf4416b18ed65dafbdc95ca64df0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
script: yarn test && yarn test-demo
jobs:
include:
- stage: Lint
node_js: "6"
script: yarn lint
| language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
script: yarn test && yarn test-demo
jobs:
include:
- stage: Lint
node_js: "6"
script: yarn lint
| Test on Node 8,9,10 too | Test on Node 8,9,10 too
| YAML | mit | savo92/fetchy-js,savo92/fetchy-js |
5794aae2a9ce9da60fb21ec28c73d6dbbad042ba | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- tip
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=1,2,4 -race .
- go test -tags=noasm -v -cpu=1,2,4 -race .
- go build examples/simple-decoder.go
- go build examples/simple-encoder.go
- diff <(gofmt -d .) <("")
| language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=1,2,4 -race .
- go test -tags=noasm -v -cpu=1,2,4 -race .
- go build examples/simple-decoder.go
- go build examples/simple-encoder.go
- diff <(gofmt -d .) <("")
| Add Go 1.5 as test target. | Add Go 1.5 as test target.
| YAML | mit | somethingnew2-0/reedsolomon,lukechampine/reedsolomon,fwessels/reedsolomon,klauspost/reedsolomon,beni55/reedsolomon |
1f769c745275fbc1f30377f92f9b2f79681ae27d | .travis.yml | .travis.yml | language: ruby
cache:
- bundler
install:
- bundle install
rvm:
- 2.1
- 2.2
- 2.3.0
notifications:
email:
recipients:
- sensu-plugin@sensu-plugins.io
on_success: change
on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-aws.gemspec
- gem install sensu-plugins-aws-*.gem
depl... | language: ruby
cache:
- bundler
install:
- bundle install
rvm:
- 2.1
- 2.2.1
- 2.3.0
notifications:
email:
recipients:
- sensu-plugin@sensu-plugins.io
on_success: change
on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-aws.gemspec
- gem install sensu-plugins-aws-*.gem
de... | Update Travis dotfile - Set Ruby `2.2` to `2.2.1` | Update Travis dotfile
- Set Ruby `2.2` to `2.2.1` | YAML | mit | nickjacques/sensu-plugins-aws,sstarcher/sensu-plugins-aws,majormoses/sensu-plugins-aws,obazoud/sensu-plugins-aws,majormoses/sensu-plugins-aws,sensu-plugins/sensu-plugins-aws,nyxcharon/sensu-plugins-aws,obazoud/sensu-plugins-aws,nickjacques/sensu-plugins-aws,nyxcharon/sensu-plugins-aws,brendangibat/sensu-plugins-aws |
607a30f52dff72c652d383996017f276aab259e8 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'
- '5.0'
| sudo: false
language: node_js
node_js:
- '0.12'
- '4.0'
- '4.1'
- '5.0'
| Update to container-based Travis infrastructure | Update to container-based Travis infrastructure
| YAML | mit | RobLoach/kss-node,RobLoach/kss-node,RobLoach/kss-node |
7ea19ab36ceb31fc3eb6880112737d31caac1918 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
services:
- mongodb
after_success:
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
deploy:
provider: npm
email: austinwm@gmail.com
api_key:
secure: aEX8WNVjrTTHkeFZAMDA8OwER91lZR2cTPDtKVi/+KswPnf0XEey+tSc8AW2Jpd1Iw2u6ixHMbtA8yDDq3LoZcCls... | language: node_js
node_js:
- '0.12'
services:
- mongodb
after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
deploy:
provider: npm
email: austinwm@gmail.com
api_key:
secure: QCnRZSsPLjpul7AOUJrgsJAQKyHlWdS0og+KccYBXR2lawQEZurwrYhVEsQ2kc6le9Xd4Ris121a4RO5MRdaXTxFpT9... | Update NPM deployment API key. | Update NPM deployment API key.
| YAML | mit | amcgee/remjs,amcgee/remjs |
529dbea1da95dd80f85585273c340e31e11da45a | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "7"
notifications:
email:
- yakov@therocketsurgeon.com
| language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
notifications:
email:
- yakov@therocketsurgeon.com
| Remove old version of Node.js from Travis CI | Remove old version of Node.js from Travis CI
| YAML | mit | yakovkhalinsky/backblaze-b2 |
415dd86fe4c94698f72185d144725bcd8c0debce | .travis.yml | .travis.yml | language: node_js
node_js:
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node... | language: node_js
node_js:
- "iojs-v1.4"
- "iojs-v1.3"
- "iojs-v1.2"
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow_failures:
-... | Test on the latest `io.js` | Test on the latest `io.js` | YAML | mit | ljharb/big-integer-min |
f0a3d34f90a6930fdc7fa40444c376caae881926 | .travis.yml | .travis.yml | language: csharp
solution: LambdastyleWebsite.sln
install:
- nuget restore LambdastyleWebsite.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release LambdastyleWebsite.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./Tes... | language: node_js
node_js:
- "0.10"
script: cd Scripts\app && npm install && npm test
| Switch Travis configuration to Node | Switch Travis configuration to Node
| YAML | mit | PawelStroinski/LambdastyleWebsite,PawelStroinski/LambdastyleWebsite,PawelStroinski/LambdastyleWebsite |
735a721e81dab93696245a197761d6a39380fde6 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.3.4
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rspec spec
addons:
postgresql: '9.5'
code_climate:
repo_token: 6acb3ae4... | language: ruby
cache: bundler
rvm:
- 2.3.4
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rspec spec
addons:
postgresql: '9.6'
code_climate:
repo_token: 6acb3ae4... | Update TravisCI db version to match Heroku | Update TravisCI db version to match Heroku
| YAML | mit | BigGillyStyle/dealer,BigGillyStyle/dealer,BigGillyStyle/dealer |
c643a10ae9a514443feadb3b647aabb607a40cd1 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
- npm install
- npm i -g typings
- typings install
script:
- npm run build
after_success:
- npm run semantic-release
branch... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
before_install:
- npm cache clean -f
- npm i -g npm@^2.0.0
before_script:
- npm prune
- npm install
- npm i -g typings
- typings install
script:
- npm run build
after_success:
- npm run ... | Add cache clean script before install | fix(build): Add cache clean script before install
| YAML | apache-2.0 | takenet/lime-js,takenet/lime-js |
704f8869ef99f21159b0c3c3bdf39b218b2384d3 | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
- "2.1.1"
- "2.1.4"
- "2.2.0"
- jruby-19mode
- jruby
| language: ruby
before_install:
- gem install bundler
rvm:
- "2.0.0"
- "2.1.0"
- "2.1.1"
- "2.1.4"
- "2.2.0"
- jruby-9.0.5.0
| Drop 1.9.3 support and upgrade jruby version for Travis tests | Drop 1.9.3 support and upgrade jruby version for Travis tests
| YAML | mit | neilslater/pool_of_entropy |
dece1e9664917eefb5f0a6c6cf77d95b91cb7eae | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "4"
services: mongodb
after_success:
- 'if [ "$TRAVIS_BRANCH" == "master" ]; then curl -v -X POST -H ''api_key: fdb9e03f-f843-4bea-9d02-43ab619dd289'' http://162.243.219.172/deploys/openhim-core/preprod; fi'
sudo: false
# for libxmljs
env:
- CXX=g++-4.8
addons:
apt:
... | language: node_js
node_js:
- "4"
services: mongodb
after_success:
- 'if [ "$TRAVIS_BRANCH" == "master" ]; then curl -v -X POST -H ''api_key: fdb9e03f-f843-4bea-9d02-43ab619dd289'' http://162.243.219.172/deploys/openhim-core/preprod; fi'
sudo: false
# for libxmljs
env:
- CXX=g++-4.8
addons:
apt:
sources:
... | Remove testing against node 0.12 | Remove testing against node 0.12
| YAML | mpl-2.0 | jembi/openhim-core-js,jembi/openhim-core-js |
8d234e93c32e0fc625875683debbdaa2f76e433c | .travis.yml | .travis.yml | language: python
python:
# - "2.7"
# - "3.3"
- "3.4"
# - "3.5"
# - "3.5-dev" # 3.5 development branch
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
#
branches:
only:
- master
- develop
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
#
branches:
only:
- master
- develop
| Add py2.7 and later versions to yml | Add py2.7 and later versions to yml
| YAML | bsd-3-clause | par2/lamana-test |
6eed45a0d43bacdf80b6c7483e2ff81bcd92bfe5 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
notifications:
email:
- tim@github.com
env:
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.20
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.0
matrix:
exclude:
- rvm: 1.9.2
env: PUPPET_VERSION=2.6.17
- rvm: 1.9.3
env: PUPPET_VERSION=2.6.17
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
notifications:
email:
- tim@github.com
env:
- PUPPET_VERSION=2.6.18
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
- PUPPET_VERSION=3.3.2
matrix:
exclude:
- rvm: 1.9.2
env: PUPPET_VERSION=2.6.17
- rvm: 1.9... | Test on the latest puppet versions | Test on the latest puppet versions
| YAML | mit | tuxmea/rspec-puppet,johnmccabe/rspec-puppet,glauco/rspec-puppet,rodjek/rspec-puppet,fitpay/rspec-puppet,javiplx/rspec-puppet,rbramwell/rspec-puppet,jeremy-asher/rspec-puppet,DavidS/rspec-puppet,puppetlabs/rspec-puppet,camptocamp/rspec-puppet,electrical/rspec-puppet,iankronquist/rspec-puppet |
f654a9112bbeac49ca2cd45bfbe11533c4666cf8 | .travis.yml | .travis.yml | language: go
os: linux
jobs:
include:
- go: "1.10.x"
- go: "1.11.x"
env: GO111MODULE=off
- go: "1.11.x"
env: GO111MODULE=on
- go: "1.12.x"
env: GO111MODULE=off
- go: "1.12.x"
env: GO111MODULE=on
- go: "1.13.x"
env: GO111MODULE=off
- go: "1.13.x"
env: GO... | language: go
os: linux
jobs:
include:
- go: "1.10.x"
- go: "1.13.x"
env: GO111MODULE=off
- go: "1.13.x"
env: GO111MODULE=on
- go: "1.14.x"
env: GO111MODULE=off
- go: "1.14.x"
env: GO111MODULE=on
- go: master
env: GO111MODULE=on
- go: master
env: GO111MO... | Update Go versions in Travis * Updated the versions of Go we run on to reflect our support protocol | Update Go versions in Travis
* Updated the versions of Go we run on to reflect our support protocol
| YAML | mit | stretchr/testify,stretchr/testify |
30c702e6ee3f0023245c1fba24badd010e6738fc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode
# - ruby-head # seems unstable on travis at this time
# - jruby-head # seems unstable on travis at this time
# - rbx-19mode # rubinius still incorrectly defaults to 'US-ASCII'
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- jruby-head # To get JRuby 1.7.x, which defaults to -19mode
- rbx-19mode
# - ruby-head # seems unstable on travis at this time
| Enable JRuby 1.7.0 on Travis-CI | Enable JRuby 1.7.0 on Travis-CI
| YAML | mit | dfried/grocer,utx-tex/grocer,ping4/grocer,grocer/grocer,RobotsAndPencils/grocer,rockarloz/grocer |
973f1fcf98a3372d1c0cbea38e6c03ba3eb7c0ed | .travis.yml | .travis.yml | language: ruby
cache: bundler
gemfile: docs/Gemfile
script:
- bundle exec jekyll algolia --config _config.yml
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch
- master
rvm:
- 2.4 | language: ruby
cache: bundler
gemfile: docs/Gemfile
script:
- bundle exec jekyll algolia --config doc/_config.yml
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch
- master
rvm:
- 2.4 | Fix _config.yml path in build script | Fix _config.yml path in build script
| YAML | mit | dunkinnear/dunkinnear.github.io,jijames/dfir.science,vtrnnhlinh/vtrnnhlinh.github.io,SabotagePerformanceAppraisals/seattle-scrum,Pscheidl/pscheidl.github.io,dblalock/dblalock.github.io,johnson-li/johnson-li.github.io,FilippoMito/filippomito.github.io,HectorYee/hectoryee.github.io,FilippoMito/filippomito.github.io,objec... |
f555c8190d0be1c355fdc44753a11a629ccedbb9 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'latest'
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
| language: node_js
node_js:
- 'stable'
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
| Revert "nvm (on Travis) does not use `stable` correctly." | Revert "nvm (on Travis) does not use `stable` correctly."
This reverts commit f85dc3b7e750531c2d47c5678528bf45e9e0542b.
| YAML | agpl-3.0 | vatesfr/xo-web,lmcro/xo-web,lmcro/xo-web,vatesfr/xo-web,lmcro/xo-web |
dfa3712dd7e536072536f8beaeeed47e2997a2e2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1"
- "4.0"
# - "0.12" TODO: Disabled until #97 is resolved. ~ F
# - "0.11" TODO: Disabled until #97 is resolved. ~ F
# - "0.10" TODO: Disabled until #94 and #97 are resolved. ~ F
sudo: false
script:
- cp dev_config.example.json dev_config.json
- npm run compile
| language: node_js
node_js:
- "8.11"
sudo: false
script:
- cp dev_config.example.json dev_config.json
- npm run compile
| Use only currently supported node 8.11 | Use only currently supported node 8.11
| YAML | mit | ForNeVeR/kaiwa,ForNeVeR/kaiwa,ForNeVeR/kaiwa,ForNeVeR/kaiwa |
17d41196357a4c9a73445a5f79878d623f5e26ed | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
dist: xenial
python:
- 3.7
services:
- postgresql
- docker
addons:
postgresql: 9.6
apt:
packages:
- postgresql-9.6-postgis-2.3
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATAB... | sudo: false
language: python
cache: pip
dist: xenial
python:
- 3.7
services:
- postgresql
- docker
addons:
postgresql: 10
apt:
packages:
- postgresql-10-postgis-2.4
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATABAS... | Update Travis: posgresql and postgis versions. | Update Travis: posgresql and postgis versions.
| YAML | apache-2.0 | parksandwildlife/oim-cms,parksandwildlife/oim-cms,parksandwildlife/oim-cms |
046bf3644252c9ee427ebfa1a22fc5c06c09857c | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: required
rvm:
- 2.4
before_script:
- "curl -o /tmp/shellcheck-latest.linux.x86_64.tar.xz https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz"
- "sudo tar -xf /tmp/shellcheck-latest.linux.x86_64.tar.xz --strip-components 1 -C /usr/bin/ shellcheck-latest... | language: ruby
dist: trusty
sudo: required
rvm:
- 2.4
before_script:
- "curl -o /tmp/shellcheck-latest.linux.x86_64.tar.xz https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz"
- "sudo tar -xf /tmp/shellcheck-latest.linux.x86_64.tar.xz --strip-components 1 -C /usr/bin/ shellcheck-latest... | Validate the project using the `validate` task | Validate the project using the `validate` task
| YAML | mit | instruct-br/puppet-toolkit,instruct-br/puppet-toolkit,instruct-br/puppet-toolkit,instruct-br/puppet-toolkit |
1fbb98d9f0f78e4a958d96d5f7ba8e21ceaf4186 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
before_install:
- openssl aes-256-cbc -K $encrypted_81d4cb85ffe2_key -iv $encrypted_81d4cb85ffe2_iv
-in deploy_rsa.enc -out deploy_rsa -d
addons:
ssh_known_hosts: 192.241.157.86
before_deploy:
- npm install -g pm2
- eval "$(ssh-agent -s)"
- chmod 600 $TRAVIS_BUILD_DIR/deploy_rsa
- s... | language: node_js
node_js:
- '7'
before_install:
- openssl aes-256-cbc -K $encrypted_81d4cb85ffe2_key -iv $encrypted_81d4cb85ffe2_iv
-in deploy_rsa.enc -out deploy_rsa -d
addons:
ssh_known_hosts: 192.241.157.86
before_deploy:
- npm install -g pm2
- eval "$(ssh-agent -s)"
- chmod 600 $TRAVIS_BUILD_DIR/deploy_rsa
- s... | Change node version at Travis | chore: Change node version at Travis
| YAML | isc | circlecell/jsoncompare.com,circlecell/jsoncompare.com |
40c737887c9521e760c892a7aa629881d989944c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.8.7
bundler_args: --without development
before_script:
- "mysql -e 'create database one_click_test;' > /dev/null"
- "bundle exec rake oco:generate_config db:migrate"
- "bundle exec rake oco:install_wkhtmltopdf"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
scrip... | language: ruby
rvm:
- 1.9.3
- 1.8.7
bundler_args: --without development
before_script:
- "mysql -e 'create database one_click_test;' > /dev/null"
- "bundle exec rake oco:generate_config db:migrate"
- "bundle exec rake oco:install_wkhtmltopdf"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
scrip... | Make 1.9 build run on Ruby 1.9.3. | Travis: Make 1.9 build run on Ruby 1.9.3.
| YAML | agpl-3.0 | oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs,oneclickorgs/one-click-orgs |
788165dbd7bf7082f9be3ed0475fc912ba063b35 | .travis.yml | .travis.yml | language: ruby
cache: bundler
gemfile:
- gemfiles/jekyll_v2.gemfile
- gemfiles/jekyll_v3.gemfile
before_script: bundle update
script: ./scripts/test_ci
rvm:
- 2.2
- 2.1
- 2.0
notifications:
email:
on_success: never
on_failure: never
| language: ruby
cache: bundler
gemfile:
- gemfiles/jekyll_v2.gemfile
- gemfiles/jekyll_v3.gemfile
before_script: bundle update
script: ./scripts/test_ci
rvm:
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0
notifications:
email:
on_success: never
on_failure: never
| Add more versions of ruby | Add more versions of ruby
| YAML | mit | algolia/algoliasearch-jekyll,algolia/algoliasearch-jekyll |
fe071e23f8421f54015a3318984f63f3b7c7b758 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
after_script:
- npm run coveralls
| language: node_js
node_js:
- '0.12'
after_script:
- npm run coveralls
| Set node version to 0.12 | Set node version to 0.12
| YAML | mit | jantimon/postcss-darlec |
777ed4376dd91248b098cb9cfe95e468cc2df44a | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
# taken from laravel/framework
env:
global:
- setup=basic
matrix:
include:
- php: 5.5.9
env: setup=lowest
- php: 5.5.9
env: setup=stable
sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-inter... | language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- hhvm
# taken from laravel/framework
env:
global:
- setup=basic
matrix:
include:
- php: 5.5.9
env: setup=lowest
- php: 5.5.9
env: setup=stable
sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install ... | Add test builds for 5.5.9 | Add test builds for 5.5.9
| YAML | mit | srph/qp |
e7858f9be79031f4e046aa7a1e79b7930959c584 | .travis.yml | .travis.yml | # Source https://medium.com/@remi_collin/testing-laravel-packages-for-backward-compatibility-using-travis-cabc3210e120
language: php
php:
- 7.3
- 7.4
env:
- LARAVEL_VERSION=5.8.*
- LARAVEL_VERSION=6.4.*
- LARAVEL_VERSION=7.0.*
- LARAVEL_VERSION=8.0.*
matrix:
fast_finish: true
before_script:
- trav... | # Source https://medium.com/@remi_collin/testing-laravel-packages-for-backward-compatibility-using-travis-cabc3210e120
language: php
php:
- 7.3
- 7.4
- 8.0
env:
- LARAVEL_VERSION=5.8.*
- LARAVEL_VERSION=6.4.*
- LARAVEL_VERSION=7.0.*
- LARAVEL_VERSION=8.0.*
- LARAVEL_VERSION=9.0.*
matrix:
fast_fin... | Update Travis to support PHP 8.0 and Laravel 9 | Update Travis to support PHP 8.0 and Laravel 9 | YAML | mit | kkomelin/laravel-translatable-string-exporter |
1b4ebd7a47369b1e356277f091536aceacfc889c | .travis.yml | .travis.yml | language: ruby
rvm: 2.1.2
services: couchdb
bundler_args: --deployment --without development production
before_script: ./bin/bootstrap
script:
- cat config/application.yml
- ./bin/test
| language: ruby
rvm: 2.1.2
services: couchdb
bundler_args: --deployment --without development production
before_script: ./bin/bootstrap
script: ./bin/test
| Revert "Check what is in config application.yml" | Revert "Check what is in config application.yml"
This reverts commit 93f4d81ceb9364ba3affee9890653d161666630f.
| YAML | mit | obduk/cms,obduk/cms,obduk/cms,obduk/cms |
9a56ca6fbf5c4b72e7f4e5aa57342e0a660bb5ec | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.7
- 0.8
notifications:
email:
- turcotte.mat@gmail.com
| language: node_js
node_js:
- "0.6"
- "0.7"
- "0.8"
- "0.10"
notifications:
email:
- turcotte.mat@gmail.com
| Add node 0.10 as a target version. | Add node 0.10 as a target version.
| YAML | mit | MathieuTurcotte/node-wait |
504a46fc0300fea5274005db89e1b073e76d328c | .travis.yml | .travis.yml | language: go
go:
- 1.12.x
- 1.13.x
- gotip
env:
- GO111MODULE=on
install:
- go get -v ./...
- go build ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: make test
| language: go
go:
- 1.13.x
- 1.14.x
- gotip
env:
- GO111MODULE=on
install:
- go get -v ./...
- go build ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: make test
| Test against 1.14 and remove 1.12 | Test against 1.14 and remove 1.12
| YAML | mit | onsi/gomega |
effa39f1547e6d83812c0f77efa8f75990f4b3b0 | .travis.yml | .travis.yml | sudo: required
language: generic
services:
- docker
script:
- docker build -t lab41/base-notebook 01_base_notebook
- docker build -t lab41/logging-notebook 02_ganymede
- docker build -t lab41/tensorflow-notebook 03_deep_learning
- docker build -t lab41/spark-notebook 03_spark
# Check that we can open pyt... | sudo: required
language: generic
services:
- docker
script:
- docker build -t lab41/base-notebook 01_base_notebook
- docker build -t lab41/logging-notebook 02_ganymede
- docker build -t lab41/tensorflow-notebook 03_deep_learning
- docker build -t lab41/spark-notebook 03_spark
# Check that we can open pyt... | Add test of `nvidia-smi` to the build | Add test of `nvidia-smi` to the build
| YAML | apache-2.0 | Lab41/nbserver,agude/nbserver,agude/nbserver,Lab41/nbserver |
866aaff8f794b7cdc90895308c5ca235b4d980d1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
services:
- mongodb | language: ruby
rvm:
- 2.1.1
services:
- mongodb
env:
global:
- ADMIN_EMAIL=ohanapi@codeforamerica.org | Add ADMIN_EMAIL env var to Travis | Add ADMIN_EMAIL env var to Travis
| YAML | bsd-3-clause | codeforamerica/ohana-api-admin,codeforamerica/ohana-api-admin,codeforamerica/ohana-api-admin,codeforamerica/ohana-api-admin |
50896a51f5dadc60536d8536eb447645898433ee | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "7"
- "8"
| language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
| Revert "Remove Node 4 from Travis" | Revert "Remove Node 4 from Travis"
This reverts commit 9687e269700f4bf5f39f1f2fe8ef278ebd305035.
| YAML | mit | mcollina/aedes-persistence |
0843f544c516773ecb483becaf490d9c634baed9 | .travis.yml | .travis.yml | language: php
php:
# - 5.5
# - 5.6
# - 7.0
- 7.1
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --p... | language: php
php:
# - 5.5
# - 5.6
# - 7.0
- 7.3
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --p... | Use PHP 7.3 on Travis. | Use PHP 7.3 on Travis.
| YAML | mit | hussainweb/drupal-composer-helper |
17ce16114fc95aa58361709a03cd692c8fa5d3d2 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
script: mvn clean integration-test | language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# Prevent Travis's default of: mvn install -DskipTests=true
install: ""
script: mvn clean integration-test | Fix Travis CI for UI tests. | Fix Travis CI for UI tests. | YAML | epl-1.0 | aschran/goclipse,bnrghvn/goclipse,akutz/goclipse,GoClipse/goclipse,happyspace/goclipse,aschran/goclipse,happyspace/goclipse,gchm2010/goclipse,rayyang2000/goclipse,fredyw/goclipse,happyspace/goclipse,rayyang2000/goclipse,akutz/goclipse,akutz/goclipse,gchm2010/goclipse,johnjaylward/goclipse,gchm2010/goclipse,GoClipse/goc... |
a02e377577998a6f508d55db051dcbb56058c12f | .travis.yml | .travis.yml | language: php
php:
- 8.0
- 8.1
matrix:
allow_failures:
- php: 8.0
before_install:
- composer self-update
install:
- composer install --optimize-autoloader --prefer-source --no-interaction
script:
- php bin/phpunit -c phpunit.xml --color --coverage-clover=build/logs/clover.xml
after_script:
- wge... | language: php
php:
- 8.1
before_install:
- composer self-update
install:
- composer install --optimize-autoloader --prefer-source --no-interaction
script:
- php bin/phpunit -c phpunit.xml --color --coverage-clover=build/logs/clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php o... | Remove PHP 8.0 support becasue deprecated in Symfony 6.1 | Remove PHP 8.0 support becasue deprecated in Symfony 6.1
| YAML | mit | phansible/phansible,phansible/phansible,phansible/phansible,phansible/phansible,phansible/phansible |
90514b3536c2a6d6dfc379b91bd1252c3bc09dad | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.2
- 2.1
- 2.0
- jruby-head
env:
matrix:
- TEST_SUITE=test
- TEST_SUITE=cucumber
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:... | language: ruby
cache: bundler
sudo: false
rvm:
- 2.2
- 2.1
- 2.0
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
env:
matrix:
- TEST_SUITE=test
- TEST_SUITE=cucumber
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channel... | Allow jRuby head to fail. | Allow jRuby head to fail. | YAML | mit | richsoni/jekyll,LuoPX-15510486969/jekyll,alfredxing/jekyll,wadaries/jekyll,ajhit406/jekyll,hubsaysnuaa/jekyll,floydpraveen/jekyll,jaroot32/jekyll,stomar/jekyll,tillgrallert/jekyll,xcatliu/jekyllcn,indraj/jekyll,christophermanning/jekyll,thetaxman/jekyll,rovrevik/jekyll,pheuko/jekyll,jaybe-jekyll/jekyll,Tyrion22/jekyll,... |
e4bbb37e92424db5402e1204290aa42b56a9b896 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.12"
- "5"
env:
global:
- BUILD_TIMEOUT=10000
install: npm install
| sudo: false
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "node"
env:
global:
- BUILD_TIMEOUT=10000
install: npm install
| Test in more node environments | Test in more node environments | YAML | mit | rollup/rollup-plugin-commonjs |
9999d2db7ab8a8a7efd7c5d97b0304228ff68599 | .travis.yml | .travis.yml | sudo: false
language: node_js
notifications:
email: false
node_js:
- 10
- 12
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
include:
- stage: release
node_js: 12
script: curl "https://raw.githubusercontent.co... | sudo: false
language: node_js
notifications:
email: false
node_js:
- 10
- 12
script: npm run travis
before_install:
- npm i -g npm
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
include:
- stage: release
node_js: 12
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/sem... | Remove deprecated `matrix` config section | chore(TravisCI): Remove deprecated `matrix` config section
This config entry is deprecated, and has now started overwriting the
`jobs` section, causing build issues.
Connects pelias/pelias#850
| YAML | mit | pelias/openaddresses,pelias/openaddresses |
5db849eb2f10f41bdf2f97556777242ba0f67ef3 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
before_install: pip install codecov
install: pip install -r dev_requirements.txt
script: py.test
after_success: codecov
| sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
before_install: pip install codecov
install: pip install -r dev_requirements.txt
script: py.test
after_success: codecov
| Drop Python 3.2 support because it started failing Travis tests | Drop Python 3.2 support because it started failing Travis tests | YAML | mit | jingw/shellquery |
e964dd60372b54c6c1a5e32d4898597d2270073c | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: java
# https://github.com/travis-ci/travis-ci/issues/8408
before_install:
- unset _JAVA_OPTIONS
matrix:
include:
- env: CURLED='install-jdk.sh'
install: curl https://git.io/vAMzJ | bash -s "-F 11" "-L GPL"
- env: JDK_RELEASE='Oracle JDK 10'
install: . ./insta... | sudo: false
dist: trusty
language: java
# https://github.com/travis-ci/travis-ci/issues/8408
before_install:
- unset _JAVA_OPTIONS
matrix:
include:
- env: CURLED='install-jdk.sh'
install: curl https://git.io/vAMzJ | bash -s -- -F 11 -L GPL
- env: JDK_RELEASE='Oracle JDK 10'
install: . ./instal... | Mark end of bach options with "--" | Mark end of bach options with "--"
| YAML | mit | sormuras/bach,sormuras/bach |
ebf615ec18c36491403a7e9e53b028c9b2e52167 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.4.0
before_install: gem install bundler -v 1.14.6
| sudo: false
language: ruby
rvm:
- 2.4.0
before_install:
- stty cols 160
- gem install bundler -v 1.14.6
| Change terminal width on Travis CI | Change terminal width on Travis CI
| YAML | mit | emsk/mask_sql,emsk/mask_sql |
8ac0db35aff6fee27fdfdd6e0d2480aa1248b800 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install:
- git submodule update --init
- npm install -g grunt-cli mocha phantomjs
- npm install
before_script:
- phantomjs --version
script:
- npm test
| language: node_js
node_js:
- '0.10'
- '0.12'
- stable
sudo: false
before_install:
- git submodule update --init
- npm install -g grunt-cli mocha phantomjs
- npm install
before_script:
- phantomjs --version
script:
- npm test
| Use new Travis infra and run against multiple Node versions | Use new Travis infra and run against multiple Node versions
See [here](http://docs.travis-ci.com/user/migrating-from-legacy) for details on the new Travis infrastructure. | YAML | mit | googlearchive/firebase-token-generator-node |
03cdee1a104bc76ce93f05747ebfe1b22e07f4bc | .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 | aix-chef/aix,adejoux/aix,chef-cookbooks/aix,adejoux/aix,foobarbam/aix,chef-cookbooks/aix,foobarbam/aix,aix-chef/aix |
eca8cd41fdfc2d2e06f14e18a25ba652495d1486 | .travis.yml | .travis.yml | language: c++
compiler:
- clang
- gcc
before_install:
- sudo apt-get install libzmq-dev libprotobuf-dev protobuf-compiler cmake libboost-all-dev
- mkdir -p ./messages && git submodule update --init
script:
- mkdir -p ./build
- cd ./build && cmake .. && make
after_success:
- cd ./test && c... | language: c++
compiler:
- clang
- gcc
before_install:
- sudo apt-get install libzmq3-dev libprotobuf-dev protobuf-compiler cmake libboost-all-dev liblog4cxx10-dev
- mkdir -p ./messages && git submodule update --init
script:
- mkdir -p ./build
- cd ./build && cmake .. && make
after_success:
... | Add missing dependency on liblog4cxx + update zmq version | Add missing dependency on liblog4cxx + update zmq version
| YAML | bsd-3-clause | dchilot/server-game,orwell-int/server-game,orwell-int/server-game,orwell-int/server-game,dchilot/server-game,dchilot/server-game |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.