commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
82640809eaf3ca7b61ad1b09876c074c0e853cff | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
| language: ruby
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
| Add Ruby 1.8.6 to Travis config | Add Ruby 1.8.6 to Travis config
| YAML | mit | KensoDev/git_tracker,KensoDev/git_tracker,stevenharman/git_tracker,stevenharman/git_tracker |
ca6517f1d2024f42060fc5ddf451f8323c282318 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
install:
- python setup.py -q install
script:
- make ci
| language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
install:
- python setup.py -q install
script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then
make test pep8
else
make ci
fi
| Add pypy and attempt to detect py3k to exclude pyflakes | Add pypy and attempt to detect py3k to exclude pyflakes
| YAML | unlicense | michaeljoseph/righteous,michaeljoseph/righteous |
5263eeafdff6594306be228675d588d1930f2ba9 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
- 0.10
after_script: npm run functional
| sudo: false
language: node_js
node_js:
- 0.12
- 0.10
after_script: npm run functional
| Set sudo false to use faster container based builds | Set sudo false to use faster container based builds
| YAML | mit | pelias/openaddresses,pelias/openaddresses |
9e9708ebe0cb319f977026a5097378c1d8b67388 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --coverage-text
| language: php
php:
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit --coverage-text
| Remove tests for 5.4 since phergie-irc-bot-react no longer supports it | Remove tests for 5.4 since phergie-irc-bot-react no longer supports it
| YAML | bsd-2-clause | phergie/phergie-irc-plugin-react-twitter |
133873b322f82c2e37bead0792b7305b38a577eb | .travis.yml | .travis.yml | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
env:
global:
- COMPOSER_ROOT_VERSION=4.0.x-dev
- CORE_RELEASE=4
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=M... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
env:
global:
- COMPOSER_ROOT_VERSION=4.0.x-dev
- CORE_RELEASE=4
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=M... | Add dev version of framework to Travis builds | Add dev version of framework to Travis builds
| YAML | mit | lekoala/silverstripe-debugbar,lekoala/silverstripe-debugbar |
de2a44779837d41d4d89274b65584804ee7b9863 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
notifications:
email:
- damon.oehlman@nicta.com.au
irc: irc.freenode.org#rtc.io
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libogg-dev libini-conf... | language: node_js
node_js:
- 0.10
notifications:
email:
- damon.oehlman@nicta.com.au
irc: irc.freenode.org#rtc.io
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev... | Add libopus-dev to the apt deps | Add libopus-dev to the apt deps
| YAML | apache-2.0 | rtc-io/rtc-janus |
0a7b5047e3901b48b118db0a1c64c0f9edb8a9ea | .travis.yml | .travis.yml | sudo: required
language:
- c
compiler:
- gcc
env:
matrix:
- BOARD=atlys TARGET=base
- BOARD=atlys TARGET=hdmi2usb
- BOARD=atlys TARGET=hdmi2ethernet
- BOARD=opsis TARGET=base
- BOARD=opsis TARGET=hdmi2usb
install:
- wget -q -O- https://raw.githubusercontent.com/mithro/travis-trusty/master/setup... | sudo: required
language:
- c
compiler:
- gcc
env:
matrix:
- BOARD=atlys TARGET=base
- BOARD=atlys TARGET=hdmi2usb
- BOARD=atlys TARGET=hdmi2ethernet
- BOARD=opsis TARGET=base
- BOARD=opsis TARGET=hdmi2usb
matrix:
allow_failures:
- env: BOARD=opsis TARGET=hdmi2usb
install:
- wget -q -O- ht... | Allow failure for Opsis HDMI2USB target for now. | Allow failure for Opsis HDMI2USB target for now.
| YAML | bsd-2-clause | mithro/HDMI2USB-litex-firmware,mithro/HDMI2USB-litex-firmware,cr1901/HDMI2USB-litex-firmware,cr1901/HDMI2USB-litex-firmware,cr1901/HDMI2USB-litex-firmware,mithro/HDMI2USB-litex-firmware,cr1901/HDMI2USB-litex-firmware,mithro/HDMI2USB-litex-firmware |
eee217fe6cfe4193baff966c8fc270f9654421b9 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- "6"
os:
- linux
# - osx
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;
sudo apt-get --yes install haskell-platform;
else
... | sudo: false
# Caching so the next build will be fast too.
cache:
directories:
- $HOME/.stack
language: node_js
node_js:
- "6"
os:
- linux
# - osx
addons:
apt:
packages:
# Stack dependencies
- libgmp-dev
before_install:
# Download and unpack the stack executable
- mkdir -p ~/.local/b... | Switch Travis-CI build to use stack | Switch Travis-CI build to use stack
| YAML | mit | hoovercj/vscode-ghc-mod,hoovercj/vscode-ghc-mod |
239a71a95606ba15738f43381ca8c333019975d4 | .travis.yml | .travis.yml | language: python
env:
- TWISTED=Twisted==12.0 RUNTESTS=trial
- TWISTED=Twisted==12.1 RUNTESTS=trial
- TWISTED=Twisted==12.2 RUNTESTS=trial
- TWISTED=Twisted==12.3 RUNTESTS=trial
- TWISTED=Twisted==13.0 RUNTESTS=trial
- TWISTED=Twisted==13.1 RUNTESTS=trial
- TWISTED=Twisted==13.2 RUNTESTS=tr... | language: python
env:
- TWISTED=Twisted==12.0 RUNTESTS=trial
- TWISTED=Twisted==12.1 RUNTESTS=trial
- TWISTED=Twisted==12.2 RUNTESTS=trial
- TWISTED=Twisted==12.3 RUNTESTS=trial
- TWISTED=Twisted==13.0 RUNTESTS=trial
- TWISTED=Twisted==13.1 RUNTESTS=trial
- TWISTED=Twisted==13.2 RUNTESTS=tr... | Disable 3.3 until Twisted setup.py works. | Disable 3.3 until Twisted setup.py works.
| YAML | mit | itamarst/crochet,wrmsr/crochet,rolando/crochet |
c06f10de168fbf7f7b4a29087593b4240376bafd | .travis.yml | .travis.yml | language: csharp
solution: ATL.sln
mono: none
dotnet: 1.0.3
dist: trusty
script:
- dotnet restore
- xbuild /p:Configuration=Release ./ATL.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ATL.test/bin/Release/ATL.test.dll | language: csharp
solution: ATL.sln | Revert "Tinkering with build options" | Revert "Tinkering with build options"
This reverts commit 4da4586c0218f822c8a5d83ef643d26bb4b662f3.
| YAML | mit | Zeugma440/atldotnet |
2054d171f05e55fa871f800fb7b936dfdfd9b374 | .travis.yml | .travis.yml | sudo: false
osx_image: xcode7
language: objective-c
cache:
edge: true
bundler: true
cocoapods: true
directories:
- .nvm
- node_modules
- vendor/bundle
before_install:
- brew reinstall nvm
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
install:
- nvm insta... | sudo: false
osx_image: xcode8
language: objective-c
cache:
edge: true
bundler: true
cocoapods: true
directories:
- .nvm
- node_modules
- vendor/bundle
before_install:
- brew reinstall nvm
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
install:
- nvm insta... | Update xcode version, move to yarn | chore(ci): Update xcode version, move to yarn
| YAML | mit | moqada/GHReader,moqada/GHReader,moqada/GHReader,moqada/GHReader |
fce5aabcc82670c750e401f3ed414f0b77331745 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 8
- 6
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install
script:
- npm test
| sudo: false
language: node_js
node_js:
- 'stable'
- 12
- 10
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install
script:
- npm test
| Update Node.js version to use in CI tests | Update Node.js version to use in CI tests
Signed-off-by: Takuya Noguchi <b6ff22f4ae6fe3ca1371a0ef8d104f1c4bca551b@gmail.com>
| YAML | mit | cthackers/adm-zip |
b88ed9d0505db906c26c49a4eb69b286ca80c01b | .travis.yml | .travis.yml | language: rust
rust:
- stable
- nightly
os:
- linux
- osx
- windows
env:
matrix:
- RELEASE=
- RELEASE=--release
before_script:
# rustfmt may not always be available in nightly
- if [[ "$TRAVIS_RUST_VERSION" != *nightly* ]]; then rustup component add rustfmt; fi
script:
# We cannot run `cargo... | language: rust
rust:
- stable
- nightly
os:
- linux
- osx
- windows
env:
matrix:
- RELEASE=
- RELEASE=--release
install:
# rustfmt may not always be available in nightly
- if [[ "$TRAVIS_RUST_VERSION" != *nightly* ]]; then rustup component add rustfmt; fi
- if [[ "$TRAVIS_OS_NAME" == "windo... | Switch Windows CI builds from windows-gnu to windows-msvc. | Switch Windows CI builds from windows-gnu to windows-msvc.
The Travis default of windows-gnu suffers from rust-lang/rust#47048, I
think. I don't see an easy way to address this right now, but switching
our Windows builds to windows-msvc will avoid this and is more realistic
target anyway.
| YAML | mpl-2.0 | mozilla/mp4parse-rust |
8afbec6699117be69122f95b13639fc6f93ed8d0 | .travis.yml | .travis.yml | language: php
before_script:
- composer install --dev --prefer-dist
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
| language: php
before_script:
- composer install --dev --prefer-source
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
| Use --prefer-source instead --prefer-dist for composer packages installation | Use --prefer-source instead --prefer-dist for composer packages installation | YAML | mit | aztech-dev/Phraseanet-PHP-SDK,aztech-dev/Phraseanet-PHP-SDK |
aade215f3e85452b67c536618325913bea25878b | .travis.yml | .travis.yml | rvm:
- 1.9.3
- rbx-19mode
language: ruby
before_script:
- "rake servers:jasig:prep"
- "rake servers:jasig:start &"
- "rake servers:callback:start &"
| rvm:
- 1.8.7
- 1.9.3
- rbx-19mode
language: ruby
before_script:
- "rake servers:jasig:prep"
- "rake servers:jasig:start &"
- "rake servers:callback:start &"
| Check the build on 1.8.7, too. | Check the build on 1.8.7, too.
Some applications using Castanet are still stuck on that.
| YAML | mit | NUBIC/castanet |
8bfbb3b098a9dac69ae30b3ad48456fe432f7721 | .travis.yml | .travis.yml | addons:
sauce_connect:
username: "karlitowhoelse"
access_key: "d45485e6-5775-4719-b001-c2c4409feae6"
deploy:
default: true
keyfile: Cook AdLib-629247c92d53.json
on:
tags: true
all_branches: true
project: cook-adlib
provider: gae
skip_cleanup: true
before_install:
- openssl aes-256-cbc -K $... | addons:
sauce_connect:
username: "karlitowhoelse"
access_key: "d45485e6-5775-4719-b001-c2c4409feae6"
deploy:
default: true
keyfile: Cook AdLib-629247c92d53.json
on:
tags: true
all_branches: true
project: cook-adlib
provider: gae
skip_cleanup: true
before_install:
- openssl aes-256-cbc -K $... | Set scripts directory as executable in Travis before_install | Set scripts directory as executable in Travis before_install
| YAML | bsd-3-clause | cookadlib/www.cookadlib.com,cookadlib/www.cookadlib.com,cookadlib/www.cookadlib.com |
3e1b02ea0186c5b1019680c0668ddf2c60d6dae1 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
before_script:
- mysql -e 'create database snippets character set utf8;'
before_install:
- git submodule update --init --recursive
- pip install flake8 requests
- flake8 snippets --exit-zero | python bin/comment-on-pr.py
install:
- pip install -r requirements/compiled.txt
- pip install ... | sudo: false
language: python
python:
- '2.6'
before_script:
- mysql -e 'create database snippets character set utf8;'
before_install:
- git submodule update --init --recursive
- pip install flake8 requests
- flake8 snippets --exit-zero | python bin/comment-on-pr.py
install:
- pip install -r requirements/compiled.txt
- ... | Set sudo=false to run on containers. | Set sudo=false to run on containers.
| YAML | mpl-2.0 | akatsoulas/snippets-service,akatsoulas/snippets-service,Osmose/snippets-service,schalkneethling/snippets-service,mozmar/snippets-service,akatsoulas/snippets-service,mozilla/snippets-service,schalkneethling/snippets-service,mozmar/snippets-service,glogiotatidis/snippets-service,glogiotatidis/snippets-service,Osmose/snip... |
08c4297062a66342c0055ad1681f8e1265c30080 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.3.0"
- "jruby-9.1.5.0"
env:
- "RAILS_VERSION=rails3"
"JRUBY_OPTS=''"
- "RAILS_VERSION=rails4"
"JRUBY_OPTS=''"
- "RAILS_VERSION=rails5"
"JRUBY_OPTS=''"
- "RAILS_VERSION=pojs"
"JRUBY_OPTS=''"
sudo: false
script: "if [ $PERFORMANCE_SPECS ];then bundl... | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.3.0"
env:
- "RAILS_VERSION=rails3"
- "RAILS_VERSION=rails4"
- "RAILS_VERSION=pojs"
sudo: false
script: "if [ $PERFORMANCE_SPECS ];then bundle exec rake performance_specs --trace; else bundle exec rake --trace; fi"
install:
- bundle install --retry=3
matrix:
... | Clean up jruby matrix entries | Clean up jruby matrix entries
| YAML | mit | amandamholl/jasmine-gem,amandamholl/jasmine-gem,amandamholl/jasmine-gem |
ab82b12008a44af8d494297dc771880511f7cc35 | .travis.yml | .travis.yml | language: java
os:
- linux
- osx
jdk:
- oraclejdk8
- openjdk7
- openjdk6
addons:
apt:
packages:
- autoconf
- javahelp2
- tidy
- liblcms2-dev
- libtiff4-dev
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx... | language: java
os:
- linux
jdk:
- oraclejdk8
- openjdk7
- openjdk6
addons:
apt:
packages:
- autoconf
- javahelp2
- tidy
- liblcms2-dev
- libtiff4-dev
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; th... | Remove Travis CI osx target because apt packages does not work for osx | Remove Travis CI osx target because apt packages does not work for osx
| YAML | bsd-3-clause | ktgw0316/LightZone,ktgw0316/LightZone,MarinnaCole/LightZone,MarinnaCole/LightZone,ktgw0316/LightZone,MarinnaCole/LightZone,MarinnaCole/LightZone,ktgw0316/LightZone,MarinnaCole/LightZone,MarinnaCole/LightZone,MarinnaCole/LightZone,ktgw0316/LightZone,ktgw0316/LightZone,ktgw0316/LightZone |
5be53cf4aa0a58a2b40ec12152fd34a7d354a7a3 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- composer install
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- test $TRAVIS_PULL_REQUEST == ... | language: php
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- composer install
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- test $TRAVIS_PUL... | Set dist to trusty for hhvm testing | Set dist to trusty for hhvm testing | YAML | apache-2.0 | gossi/php-code-generator,gossi/php-code-generator |
1e2d6cf1e27532a35736ea9cb3c7f38f2a8022e1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
| language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
| Test against Ruby 2.0.0 on Travis CI. | Test against Ruby 2.0.0 on Travis CI.
| YAML | apache-2.0 | twitter/twitter-text,twitter/twitter-text,masonkmeyer/twitter-text,joebos/twitter-text-py,megaserg/twitter-text,zhaoguohui/twitter-text,aaronsakowski/twitter-text,aaronsakowski/twitter-text,masonkmeyer/twitter-text,masonkmeyer/twitter-text,megaserg/twitter-text,aaronsakowski/twitter-text,silentroach/twitter-text,zhaogu... |
7964c45a54347dcdcd9ea1640c62dac7b3d71809 | .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 ... | Add OpenJDK 8 to Travis builds. | Add OpenJDK 8 to Travis builds. | YAML | apache-2.0 | apache/commons-lang,britter/commons-lang,britter/commons-lang,MarkDacek/commons-lang,apache/commons-lang,MarkDacek/commons-lang,britter/commons-lang,MarkDacek/commons-lang,apache/commons-lang |
2938a632b70d982d527122e6425ae0c300eeed9e | .travis.yml | .travis.yml | os:
- osx
- linux
sudo: false
language: go
go: 1.5.1
addons:
apt:
sources:
- deadsnakes
packages:
- libonig-dev
- python3.5
- python3.5-dev
install:
- ./tasks/general/ci/install.sh lib
script:
- ./tasks/general/ci/run_tests.sh lib
- ./tasks/local/ci/check_gen.sh
- ./t... | os:
- osx
- linux
sudo: false
language: go
go: 1.5.1
addons:
apt:
sources:
- deadsnakes
packages:
- libonig-dev
- python3.5
- python3.5-dev
- xsel
install:
- ./tasks/general/ci/install.sh lib
script:
- ./tasks/general/ci/run_tests.sh lib
- ./tasks/local/ci/check_g... | Add xsel for clipboard support. | Add xsel for clipboard support.
| YAML | bsd-2-clause | limetext/lime-backend,limetext/lime-backend,limetext/backend,limetext/lime-backend,limetext/lime-backend |
c17c7e76d35947e54fe337d17953c1472ee95100 | .travis.yml | .travis.yml | language: ruby
notifications:
slack:
secure: dSwRumGlIAdGDAaH/fzh/KsQhRqPBcNpbGYrMbAzacFMm8nGyLCShxR3EP/ZxkBp14ZsJ8ys4F5DMVlri7EbGNgBf1nOKAtzme6lV8oqrUxW2QULgvrP4W/+xTg1ULX758qF5NgwqErfS4Y1etofMbOuGriJ6kIxFWRjidmFPYo=
| language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
notifications:
slack:
secure: dSwRumGlIAdGDAaH/fzh/KsQhRqPBcNpbGYrMbAzacFMm8nGyLCShxR3EP/ZxkBp14ZsJ8ys4F5DMVlri7EbGNgBf1nOKAtzme6lV8oqrUxW2QULgvrP4W/+xTg1ULX758qF5NgwqErfS4Y1etofMbOuGriJ6kIxFWRjidmFPYo=
| Add test target to 1.9.2 - 2.1.0 | Add test target to 1.9.2 - 2.1.0
| YAML | mit | atton-/noir |
8fda22304c86f0bb1f36ea2bd85db84342d2dfc6 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
- "pypy"
env:
- NSQ_VERSION=0.3.5 GO_VERSION=1.4.2
- NSQ_VERSION=0.3.6 GO_VERSION=1.5.1
- NSQ_VERSION=0.3.7 GO_VERSION=1.6
- NSQ_VERSION=0.3.8 GO_VERSION=1.6.2
- NSQ_VERSION=1.0.... | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
- "pypy"
env:
- NSQ_VERSION=1.0.0-compat GO_VERSION=1.8
- NSQ_VERSION=1.1.0 GO_VERSION=1.10.3
matrix:
include:
- env: TOXENV=docs
- env: TOXENV=lint
install:
- sudo apt-g... | Remove < 1.0 nsq compatibility | Remove < 1.0 nsq compatibility
| YAML | bsd-3-clause | wtolson/gnsq,wtolson/gnsq |
7465444718b4bab6551adfc7b5d56af40bef136d | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=3.2
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1... | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
dist: precise
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=3.2
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL C... | Use precise distro for PHP 5.3 support | Use precise distro for PHP 5.3 support | YAML | bsd-2-clause | silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack |
2e67459fc5dc7a6d97969397524ede487fd2bbde | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
services:
- mongodb
install:
- "pip install coverage"
- "pip install nose"
- "pip install coveralls"
- "pip install -e ."
script: "python setup.py nosetests --with-coverage --cover-package=depot --cover-erase"
after_success:
cove... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
services:
- mongodb
secure: "AOD+7FtWk9oHqLwtbS/aCoKNPsYA/uNsC9N3js7UZO7/5qQAYzvYvWiEiRUAtI620+hsAyTd8hyHZkI7Yk+BFqtdA1XWbDIjYam5WI2euW2ME+FtokxyT3LoLu2fNAabMaNdru0JxSThW+bOurFwshRDEwxvkAgAkgZIMashMVs="
secure: "Ub7LbB1M9Uh1qBXZTyOyP65bgZrn6... | Make the testsuite run on AWS | Make the testsuite run on AWS
| YAML | mit | miraculixx/depot,amol-/depot,eprikazc/depot,miraculixx/depot,rlam3/depot |
44e9434e7ff3e144f6c8d0db0eba3aa4716433ff | .travis.yml | .travis.yml | language: node_js
branches:
only:
- master
node_js:
- 0.6
- 0.7
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| language: node_js
branches:
only:
- master
node_js:
- 0.6
- 0.8
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"
| Test on node 0.8 instead of 0.7 | [test] Test on node 0.8 instead of 0.7
| YAML | mit | pocketjoso/director,webx32/director,meleslilijing/director,mylikes/director,lzhengms/director,lzhengms/director,cpg1111/director,sheldonzf/director,vitalsource/director,meleslilijing/director,GerHobbelt/director,mylikes/director,flatiron/director,pandoraui/director,pandoraui/director,andradedev/director,cpg1111/directo... |
6be235f61de45c746476fee3085fd99e37847568 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- ruby-head
- jruby
- jruby-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
irc: "irc.freenode.org#celluloid"
| rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
- jruby
- jruby-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
irc: "irc.freenode.org#celluloid"
| Test against Ruby 2.2.4 & 2.3.0 | Test against Ruby 2.2.4 & 2.3.0
| YAML | mit | copiousfreetime/timers,celluloid/timers |
e89f9ed73ebff6a41ff2f48265070b26e2d81e45 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... | Add TMPDIR env variable to Travis file | Add TMPDIR env variable to Travis file
- Add exporting of TMPDIR env variable (where TMPDIR=$PWD/tmp) to Travis
file so that tests don't try to create temp files in an unwritable area.
| YAML | apache-2.0 | tofu-rocketry/ssm,apel/ssm,tofu-rocketry/ssm,apel/ssm,stfc/ssm,stfc/ssm |
58ed002da64284badc0d054caae58cf14cf07895 | .travis.yml | .travis.yml | language: go
go:
- "1.9.x"
- "1.10.x"
- "1.13.x"
- master
os:
- linux
- osx
install:
- go get -t ./...
script:
- make test
| language: go
go:
- "1.10.x"
- master
os:
- linux
- osx
install:
- go get -t ./...
script:
- make test | Revert "try more go versions, just to see what happens" | Revert "try more go versions, just to see what happens"
This reverts commit 0ecaed062361bce9a4f6146c636050afe5829cf3.
| YAML | bsd-3-clause | attilagyorffy/puma-dev,attilagyorffy/puma-dev,attilagyorffy/puma-dev,puma/puma-dev,attilagyorffy/puma-dev,puma/puma-dev,puma/puma-dev,puma/puma-dev |
ef78b698054f43ebde880166973570a87d9d4ccc | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
branches:
only:
- master
notifications:
email:
recipients:
- dev@tabeso.com
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: 2.0.0 | ---
language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
branches:
only:
- master
notifications:
email:
recipients:
- dev@tabeso.com
services:
- mongodb
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: 2.0.0 | Add MongoDB to Travis CI config | Add MongoDB to Travis CI config
| YAML | mit | tabeso/contraband |
079b69ea01dd3359461b159aa2a70889c74fc5e7 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=django>=1.4,<1.5
- DJANGO=django>=1.6,<1.7
- DJANGO=django>=1.7,<1.8
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install -e .
script: "make test"... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO='django>=1.4,<1.5'
- DJANGO='django>=1.6,<1.7'
- DJANGO='django>=1.7,<1.8'
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install -e .
script: "make... | Add quotes to django versions | Add quotes to django versions
| YAML | bsd-2-clause | incuna/django-orderable,incuna/django-orderable |
2c9b76297c9a6905eaeccd4e06ef85188f246d96 | .travis.yml | .travis.yml | language: objective-c
before_install:
- gem install slather -N
script:
- xctool -project libPhoneNumber.xcodeproj -scheme libPhoneNumber -sdk iphonesimulator clean build test ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
after_success: slather
| language: objective-c
before_install:
- gem install slather -N
script:
- xctool -project libPhoneNumber.xcodeproj -scheme libPhoneNumber -destination "platform=iOS Simulator,name=iPhone 6" -sdk iphonesimulator clean build test ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES... | Add destination option for testing | Add destination option for testing
| YAML | apache-2.0 | dmaclach/libPhoneNumber-iOS,iziz/libPhoneNumber-iOS,iziz/libPhoneNumber-iOS,dmaclach/libPhoneNumber-iOS,wheniwork/libPhoneNumber-iOS,dmaclach/libPhoneNumber-iOS,wheniwork/libPhoneNumber-iOS,opentable/libPhoneNumber-iOS,opentable/libPhoneNumber-iOS,wheniwork/libPhoneNumber-iOS,dmaclach/libPhoneNumber-iOS,wheniwork/libPh... |
54126b2560538a61318509a7fd15a4c1cdea2a19 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# - "3.2" # setuptools 30.0.0 (and above) dropped support for Python 3.2
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
os:
- linux
# - osx # See https://github.com/travis-ci/travis-ci/issues/4729
env:
- CXX=clang++-4.0
- CXX... | language: python
python:
- "2.7"
# - "3.2" # setuptools 30.0.0 (and above) dropped support for Python 3.2
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
os:
- linux
# - osx # See https://github.com/travis-ci/travis-ci/issues/4729
compiler:
- clang++-4.0
- g+... | Add more compiler testing for Travis CI | Add more compiler testing for Travis CI
| YAML | cc0-1.0 | hajimes/mmh3,hajimes/mmh3,hajimes/mmh3 |
ffbcbd12e3a23463f9129044da86a5de3351cc2a | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
sudo: false
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
- travis-cargo doc
after_success:
- git config user.name "Travis-CI Doc Bot"
- git ... | language: rust
sudo: false
rust:
- stable
matrix:
allow_failures:
- rust: nightly
include:
- rust: beta
script:
- travis-cargo build
- travis-cargo test
- travis-cargo doc
- rust: nightly
script:
- travis-cargo build... | Allow nightly builds to fail | Allow nightly builds to fail
| YAML | mit | Twinklebear/tray_rust |
657e0dbab0f65c640bec0d666623cb5a621762ce | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install requests
- pip install httpretty
- python setup.py install
script:
- python -W always setup.py test | language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install requests
- pip install httpretty
- pip install coverage
- pip install coveralls
- python setup.py install
script:
- nosetests --with-coverage agms/test/unit/*
after_success:
- coveralls | Update script to fire nosetests | Update script to fire nosetests
| YAML | mit | agmscode/agms_python |
32fa7d17e4fbd3a9db2703cba5922695cecb5df8 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
install:
- travis_retry composer self-update
- travis_retry composer --version
- travis_retry composer update --prefer-dist --no-interaction
script:
- sh ./maketests.sh
- php vendor/bin/codecept run | language: php
matrix:
include:
- php: '5.4'
dist: precise
- php: '5.5'
dist: precise
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
install:
- travis_retry composer self-update
- travis_retry composer --version
- travis_retry composer update --prefer-dist --no-in... | Fix builds on 5.4 5.5 | Fix builds on 5.4 5.5
| YAML | mit | fr05t1k/codeception-progress-reporter,fr05t1k/codeception-progress-reporter |
9faa27a2e24b74bcf6e7d853991c05dde2df7041 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- rbx-2.0
- ree
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx-18mode
- rbx-19mode
- ree
| Test against Rubinius in both Ruby 1.8 and 1.9 mode | Test against Rubinius in both Ruby 1.8 and 1.9 mode
| YAML | mit | LizzHale/octokit.rb,Ladiijae/octokit.rb,daukantas/octokit.rb,stetsenko/octokit.rb,JuanitoFatas/octokit.rb,kv109/octokit.rb,tarebyte/octokit.rb,BreemsEmporiumMensToiletriesFragrances/octokit.rb,pvdb/octokit.rb,byroot/octokit.rb,raysrashmi/octokit.rb,pvdb/octokit.rb,hoorayimhelping/octokit.rb,LizzHale/octokit.rb,nilbus/o... |
0936acd96a8c19c4c64fa9ff07bf700eff4dcb46 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8.10"
- "9.9"
services:
- mongodb
cache:
directories:
- node_modules
git:
depth: 3
script:
- yarn test:check-coverage
after_script:
- yarn report-coverage
| language: node_js
node_js:
- "8.10"
- "9.9"
services:
- mongodb
cache:
directories:
- node_modules
git:
depth: 3
script:
- yarn test:check-coverage
after_script:
- yarn report-coverage
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH=$HOME/.yarn... | Upgrade yarn to latest version on Travis | Upgrade yarn to latest version on Travis
| YAML | mit | KunalKapadia/express-mongoose-es6-rest-api,KunalKapadia/express-mongoose-es6-rest-api |
281f9972a7b6dddea400cc9fd2730426b47bc17c | .travis.yml | .travis.yml | sudo: false
cache:
directories:
- $TRAVIS_BUILD_DIR/mnist
- $TRAVIS_BUILD_DIR/cifar10
- $TRAVIS_BUILD_DIR/binarized_mnist
branches:
only:
- master
language: python
python:
- "2.7"
- "3.4"
before_install:
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda... | sudo: false
cache:
directories:
- $TRAVIS_BUILD_DIR/mnist
- $TRAVIS_BUILD_DIR/cifar10
- $TRAVIS_BUILD_DIR/binarized_mnist
branches:
only:
- master
language: python
python:
- "2.7"
- "3.4"
before_install:
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda... | Add NumPy install to Travis. | Add NumPy install to Travis.
| YAML | mit | orhanf/picklable_itertools,dmitriy-serdyuk/picklable-itertools,mila-udem/picklable-itertools |
95c361ed06372895528b8033c0326fe1635077ae | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: true
node_js:
- 'node'
- '4'
before_install:
- npm i -g npm@^4.0.0
script:
- istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec
- codecov
before_script:
- npm prune
after_success:
- 'curl -Lo... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: true
node_js:
- 'node'
- '4'
before_install:
- npm i -g npm@^4.0.0
before_script:
- npm prune
script:
- node build
- istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec
- codecov
after_success... | Add missing build step to coverage | chore(CI): Add missing build step to coverage
| YAML | mit | lukastaegert/fluent-arguments |
c5b64c38dd5e21c6bbcf3cda97a6b476a0e92f47 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
services:
- riak
before_install:
- gem install dep
- ulimit -n 4096
install:
- dep install
| language: ruby
rvm:
- 1.9.3
- 2.0.0
before_install:
- curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -
- sudo bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list"
- sudo apt-get update
- gem install dep
- ulimit -n 4096
install:
- yes n |... | Install last Riak DB to fix Travis. This is a temporal fix. | Install last Riak DB to fix Travis. This is a temporal fix.
Travis uses riak 1.2.x and pagination needs 1.4.x.
| YAML | mit | emancu/ork |
fd3f16c92d74a3b6401a1e5f07e0fb8d0c9dee8d | .travis.yml | .travis.yml | # reference: http://www.objc.io/issue-6/travis-ci.html
# whitelist
branches:
only:
- master
language: objective-c
os: osx
osx_image: xcode7
env:
matrix:
- TEST_SDK=iphonesimulator7.0
- TEST_SDK=iphonesimulator7.1
- TEST_SDK=iphonesimulator8.1
script:
- xctool test -test-sdk $TEST_SDK -workspace E... | # reference: http://www.objc.io/issue-6/travis-ci.html
# whitelist
branches:
only:
- master
language: objective-c
os: osx
osx_image: xcode7
env:
matrix:
- TEST_SDK=iphonesimulator7.1
- TEST_SDK=iphonesimulator8.1
- TEST_SDK=iphonesimulator9.0
script:
- xctool test -test-sdk $TEST_SDK -workspace E... | Add iOS 9 testing, drop iOS 7 | Add iOS 9 testing, drop iOS 7
| YAML | apache-2.0 | pinterest/PINRemoteImage,pinterest/PINRemoteImage,pinterest/PINRemoteImage,pinterest/PINRemoteImage |
39abf4a585ee6ac89dac0393f6ec0bf56b196686 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
- "pypy"
install:
- pip install -r requirements_test.txt
- pip install coveralls
script:
make test
after_success:
coveralls | language: python
python:
- "2.6"
- "2.7"
# - "3.2" # py.test has no support for Python 3.2
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
- "pypy"
install:
- pip install -r requirements_test.txt
- pip install coveralls
script:
mak... | Remove "3.2" from the Travis configuration file because py.test has no support for Python 3.2. | Remove "3.2" from the Travis configuration file because py.test has no support for Python 3.2.
| YAML | mit | vrcmarcos/python-deprecated |
e3d6e19dac0a066dc49697e5903dcd416d2f0df8 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true
before_install:
- travis_retry composer self-update
install:
- composer install --prefer-source
before_script:
- php -S localhost:8000 -t tests/web/
script: phpunit --cover... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true
before_install:
- travis_retry composer self-update
install:
- composer install --prefer-source
before_script:
- php -S localhost:8000 -t tests/web/
script: phpunit --cover... | Switch to Travis' container-based infrastructure | Switch to Travis' container-based infrastructure
| YAML | isc | FlameCore/Webtools,FlameCore/Webtools |
d95d90bf65c07cc232666922528e6b5ac099b79d | .travis.yml | .travis.yml | sudo: required
services: docker
os: linux
dist: xenial
before_install:
- sudo apt-get -y -qq update
- sudo apt-get -y -qq dist-upgrade
- docker pull ubuntu:latest
language: c
before_script:
- test -d m4 || mkdir m4
- docker run -n temp ubuntu:latest sh -c 'apt-get -qq -y update && apt-get -qq -y dist-upgra... | sudo: required
services: docker
os: linux
dist: xenial
before_install:
- sudo apt-get -y -qq update
- sudo apt-get -y -qq dist-upgrade
- docker pull ubuntu:latest
language: c
before_script:
- test -d m4 || mkdir m4
- docker run -n temp ubuntu:latest sh -c 'apt-get -qq -y update && DEBIAN_FRONTEND=nonintera... | Set DEBIAN_FRONTEND to noninteractive in Travis CI configuration | Set DEBIAN_FRONTEND to noninteractive in Travis CI configuration
| YAML | bsd-2-clause | torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference |
1cd0f7374610809871ca44549cfd3390887d1bb2 | .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 ... | Build and test on both AMD64 and ARM64 | Build and test on both AMD64 and ARM64
Use 'arm64' instead of 'arm64-graviton2'
The Graviton2 builder is available only on travis-ci.com. Apache uses travis-ci.org
Install Maven explicitly because it is not pre-installed on the ARM64 image for Trusty
| YAML | apache-2.0 | apache/httpcomponents-client |
1df2d044b289990ebe5aae631bbf9cb7fb250f76 | .travis.yml | .travis.yml | sudo: false
rvm:
- 2.1.5
script:
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rake settings:update_defaults RAILS_ENV=test
- bundle exec rspec
before_script:
- cp config/channel.constants.sample.yml config/channel.constants.yml
- cp config/advanced.constants.sample.yml config/advanced.constants.yml
no... | sudo: false
rvm:
- 2.1.5
script:
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rake settings:update_defaults RAILS_ENV=test
- bundle exec rspec
before_script:
- cp config/channel.constants.sample.yml config/channel.constants.yml
- cp config/advanced.constants.sample.yml config/advanced.constants.yml
notifi... | Add slack notifier for Travis | Add slack notifier for Travis
| YAML | mit | joegattnet/joegattnet_v3,joegattnet/joegattnet_v3,nembrotorg/nembrot,nembrotorg/nembrot,joegattnet/joegattnet_v3,nembrotorg/nembrot |
3b0f494e674c3374fc1431cbac5acf9a033a83b2 | manifest.yml | manifest.yml | ---
applications:
- name: kiss-bluemix-demo
host: kiss-bluemix-demo
memory: 128M
instances: 1
path: .
buildpack: https://github.com/cloudfoundry/php-buildpack.git
env:
DISPLAY_ERRORS: false
USE_DI_CACHE: false
USE_DOTENV_FILE: false
USE_LATTE_CACHE: false | ---
applications:
- name: kiss-bluemix-demo
host: kiss-bluemix-demo
memory: 128M
instances: 1
path: .
buildpack: https://github.com/cloudfoundry/php-buildpack.git
env:
DISPLAY_ERRORS: false
USE_DI_CACHE: false
USE_DOTENV_FILE: false
USE_LATTE_CACHE: false
| Add new line to end of file | Add new line to end of file
| YAML | mit | plispe/kiss,plispe/kiss,plispe/kiss |
e9c542671d102ebc0647b3f109cb5085c73482f3 | manifest.yml | manifest.yml | ---
instances: 3
buildpack: go_buildpack
memory: 512M
domains:
- cloudfoundry.org
- cfapps.io
applications:
- name: plugins
env:
GO15VENDOREXPERIMENT: 1
| ---
applications:
- name: plugins
env:
GOPACKAGENAME: github.com/cloudfoundry-incubator/cli-plugin-repo
instances: 2
buildpack: https://github.com/cloudfoundry/go-buildpack#develop
memory: 128M
domains:
- cloudfoundry.org
- cfapps.io
| Switch to experimental gvt-supported buildpack | Switch to experimental gvt-supported buildpack
[#117634419]
Signed-off-by: Chris Hendrix <f9e38fc3e1ff46784bdcadbf77d17f93932faf2c@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/cli-plugin-repo,guidowb/cli-plugin-repo,guidowb/cli-plugin-repo,kkellner/cli-plugin-repo,cloudfoundry-incubator/cli-plugin-repo,kkellner/cli-plugin-repo,cloudfoundry-incubator/cli-plugin-repo,brybwy/cli-plugin-repo,brybwy/cli-plugin-repo,guidowb/cli-plugin-repo,guidowb/cli-plugin-repo,brybwy/cli-... |
c4bbf1d8913b568d7c9eae663bd6ea5c6d9be13f | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| Use the standard Jade Travis configuration | Use the standard Jade Travis configuration
| YAML | mit | jadejs/jade-walk,pugjs/jade-walk |
4a381274c7d4362a090ddcf4b742047812b67be8 | .travis.yml | .travis.yml | sudo: required
services:
- docker
env:
- DOCKER_COMPOSE_VERSION=1.11.2
language: python
python:
- "3.4"
install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/relea... | sudo: required
services:
- docker
env:
- DOCKER_COMPOSE_VERSION=1.11.2
language: python
python:
- "3.4"
install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/relea... | Test setting URL for coveralls | Test setting URL for coveralls
| YAML | mit | uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged |
18c0bff379be625313aaa0728b51a49ee7be972e | .travis.yml | .travis.yml | sudo: false
language: go
before_script:
- export GOPROBE_TMPL="../templates/*"
go:
- 1.4
script:
- go vet ./...
- go test ./...
| sudo: false
language: go
before_script:
- export GOPROBE_TMPL="../templates/*"
go:
- 1.5
script:
- go vet ./...
- go test ./...
| MOve over to go version 1.5 | MOve over to go version 1.5
| YAML | apache-2.0 | samitpal/goProbe,samitpal/goProbe |
46e672ebabe19c51402b48d4f9c742fbafa7e14e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.2
- 2.3.0
- ruby-head
branches:
only:
- "master"
- "/^release-/"
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 1
| language: ruby
rvm:
- 2.2.2
- 2.3.0
- ruby-head
branches:
only:
- "master"
- "/^release-/"
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 1
| Allow ruby-head to fail on Travis CI | Allow ruby-head to fail on Travis CI
| YAML | mit | ddfreyne/markbook,ddfreyne/markbook |
ab7239f630b673aac1a5c923d65f0c41ebd16e88 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
before_script:
- bundle exec berks install
script:
- bundle exec foodcritic -f any .
- bundle exec rspec --color --format progress
- bundle exec rubocop
| rvm:
- 2.0.0
before_script:
- bundle exec berks install
script:
- bundle exec foodcritic -f any .
- bundle exec rspec --color --format progress
- bundle exec rubocop
| Remove testing on Ruby 1.9.3 | Remove testing on Ruby 1.9.3
Ruby 1.9.3 is EOL. The cookbook currently runs on 1.9.3 but the standard
Chef development environment increasingly does not.
| YAML | apache-2.0 | stevendanna/tmux,bitmonk/chef-tmux,stevendanna/tmux,stevendanna/tmux,bitmonk/chef-tmux,bitmonk/chef-tmux |
a788ab24acc298fd4b9a91f297d1ff16d0430355 | .travis.yml | .travis.yml | branches:
except:
- gh-pages
language: perl6
sudo: false
perl6:
- latest
# - 2015.09
install:
- rakudobrew build-panda
- panda installdeps .
| branches:
except:
- gh-pages
language: perl6
sudo: false
perl6:
- latest
- 2016.03
install:
- rakudobrew build-panda
- panda installdeps .
| Test on 2016.03 (Travis CI) | Test on 2016.03 (Travis CI)
| YAML | mit | retupmoca/P6-Compress-Zlib-Raw |
949a071e870a9c90a18f6958229f5a7589aa2b31 | .travis.yml | .travis.yml | language: c
sudo: false
notifications:
email: false
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS="conda-forge"
- CONDA_DEPENDENCIES="glueviz pytest mock pyopengl pyqt=4"
- CONDA_CHANNEL_PRIORITY=True
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
- PYTHON_VERSION=2.7 PIP_DEPEN... | language: c
sudo: false
notifications:
email: false
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS="conda-forge"
- CONDA_DEPENDENCIES="glueviz pytest mock pyopengl pyqt=4.11.3"
- CONDA_CHANNEL_PRIORITY=True
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
- PYTHON_VERSION=2.7 PIP_... | Make sure we don't use PyQt4 from conda-forge | Make sure we don't use PyQt4 from conda-forge
| YAML | bsd-2-clause | PennyQ/astro-vispy,glue-viz/glue-vispy-viewers,astrofrog/glue-3d-viewer,glue-viz/glue-3d-viewer,astrofrog/glue-vispy-viewers,PennyQ/glue-3d-viewer |
76a95418fc74d1b07eb257b1855ec638a6ce0779 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.8'
before_script: 'npm install grunt-cli bower'
after_success:
- 'cat tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js' | language: node_js
node_js:
- '0.8'
before_script: 'npm install grunt-cli bower && grunt bowerful'
after_success:
- 'cat tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js' | Install JS dependencies before tests | Install JS dependencies before tests
| YAML | mit | pads/tiddler-include |
3fb0ec0abe59bc7a7aed6e3c2e00443c56e71f6c | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JR... | bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUB... | Test against latest Ruby 2.1 release | Test against latest Ruby 2.1 release
| YAML | mit | terry/twitter,kevinmel2000/twitter,mike-north/twitter,kmcmcurtis7/twitter,DarbySmart/twitter,roschaefer/twitter,thomas-holmes/twitter,na-g/twitter,megashurik/twitter,sideci-sample/sideci-sample-twitter,dantame/twitter,creeshla/ruby-twitter,develon/twitter,timsly/twitter,jdrago999/twitter,producthunt/twitter,bonekost/tw... |
a1a156934959292a1bc9c61941c0bc02ef1ab24f | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 7.0
env: GUZZLE_VERSION="6.2.2"
- php: 5.6
env: GUZZLE_VERSION="5.3.1"
- php: 7.0
env: GUZZLE_VERSION="5.3.1"
- php: 5.6
env: GUZZLE_VERSION="6.2.2"
install:
- composer require guzzlehttp/guzzle:${GUZZLE_VERSION}
- composer install
sc... | language: php
matrix:
include:
- php: 7.0
env: GUZZLE_VERSION="6.2.2"
- php: 5.6
env: GUZZLE_VERSION="5.3.1"
- php: 7.0
env: GUZZLE_VERSION="5.3.1"
- php: 5.6
env: GUZZLE_VERSION="6.2.2"
- php: 7.2
env: GUZZLE_VERSION="6.2.2"
install:
- composer require guzzlehttp... | Add test for php 7.2 | Add test for php 7.2
Signed-off-by: Xuanwo <9d9ffaee821234cdfed458cf06eb6f407f8dbe47@yunify.com>
| YAML | apache-2.0 | yunify/qingstor-sdk-php |
c657682dcc0ca1f3097177b254fe151a1a1fb1ca | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4.0
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.1.0
- RACK_VERSION=1.2.0
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RAILS_VERSION=3.2.0
- RAILS_VERSION... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.1.0
- RACK_VERSION=1.2.0
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RAILS_VERSION=3.2.0
- RAILS_VERSION=4.0.0
-... | Drop Ruby 2.4.0 for now | Drop Ruby 2.4.0 for now
| YAML | mit | dtaniwaki/rack-dev-mark |
a29c448595f893bf3557b883da5d56167c46cc7d | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
cache: bundler
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
cache: bundler
matrix:
allow_failures:
- rvm: 2.2
| Allow ruby 2.2 to fail; it should work again with 2.2.1. | Allow ruby 2.2 to fail; it should work again with 2.2.1.
| YAML | unlicense | ruby-rdf/rdf-aggregate-repo |
028230940b8b29525d4e140d896e6ecd36c4dc2a | .travis.yml | .travis.yml | language: python
sudo: required
python:
- "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- travis_retry bash test/travis_setup.sh
script:
- python -m coverage run --source=. test/testall.py f... | language: python
sudo: required
python:
- "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- travis_retry bash test/travis_setup.sh
script:
- python -m coverage run --source=. test/testall.py fast
- py... | Remove Python 3.2 from the build | Remove Python 3.2 from the build
* It's obsolete - see PEP 392:
... the release of 3.2 final, which will be February 2016
* It causes the build to break ...
| YAML | mit | oz123/bottle,oz123/bottle,defnull/bottle,ifduyue/bottle,bottlepy/bottle,fkazimierczak/bottle,fkazimierczak/bottle,defnull/bottle,ifduyue/bottle,bottlepy/bottle |
600a2351dc68124c72e9eef47ffcd81ffea61150 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm i... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm instal... | Build on Node.js 0.12 on Travis CI. | Build on Node.js 0.12 on Travis CI.
| YAML | mit | bigeasy/paxos,bigeasy/paxos |
c471bb4aebf84e1ee1841d8732f31966b5a3d910 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- iojs
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis" | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis" | Remove testing with iojs for now | Remove testing with iojs for now
| YAML | bsd-3-clause | miraculixx/modeify,arunnair80/modeify,arunnair80/modeify-1,miraculixx/modeify,miraculixx/modeify,arunnair80/modeify-1,arunnair80/modeify-1,arunnair80/modeify,arunnair80/modeify,miraculixx/modeify,arunnair80/modeify,arunnair80/modeify-1 |
c7013c8a3ae48c93415d928010910ac1f699a218 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- master
matrix:
allow_failures:
- php: master
before_script:
- phpenv config-rm xdebug.ini
- composer install
script:
- composer run-script test
| language: php
php:
- 7.1
- 7.2
- master
matrix:
allow_failures:
- php: master
before_script:
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
- composer install
script:
- composer run-script test
| Fix crash when xdebug.ini does not exist | Fix crash when xdebug.ini does not exist | YAML | mit | villfa/php-invert-color |
dc447198557a3057bfe0b1e8e089b8ea9b79e9a6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
cache:
yarn: true
directories:
- node_modules
script:
- yarn run test
- yarn run build
- yarn run serve
| language: node_js
node_js:
- "6"
- "7"
cache:
yarn: true
directories:
- node_modules
script:
- yarn run test
- yarn run build
- yarn run serve
| Add integration tests for node 7 | Add integration tests for node 7
| YAML | mit | JulienPradet/pigment-store,JulienPradet/pigment-store,JulienPradet/pigment-store |
391821a70218af19288a66035a265f173712bc8b | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements/ci.txt --use-mirrors
script:
- nosetests tests --with-cov -v
- python setup.py build sdist
- pip install $(find dist/ -name \*.tar.gz | head -n 1)
after_success:
- coveralls
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements/ci.txt
script:
- nosetests tests --with-cov -v
- python setup.py build sdist
- pip install $(find dist/ -name \*.tar.gz | head -n 1)
after_success:
- coveralls
| Drop --use-mirrors in call to pip | Drop --use-mirrors in call to pip
This option no longer exists in pip.
| YAML | mit | kejkz/holmium.core,kejkz/holmium.core,alisaifee/holmium.core,alisaifee/holmium.core,kejkz/holmium.core,alisaifee/holmium.core,alisaifee/holmium.core,kejkz/holmium.core |
5821a218b33e52c977ddee540b3be40696ca9eaf | .travis.yml | .travis.yml | language: objective-c
notifications:
email:
on_success: never
on_failure: change
before_install:
- brew tap manastech/crystal
- brew update
- brew install crystal-lang
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| language: objective-c
notifications:
email:
on_success: never
on_failure: change
before_install:
- brew update
- brew install crystal-lang
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| Use stable crystal from homebrew. | Use stable crystal from homebrew.
| YAML | mit | atom-crystal/linter-crystal,AtomLinter/linter-crystal |
c708f9db969eb97aaa0b7b245bdac8b8cb19a12c | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
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:
- mas... | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mast... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | opscode-cookbooks/push-jobs,jcalonsoh/push-jobs,chef-cookbooks/push-jobs,chef-cookbooks/push-jobs,opscode-cookbooks/push-jobs,chef-cookbooks/push-jobs,jcalonsoh/push-jobs,opscode-cookbooks/push-jobs,jcalonsoh/push-jobs |
6e8ce5b4e6d5b3f5d079f7f07b0adb083eed23c2 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
- '3.1'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script: nosetests
| language: python
python:
- '2.7'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script: nosetests
| Remove unit test runner for 2.6 and 3.1 | Remove unit test runner for 2.6 and 3.1
| YAML | mit | armet/python-armet |
b9c3df3d6f6a9ae84359495fb743cea91eb6a758 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=em... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENA... | Add Ember release to allowed failures b/c Ember 2.0 | Add Ember release to allowed failures b/c Ember 2.0
| YAML | mit | elwayman02/ember-tumblr,elwayman02/ember-tumblr |
c055dfc05beeaad3df256fe613ce3d01c567ecc0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.4"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka... | language: node_js
node_js:
- "0.10"
- "4.4"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka... | Test with Apache Kafka 0.10 | Test with Apache Kafka 0.10
| YAML | mit | oleksiyk/kafka |
b883867e6883ef56806593e7be9be8b65031b40c | .travis.yml | .travis.yml | 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
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Use the NPM on tap. | Use the NPM on tap.
| YAML | mit | bigeasy/sequester |
915c46231723da5ba8a290b0f138943f400c4a1e | .travis.yml | .travis.yml | language: go
go:
- oldstable
- stable
- master
before_install:
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --update
script:
- gometalinter --deadline=1m .
- go test -v -coverprofile=package.coverprofile
- go tool cover -func=package.coverprofile
| language: go
go:
- stable
- master
before_install:
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --update
script:
- gometalinter --deadline=1m .
- go test -v -coverprofile=package.coverprofile
- go tool cover -func=package.coverprofile
| Remove `oldstable` from go matrix | Remove `oldstable` from go matrix
Not supported yet: https://github.com/travis-ci/gimme/issues/179
| YAML | mit | meatballhat/negroni-logrus |
76e4673db4ed08dffd8623a7d091cc92a6aa68b1 | .travis.yml | .travis.yml | language: go
go:
- tip
sudo: required
dist: trusty
addons:
apt:
packages:
- python3
- python3-coverage
- python3-psycopg2
- python3-numpy
- python3-matplotlib
install:
- go get github.com/olt/libpq
- go get github.com/DATA-DOG/go-sqlmock
- go get github.com/axw/gocov/gocov
- go get g... | language: go
go:
- tip
sudo: required
dist: trusty
addons:
apt:
packages:
- python3
- python3-coverage
- libpq-dev
- python3-psycopg2
- python3-numpy
- python3-matplotlib
install:
- go get github.com/olt/libpq
- go get github.com/DATA-DOG/go-sqlmock
- go get github.com/axw/gocov/go... | Add libpq-dev to Travis CI packages. | Add libpq-dev to Travis CI packages.
| YAML | mit | seadsystem/Backend,seadsystem/Backend,seadsystem/Backend,seadsystem/Backend |
7171d752deba84ee7a8ebad7bbeb91532fbd8014 | .travis.yml | .travis.yml | language: node_js
cache:
directories:
- node_modules
node_js:
- '6'
before_script:
- npm prune
branches:
except:
- /^v\d+\.\d+\.\d+$/
after_success:
if ([ "$TRAVIS_BRANCH" == "next" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
npm run semantic-release
fi
| language: node_js
cache:
directories:
- node_modules
node_js:
- '6'
before_script:
- npm prune
branches:
except:
- /^v\d+\.\d+\.\d+$/
after_success:
if ([ "$TRAVIS_BRANCH" == "next" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]); then
npm run semantic-release
fi
| Fix xyntax error at after_success script | fix: Fix xyntax error at after_success script
| YAML | mit | finom/matreshka_router,matreshkajs/matreshka-router |
f3ae6a1eb679d2efa49c51232f8efd2972297d57 | .travis.yml | .travis.yml | dist: bionic
language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=cmucl
notifications:
email:
on_success: change
on_failure: always
irc:
channels:
... | dist: bionic
language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=ccl32
- env: LISP=cmucl
- env: LISP=sbcl32
notifications:
email:
on_success: change
... | Allow build failures on CCL/x86 and SBCL/x86 | Allow build failures on CCL/x86 and SBCL/x86
| YAML | mit | sionescu/swap-bytes |
5e9f2d9aebd7ce29e583ae62a25ab3c0dae24c94 | .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 | opscode-cookbooks/now,chef-cookbooks/now,chef-cookbooks/now,opscode-cookbooks/now |
555118fbcb3b944830adf24a306de13e64bd6801 | .travis.yml | .travis.yml | language: objective-c
xxcode_workspac: Underscore.xcodeproj # path to your xcodeproj folder
xcode_scheme: Underscore
osx_image: xcode7.2
| language: objective-c
xcode_workspace: Underscore.xcodeproj # path to your xcodeproj folder
xcode_scheme: Underscore
osx_image: xcode7.2
xcode_sdk: iphonesimulator
| Add sdk and fix typo. | Add sdk and fix typo.
| YAML | mit | robb/Underscore.m |
6769f890ca79e832dad4ad6e91f50d54349f5123 | .travis.yml | .travis.yml | language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- coverage run --source classes -m py.test
after_success:
- coveralls
| language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- coverage run --source="classes/", "tests/" -m py.test
after_success:
- coveralls
| Correct script section's coverage command | Correct script section's coverage command
| YAML | mit | peterpaints/room-allocator |
522bd546da30d93765a25a9586ad13ee9ccee83f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
- 2.3.0
- 2.2.5
- 2.2.0
- 2.1.9
matrix:
allow_failures:
- rvm: 2.1.9
cache: bundler
| language: ruby
rvm:
- 2.3.1
- 2.3.0
- 2.2.5
- 2.2.0
- 2.1.10
matrix:
allow_failures:
- rvm: 2.1.10
cache: bundler
| Change rvm 2.1.9 to 2.1.10 | Change rvm 2.1.9 to 2.1.10
| YAML | apache-2.0 | ta-ito/terakoya,ta-ito/terakoya,ta-ito/terakoya |
bbaa3ad2f379e0a8f83fe964de3eb70e70967b1e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
install:
- wget https://fedorahosted.org/releases/r/p/rpmdevtools/rpmdevtools-6.8.tar.bz2
- tar -jxf rpmdevtools-6.8.tar.bz2
- export PATH=$PATH:$PWD/rpmdevtools-6.8/
- svn co https://github.com/c... | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
install:
- wget https://fedorahosted.org/releases/r/p/rpmdevtools/rpmdevtools-6.8.tar.bz2
- tar -jxf rpmdevtools-6.8.tar.bz2
- export PATH=$PATH:$PWD/rpmdevtools-6.8/
- svn export https://github.c... | Fix error in path to packagebuilder | Fix error in path to packagebuilder
| YAML | mit | csdms/rpm_models |
7c6887ec7afb9be4d307da005ef3f696327ee1e7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- rbx
| language: ruby
rvm:
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
| Allow tests against ruby-head to fail | Allow tests against ruby-head to fail | YAML | bsd-3-clause | kiela/fc-reminder |
c61a17de2b96aa5795a358ba3312794255bc3838 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake .. -DBUILD_TEST=YES
- make
- ./tests | language: cpp
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake .. -DBUILD_TESTS=ON
- make
- ./tests | Correct spelling mistake in Travis-CI configuration | Correct spelling mistake in Travis-CI configuration
| YAML | apache-2.0 | invaderjon/gdev,invaderjon/gdev,invaderjon/gdev,invaderjon/gdev |
d9c9ceac0d13d4eaae34ed7aad674fa041ea1362 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.11
script: "make test-travis"
after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- "10"
- "8"
- "4"
script: "make test-travis"
after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | coveralls"
| Test on latest node versions | chore: Test on latest node versions | YAML | mit | pebble/event-loop-lag |
290f0f033e7fb9c65a31ef74e9e515da25f94006 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
before_install:
- cp config/example.config.js config/config.js
- mkdir semantic
- mkdir semantic/dist
- mkdir semantic/src
- mkdir semantic/src/definitions
- touch semantic/gulpfile.js
- touch semantic/theme.config
| language: node_js
node_js:
- '6'
before_install:
- cp config/example.config.js config/config.js
| Remove redundant TravisCI install commands | Remove redundant TravisCI install commands
| YAML | mit | clocked0ne/express-semantic-ui,clocked0ne/express-semantic-ui |
7839cb72165bbbc7485936d2df8f96909f732dbf | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
| Remove node 0.8 from Travis config. | Remove node 0.8 from Travis config.
| YAML | mit | gss/preparser |
13cc9c3c381d33bdccbc458799a85cc1574fa126 | .travis.yml | .travis.yml | env:
- TRAVIS=true
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
script: bundle exec rspec spec
| env:
- TRAVIS=true
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-9.0.4.0
script: bundle exec rspec spec
| Add more recent MRI version to build matrix | Add more recent MRI version to build matrix
| YAML | mit | mkrogemann/try-until |
b7b4952c991f3e2656788c297dc8ee87003ed055 | .travis.yml | .travis.yml | language: objective-c
xcode_workspace: onetimepassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk: iphonesimulator
before_install: git submodule update --init --recursive
| language: objective-c
xcode_workspace: onetimepassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk:
- iphonesimulator9.0
before_install: git submodule update --init --recursive
| Use iphonesimulator9.0 SDK on Travis | Use iphonesimulator9.0 SDK on Travis
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
b4b3ea3a4b9d38e144f7bfa199bb4eedf509c8c2 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | Add ember-release to failable test environments | Add ember-release to failable test environments
| YAML | mit | erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,erangeles/sl-ember-behavior,SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,softlayer/sl-ember-behavior |
c02adb4d67151cfeabce4f52a1013ecf4734c8d6 | .travis.yml | .travis.yml | language: perl6
perl6:
- 2015.12
- latest
install:
- sudo apt-get -qq update
- sudo apt-get install -y libopencv-dev
- rakudobrew build-panda
- panda install LibraryMake
script: panda-build && prove -e perl6 t
| language: perl6
dist: trusty
perl6:
- 2015.12
- latest
install:
- sudo apt-get -qq update
- sudo apt-get install -y libopencv-dev
- rakudobrew build-panda
- panda install LibraryMake
script: panda-build && prove -e perl6 t
| Test on trusty ubuntu (to get opencv 2.4) | Test on trusty ubuntu (to get opencv 2.4)
| YAML | mit | azawawi/perl6-opencv,azawawi/perl6-opencv |
1e3f6747c05c790eca65db4ef9d8da937bea5ab8 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
before_script:
- gem install travis-artifacts
after_success:
- >
test ${TRAVIS_BRANCH} = travis-artifacts &&
cake build:dist &&
cd build &&
mv dist batman.js &&
tar cvzf batman-master.tar.gz batman.js &&
travis-artifacts upload --path batman-ma... | language: node_js
node_js:
- 0.10
before_script:
- gem install travis-artifacts
after_success:
- >
test ${TRAVIS_BRANCH} = master &&
cake build:dist &&
cd build &&
mv dist batman.js &&
tar cvzf batman-master.tar.gz batman.js &&
travis-artifacts upload --path batman-master.tar.g... | Switch artifact branch to master | Switch artifact branch to master
| YAML | mit | getshuvo/batman,getshuvo/batman |
ae8d1b9a1894e41b1e7262a20ec9f0b609311f89 | .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/hide-powered-by |
061bf2aaade33c3d9255df78588a6ddf98b6fa2c | .travis.yml | .travis.yml | language: csharp
matrix:
include:
- os: linux
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis"
- os: osx
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis"
- os: windows
mono: none
dotnet: 2.0.7
script: ./build.sh -t "Travis" | language: csharp
matrix:
include:
- os: linux
mono: none
dotnet: 2.0.0
script: ./build.sh -t "Travis"
- os: osx
mono: none
dotnet: 2.0.0
script: ./build.sh -t "Travis" | Change Travis build dotnet version to 2.0.0 | Change Travis build dotnet version to 2.0.0
| YAML | mit | stranne/Vasttrafik.NET,stranne/Vasttrafik.NET |
e2d684f541a001f62dd2c9b9f6a239655cdd5d54 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
install:
- composer selfupdate --no-interaction
- composer install --no-interaction
script: phpunit --configuration phpunit.xml --coverage-text
| language: php
php:
- 7.2
- 7.3
- 7.4
install:
- composer selfupdate --no-interaction
- composer install --no-interaction
script: phpunit --configuration phpunit.xml --coverage-text
| Drop 7.1 testing, add 7.4 | Drop 7.1 testing, add 7.4
| YAML | mit | coenjacobs/mozart |
134ae3c06546f5c51c13da7b7313872aa51b1fe5 | .travis.yml | .travis.yml | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: openjdk7
env: TARGET=test
group: deprecated-2017Q1
- jdk: oraclejdk7
env: TARGET=test
- jdk: oraclejdk8
... | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: oraclejdk8
env: TARGET=test
- jdk: openjdk8
env: TARGET=test
- os: osx
osx_image: xcode8.2
env: TARGET=... | Remove depricated Java 7 from Travis checks | Remove depricated Java 7 from Travis checks
| YAML | mit | jrbeaumont/workcraft,danilovesky/workcraft,tuura/workcraft,jrbeaumont/workcraft,workcraft/workcraft,danilovesky/workcraft,danilovesky/workcraft,tuura/workcraft,tuura/workcraft,workcraft/workcraft,jrbeaumont/workcraft,danilovesky/workcraft,workcraft/workcraft,workcraft/workcraft |
3d0c0a82878d41782007daeec8c702a90f32682c | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.4"
before_install:
# Repo for Yarn
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn
install:
- ... | language: node_js
node_js:
- "4.4"
before_install:
- npm install -g --production yarn
- yarn run clean
install:
- yarn install
script:
- yarn run grunt build
- yarn run grunt tslint
- yarn run grunt unit_test_nobuild
sudo: false
cache:
directories:
- $HOME/.yarn-cache
| Revert from apt-get: we can't sudo | Revert from apt-get: we can't sudo
| YAML | apache-2.0 | uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy |
fae779692ef6dd73f6677e54e60ea19944a9df8e | .travis.yml | .travis.yml | # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
# Header
language: r
sudo: required
cache: packages
warnings_are_errors: false
r_check_args: --no-vignettes
#env
env:
global:
- CRAN: http://cran.rstudio.com
- NOT_CRAN: true
#notifications
notifications:
email:
on_success... | # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
# Header
language: r
sudo: required
cache: packages
warnings_are_errors: false
r_check_args: --no-vignettes
#env
env:
global:
- CRAN: http://cran.rstudio.com
- NOT_CRAN: true
#notifications
notifications:
email:
on_success... | Change to titus directory during install | Change to titus directory during install
| YAML | apache-2.0 | opendatagroup/hadrian,opendatagroup/hadrian,opendatagroup/hadrian,opendatagroup/hadrian |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.