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 |
|---|---|---|---|---|---|---|---|---|---|
d4d83d492129e40ea6b356e669d6fb965d63c153 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
services:
- mongodb | language: node_js
node_js:
- "0.11"
- "0.10"
services:
- mongodb
before_script:
- npm install -g grunt-cli | Install Grunt and create a test task | Install Grunt and create a test task
| YAML | mit | jlchereau/Phonegap.Express,jlchereau/Phonegap.Express |
10637cddb84922a21677f5451faf581b4dfeea63 | .travis.yml | .travis.yml | language: clojure
lein: lein2
before_script:
- psql -c 'create database staircasetest;' -U postgres
jdk:
- openjdk7
- oraclejdk7
- openjdk6
install:
- lein2 with-profile dev,travis deps
script: lein2 with-profile dev,travis test
| language: clojure
lein: lein2
before_script:
- psql -c 'create database staircasetest;' -U postgres
jdk:
- openjdk7
- oraclejdk7
- openjdk6
install:
- lein2 with-profile dev,travis deps
script:
- lein2 with-profile dev,travis pprint
- lein2 with-profile dev,travis test
| Print out the project for debugging issues with ci builds. | Print out the project for debugging issues with ci builds.
| YAML | bsd-2-clause | yochannah/staircase,joshkh/staircase,joshkh/staircase,yochannah/staircase,yochannah/staircase,joshkh/staircase |
fb2e316983a11324b0386165f3dfd90d52acb554 | .travis.yml | .travis.yml | language: php
php:
- '7.1'
- '7.2'
cache:
directories:
- ./vendor
install:
- composer install
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry vendor/bin/coveralls -v
| language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
cache:
directories:
- ./vendor
install:
- composer install
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry vendor/bin/coveralls -v
| Add support for php 7.3 and 7.4 | Add support for php 7.3 and 7.4 | YAML | apache-2.0 | vimeo/vimeo.php |
37d3b4aafc2d161bbee420338204eb470040d953 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2"
- "iojs-v3"
before_install:
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
| language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-v2"
- "iojs-v3"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- curl -s https://raw.githubusercontent.com/lovell/sharp/master... | Update Travis CI env to use gcc v4.8 | Update Travis CI env to use gcc v4.8
| YAML | apache-2.0 | lovell/attention,lovell/attention,lovell/attention,lovell/attention,lovell/attention |
e8f67a2fb37ad879cf6926b65fd31aaac1ee9fcf | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
- rbx-19mode
| language: ruby
before_install:
- gem update --system
- gem install bundler --pre
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
- rbx-19mode
| Use latest bundler & rubygems | Use latest bundler & rubygems
| YAML | mit | fujimura/authentication |
b225004ecf5b06206aa3f0afb5bbcb41541d7869 | .travis.yml | .travis.yml | language: objective-c
os: osx
osx_image: xcode10.2
xcode_project: Bumbo.xcodeproj
xcode_scheme: BumboTests
cache:
directories:
- Carthage
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- brew outdated swiftlint || brew upgrade swiftlint
- carthage bootstrap --verbose --p... | language: objective-c
os: osx
osx_image: xcode10.2
xcode_project: Bumbo.xcodeproj
xcode_scheme: BumboTests
cache:
directories:
- Carthage
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- brew outdated swiftlint || brew upgrade swiftlint
- carthage bootstrap --platform iO... | Reduce Carthage verbosity on Travis | Reduce Carthage verbosity on Travis
| YAML | mit | guilhermearaujo/Bumbo,guilhermearaujo/Bumbo,guilhermearaujo/Bumbo |
411fb73518eb5dc83a94dad507f382bbfcab880f | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 7.0
- hhvm
env:
- WP_VERSION=master
- WP_VERSION=4.2
matrix:
# Nice-to-haves for right now, but not worth considering the build "broken"
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install
- bash ./bin/install-package-tests.sh
- mkd... | language: php
php:
- 5.4
- 5.5
- 7.0
- hhvm
env:
- WP_VERSION=master
- WP_VERSION=4.2
global:
- WP_CLI_BIN_DIR=/tmp/wp-cli-phar
- WP_CLI_CONFIG_PATH=/tmp/wp-cli-phar/config.yml
matrix:
# Nice-to-haves for right now, but not worth considering the build "broken"
allow_failures:
- php: 7.0... | Set global constants for Behat when running on Travis | Set global constants for Behat when running on Travis
| YAML | mit | stevegrunwell/revision-strike,stevegrunwell/revision-strike,stevegrunwell/revision-strike |
d7a9eb405835e59919cd58f3b6e116dcc29cd2a4 | .travis.yml | .travis.yml | rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
| before_script: gem install bundler --pre
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
| Install bundler before running CI script | Install bundler before running CI script
| YAML | mit | gutenye/mtgox,sferik/mtgox |
8eb26c930289d5f1b2ae013a1665f360bb0f74ef | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=master-ubuntu-1404
- INSTANCE=slave-... | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=master-ubuntu-1404
- INST... | Update for Chef 15 license agreement and Chef Workstation | Update for Chef 15 license agreement and Chef Workstation
| YAML | apache-2.0 | tas50/chef-smokeping,tas50/chef-smokeping,tas50/chef-smokeping |
1d26e236b917a975f3c37ff2ad4d7fb88359fa4d | .travis.yml | .travis.yml | language: python
python:
- '2.7'
sudo: false
cache:
directories:
- '~/.platformio'
env:
- PLATFORMIO_CI_SRC=examples/BareMinimum/BareMinimum.ino
- PLATFORMIO_CI_SRC=examples/MultipleDevices/MultipleDevices.ino
- PLATFORMIO_CI_SRC=examples/
install:
- pip install -U platformio
script:
- env
- e... | language: python
python:
- 2.7
sudo: false
cache:
directories:
- ~/.platformio
env:
- PLATFORMIO_CI_SRC=examples/BareMinimum/BareMinimum.ino
- PLATFORMIO_CI_SRC=examples/MultipleDevices/MultipleDevices.ino
install:
- pip install -U platformio
script:
- env
- echo $HOME
- echo $TRAVIS_BUILD_DIR... | Remove extraneous ', add boards on multiple lines | Remove extraneous ', add boards on multiple lines
| YAML | apache-2.0 | 4-20ma/I2cDiscreteIoExpander,4-20ma/I2cDiscreteIoExpander |
fb85b42e546c990f1cf0df4246c5175be9d06146 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
script: npm run-script coveralls
| language: node_js
node_js:
- "0.12"
- "4"
- "5"
script: npm run-script coveralls
| Update Node.js version to tests | Update Node.js version to tests
* Remove Node.js v0.10 and io.js
* Add Node.js v4 and Node.js v5
| YAML | bsd-3-clause | okuryu/node-fastpay |
609479a8f9d4d0ee5076a06a0e8b90155942c0dc | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- cd web/concrete
- travis_retry composer install --no-interaction
- cd ../..... | language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- cd web/concrete
- travis_retry composer install --no-interaction
- cd ../../tests
... | Remove PHP 5.4 from tests | Remove PHP 5.4 from tests
Former-commit-id: ec7e98e7997d22b5e090f9d3f4606a1542170dad
Former-commit-id: ad3519eed84ca812518230705d9f94d54af4f552 | YAML | mit | haeflimi/concrete5,a3020/concrete5,mlocati/concrete5,concrete5/concrete5,acliss19xx/concrete5,triplei/concrete5-8,concrete5/concrete5,a3020/concrete5,KorvinSzanto/concrete5,jaromirdalecky/concrete5,biplobice/concrete5,haeflimi/concrete5,mlocati/concrete5,concrete5/concrete5,olsgreen/concrete5,haeflimi/concrete5,hissy/c... |
160925ddf555d92dfa0197ae05becf26592fdd8b | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.1
- 7.0
- nightly
matrix:
fast_finish: true
include:
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.3.*
- php: 5.6
env: SYMFONY_VE... | language: php
php:
- 7.2
- 7.1
- 7.0
- nightly
matrix:
fast_finish: true
include:
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.4.*
- php: 5.6
env: COMPOSER_FLAGS="--prefer-stable"
- php: 5.6
env:... | Remove Travis tests with unmaintened Symfony version | Remove Travis tests with unmaintened Symfony version
| YAML | mit | jdecool/TwigConstantAccessorBundle |
db3d9893c24d47ada9df5b1c3502838f50372a80 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
| language: node_js
node_js:
- 0.10
before_script:
- npm install -g bower
- bower install
| Install Bower dependencies before Travis build. | Install Bower dependencies before Travis build.
| YAML | mit | nrcmedia/fixed-sticky,niksy/fixed-sticky,filamentgroup/fixed-sticky,Xephi/fixed-sticky,niksy/fixed-sticky,nrcmedia/fixed-sticky,filamentgroup/fixed-sticky,Xephi/fixed-sticky |
56daf160edca9c18db67c5ca1e84d497334307cb | .github/workflows/coding-standards.yml | .github/workflows/coding-standards.yml |
name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.0"
|
name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
with:
php-version: "8.1"
| Use PHP 8.1 to run CS | Use PHP 8.1 to run CS
| YAML | mit | doctrine/mongodb-odm,doctrine/mongodb-odm |
c97e042dba01e8f633bcc8c8a23da3646abe118a | .travis.yml | .travis.yml | language: php
sudo: required
dist: trusty
cache:
directories:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
before_install:
- sudo apt-get install -qq python-numpy python-scipy
- pip install numpy
install:
- composer install --prefer-source --no-interaction
# PHPU... | language: php
sudo: required
dist: trusty
cache:
directories:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
before_install:
- sudo apt-get install -qq python-numpy python-scipy
- pip install numpy
install:
- composer install --prefer-source --no-interaction
# PHPUnit
- ... | Add support for PHP 7.4 stable | Add support for PHP 7.4 stable | YAML | mit | sciphp/numphp,sciphp/numphp,sciphp/numphp,sciphp/numphp |
5b04227e04b08a6bcf8956ce0192eafc6c217f01 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit
| language: php
php:
- 7.1
- 7.2
- 7.3
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit
| Update tested PHP versions to PHP support cycle | Update tested PHP versions to PHP support cycle
| YAML | mit | jakezatecky/work-etc-client-php |
f3a2d67960c9ce871857889062a3648b306ec1eb | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
script: bundle exec rspec spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
| Use the rspec rake task :apple: | Use the rspec rake task :apple:
| YAML | mit | NYULibraries/nyulibraries-deploy,NYULibraries/formaggio |
d952a3f20e9235cf415ff7d1e428201b026358c1 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
jdk:
- openjdk7
script: npm run-script test
notifications:
email:
- tomaz+travisci@tomaz.me
| language: node_js
node_js:
- 0.6
jdk:
- openjdk7
script: npm run-script test
notifications:
email:
- tomaz+travisci@tomaz.me
| Remove building on 0.8 for now. | Remove building on 0.8 for now.
| YAML | apache-2.0 | racker/node-zookeeper-client,racker/node-zookeeper-client |
5ee8246a5b53921c2ee13b48fbb7261337bf6214 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.2.0
env:
- DB=mysql
- DB=postgresql
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/application.example.yml config/application.yml
- mysql -e 'create database rails_starter_test'
- psql -c 'create database rails_starter_test' -U postgres
script:
- RA... | language: ruby
cache: bundler
rvm:
- 2.2.0
env:
- DB=mysql
- DB=postgresql
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/application.example.yml config/application.yml
- mysql -e 'create database rails_starter_test'
- psql -c 'create database rails_starter_test' -U postgres
script:
- RA... | Create new encrypted token for codeclimate | Create new encrypted token for codeclimate
| YAML | mit | lr-agenceweb/rails-starter,lr-agenceweb/rails-starter,lr-agenceweb/rails-starter,lr-agenceweb/rails-starter |
5061075f350fc692f04328fcedbed31530908bae | .travis.yml | .travis.yml | language: java
script: mvn verify
jdk:
- oraclejdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
env:
global:
- SONATYPE_USERNAME=JAZGbCvS
- secure: x6UWj3ICsut4u3HS0pFt3b5vxqT9gM+zFn9+3YgM01G9NPiM3yXtGCUsq3T3exajfsmH2ax2fd6vRDWv7wUIsyVCf9tJ84TRJuDFNU0Zkqo7doC6EaY2bgTrjREBpfWhDiIXtsHpU44yM/NTx9aTfW9Tm... | language: java
script: mvn verify
jdk:
- oraclejdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
env:
global:
- SONATYPE_USERNAME=JAZGbCvS
- secure: x6UWj3ICsut4u3HS0pFt3b5vxqT9gM+zFn9+3YgM01G9NPiM3yXtGCUsq3T3exajfsmH2ax2fd6vRDWv7wUIsyVCf9tJ84TRJuDFNU0Zkqo7doC6EaY2bgTrjREBpfWhDiIXtsHpU44yM/NTx9aTfW9... | Fix indentation of the .m2 folder | Fix indentation of the .m2 folder
| YAML | bsd-3-clause | galmeida/raven-java,reki2000/raven-java6,galmeida/raven-java,buckett/raven-java,buckett/raven-java,littleyang/raven-java,littleyang/raven-java,reki2000/raven-java6 |
870a85eb0e7a605a206ec13d5219914b4b745249 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
sudo: false
matrix:
fast_finish: true
include:
- os: osx
osx_image: xcode8.2
- os: linux
dist: trusty
cache:
yarn: true
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
script:
- yarn test
- yarn build
| language: node_js
node_js:
- 6
sudo: false
matrix:
fast_finish: true
include:
- os: osx
osx_image: xcode8.2
- os: linux
dist: trusty
cache:
yarn: true
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
script:
- yarn test
- yarn build
notifications:
slack:
secure: XEp... | Enable to notify to slack on CI | Enable to notify to slack on CI
| YAML | mit | izumin5210/OHP,izumin5210/OHP |
70ec018c1188ae7b5732a25a01c39e4378b1d955 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
- "node"
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run eslint
- npm t
- npm run check-coverage
after_success:
- npm run report-c... | sudo: false
language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
- "node"
before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
script:
- npm run eslint
- npm t
- npm run check-coverage
after_success:
- npm run report-c... | Update npm version used for builds | chore(build): Update npm version used for builds
| YAML | mit | kentcdodds/publish-latest,kentcdodds/publish-latest |
363c99e599d94f47706856b39b5c6c29049a4b54 | .travis.yml | .travis.yml | # http://about.travis-ci.org/docs/user/build-configuration/
rvm:
- 1.9.3
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- rbx-2
before_install:
- curl -L https://github.com/kr/beanstalkd/archive/v1.9.tar.gz | tar xz -C /tmp
- cd /tmp/beanstalkd-1.9/
- make
- ./beanstalkd &
- cd $TRAVIS_BUILD_DIR
- gem update -... | # http://about.travis-ci.org/docs/user/build-configuration/
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- rbx-2
before_install:
- curl -L https://github.com/kr/beanstalkd/archive/v1.9.tar.gz | tar xz -C /tmp
- cd /tmp/beanstalkd-1.9/
- make
- ./beanstalkd &
- cd $TRAVIS_BUILD_DIR
- ge... | Add back 2.0 to builds tested | Add back 2.0 to builds tested | YAML | mit | nesquena/backburner |
e2c2de4b7b8968152497a91a7f661b32b0650bb9 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rake appraisal:integration"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- jruby-head
- rbx
- ree
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
| language: ruby
script: "bundle exec rake appraisal:integration"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- jruby-head
- rbx
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
| Remove ree from Travis CI config | Remove ree from Travis CI config
| YAML | mit | cllns/country_select,peterpih/country_select,rposborne/country_select,scudco/country_select,dgilperez/country_select,dhinal41/country_select,stefanpenner/country_select |
dc82ecc78d898e868944a0fd540763c2a4856a6f | .travis.yml | .travis.yml | sudo: required
language: ruby
services:
- docker
before_install:
- docker build -t johntfoster/tadiga .
- docker run johntfoster/tadiga /bin/sh -c "cd /tadiga/build; make test"
script:
- make test
| sudo: required
language: ruby
services:
- docker
before_install:
- docker build -t johntfoster/tadiga .
script:
- docker run johntfoster/tadiga /bin/sh -c "cd /tadiga/build; make test"
| Move tests to script stage | Move tests to script stage
| YAML | apache-2.0 | johntfoster/TaDIgA,johntfoster/TaDIgA |
1b74b40438fc108773b8f6c14a1c887218cf9a80 | .travis.yml | .travis.yml | notifications:
email: false
language: python
python:
- "2.7"
# - "3.4"
sudo: false
before_install:
# Setup anaconda
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="... | notifications:
email: false
language: python
python:
- "2.7"
# - "3.4"
sudo: false
before_install:
# Setup anaconda
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="... | Fix allow fail to be in env | Fix allow fail to be in env
| YAML | mit | OceanPARCELS/parcels,OceanPARCELS/parcels |
c6c9d7bb554fc800e9b17f71b2ad27a8bb53672e | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 7.1
env: CODING_STANDARD=true
- php: 7.1
env: PHPSTAN=true
- php: 7.1
env: PHPUNIT_FLAGS="--coverage-clover coverage.xml"
- php: 7.2
install:
- composer install --prefer-dist
before_script:
- git --version
script:
- vendor/bin/phpunit $... | language: php
matrix:
include:
- php: 7.1
env: COMPOSER_FLAGS=--prefer-lowest
- php: 7.1
env: CODING_STANDARD=true
- php: 7.1
env: PHPSTAN=true
- php: 7.1
env: PHPUNIT_FLAGS="--coverage-clover coverage.xml"
- php: 7.2
install:
- composer update --prefer-dist $COMPOSER_F... | Add a test with lowest dependencies | Add a test with lowest dependencies
To be sure we cover all dependencies.
| YAML | mit | cpliakas/git-wrapper,cpliakas/git-wrapper |
deb02b429f1034626dbc4ac6856d06cccd33860f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
| language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
before_script:
- gem update bundler
| Fix Travis by updating bundler before testing. | Fix Travis by updating bundler before testing.
| YAML | mit | jjshoe/deb-s3,krobertson/deb-s3,krobertson/deb-s3,jjshoe/deb-s3,madebymany/deb-s3,madebymany/deb-s3,alexmreis/deb-s3,alexmreis/deb-s3 |
0bee6c6b871c23f9a703782b26c0d0388e94eea8 | .travis.yml | .travis.yml | language: php
cache:
directories:
- $COMPOSER_CACHE_DIR
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpu... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit --verbose --coverage-text
- ./vendor/bin/ph... | Remove cache, doesn't seem to speed it up | Remove cache, doesn't seem to speed it up
| YAML | mit | HippoPHP/Hippo |
9fb9e818c9f7e98be8483ebcc65ba7a129d784a6 | .travis.yml | .travis.yml | notifications:
slack:
on_success: never
on_failure: always
rooms:
- oicr:S9k4EowgQv9AnbCfEZHSzCsg
sudo: required
services:
- docker
language: java
jdk:
- oraclejdk8
install:
- docker version
- pip2.7 install --user cwl-runner
- docker pull commonworkflowlanguage/nodejs-engine
before_script:
- psql -c ... | notifications:
slack:
on_success: never
on_failure: always
rooms:
- oicr:S9k4EowgQv9AnbCfEZHSzCsg
sudo: required
services:
- docker
language: java
jdk:
- oraclejdk8
install:
- docker version
- pip2.7 install --user cwl-runner
- docker pull commonworkflowlanguage/nodejs-engine
before_script:
- psql -c ... | Use nested file location from integration test branch | Use nested file location from integration test branch
| YAML | apache-2.0 | ga4gh/dockstore,ga4gh/dockstore,ga4gh/dockstore |
e033eca58486e9d892f34443e67cbf4931ff3ae4 | .travis.yml | .travis.yml | # .travis.yml
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- TRAITDB_PG_TEST_USER=postgres
- TEST_SUITE=units
- TEST_SUITE=functionals
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- "bundle exec rake test:$TEST_SUITE"
before_script:
- psql -c 'c... | # .travis.yml
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- TRAITDB_PG_TEST_USER=postgres TEST_SUITE=units
- TRAITDB_PG_TEST_USER=postgres TEST_SUITE=functionals
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- "bundle exec rake test:$TEST_SUITE"
bef... | Fix bad split of ENV vars | Fix bad split of ENV vars
| YAML | mit | NESCent/TraitDB,NESCent/TraitDB,NESCent/TraitDB |
96b266df51a787e2920be3ed1be6d9e3d9997e03 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 5.5
- hhvm
- hhvm-nightly
before_install:
- composer self-update
install:
- composer update --prefer-source | language: php
php:
- 5.6
- 5.5
- hhvm
- hhvm-nightly
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
before_install:
- composer self-update
install:
- composer update --prefer-source $PREFER_LOWEST | Add Travis test for --prefer-lowest | Add Travis test for --prefer-lowest
| YAML | mit | dchesterton/image |
85cf16c5cb8040c6af39af756f4b7edd4c9d924f | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.7
- 3.8
- pypy
- pypy3
matrix:
include:
- python: 2.7
env: PYTEST_ADDOPTS='--cov mpmath'
- python: 3.6
env: PYTEST_ADDOPTS='--cov mpmath'
before_install:
- pip install -U --force-reinstall setuptools
install:
- pip install -U -e .[de... | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.7
- 3.8
- 3.9-dev
- pypy
- pypy3
matrix:
include:
- python: 2.7
env: PYTEST_ADDOPTS='--cov mpmath'
- python: 3.6
env: PYTEST_ADDOPTS='--cov mpmath'
before_install:
- pip install -U --force-reinstall setuptools
install:
- pip instal... | Enable testing on CPython 3.9 | CI: Enable testing on CPython 3.9
| YAML | bsd-3-clause | fredrik-johansson/mpmath |
0c3226a461ae894b576d779d413fdb890623c110 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.10"
os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CODE_VERSION="1.5.3"
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install
script:
- npm test --s... | language: node_js
node_js:
- "5.10"
os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install
script:
- npm test --silent | Remove hard coded version from linux tests | Remove hard coded version from linux tests
| YAML | mit | HookyQR/VSCodeBeautify |
549f730d3a0ade84f3a4eb0e4b00afb24d152ba6 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.5
- 2.4
- 2.3
| language: ruby
sudo: false
rvm:
- 2.5
- 2.4
- 2.3
before_install: bundle config build.nokogiri --use-system-libraries
| Stop nokogiri wasting resources building libxml2. | Stop nokogiri wasting resources building libxml2.
| YAML | mit | fog/fog-dynect,glennpratt/fog-dynect |
eec6ac6c4dd824ea115ead2bce53e2b938c5cec9 | .travis.yml | .travis.yml | language: ruby
# Apparently sudo is required to test on Rubinius and JRuby-head
sudo: required
# See https://docs.travis-ci.com/user/languages/ruby/#Rubinius
dist: trusty
rvm:
# MRI
- ruby-head
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 1.9.3
- 1.8.7
- ree
# JRuby
- jruby-head
- jruby-... | language: ruby
# Apparently sudo is required to test on Rubinius and JRuby-head
sudo: required
# See https://docs.travis-ci.com/user/languages/ruby/#Rubinius
dist: trusty
rvm:
# MRI
- ruby-head
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 1.9.3
- 1.8.7
- ree
# JRuby
- jruby-head
- jruby-... | Remove Rubinius from Travis CI, it doesn't work | Remove Rubinius from Travis CI, it doesn't work
Fixes #43
| YAML | mit | ms-ati/docile |
c1f70b8aa865d5fdd92bcd5bec9caa9d8b35da57 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
- "12" | language: node_js
node_js:
- "8"
- "10"
- "12"
| Remove support for node 6.x and 11.x | Remove support for node 6.x and 11.x
| YAML | mit | lwmqn/mqtt-node |
492a7c326b91a2a1de8a5a9325e6ebf5632007be | .travis.yml | .travis.yml | # http://docs.travis-ci.com/user/languages/go/
language: go
go:
- 1.3
- 1.4.2
- 1.5
install: true
script: script/cibuild
notifications:
email: false
before_install:
- repo=`basename $PWD`; localDir=`dirname $PWD`; cfDir="`dirname $localDir`/github"
- if [[ "$localDir" != "$cfDir" ]]; then mv "$localDir" "$c... | # http://docs.travis-ci.com/user/languages/go/
language: go
go:
- 1.5
install: true
script: script/cibuild
notifications:
email: false
before_install:
- repo=`basename $PWD`; localDir=`dirname $PWD`; cfDir="`dirname $localDir`/github"
- if [[ "$localDir" != "$cfDir" ]]; then mv "$localDir" "$cfDir"; cd ../../gi... | Stop testing Go 1.3 and 1.4.2 | Stop testing Go 1.3 and 1.4.2 | YAML | mit | ryansimmen/git-lfs,andyneff/git-lfs,dakotahawkins/git-lfs,github/git-lfs,ryansimmen/git-lfs,ttaylorr/git-lfs,Jericho25/-git-lfs_miilkyway,bozaro/git-lfs,bozaro/git-lfs,bozaro/git-lfs,larsxschneider/git-lfs,dakotahawkins/git-lfs,larsxschneider/git-lfs,WillHipschman/git-lfs,ryansimmen/git-lfs,rubiojr/git-lfs,dakotahawkin... |
02d45115c0733fa63963bbe91d785bd5e05851bd | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
| Add node 0.12, remove node 0.6 | Add node 0.12, remove node 0.6
| YAML | mit | mantoni/pingpong.js,mantoni/pingpong.js |
9fa4c2bfdd250ae64c1ec462f8276759d0c1ff3f | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.6
- 1.7
- 1.8
- 1.9
| language: go
sudo: false
go:
- 1.12
- 1.13
- 1.14
| Change used Go versions for builds on Travis to the most recent ones | Change used Go versions for builds on Travis to the most recent ones
| YAML | mit | andygrunwald/jitic |
0adddf419951a0cee1d3e32e7c615b976e867d3c | .travis.yml | .travis.yml | bundler_args: "--without debug"
script: spec/ci.sh
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- rbx-2.0
- ree
env:
- "CI_DB_ADAPTER=sqlite3"
- "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- "CI_DB_ADAPTER=mysql"
notifications:
irc: "irc.freenode.org#railsadmin"
| bundler_args: "--without debug"
script: spec/ci.sh
rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- ree
env:
- "CI_DB_ADAPTER=sqlite3"
- "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- "CI_DB_ADAPTER=mysql"
notifications:
irc: "irc.freenode.org#railsadmin"
| Remove JRuby from CI matrix until jdbc-adapters are updated to support Active Record 3.1 | Remove JRuby from CI matrix until jdbc-adapters are updated to support Active Record 3.1
| YAML | mit | vincentwoo/rails_admin,jasnow/rails_admin,jcoleman/rails_admin,patleb/admineer,swipesense/rails_admin,Vinagility/rails_admin_old,crashlytics/rails_admin,impurist/rails_admin,markprzepiora-forks/rails_admin,soupmatt/rails_admin,junglefunkyman/rails_admin,laurelandwolf/rails_admin,wkirschbaum/rails_admin,ombulabs/rails_a... |
c16adbeced281ff9c75328694f7af9678274eb00 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 5 on Travis CI. | Test with latest Node.js 5 on Travis CI.
| YAML | mit | bigeasy/kinesthetic,bigeasy/kinesthetic |
4bee95495be05ba183e2f5b68bc3e1c1249eace4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.4.0
script:
- bundle exec rspec
| language: ruby
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
script:
- bundle exec rspec
| Update ruby versions for CI | Update ruby versions for CI | YAML | mit | Barzahlen/Barzahlen-Ruby |
f02efa7e4834bd2a53df9f8f4de4b5b94200c061 | .travis.yml | .travis.yml | # Validate this file using http://lint.travis-ci.org/
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- python setup.py install
script: nosetests
| # Validate this file using http://lint.travis-ci.org/
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
- "pypy"
- "pypy3"
install:
- python setup.py install
script: nosetests
| Test more Python versions on Travis CI | Test more Python versions on Travis CI
| YAML | mit | martijnvermaat/monoseq |
a5b9c17b47f912e83e964ba018107187b674d7ec | .travis.yml | .travis.yml | sudo: false
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
# - platform-tools
# - tools
# The BuildTools version used by your project
- build-tools-22.0.1
# The SDK version used to compile your ... | sudo: false
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
# - platform-tools
# - tools
# The BuildTools version used by your project
- build-tools-22.0.1
# The SDK version used to compile your ... | Add Slack notification for Travis build | Add Slack notification for Travis build
| YAML | mit | SUPENTA/flitchio-sdk,SUPENTA/flitchio-sdk |
e944e165f491a58476f780a69bbf1c1dba158980 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# commands to run tests
#before_script: redis-cli ping
script:
- nosetests
after_success:
- codecov
#services:
# - redis-server
| language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# commands to run tests
- python server.py & # start a Web server in the background
- sleep 3 # give Web server some time to bind to sockets, etc
script:
- nosetests
after_success:
- codecov
#se... | Update Travis file to resolve errors when Travis runs | Update Travis file to resolve errors when Travis runs
| YAML | apache-2.0 | devopsdelta/recommendations,devopsdelta/recommendations,devopsdelta/recommendations,devopsdelta/recommendations |
a8b2ead5482c8236e3041f2379683f764a63cbdf | .travis.yml | .travis.yml | language: python
python:
- 3.6
- 2.7
script: make test
notifications:
email: false
env:
global:
- DATABASE_URL='postgres://postgres@localhost/test_utils'
matrix:
- DJANGO='django~=1.11.0' DRF='djangorestframework~=3.6.0'
- DJANGO='django>=1.8.0' DRF='djangorestframework~=3.6.0'
install:
- psql -... | language: python
python:
- 3.5
- 2.7
script: make test
notifications:
email: false
env:
global:
- DATABASE_URL='postgres://postgres@localhost/test_utils'
matrix:
- DJANGO='django~=1.11.0' DRF='djangorestframework~=3.6.0'
- DJANGO='django>=1.8.0' DRF='djangorestframework~=3.6.0'
install:
- psql -... | Use python 3.5 while we still support Django 1.8 | Use python 3.5 while we still support Django 1.8
| YAML | bsd-2-clause | incuna/incuna-test-utils,incuna/incuna-test-utils |
a432b891307fb1644eb5ed2a2555a16275f0a8ef | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "13"
- "12"
- "10"
- "8"
cache:
directories:
- ~/.npm
| sudo: false
language: node_js
node_js:
- "14"
- "12"
- "10"
- "8"
cache:
directories:
- ~/.npm
| Switch from node v13 to node v14. | Switch from node v13 to node v14.
| YAML | mit | brandonramirez/grunt-jsonlint |
0362d1ec04a06491b611d24d10e79e0a8d556d10 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4
- 5
- 6
| language: node_js
node_js:
- 4
- 6
- 8
- 9
| Test against Node.js 8, 9 | Test against Node.js 8, 9
Also drops v5 | YAML | mit | TomFrost/Bristol |
9901a37a78321b54ad6f9569e3eb9e85ec6a47fb | .travis.yml | .travis.yml | language: python
python:
- 3.4
- 3.5
- 3.6
- 3.6-dev
install: pip install -U flake8 pytest
script:
- python -m flake8 src
- python setup.py develop && pytest
| language: python
python:
- 3.4
- 3.5
- 3.6
- 3.6-dev
install:
- pip install urllib3==1.21.1
- python setup.py develop
- pip install -U flake8 pytest
script:
- python -m flake8 src
- pytest
| Install pytest after develop to fix dependencies. | Install pytest after develop to fix dependencies.
| YAML | apache-2.0 | maxking/paper-to-git,maxking/paper-to-git |
429149b717bffdaeb1b9776595aa09101ffefcb6 | .travis.yml | .travis.yml | env:
global:
- CC_TEST_REPORTER_ID=bb14388ebb5a531a23420549e5585394bc9c9dbee42b75eda0f8b05f8090c0c6
sudo: false
language: ruby
cache:
bundler: true
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "gem update bundler"
before_script:
- bundle update
- RAILS_ENV=test bundle exec rails db:create db:migra... | env:
global:
- CC_TEST_REPORTER_ID=bb14388ebb5a531a23420549e5585394bc9c9dbee42b75eda0f8b05f8090c0c6
sudo: false
language: ruby
cache:
bundler: true
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "gem update bundler"
before_script:
- bundle update
- RAILS_ENV=test bundle exec rails db:create db:migra... | Update ruby 2.6.3 for Travis CI | Update ruby 2.6.3 for Travis CI
| YAML | mit | casi/flatshare_app,casi/flatshare_app,casi/flatshare_app,casi/flatshare_app |
0ec1cee58a869ad2e3b10b1ba1849f232335bae0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"
before_install:
- npm install -g npm@~1.4.6
| language: node_js
node_js:
- "4.0"
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@~1.4.6
| Add Travis-CI tests for Node.js v4.0 and v0.11 | Add Travis-CI tests for Node.js v4.0 and v0.11
| YAML | mit | watson/stackman |
e795b0b16c54b31e3f53a9dbd30d76c0bea86ff9 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
script:
- "ruby -e \"RUBY_VERSION == '3.0.0' ? system('bundle exec rubocop') : exit(0)\""
- bundle exec rake spec
rvm:
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemf... | language: ruby
sudo: false
cache: bundler
script:
- "ruby -e \"RUBY_VERSION == '3.0.1' ? system('bundle exec rubocop') : exit(0)\""
- bundle exec rake spec
rvm:
- 2.5.9
- 2.6.7
- 2.7.3
- 3.0.1
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemf... | Test against the latest Ruby versions | Test against the latest Ruby versions | YAML | mit | cassiomarques/enumerate_it |
f7122b82699a5501fe1a4327df8ba72716870fc9 | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx-18mode
- rbx-19mode
- jruby-18mode
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_succ... | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: ruby-head
- rvm: rbx-19mode
- rvm: jruby-19mode
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
-... | Move version configuration to matrix/include section | Move version configuration to matrix/include section
* Remove email notifications on failure
| YAML | mit | backus/yardstick,dkubb/yardstick |
285d3c32006224819cca8ebd511bcc399e72d541 | .travis.yml | .travis.yml | ---
# Travis file for Jenkins role
dist: 'trusty'
sudo: 'required'
services:
- 'docker'
language: 'python'
matrix:
- TOXENV='py27-ansible20'
- TOXENV='py27-ansible21'
- TOXENV='py27-ansible22'
before_install:
- 'sudo apt-get update -qq'
- 'sudo apt-get install -o Dpkg::Options::="--force-confold" --fo... | ---
# Travis file for Jenkins role
dist: 'trusty'
sudo: 'required'
services:
- 'docker'
language: 'python'
env:
matrix:
- TOXENV='py27-ansible20'
- TOXENV='py27-ansible21'
- TOXENV='py27-ansible22'
before_install:
- 'sudo apt-get update -qq'
- 'sudo apt-get install -o Dpkg::Options::="--force-... | Fix missing key in Travis configuration file | Fix missing key in Travis configuration file
| YAML | mit | infOpen/ansible-role-jenkins |
66ce164595b8e959856742b8be801777a778ba18 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- "6"
- "7"
- "8"
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- node-gyp --debug rebuild
- npm test
- lcov -c -d . --no-external -o lcov-cpp.info
- lcov -r lcov-cp... | sudo: required
dist: trusty
language: node_js
node_js:
- "6"
- "8"
- "9"
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- node-gyp --debug rebuild
- npm test
- lcov -c -d . --no-external -o lcov-cpp.info
- lcov -r lcov-cp... | Update node versions to test | Update node versions to test
| YAML | mit | ranisalt/node-argon2,ranisalt/node-argon2,ranisalt/node-argon2 |
c0bbea7810ba7913527170762a38c7c117c31dba | .travis.yml | .travis.yml | # recommended by travis support:
sudo: required
language: python
python:
- "2.7"
- "3.3"
# install dependencies:
install:
- sh install.sh
# run tests:
script:
- sh run_tests.sh
# disable email build notifications:
notifications:
email: false
| # recommended by travis support:
sudo: required
language: python
python:
- "2.7"
- "3.3"
# install dependencies:
install:
- bash install.sh
# run tests:
script:
- bash run_tests.sh
# disable email build notifications:
notifications:
email: false
| Use bash instead of sh. | Use bash instead of sh.
| YAML | mit | jonlabelle/SublimeJsPrettier,jonlabelle/SublimeJsPrettier |
3adc774195b0432703f4b8672f930166245226ab | .travis.yml | .travis.yml | language: d
d:
- dmd-2.067.0
# - ldc-0.15.1
install:
- sudo apt-get update -qq
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
script:
- dub run --build=profile --compiler=${DC} :algebra -- 32
- dub run --build=profile --compiler=${DC} :bp -- 32
- dub run --build=profile --compiler=${DC... | language: d
d:
- dmd-2.067.0
# - ldc-0.15.1
install:
- sudo apt-get update -qq
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
script:
- dub run --build=release --compiler=${DC} :algebra -- 32
- dub run --build=release --compiler=${DC} :bp -- 32
- dub run --build=release --compiler=${DC... | Revert the last change, profile build doesn't work on Linux. | Revert the last change, profile build doesn't work on Linux.
| YAML | mit | dmakarov/clop |
b79d028b029bb4996856b5d965db42287d9f3419 | .travis.yml | .travis.yml | language: rust
dist: trusty
sudo: false
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo test --verbose
- cargo install
- rustup target add asmjs-unknown-emscripten
- git clone https://github.com/koute/stdweb.git
- cd stdweb && cargo web test --nodejs
| language: rust
dist: trusty
sudo: false
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo test --verbose
- cargo install
- rustup target add asmjs-unknown-emscripten
- git clone https://github.com/koute/stdweb.git
- cd stdweb && cargo web test --nodejs
-... | Test with webasm too on Travis | Test with webasm too on Travis
| YAML | apache-2.0 | koute/cargo-web,koute/cargo-web,koute/cargo-web,koute/cargo-web |
d0972841262b1d921a21eec00874bdbf1010f7f2 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0 # The version of RVM installed on Travis doesn't yet recognise 2.3 as an alias of 2.3.0
notifications:
email:
- support@travellink.com.au
flowdock:
secure: D2Kf5l63amaHyf0WA5sVDLsB3dpSQpWrNYGgcqiKLPqBy/oG+bR93iuhe7e0FKKCImxGo3UyWor/QURbNi9tYI1uQTzWWA+UdF3m+dmBZE... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0 # The version of RVM installed on Travis doesn't yet recognise 2.3 as an alias of 2.3.0
before_install: gem install bundler -v 1.11.2
notifications:
email:
- support@travellink.com.au
flowdock:
secure: D2Kf5l63amaHyf0WA5sVDLsB3dpSQpWrNYGgcqiKLPqBy/oG+bR93iuhe7e0... | Update Travis to use bundler 1.11 | Update Travis to use bundler 1.11
| YAML | mit | sealink/pansophy,sealink/pansophy |
863ee78d76451bf77c0d4fb2f2e4c74839c076e1 | .travis.yml | .travis.yml | language: php
php:
- '5.5'
- '5.6'
- '7.0'
before_install:
- sudo apt-get install -y tor
- sudo sh -c 'echo "ControlPort 9051" >> /etc/tor/torrc'
- sudo sh -c 'echo "CookieAuthentication 0" >> /etc/tor/torrc'
- sudo service tor restart
install:
- composer install | language: php
php:
- '7.3'
- '8.0'
before_install:
- sudo apt-get install -y tor
- sudo sh -c 'echo "ControlPort 9051" >> /etc/tor/torrc'
- sudo sh -c 'echo "CookieAuthentication 0" >> /etc/tor/torrc'
- sudo service tor restart
install:
- composer install
| Set PHP version according to PHPUnit | ci: Set PHP version according to PHPUnit
| YAML | mit | megahertz/guzzle-tor |
7e3c3e5b8d2550a757a900d25db0705fb1b43347 | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6"
script: python -m unittest currency/bitcoin_test.py
addons:
code_climate:
repo_token: 4acc82347c0826abd052cff6ccd8d2f671bec563e6c42ac2c97f74f75fd96dcd | language: python
python:
- "3.5"
- "3.6"
script: python -m unittest currency/*_test*
addons:
code_climate:
repo_token: 4acc82347c0826abd052cff6ccd8d2f671bec563e6c42ac2c97f74f75fd96dcd | Test all currencies present in the directory | Test all currencies present in the directory
| YAML | mit | rvelhote/bitcoin-indicator,rvelhote/bitcoin-indicator |
52776df721274156ce06a0619a677d115607cafe | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
before_install:
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-1.7.26
- jruby-9.1.12.0
- jruby-head
- rbx-3.84
matrix:
allow_failures:
- rvm: ru... | language: ruby
dist: trusty
sudo: false
before_install:
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-1.7.27
- jruby-9.1.13.0
- jruby-head
- rbx-3.85
matrix:
allow_failures:
- rvm: ru... | Update to Ruby 2.2.8, 2.3.5, 2.4.2, JRuby 1.7.27, 9.1.13.0 and rbx 3.85. | Update to Ruby 2.2.8, 2.3.5, 2.4.2, JRuby 1.7.27, 9.1.13.0 and rbx 3.85.
| YAML | mit | tzinfo/tzinfo |
8fbae235b87f6855f5ed25ce9abc455058cf8d4a | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install -g npm
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Install with NPM 5 on Travis CI. | Install with NPM 5 on Travis CI.
| YAML | mit | bigeasy/reactor |
2de4f371e4174f992b09ffdc27307ea33517f6dd | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
cache:
directories:
- ./vendor
- $HOME/.composer/cache
env:
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
- LARAVEL_VERSION=6.* TESTBENCH_VERSION=4.*
before_script:
- composer self-update
- composer require "laravel/framework:${LARAVEL_V... | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
cache:
directories:
- ./vendor
- $HOME/.composer/cache
env:
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
- LARAVEL_VERSION=6.* TESTBENCH_VERSION=4.*
matrix:
exclude:
- php: 7.1
env: LARAVEL_VERSION=6.*
before_script:
- composer s... | Exclude PHP 7.1 setup for Laravel 6 | Exclude PHP 7.1 setup for Laravel 6
| YAML | mit | fntneves/laravel-transactional-events |
5ecc3798ad1ec73750a434405604667bfc32e9ac | .travis.yml | .travis.yml | language: objective-c
before_install:
- brew update
- brew reinstall xctool
- gem install cocoapods -v 0.38.2
- gem install slather
- xcrun simctl list
install: echo "<3"
env:
- MODE=tests
- MODE=examples
- MODE=life-without-cocoapods
script: ./build.sh $MODE
after_success:
- slather
# whitelist
bran... | language: objective-c
before_install:
- brew update
- brew reinstall xctool
- gem install cocoapods -v 0.37.2
- gem install slather
- xcrun simctl list
install: echo "<3"
env:
- MODE=tests
- MODE=examples
- MODE=life-without-cocoapods
script: ./build.sh $MODE
after_success:
- slather
# whitelist
bran... | Revert "Update Travis' Cocoapods version to 0.38.2" | Revert "Update Travis' Cocoapods version to 0.38.2"
This reverts commit a9539fea1aac22f0c4922b34cbdf752f2a2061af.
We can't get stuff done at Pinterest with the new version - need a day or two to get other stuff compliant.
| YAML | bsd-3-clause | Adlai-Holler/AsyncDisplayKit,nivanchikov/AsyncDisplayKit,eeeyes/AsyncDisplayKit,rahul-malik/AsyncDisplayKit,bimawa/AsyncDisplayKit,nrcmedia/AsyncDisplayKit,flovouin/AsyncDisplayKit,aaronschubert0/AsyncDisplayKit,george-gw/AsyncDisplayKit,tharhtet/AsyncDisplayKit,programming086/AsyncDisplayKit,hbucius/AsyncDisplayKit,mt... |
773b5e91cbd9a4a22be32ef406780e815989cc6a | .travis.yml | .travis.yml | language: go
go:
- 1.7
| language: go
go:
- 1.7
before_install:
- go get -t -v ./...
script:
- make test/codecov
after_success:
- bash <(curl -s https://codecov.io/bash) -t fc1782c8-f193-47c6-b434-0c7c38a378d3
| Fix code coverage and make file | Fix code coverage and make file | YAML | mit | InVisionApp/conjungo |
34784b645927479c5b4650a4d6472b0bc8146888 | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-head
- 2.4.6
- 2.3.8
gemfile:
- 'gemfiles/action_mailer_edge.gemfile'
- 'gemfiles/action_mailer_52.gemfile'
- 'gemfiles/action_mailer_51.gemfile'
env:
- INTEGRATION_TEST=false
- INTEGRATION_TEST=true
sudo: false
script:
- 'bundle exec rubocop -c .rubocop.yml'
- 'bundle ... | language: ruby
rvm:
- ruby-head
- 2.4
- 2.3
gemfile:
- 'gemfiles/action_mailer_edge.gemfile'
- 'gemfiles/action_mailer_52.gemfile'
- 'gemfiles/action_mailer_51.gemfile'
env:
- INTEGRATION_TEST=false
- INTEGRATION_TEST=true
sudo: false
script:
- 'bundle exec rubocop -c .rubocop.yml'
- 'bundle exec... | Remove patch version from CI target ruby version | Remove patch version from CI target ruby version
| YAML | mit | ryu39/sendgrid_actionmailer_adapter,ryu39/sendgrid_actionmailer_adapter |
c52cda2670759216a431c693c560cc117dd00b24 | .travis.yml | .travis.yml | language: python
python: 2.7
env:
global:
secure: "jgSvgnc/9vxZp6D5U2K+6PJ+HcuHLWN71dMdAr0M+axOJWOqKGJCClOYj3OT52ztpEW93LVRvt2OxMrhzkm6tdEv6Z+7MsNPyvXJe+AUGrkLbALV9ICBQBKnNRwvnbkEtxMBffoKi986iLu+ULNhWVtVox9TkZvp7iGt1WfZoS0="
matrix:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_E... | language: python
python: 2.7
sudo: false
env:
global:
secure: "jgSvgnc/9vxZp6D5U2K+6PJ+HcuHLWN71dMdAr0M+axOJWOqKGJCClOYj3OT52ztpEW93LVRvt2OxMrhzkm6tdEv6Z+7MsNPyvXJe+AUGrkLbALV9ICBQBKnNRwvnbkEtxMBffoKi986iLu+ULNhWVtVox9TkZvp7iGt1WfZoS0="
matrix:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py... | Use new Travis container-based infrastructure | Use new Travis container-based infrastructure
| YAML | mit | datasift/datasift-python |
509f683621594df65925570020dbc7c41f2e439e | .travis.yml | .travis.yml | language: go
go:
- 1.6
- 1.7
- 1.7.1
- 1.7.3
- 1.7.4
script:
- go test -coverprofile=html_coverage.txt -covermode=atomic ./html
- go test -coverprofile=xml_coverage.txt -covermode=atomic ./xml
after_success:
- bash <(curl -s https://codecov.io/bash)
addons:
apt:
packages:
- libxml2-dev
-... | language: go
go:
- 1.6
- 1.7
- 1.7.1
- 1.7.3
- 1.7.4
- 1.8
script:
- go test -coverprofile=html_coverage.txt -covermode=atomic ./html
- go test -coverprofile=xml_coverage.txt -covermode=atomic ./xml
after_success:
- bash <(curl -s https://codecov.io/bash)
addons:
apt:
packages:
- libxml2-d... | Build and test against go 1.8 | Build and test against go 1.8 | YAML | mit | jbowtie/gokogiri,jbowtie/gokogiri,jbowtie/gokogiri |
6922d1cdd661c74524d2db5a0876466c545a883b | .travis.yml | .travis.yml | language: node_js
node_js:
- "7.0.0"
- "6.9.1"
| language: node_js
node_js:
- "7.2.0"
- "6.9.1"
| Update to latest node js version | Update to latest node js version
| YAML | mit | devilesk/node-dota2,Arcana/node-dota2,pendo324/node-dota2,devilesk/node-dota2,RJacksonm1/node-dota2,Arcana/node-dota2,RJacksonm1/node-dota2,pendo324/node-dota2 |
02639d48cb3a1f3355ad1624d423f9f69b7b4f10 | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Move DocumentNodeStore into its own bundle | OAK-6665: Move DocumentNodeStore into its own bundle
Build and run tests for oak-store-document instead of oak-core
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1809762 13f79535-47bb-0310-9956-ffa450edef68
| YAML | apache-2.0 | chetanmeh/jackrabbit-oak,chetanmeh/jackrabbit-oak,chetanmeh/jackrabbit-oak,chetanmeh/jackrabbit-oak,chetanmeh/jackrabbit-oak |
c261220314ad4ed987785662582dafe55aa3a8a1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10.6"
- "0.10.5"
- "0.10.4"
- "0.10.3"
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.10.7"
- "0.10.6"
- "0.10.5"
- "0.10.4"
- "0.10.3"
- "0.10"
- "0.8"
| Update to test against 0.10.7 as latest version | Update to test against 0.10.7 as latest version | YAML | mit | buttercoin/buttercoin,buttercoin/buttercoin,bankonme/buttercoin,bankonme/buttercoin,eXcomm/buttercoin,eXcomm/buttercoin |
3a33c562e34046e05b8505d8998ac11140afde25 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
script: "bundle update && bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- 2.4.0
- ruby-head
- jruby-9.1.1.0
- rbx-3
env:
global:
- JRUBY_OPTS=''
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
fast_finish: true
branches:
... | ---
language: ruby
sudo: false
cache: bundler
script: "bundle update && bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- 2.4.0
- ruby-head
- jruby-9.1.1.0
- rbx-3
env:
global:
- JRUBY_OPTS=''
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
- rvm: jruby-9.1.1.0
fas... | Change to exclude jrbuy failure. | Change to exclude jrbuy failure.
| YAML | mit | piotrmurach/tty-file,piotrmurach/tty-file |
c1cc4c7b90f8e1f6ea1b78b287c8d3e5396ef5a6 | .travis.yml | .travis.yml | language: rust
matrix:
fast_finish: true
allow_failures:
- rust: nightly
include:
- rust: 1.31.0
- rust: stable
- rust: beta
- rust: nightly
- name: rustfmt/clippy
rust: stable
install:
- rustup component add rustfmt clippy
script:
- cargo fmt --all -- --... | language: rust
matrix:
fast_finish: true
allow_failures:
- rust: nightly
include:
- rust: 1.32.0
- rust: stable
- rust: beta
- rust: nightly
- name: rustfmt/clippy
rust: stable
install:
- rustup component add rustfmt clippy
script:
- cargo fmt --all -- --... | Update minimum rustc version to 1.32.0 | Update minimum rustc version to 1.32.0
Signed-off-by: Matthias Beyer <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@beyermatthias.de>
| YAML | mpl-2.0 | matthiasbeyer/toml-query |
c124d5ff545eaa9d04a5b63a44153932c497ab2b | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 5 on Travis CI. | Test with latest Node.js 5 on Travis CI.
| YAML | mit | bigeasy/vestibule,bigeasy/signal,bigeasy/vestibule |
a89b4bc5aa4a2fa13f47c9224e72d2347492a704 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.0"
- "6.2"
cache:
directories:
- node_modules
| language: node_js
node_js:
- "7.0"
- "6.3"
cache:
directories:
- node_modules
| Test on node 6.3 and 7 | Test on node 6.3 and 7
| YAML | agpl-3.0 | librariesio/librarian-parsers |
08912b043bd386168580a01fbfdbf69d900d77e1 | .travis.yml | .travis.yml | before_install:
- "sudo rm /usr/local/bin/docker-compose"
- "curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose"
- "chmod +x docker-compose"
- "sudo mv docker-compose /usr/local/bin/"
env:
DOCKER_COMPOSE_VERSION: "1.7.1"
... | before_install:
- "apt-cache madison docker-engine"
- "sudo apt-get -o Dpkg::Options::=\"--force-confnew\" -y install docker-engine=${DOCKER_VERSION}"
- "sudo rm /usr/local/bin/docker-compose"
- "curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`una... | Install Docker 1.10 on Travis. | Install Docker 1.10 on Travis.
| YAML | mit | yblein/ruma,yblein/ruma |
0d094f651090588306b79206c504337848147107 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script:
- python anti-XSS.py -h
| language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script:
- python anti-XSS.py -h
- Python anti-XSS.py --help
| Add support for Travis CI | Add support for Travis CI
| YAML | mit | lewangbtcc/anti-XSS,lewangbtcc/anti-XSS |
4c7f37accdf48513c54626061a88272ff83a930f | .travis.yml | .travis.yml | notifications:
email:
on_success: always
script: 'bundle exec rake'
rvm:
- 1.9.2
- 1.9.3
- 1.8.7
- ree
- rbx
- jruby-18mode
- jruby-19mode
- 2.0.0
| notifications:
email:
on_success: always
script: 'bundle exec rake'
rvm:
- 1.9.2
- 1.9.3
- 1.8.7
- ree
- rbx
- jruby-18mode
- jruby-19mode
| Remove 2.0.0 support due to bundler issue | Remove 2.0.0 support due to bundler issue
Until bundler gets a new release and that release is on Travis,
we'll get odd failures in the cuke tests.
| YAML | apache-2.0 | pjump/methadone,pjump/methadone,davetron5000/methadone,davetron5000/methadone,davetron5000/methadone,enemy/methadone-rehab,enemy/methadone-rehab,enemy/methadone-rehab,dennisjbell/methadone-clinic,dennisjbell/methadone-clinic |
4065e54d0870bb2959309f8ef20899584e1f7b2a | .travis.yml | .travis.yml | language: ruby
cache: bundler
before_install:
- gem update --system 2.1.11
- gem --version
rvm:
- 1.9.3
- 2.0.0
gemfile:
- Gemfile
- gemfiles/rails-3.2.gemfile
- gemfiles/rails-4.0.gemfile
- gemfiles/rails-master.gemfile
matrix:
include:
- rvm: 1.8.7
gemfile: gemfiles/rails-3.2.gemfile
| language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
gemfile:
- Gemfile
- gemfiles/rails-3.2.gemfile
- gemfiles/rails-4.0.gemfile
- gemfiles/rails-master.gemfile
matrix:
include:
- rvm: 1.8.7
gemfile: gemfiles/rails-3.2.gemfile
| Revert "Worked around RubyGems 2.2.0 bug on Travis-CI" | Revert "Worked around RubyGems 2.2.0 bug on Travis-CI"
This reverts commit 3ee8d615549b1dc14a0b187dece3ecef0b9309a8.
| YAML | mit | wwidea/font-awesome-rails,estebaninformatica/font-awesome-rails,rubixware/font-awesome-rails,bokmann/font-awesome-rails,bokmann/font-awesome-rails,rubixware/font-awesome-rails,Andrew-Rice/essential-icons-rails,estebaninformatica/font-awesome-rails,bokmann/font-awesome-rails,wwidea/font-awesome-rails |
a61701fbece30628912034c48383a37ef2b93a3c | .travis.yml | .travis.yml | language: rust
script:
- cargo test --features="live_tests"
- cargo test --features="tls"
sudo: false
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > targ... | language: rust
matrix:
include:
- rust: nightly
- rust: beta
- rust: stable
script:
- cargo test --features="live_tests"
- cargo test --features="tls"
sudo: false
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = stable ] &&
cargo do... | Enable test matrix with all three rustc channels | ci/Travis: Enable test matrix with all three rustc channels
| YAML | mit | tempbottle/solicit,gwicke/solicit,mlalic/solicit,stepancheg/solicit |
33cd1ba576054abaca2c0fa7127a897e2e7b9fb5 | .travis.yml | .travis.yml | sudo: false
language: rust
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
rust:
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
after_s... | language: rust
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
- gcc
rust:
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo... | Update kcov code coverage script | Update kcov code coverage script
| YAML | apache-2.0 | sunchao/parquet-rs,sunchao/parquet-rs |
7e1ba99794ba0b8efb721c08737cb97197f8c7e7 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always
env:
global:
- secure: "d72scMGybGfXPuGKwvFXOF+3fq9d/FV5CDN1uAD5GW1r+vV0dZkKnoG3ZZ7bwikOIei4Z5zQ1oVhnPhHOS2ReCxmui1uwcGJnwl1Pw... | ---
sudo: false
addons:
coverity_scan:
project:
description: Build submitted via Travis CI
name: maxmind/geoip-api-java
notification_email: dev@maxmind.com
build_command_prepend: mvn clean
build_command: mvn -DskipTests=true compile
branch_pattern: .*coverity.*
language: java
jdk:
- ... | Update Travis notifications for slack & email | Update Travis notifications for slack & email
| YAML | lgpl-2.1 | maxmind/geoip-api-java,maxmind/geoip-api-java |
f7b3138ecfebe5bf3a7b40147f16bfe6b93c618f | .travis.yml | .travis.yml | language: "perl"
perl:
- "5.14"
env:
sudo: false
addons:
apt:
packages:
- unzip
before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-external.git
- git clone --branch m... | language: "perl"
perl:
- "5.22"
env:
sudo: false
addons:
apt:
packages:
- unzip
before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-external.git
- git clone --branch m... | Use perl 5.22 for tests | Use perl 5.22 for tests
| YAML | apache-2.0 | Ensembl/ensembl-pipeline,Ensembl/ensembl-pipeline,Ensembl/ensembl-pipeline |
376cb9c092a3435a32d8184be995e9422428c7d1 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
script:
- phpunit -c phpunit.xml --coverage-text
| language: php
php:
- 7.2
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
script:
- phpunit -c phpunit.xml --coverage-text
| Remove PHP versions from Travis | Remove PHP versions from Travis
| YAML | mit | GeniusesOfSymfony/WebSocketBundle,GeniusesOfSymfony/WebSocketBundle |
6e255ef1d5c5774d712cdf0756d685ef147644c9 | .travis.yml | .travis.yml | language: java
os: linux
dist: xenial
install: true
jdk: oraclejdk8
services:
- xvfb
git:
depth: false
addons:
chrome: stable
firefox: latest
before_script:
- export DISPLAY=:99.0
jobs:
include:
- stage: Maven
script: mvn verify
- sta... | language: java
os: linux
dist: xenial
install: true
jdk: openjdk8
services:
- xvfb
git:
depth: false
addons:
chrome: stable
firefox: latest
before_script:
- export DISPLAY=:99.0
jobs:
include:
- stage: Maven
script: mvn verify
- stage... | Use openjdk8 in Travis config | Use openjdk8 in Travis config
| YAML | apache-2.0 | bonigarcia/mastering-junit5,bonigarcia/mastering-junit5 |
6caaf31cba648ef1408210bed1c5af59f4e70a92 | .travis.yml | .travis.yml | language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
| Stop testing Python 2.4 (not supported by Travis). | Stop testing Python 2.4 (not supported by Travis).
| YAML | mit | peterldowns/python-mustache,peterldowns/python-mustache |
60d161b2bd16150b61be7bb679179615ac9392cf | .travis.yml | .travis.yml | dist: xenial
language: python
cache: pip
service:
- posgresql
- mysql
python:
- "3.7"
env:
- TESTING_DB=sqlite3
- TESTING_DB=postgresql
- TESTING_DB=mysql
before_install:
- psql -c "CREATE USER evennia WITH PASSWORD 'password'; CREATE DATABASE evennia; GRANT ALL PRIVILEGES ON DATABASE evennia TO evenn... | dist: xenial
language: python
cache: pip
service:
- postgresql
- mysql
python:
- "3.7"
env:
- TESTING_DB=sqlite3
- TESTING_DB=postgresql
- TESTING_DB=mysql
before_install:
- psql -c "CREATE USER evennia WITH PASSWORD 'password'; CREATE DATABASE evennia; GRANT ALL PRIVILEGES ON DATABASE evennia TO even... | Manage to correctly spell 'postgresql' ... | Manage to correctly spell 'postgresql' ...
| YAML | bsd-3-clause | jamesbeebop/evennia,jamesbeebop/evennia,jamesbeebop/evennia |
86d437b6974702013e7db272e60876e15b4218f9 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
env:
- FORCE_TEST_VCS=bzr
- FORCE_TEST_VCS=git
- FORCE_TEST_VCS=hg
- FORCE_TEST_VCS=svn
install:
- pip install coverage coveralls mock
script:
- SKIP_NO_TESTS=1 coverage run --source=check_manifes... | language: python
sudo: false
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
env:
- FORCE_TEST_VCS=bzr
- FORCE_TEST_VCS=git
- FORCE_TEST_VCS=hg
- FORCE_TEST_VCS=svn
install:
- pip install coverage coveralls mock
script:
- SKIP_NO_TESTS=1 coverage run --source=che... | Enable Python 3.5 in Travis | Enable Python 3.5 in Travis
| YAML | mit | mgedmin/check-manifest,mauritsvanrees/check-manifest |
6c7d37215c8d40e9a90147d0f0580fbda8187520 | .travis.yml | .travis.yml | language: node_js
install:
- npm install -g yarn
- yarn install
script:
- npm test
- npm run release:semantic
env:
global:
- secure: k00BVlgfFnvYE/wikDY9c8HhPR/hgeB1U9cIs8rV3SNGVau1VtYsvYLAiLatO7VqE6HmITr5VxQMoOgkAeO/ATS7tXIJydlq0GMTwjtx38Vtc3/HqfuXKVVpZBahIHyNraodiGs5gl0aHZUH8pExNJl3i19aOHZXIXj6NUXNlOA=
... | language: node_js
after_success:
- npm run release:semantic
| Simplify build and make sure releases happen after success. | build: Simplify build and make sure releases happen after success.
| YAML | mit | skatejs/skatejs,chrisdarroch/skatejs,skatejs/skatejs,skatejs/skatejs,chrisdarroch/skatejs |
e272cc4a23a330033851a95c6527ffb492175364 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- hhvm
- 5.4
- 5.3
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
before_script:
- composer install $PREFER_LOWEST
script: ./bin/phpunit
| language: php
php:
- 7.0
- 5.6
- 5.5
- hhvm
- 5.4
- 5.3
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
before_script:
- composer update $PREFER_LOWEST
script: ./bin/phpunit
| Use Composer update command rather than install | Use Composer update command rather than install
| YAML | mit | archfizz/slotmachine |
2ced5535f62925c53d4cc7736771735b203c6397 | .travis.yml | .travis.yml | sudo: false
language: rust
rust:
- nightly
before_install:
# Check formatting
- cargo install rustfmt
script:
# Check build script formatting separately because cargo fmt doesn't pick it up
- rustfmt --write-mode=diff build.rs
# Check formatting of sources
- cargo fmt -- --write-mode=diff
- cargo build ... | sudo: false
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
before_install:
# Check formatting
- cargo install rustfmt
script:
# Check build script formatting separately because cargo fmt doesn't pick it up
- rustfmt --write-mode=diff build.rs
# Check formatt... | Test against stable and beta | Test against stable and beta
| YAML | apache-2.0 | lunaryorn/xkpwgen.rs |
ab041ff44c8e74b0fc1e71032c9b080638f1d8eb | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
install: "pip install -r requirements.txt"
script: nosetests
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
install:
- "pip install -r requirements.txt"
- "pip install coverage"
script: coverage run --source=highlander setup.py test
| Use coverage to run the tests. | Use coverage to run the tests.
| YAML | mit | chriscannon/highlander |
6a5a17b0101bd28981851c1c58cfdabbf491bd2f | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- "4.0"
- "4.1"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation. | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation.
| YAML | mit | cliffano/health |
7817dfa283730157f05def2c758b80bf17b63189 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby
| Change Travis JRuby to default and allow failures. | Change Travis JRuby to default and allow failures.
| YAML | unlicense | ruby-rdf/sparql,ruby-rdf/sparql |
c433af8cb196d3841808e34c29588f2f5ee94199 | .travis.yml | .travis.yml | language: node_js
node_js:
- "1.1.0"
- "0.8.0"
before_script:
- npm install -g grunt-cli
| language: node_js
before_script:
- npm install -g grunt-cli
| Remove multiple node.js version testing | Remove multiple node.js version testing
| YAML | apache-2.0 | wcandillon/xqlint |
c58515de6190f1c2dd34d2a8a202e2409d43a6bb | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
- bower_components
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- np... | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
- bower_components
before_install:
- npm config set spin false
- npm install -g bower yarn
- bower --version
- yarn --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --... | Use yarn over npm to install dependencies | Use yarn over npm to install dependencies
| YAML | mit | opensource-challenge/opensource-challenge-client,opensource-challenge/opensource-challenge-client |
bc447419b65b02f0c328b02c1d11ca7d66be1e4c | .travis.yml | .travis.yml | language: node_js
dist: trusty
sudo: false
node_js:
- '4'
- '6'
- '7'
env:
global:
- secure: NyTJRyVlZACJzp4rU6O9abqm2Z+P3x6mhFne8B9iqflt+9pesdT9Jz/a5oi8+hjA1n+tRADkrXjGz8GPgFCI1YP6+RgOQjGYnf3F/7/efbHjGrtTQPKq6Fu07upN9B/yXEsFML05abloiJvPLeHvDS9xY9qsgkDzvikdjrUleIs=
- secure: di2dAKlPdcQ2yNo7YMIdqJbfk4Kh... | language: node_js
dist: trusty
sudo: false
node_js:
- '4'
- '6'
- '8'
env:
global:
- secure: NyTJRyVlZACJzp4rU6O9abqm2Z+P3x6mhFne8B9iqflt+9pesdT9Jz/a5oi8+hjA1n+tRADkrXjGz8GPgFCI1YP6+RgOQjGYnf3F/7/efbHjGrtTQPKq6Fu07upN9B/yXEsFML05abloiJvPLeHvDS9xY9qsgkDzvikdjrUleIs=
- secure: di2dAKlPdcQ2yNo7YMIdqJbfk4Kh... | Test on Node.js 8 instead of 7 | Travis: Test on Node.js 8 instead of 7
| YAML | mit | EE/karma-ng-json2js-preprocessor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.