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 |
|---|---|---|---|---|---|---|---|---|---|
c4e5f9267a3c50ae28b19c1000b4a7b04a2a1f4c | .travis.yml | .travis.yml | before_script:
- bundle exec rake db:create db:schema:load
- bundle exec rake sunspot:solr:start
bundler_args: "--without assets:development:production"
language: ruby
rvm:
- 1.9.2
- 1.9.3
| before_script:
- bundle exec rake db:migrate
- bundle exec rake sunspot:solr:start
bundler_args: "--without assets:development:production"
language: ruby
rvm:
- 1.9.2
- 1.9.3
| Switch to schema migrate instead of schema load | Switch to schema migrate instead of schema load [ci skip]
| YAML | bsd-3-clause | milafrerichs/brigade,milafrerichs/brigade,milafrerichs/brigade |
c395d7029c46c14e9f7aeada2c9cf7947e16f274 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install:
- pip install Cython=0.27.3
- python setup.py install
script:
- echo "No test yet"
| language: python
python:
- 2.7
install:
- pip install Cython==0.27.3
- python setup.py install
script:
- echo "No test yet"
| Correct cython version requirement for Travis CI | Correct cython version requirement for Travis CI
| YAML | mit | muLAn-project/muLAn,muLAn-project/muLAn |
5770084a1655ddcd9db687c975dda2e0efb40e3c | .travis.yml | .travis.yml | language: node_js
node_js:
- '5'
before_script:
- jspm install | language: node_js
env:
global:
- secure: "NQjF+kiuN6Auvx2bF733oCkr6jvb7YuL/SPO+66miS+IKLvJJAS3cXECe8nr7lTrK2C6+n+xGA0iOT/T+AeuF1Cab9SsCpDImCEwIMBhcZ92w/iePRSSSx4oi9QDU6DDhTxtVSovJ35yBXqvgc3R4fCR04ZuemNlIYW8BDJgtp/CGcrG5Ba+sA//UjTNox2moidgxJNylCOMBF4v20+zIksqaJGFdLX0lTAxam02Jv2Bm4uXecP/OiHyTAYhrF82ZLswM+j8sr6gUF278F... | Add auth token for jspm | Add auth token for jspm
| YAML | mit | tonysickpony/basegame-match3,tonysickpony/basegame-match3 |
5222809377136465e890b5a9db8e52dfe7a00a28 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
- ruby-head
before_script:
- RAILS_ENV=test bundle exec rake db:schema:load
script:
- bundle exec rake test
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
| language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
- ruby-head
before_script:
- RAILS_ENV=test bundle exec rake db:schema:load
script:
- bundle exec rake test
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
| Update to use containerized Travis infrastructure. | Update to use containerized Travis infrastructure.
| YAML | bsd-3-clause | myGrid/taverna-player,myGrid/taverna-player,myGrid/taverna-player |
aecd8467307c8c2c766b00d7a25fc02a440421c7 | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
before_script:
- composer install --dev
script: phpunit --coverage-text --configuration phpunit.travis.xml
notifications:
email: false
hipchat: b00ece55a12a4a46874554f64029c9@Allgemein
| language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install:
- composer self-update
install:
- composer install --dev --prefer-source
script:
- phpunit --coverage-text --configuration phpunit.travis.xml
notifications:
email: false
hipchat: b00ece55a12a4a46874554f64029c9@Allgemein
| Change when composer commands are run | Change when composer commands are run | YAML | mit | dotsunited/BundleFuSilexServiceProvider |
e896f837910089e5da8639db95875c0af5d13361 | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
- gcc
before_install:
- pwd
- date -u
- uname -a
# Out-of-source build
- cd ..
- mkdir SimpleElastix-build
- cd SimpleElastix-build
before_script:
- export OMP_NUM_THREADS=2
- echo $OMP_NUM_THREADS
script:
- cmake ../SimpleElastix/SuperBuild
- make --jobs=2... | language: cpp
compiler:
- clang
- gcc
before_install:
- pwd
- date -u
- uname -a
# Out-of-source build
- cd ..
- mkdir SimpleElastix-build
- cd SimpleElastix-build
before_script:
- export OMP_NUM_THREADS=2
- echo $OMP_NUM_THREADS
script:
- cmake ../SimpleElastix/SuperBuild
- make --jobs=2... | Add Slack Travis CI integration | COMP: Add Slack Travis CI integration
| YAML | apache-2.0 | kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix |
d74e66115594c3e1e7d7f24b01af49aa2a7e9910 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge... | language: ruby
rvm:
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge... | Test against latest Ruby versions | Test against latest Ruby versions | YAML | mit | jensb/route_translator,jensb/route_translator,enriclluelles/route_translator,enriclluelles/route_translator |
238c00dd069ba6e6f83c696f4a3939c740607e43 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.1
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.2
| Add Puppet 2.6.2 (default in Debian Sqeeze) and 3.0.2 to Travis CI config | Add Puppet 2.6.2 (default in Debian Sqeeze) and 3.0.2 to Travis CI config
| YAML | apache-2.0 | gini/puppet-archive |
ddb146b5b66c5779821f2c4b35d1dafd633814bb | .travis.yml | .travis.yml | language: go
go:
- 1.9.x
- 1.10.x
go_import_path: github.com/sclevine/spec
script:
- go test ./...
| language: go
go:
- 1.9.x
- 1.10.x
- 1.11beta2
go_import_path: github.com/sclevine/spec
script:
- env GO111MODULE=on go test ./...
| Add go 1.11 beta 2 to the build matrix | Add go 1.11 beta 2 to the build matrix
| YAML | apache-2.0 | sclevine/spec |
81088d09bde8177912c015a725268c43c41d6775 | .travis.yml | .travis.yml | language: ruby
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
rvm:
- 2.1.1
script:
- RAILS_ENV=test bundle exec rake --trace test_with_coveralls
before_script:
- mysql -e 'create database railskating_test'
- psql -c 'create database railskating_test;' -U postgres
notifications:
email: false
| language: ruby
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
rvm:
- 2.1.5
script:
- RAILS_ENV=test bundle exec rake --trace test_with_coveralls
before_script:
- mysql -e 'create database railskating_test'
- psql -c 'create database railskating_test;' -U postgres
notifications:
email: false
| Update ruby tested by Travis CI | Update ruby tested by Travis CI
| YAML | agpl-3.0 | haxney/railskating,haxney/railskating |
a09f5ed3cbd00b2a2dc08e33cd647b372dc49bc3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
- TARGET=plugin REDMINE_VERSION=4.0.3
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
addons:
chrome: stable
allow_failures:
- TARGET=redmine REDMINE_VERSION=4.0.3
| language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
- TARGET=plugin REDMINE_VERSION=4.0.3
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
addons:
chrome: stable
allow_failures:
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
| Allow failure of redmine tests | Allow failure of redmine tests
| YAML | mit | pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt |
5d505478c2f0e6a2636e4ec027d2e2a221fc2d79 | .travis.yml | .travis.yml | language: python
python: 2.7
install:
- pip install -r server/src/requirements.txt -r server/src/requirements_recommended.txt -r server/src/requirements_suggested.txt -r server/src/requirements_testing.txt
- python server/src/develop.py --deploy-test-db --db-engine=mysql --db-create-db --db-admin-user=root --db... | language: python
services:
- redis-server
python: 2.7
install:
- pip install -r server/src/requirements.txt -r server/src/requirements_recommended.txt -r server/src/requirements_suggested.txt -r server/src/requirements_testing.txt
- python server/src/develop.py --deploy-test-db --db-engine=mysql --db-create-d... | Add redis as a service to be started in Travis | Add redis as a service to be started in Travis
| YAML | bsd-2-clause | weblabdeusto/weblabdeusto,zstars/weblabdeusto,weblabdeusto/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,morelab/weblabdeusto,morelab/weblabdeusto,weblabdeusto/weblabdeusto,weblabdeusto/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,porduna/... |
191d87d36b6d4dc07d28067da564b4c7cf3d5c00 | .travis.yml | .travis.yml | language: objective-c
cache:
directories:
- Example/vendor/bundle
install:
- (cd Example && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Example && pod install && bundle exec rake build test)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
| language: objective-c
cache:
directories:
- Example/vendor/bundle
install:
- (cd Example && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Example && bundle exec pod install && bundle exec rake build test)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
| Add `bundle exec` to `pod install` command | Add `bundle exec` to `pod install` command
| YAML | mit | KittenYang/UCZProgressView,kishikawakatsumi/UCZProgressView,KittenYang/UCZProgressView,kishikawakatsumi/UCZProgressView,KittenYang/UCZProgressView |
1209b044596c694968716fe37306abd125c18117 | .travis.yml | .travis.yml | dist: trusty
sudo: required
services:
- docker
language: go
go:
- "1.11"
git:
depth: 1
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/1293... | dist: trusty
sudo: required
services:
- docker
language: go
go:
- "1.11.1"
git:
depth: 1
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12... | Switch TravisCI to Go 1.11.1 | tests/provider: Switch TravisCI to Go 1.11.1
| YAML | mpl-2.0 | Ninir/terraform-provider-aws,terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,Ninir/terraform-provider-aws,Ninir/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,Ninir/terra... |
81392a194f1bb87db1cf3ce68476dcc5a8dc18eb | .travis.yml | .travis.yml | language: node_js
sudo: required
node_js:
- "0.10"
install:
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"
branches:
... | language: node_js
sudo: required
node_js:
- "0.10"
install:
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages --settings settings.json
before_install:
- "curl -L http://git.io/ejPSn... | Update spacejam to use settings file | Update spacejam to use settings file
| YAML | mit | harrybui22/meteor-gazelle,shaunstanislaus/meteor-gazelle,n1889/meteor-gazelle,yash069/meteor-gazelle,haresbarak/meteor-gazelle,kimoi/meteor-gazelle,codevlabs/meteor-gazelle,JerimyTate/meteor-gazelle,jrherr/meteor-gazelle,jrherr/meteor-gazelle,ahaym/meteor-gazelle,shaunstanislaus/meteor-gazelle,WillJHaggard/meteor-gazel... |
5b8cbdd203dfc8a6a36adb4f736c9f0a4109d951 | .travis.yml | .travis.yml | language: c
install: sudo make install
script:
- sudo make test
- sudo make test-install
notifications:
email: false
compiler:
- clang
- gcc
| language: c
before_install:
- which $CC
- $CC --version
# Fix an issue with clang not available system-wide; causing a failure on
# 'sudo make install'.
# See https://github.com/travis-ci/travis-ci/issues/2607
# and https://github.com/kerolasa/lelux-utiliteetit/commit/ac54004f4b319040ed24232b8cd70d3abaa7beb... | Fix a Travis issue with clang | Fix a Travis issue with clang
See https://github.com/travis-ci/travis-ci/issues/2607
| YAML | mit | bfontaine/gzsize,bfontaine/gzsize |
cbe13866cb18caaaa71a702812d918dec1a6abb7 | .travis.yml | .travis.yml | language: cpp
sudo: required
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake
- sudo ap... | language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake... | Add ubuntu trusty 14.04 as default | Add ubuntu trusty 14.04 as default
| YAML | apache-2.0 | alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,alexkernphysiker/j-pet-framew... |
0856e61a4d7ac8ea7c847ceb091e3ba8cec5f07a | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.5"
cache:
directories:
- $HOME/.cache/pip
- assets/js/tests/elm-stuff/build-artifacts
install:
- pip install pip setuptools wheel --upgrade
- pip install -r test_requirements.txt
- pip install coveralls
- rm -rf ~/.nvm && git clone https://github.com/creatio... | sudo: false
language: python
python:
- "3.5"
cache:
directories:
- $HOME/.cache/pip
- assets/js/tests/elm-stuff/build-artifacts
- $HOME/.nvm/versions
install:
- pip install pip setuptools wheel --upgrade
- pip install -r test_requirements.txt
- pip install coveralls
- nvm install v6
- npm inst... | Simplify Node installation on Travis CI. | Simplify Node installation on Travis CI.
| YAML | mit | zsiciarz/variablestars.net,zsiciarz/variablestars.net,zsiciarz/variablestars.net |
020a76391767ccea258e44e62e3f31f5481fcd09 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
script: ./gradlew clean build artifactoryPublish
| language: java
jdk:
- oraclejdk7
script: ./gradlew clean build artifactoryPublish
| Remove open JDK from the matrix | Remove open JDK from the matrix
| YAML | apache-2.0 | noamt/ehcache-sizeofengine-groovy |
751b6f1ea5fa5067dbc21ffb9b876c0c98a84d95 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- npm install -g bower
- bower install
| language: node_js
node_js:
- "0.10"
before_script:
- npm install -g bower
- bower install
| Remove dependency on node 0.8 | Remove dependency on node 0.8
| YAML | mit | lnielsen/flight-citationformatter |
22eff8c35eda9777b6a544ff8f4bfc0be5c4d82a | .travis.yml | .travis.yml | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $... | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $... | Remove unnecessary clean task for Travis CI | Remove unnecessary clean task for Travis CI
| YAML | mit | thyrlian/AwesomeValidation,thyrlian/AwesomeValidation |
498f8494361120980ac731f6acfaadcdbde994f2 | .travis.yml | .travis.yml | language: php
php:
- 7.1
before_install:
- composer self-update
install: composer install --dev
script: phpunit
| language: php
php:
- 7.1
before_install:
- composer self-update
install: composer install --dev
script: vendor/bin/phpunit
| Fix phpunit tests on Travis-CI | Fix phpunit tests on Travis-CI
| YAML | mit | activecollab/bootstrap |
51ce6c71d5fd6b5390551f14cbc487e740eeee67 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer --prefer-source install
script:
- vendor/bin/phpunit
| language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- wget -q https://scrutinizer-ci.com/ocular.phar
- composer --prefer-source install
script:
- vendor/bin/phpunit --covera... | Send code coverage report to Scrutinizer | Send code coverage report to Scrutinizer
| YAML | mit | cs278/serialization-helpers |
8bfc387252ca400a7318ce7d9674519fdc646382 | .travis.yml | .travis.yml | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
addons:
code_climate:
repo_token: 8432fd00f5d96695457d25cf9216a92f8629b8997a68bcdccc093852ec71... | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
addons:
code_climate:
repo_token: 8432fd00f5d96695457d25cf9216a92f8629b8997a68bcdccc093852ec71... | Disable coverage on hhvm, scrutinizer ocular.phar is error on hhvm | Disable coverage on hhvm, scrutinizer ocular.phar is error on hhvm
| YAML | mit | herloct/pinger |
f9ee0be092c5fac00be6c65c5f73a96a8016f785 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.12.0
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install gdal-bin libgdal-dev postgis
- sudo -u postgres psq... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.12.0
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install gdal-bin libgdal-dev
# - sudo -u postgres psql -c "d... | Remove postgis from Travis CI due to gdal version conflicts | TST: Remove postgis from Travis CI due to gdal version conflicts
| YAML | bsd-3-clause | micahcochran/geopandas,fonnesbeck/geopandas,geopandas/geopandas,maxalbert/geopandas,snario/geopandas,micahcochran/geopandas,scw/geopandas,jorisvandenbossche/geopandas,kwinkunks/geopandas,geopandas/geopandas,koldunovn/geopandas,geopandas/geopandas,ozak/geopandas,urschrei/geopandas,IamJeffG/geopandas,jorisvandenbossche/g... |
8373229b62c7cc1094aa2a69cf655b078017ee1f | .travis.yml | .travis.yml | dist: trusty
language: node_js
sudo: false
node_js:
- stable
- 12
| dist: bionic
language: node_js
sudo: false
node_js:
- stable
| Update Travis to bionic, and only check stable | Update Travis to bionic, and only check stable | YAML | mit | wub/preact-cli-plugin-typescript |
53cfbfd94b4dfb0759e0dc9fe748e736ab49dcfa | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.13
before_script:
- make setup
- make deps
script:
- make build
notifications:
email: false
| language: go
sudo: false
go:
- 1.13
before_script:
- make deps
script:
- go build
notifications:
email: false
| Use `go build` for temporarily | Use `go build` for temporarily
| YAML | mit | Tomohiro/gyazo-cli |
c34dfa7531eb49878dedee060d5669d8efe10dc9 | .travis.yml | .travis.yml | language: ruby
rvm: 2.4.1
cache: bundler
script: bundle exec rake test
addons:
postgresql: "9.6"
before_script:
- sudo apt-get install postgresql-server-dev-9.6
- git clone https://github.com/dalibo/hypopg.git
- cd hypopg
- make
- sudo make install
- psql -c 'create database dexter_test;' -U postgres
noti... | language: ruby
rvm: 2.4.1
cache: bundler
script: bundle exec rake test
addons:
postgresql: "9.6"
before_script:
- sudo apt-get install postgresql-server-dev-9.6
- git clone https://github.com/HypoPG/hypopg.git
- cd hypopg
- make
- sudo make install
- psql -c 'create database dexter_test;' -U postgres
noti... | Use new HypoPG location for tests | Use new HypoPG location for tests
| YAML | mit | ankane/dexter |
26d2a4f053fcf0a4a42a20f87ecc6da5111e3bad | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
branches:
only:
- master
- /^.*-alpha$/
- /^.*-beta$/
after_success: npm run coverage
| language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
branches:
only:
- master
- /^.*-alpha$/
- /^.*-beta$/
after_success: npm run coverage
| Remove support v7 and support v9 | Remove support v7 and support v9
| YAML | mit | tngan/samlify,tngan/samlify,tngan/express-saml2 |
55aec5cced72d3c5443d9ee9da59f078759abc52 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 2.1.1
- 2.2
gemfile:
- Gemfile
env:
global:
- CI="travis"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.10
- MONGODB=3.0.3
before_script:
- wget http://fastdl.mongodb.org/linu... | language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 2.1.1
- 2.2
gemfile:
- Gemfile
env:
global:
- CI="travis"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.10
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_... | Remove mongo 3.0 from the grid temporarily | Remove mongo 3.0 from the grid temporarily
| YAML | mit | ElMassimo/mongoid_includes |
222940d132ef0b9ee78d89ed4c8ecda3dd533792 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
| language: ruby
rvm:
- 2.0.0
- 2.1.1
- 2.2.0
- jruby-head
| Add more versions to Travis | Add more versions to Travis
| YAML | mit | AnthonySuper/Doublesing,AnthonySuper/Doublesing,AnthonySuper/Doublesing |
37c0e26d5c3cf73933761eface28efb668fba45e | .travis.yml | .travis.yml | language: python
sudo: false
python:
- '2.7'
env:
- "DJANGO_VERSION=1.8"
- "DJANGO_VERSION=1.9"
before_install:
- pip install codecov
install:
- cd testapp
- python install_deps.py
script:
- python manage.py test
after_script:
- cd ..
- rm django_tests
after_success:
- codecov
notifications:
slack:
secure: ... | language: python
sudo: false
python:
- '2.7'
env:
- "DJANGO_VERSION=1.8"
- "DJANGO_VERSION=1.9"
- "DJANGO_VERSION=master"
before_install:
- pip install codecov
install:
- cd testapp
- python install_deps.py
script:
- python manage.py test
after_script:
- cd ..
- rm django_tests
after_success:
- codecov
notifica... | Add running tests on master to Travis config | Add running tests on master to Travis config
| YAML | bsd-3-clause | kirberich/djangae,kirberich/djangae,potatolondon/djangae,grzes/djangae,kirberich/djangae,potatolondon/djangae,grzes/djangae,grzes/djangae |
090915bc7b965611453eb7526e4cc3eeaabee607 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo:... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo:... | Allow failures on PHP7 for now | Allow failures on PHP7 for now
| YAML | mit | laravel-doctrine/fluent,guiwoda/fluent |
1a9894077d7116d5f336fa22d19ec560c869beb0 | .travis.yml | .travis.yml | language: android
jdk: oraclejdk7
branches:
only:
- unstable
android:
components:
- build-tools-21.1.1
- android-21
- sys-img-x86-android-21
- addon-google_apis_x86-google-21
env:
global:
# install timeout in minutes
- ADB_INSTALL_TIMEOUT=8
# Create and start the em... | language: android
jdk: oraclejdk7
branches:
only:
- unstable
android:
components:
- build-tools-21.1.1
- android-21
- sys-img-x86-android-21
- addon-google_apis_x86-google-21
env:
global:
# install timeout in minutes
- ADB_INSTALL_TIMEOUT=8
# Create and start the em... | Check list of target ids | Check list of target ids
| YAML | apache-2.0 | huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android |
611c4d0eebe9822a6845e9d0f476b73a5034f949 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
notifications:
email:
- mitchell.nordine@gmail.com
os:
- linux
before_script:
- rustc --version
- cargo --version
script:
- cargo build -v
- cargo test -v
- cargo doc -v
| language: rust
rust:
- stable
- beta
- nightly
notifications:
email:
- mitchell.nordine@gmail.com
os:
- linux
before_script:
- rustc --version
- cargo --version
script:
- cargo build -v
- cargo test -v
- cargo test --features="serde_serialization" -v
- cargo doc -v
| Test stable and beta as well as nightly. Test serde_serialization feature. | Test stable and beta as well as nightly. Test serde_serialization feature.
| YAML | mit | RustAudio/synth |
16ab8014acb9fc73cbb304067b136f80f311abb5 | .travis.yml | .travis.yml | language: objective-c
notifications:
slack: devlucky:0AP12qjjfc2Zxc0s9yo1cQQm
env:
global:
- FASTLANE_LANE=ci_commit
before_install:
- gem update fastlane
- gem update scan
- gem install danger --no-ri --no-doc
- gem install danger-swiftlint --no-ri --no-doc
before_script:
- danger
matrix:
incl... | language: objective-c
notifications:
slack: devlucky:0AP12qjjfc2Zxc0s9yo1cQQm
env:
global:
- FASTLANE_LANE=ci_commit
before_install:
- gem update fastlane
- gem update scan
- gem install danger --no-ri --no-doc
- gem install danger-swiftlint --no-ri --no-doc
matrix:
include:
- osx_image: xcode... | Reduce CI build time, run danger and pod lint only in one job of the matrix | Reduce CI build time, run danger and pod lint only in one job of the matrix
| YAML | mit | devlucky/Kakapo,devlucky/Kakapo |
ccf05468079baa07caab403b510323bd8ccb86d8 | .travis.yml | .travis.yml | sudo: false
language: android
android:
components:
- build-tools-21.1.2
- android-21
- sys-img-armeabi-v7a-android-21
- add-on
- extra
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
jdk:
- oraclejdk7
before_install:
- e... | sudo: false
language: android
android:
components:
- build-tools-22.0.1
- android-22
- sys-img-armeabi-v7a-android-22
- add-on
- extra
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
jdk:
- oraclejdk7
before_install:
- e... | Update Android SDK version for Travis config. | Update Android SDK version for Travis config.
| YAML | mit | thyrlian/AwesomeValidation,thyrlian/AwesomeValidation,duaiyun1314/AwesomeValidation,java02014/AwesomeValidation |
155a9d73662eaf1bd09651042046cc153ec434d3 | .travis.yml | .travis.yml | language: java
sudo: false
install: ""
script: ./travis.sh
jdk:
- openjdk7
| language: java
sudo: false
install: ""
script: ./travis.sh
jdk:
- oraclejdk8
| Use jdk8 to build, still with jdk7 compat | Use jdk8 to build, still with jdk7 compat | YAML | apache-2.0 | ajoberstar/grgit,ajoberstar/grgit |
889197c7629121afe935df9b2d703a660bfad213 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.4.0
script:
- bundle exec rspec
services:
- redis-server
| language: ruby
rvm:
- 2.1.0
- 2.4.0
- 2.5.0
- 2.6.0
script:
- bundle exec rspec
services:
- redis-server
| Add ruby 2.5 and 2.6 ci tests | Add ruby 2.5 and 2.6 ci tests | YAML | mit | Barzahlen/gcra-ruby |
b72a69846a04484f177ddfe37456791d1d2bf10d | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_s... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.cl... | Use the container based builds for better performance | [Travis] Use the container based builds for better performance
| YAML | mit | curtisgibby/glide,thephpleague/glide |
38f7431878017b4e2ea2171a925b2c1529d2b5ce | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
env:
- AMP_DEBUG=true
before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install:
- composer update -n --prefer-dist
- wget https://github.com/php-cove... | sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
env:
- AMP_DEBUG=true
before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install:
- composer update -n --prefer-dist
- wget https://github.com/php-cove... | Disable phpdbg, because it causes segfaults | Disable phpdbg, because it causes segfaults
| YAML | mit | amphp/dns |
ffff53b8622cd5c7bf6d92ff44429650229203ce | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
script:
- npm test
- npm run build
- npm run build:customised
| language: node_js
node_js:
- "4"
- "5"
- "6"
script:
- npm test
- npm run build
- npm run build:customised
| Remove Node 0.12 from Travis because ESLint 3.0 do not support it. | Remove Node 0.12 from Travis because ESLint 3.0 do not support it.
| YAML | mit | sapegin/react-styleguidist,styleguidist/react-styleguidist,bluetidepro/react-styleguidist,styleguidist/react-styleguidist,styleguidist/react-styleguidist,sapegin/react-styleguidist |
a01830d9e7857a6affbaf27addd9835ec366dd84 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: go
go:
- 1.5.3
go_import_path: github.com/vmware/harbor
service:
- mysql
- docker
env: GO15VENDOREXPERIMENT=1 DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
install:
- sudo apt-get update && sudo apt-get install -y libldap2-dev
- go get -d github.com/docker/d... | sudo: required
language: go
go:
- 1.5.3
go_import_path: github.com/vmware/harbor
service:
- mysql
- docker
env: GO15VENDOREXPERIMENT=1 DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
install:
- sudo apt-get update && sudo apt-get install -y libldap2-dev
- go get -d github.com/docker/distribution
... | Revert "use Trusty Beta image" | Revert "use Trusty Beta image"
This reverts commit b3075e46c2e4fad8159b2b5cfc4c90826383ef2e.
| YAML | apache-2.0 | wy65701436/harbor,wy65701436/harbor,steven-zou/harbor,wemeya/harbor,reasonerjt/harbor,steven-zou/harbor,wknet123/harbor,wemeya/harbor,wknet123/harbor,wemeya/harbor,wknet123/harbor,steven-zou/harbor,reasonerjt/harbor,steven-zou/harbor,wemeya/harbor,wemeya/harbor,wknet123/harbor,reasonerjt/harbor,reasonerjt/harbor,wknet1... |
acc26d298b837f9c005bd6733a10adea649055cf | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
l1atform=iOS Simulator,name=iPhone 6,OS=10.2inguage: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on lat... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
l1atform=iOS Simulator,name=iPhone 6,OS=10.2inguage: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on lat... | Use iOS 10.2 simulator for testing | Use iOS 10.2 simulator for testing
| YAML | mit | luiswdy/SGauge,luiswdy/SGauge,luiswdy/SGauge |
cb57d25ed7efc5306d8a8834cffa208ef3c29d5d | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 1.9.3
- 2.3.0
- jruby-19mode
- rbx
env:
global:
- JRUBY_OPTS='-Xcext.enabled=true'
- COVERAGE=1
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx
services:
- redis-server
notifications:
irc:
channels:
- 'chat.freenode.net#resque'
on_success: change
on... | language: ruby
sudo: false
rvm:
- 1.9.3
- 2.3.1
- jruby-9.1.1.0
env:
global:
- JRUBY_OPTS='-Xcext.enabled=true'
- COVERAGE=1
matrix:
allow_failures:
- rvm: jruby-9.1.1.0
services:
- redis-server
notifications:
irc:
channels:
- 'chat.freenode.net#resque'
on_success: change
on_failure: change
... | Update the ruby versions checked on Travis | Update the ruby versions checked on Travis
| YAML | mit | resque/resque-scheduler,playtestcloud/resque-scheduler,xldenis/resque-scheduler,guizmaii/resque-scheduler,carsonreinke/resque-scheduler,xldenis/resque-scheduler,guizmaii/resque-scheduler,resque/resque-scheduler,resque/resque-scheduler,carsonreinke/resque-scheduler,playtestcloud/resque-scheduler,xldenis/resque-scheduler... |
55516445085716995222b8452cc42f4419611191 | .travis.yml | .travis.yml | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
php:
- "7.3"
env:
global:
- ADDITIONAL_CONFIG=config.travis.neon
- DEBUG_MODE=1
services:
- mysql
install:
- travis_retry composer install --no-progress --prefer-dist
# execute any number of scripts before the t... | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
php:
- "7.3"
env:
global:
- CONFIG%FILE=config.travis.neon
- DEBUG_MODE=1
services:
- mysql
install:
- travis_retry composer install --no-progress --prefer-dist
# execute any number of scripts before the test ru... | Fix global config file specification | Fix global config file specification
| YAML | mit | Thoronir42/paf,Thoronir42/paf,Thoronir42/paf,Thoronir42/paf |
50521e29c3d9695c63e05b2e040851408ba40554 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
services:
- redis-server
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- 5.11
services:
- redis-server
before_script:
- npm install -g grunt-cli
| Update to node >= 5.11 | Update to node >= 5.11
| YAML | mit | simonswain/straw,simonswain/straw |
9de5ac5e2c7fb24aa0fcc6f57f2ab4f8bff3296e | .travis.yml | .travis.yml | sudo: required
language: go
services:
- docker
env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.0
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpk... | sudo: required
language: go
services:
- docker
env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.0
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpk... | Read status code on exit. | Read status code on exit.
| YAML | mit | timehop/teleport,pagarme/teleport,pagarme/teleport |
a25ce6a3fad5f617d83e96da84e92d9f80b76836 | .travis.yml | .travis.yml | sudo: false
os:
- linux
- osx
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- DJANGO="django1.6"
- DJANGO="django1.7"
- DJANGO="django1.8"
- DJANGO="django1.9"
install:
- pip install tox --use-mirrors
script:
- tox -e ${DJANGO}
| sudo: false
os:
- linux
- osx
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- DJANGO="django1.6"
- DJANGO="django1.7"
- DJANGO="django1.8"
- DJANGO="django1.9"
install:
- pip install tox
script:
- tox -e ${DJANGO}
| Fix issue where `pip install --use-mirrors ...` doesn't work in Python 3.5 | Fix issue where `pip install --use-mirrors ...` doesn't work in Python 3.5
| YAML | bsd-2-clause | pombredanne/django-classy-settings,funkybob/django-classy-settings |
d87ea6db2a73f2c92cf8f7a500acc54a4ffb1d39 | .travis.yml | .travis.yml | language: php
php:
- '7.0'
- '7.1'
install:
- composer install
script:
- mkdir -p build/logs
- phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml
- php vendor/bin/phpcs --ignore=vendor --standard=coding_standard.xml .
after_success:
- travis_retry php vendor/bin/coveral... | language: php
php:
- '7.0'
- '7.1'
install:
- composer install
script:
- mkdir -p build/logs
- vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml
- php vendor/bin/phpcs --ignore=vendor --standard=coding_standard.xml .
after_success:
- travis_retry php vendor/... | Change phpunit command to use vendor/bin/phpunit. | Change phpunit command to use vendor/bin/phpunit.
| YAML | mit | markrogoyski/math-php,Beakerboy/math-php |
04bfb0a6996b54249677d0009e60a43d0626a77e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
# Install RDKit from source (Release_2014_03_1)
# Follow the pattern in rdkit/.travis.yml on GitHub
- clone=`pwd`
- cd ~
- sudo apt-get update -qq
- sudo apt-get install -qq flex bison build-essential python-numpy cmake python-dev sqlite3 libsqlite3-dev libboost... | language: python
python:
- "2.7"
before_install:
# Install RDKit from source (Release_2014_03_1)
# Follow the pattern in rdkit/.travis.yml on GitHub
- clone=`pwd`
- sudo apt-get update -qq
- sudo apt-get install -qq flex bison build-essential python-numpy cmake python-dev sqlite3 libsqlite3-dev libboost-dev lib... | Use git instead of wget to fetch rdkit source | Use git instead of wget to fetch rdkit source
| YAML | bsd-3-clause | skearnes/rdkit-utils |
fae0cba58da889b6750570415cda1208d518a5de | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
before_script:
- composer install
- wget https://scrutinizer-ci.com/ocular.phar
script:
- php vendor/atoum/atoum/scripts/coverage.php --format xml --output clover.xml
after_script:
- php ocular.phar code-coverage:up... | language: php
php:
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
before_script:
- composer install
- wget https://scrutinizer-ci.com/ocular.phar
script:
- php vendor/atoum/atoum/scripts/coverage.php --format xml --output clover.xml
after_script:
- php ocular.phar code-coverage:upload --f... | Remove PHP 5.4 from the build matrix | Remove PHP 5.4 from the build matrix
| YAML | bsd-2-clause | FriendsOfPHP/pickleweb,FriendsOfPHP/pickleweb,FriendsOfPHP/pickleweb |
477812cf955938b219b69960762c06caddec3a1e | .travis.yml | .travis.yml | language: go
go:
- 1.7.1
- master
| language: go
go:
- 1.7.1
- master
# Sudo is required for docker
sudo: required
# Enable docker
services:
- docker
# In Travis, we need to bind to 127.0.0.1 in order to get a working connection. This environment variable
# tells dockertest to do that.
env:
- DOCKERTEST_BIND_LOCALHOST=true
| Configure docker integration on Travis | Configure docker integration on Travis
| YAML | apache-2.0 | LewisWatson/carshare-back |
ead07168fa074f04c08a2d4617607b7d56745945 | .travis.yml | .travis.yml | sudo: true
language: python
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
- python: pypy
before_install:
- sudo apt-get update -qq
- sudo apt-get install --yes fakeroot openssh-server
install:
- pip install --constraint=constraints.txt --requirem... | sudo: true
language: python
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
- python: pypy
before_install:
- sudo apt-get update -qq
- sudo apt-get install --yes fakeroot openssh-server
install:
- pip install --requirement=requirements-travis.txt
... | Remove leftover reference to pip constraints file | Remove leftover reference to pip constraints file
| YAML | mit | xolox/python-executor |
b4b001ea8925b98e77debc8b662398ef768fd4e9 | .travis.yml | .travis.yml | ---
language: node_js
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
after_success:
- ember build --environment=production
- "./bin/s3-publ... | ---
language: node_js
node_js:
- "0.12"
- "iojs"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
after_success:
- ember build --environmen... | Test in node 0.12 and iojs | Test in node 0.12 and iojs
| YAML | mit | stefanpenner/ember-cpm,mike-north/ember-cpm,lolmaus/ember-cpm,stefanpenner/ember-cpm,elwayman02/ember-cpm,lolmaus/ember-cpm,mike-north/ember-cpm,elwayman02/ember-cpm,ulisesrmzroche/ember-cpm,ulisesrmzroche/ember-cpm,stefanpenner/ember-cpm,elwayman02/ember-cpm,ulisesrmzroche/ember-cpm,lolmaus/ember-cpm,mike-north/ember-... |
3f0bebac52ddf29b844b66bc8e272337f86c729d | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- 'node'
before_install:
# Log HTTP requests
- npm config set loglevel http
install:
- time npm install
| language: node_js
sudo: false
node_js:
- '4'
before_install:
# Log HTTP requests
- npm config set loglevel http
install:
- time npm install
| Test on Node 4, not latest Node | Travis: Test on Node 4, not latest Node
We'll add latest Node.js when Node.js 5 comes out. We'll still want to support
Node.js 4 as it will be an LTS.
| YAML | mit | mgol/jquery.classList,mzgol/jquery.classList |
90336eff71b19a24f04164e259ce16b6c3b13d1f | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0.0"
- "stable"
install: npm install
script: npm run travis
sudo: false
| language: node_js
node_js:
- "10.18.1"
- "stable"
install: npm install
script: npm run travis
sudo: false
| Upgrade min node js version to 10 | Upgrade min node js version to 10
| YAML | mit | tillarnold/oni |
1fc62b32315724a8ee347eb6e705b241439ec91f | .travis.yml | .travis.yml | language: go
go:
- "1.11.2"
- "1.10.5"
install:
- go get -u golang.org/x/lint/golint
script:
- golint -set_exit_status
- go vet
- go test
| language: go
go:
- "1.11.4"
install:
- go get -u golang.org/x/lint/golint
script:
- golint -set_exit_status
- go vet
- go test
| Build against Go 1.11.4; drop 1.10.5 | Build against Go 1.11.4; drop 1.10.5
| YAML | mit | TV4/search-go |
003d80a5cdc64b783668bb346447ba8683b06229 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4.1"
env:
global:
# Please get your own free key if you want to test yourself
- SAUCE_USERNAME: dojo2-ts-ci
- SAUCE_ACCESS_KEY: e92610e3-834e-4bec-a3b5-6f7b9d874601
- BROWSERSTACK_USERNAME: dtktestaccount1
- BROWSERSTACK_ACCESS_KEY: mG2qbEFJCZY2qLsM7yfx
... | sudo: false
language: node_js
node_js:
- "5.1"
env:
global:
# Please get your own free key if you want to test yourself
- SAUCE_USERNAME: dojo2-ts-ci
- SAUCE_ACCESS_KEY: e92610e3-834e-4bec-a3b5-6f7b9d874601
- BROWSERSTACK_USERNAME: dtktestaccount1
- BROWSERSTACK_ACCESS_KEY: mG2qbEFJCZY2qLsM7yfx
... | Move CI to Node 5.1 | Move CI to Node 5.1
| YAML | bsd-3-clause | mwistrand/routing,mwistrand/routing,mwistrand/routing |
45959cceb820b0018a12911b317dadfca3535eee | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- stable
before_script:
- npm install -g grunt-cli
env:
global:
- secure: GKwpR/WClxLyT0FXkq7UAglifJ6QJdikdFCW9/vUVWh1oRNkxt71LhvOGn7VDZgEwexA1C3l9lwLEXLgFX7JCuvdkj7UqvOTPwNG63UciagSsxfQnGvi8smd6QxfZg3JGhbzrpOofA6xm4mVhGdJdNaKnf49nNzUtXcRqh8/qUU=
- secu... | sudo: false
language: node_js
node_js:
- stable
before_script:
- npm install -g grunt-cli
env:
global:
secure: "FkP/F/2n6ZEXpiMQDrOGDUxjUf+Ai+ErHSF3QjGfZjmjfxG9wRJNP6r2KyoM58jQ6HQduE94U//wYf6KTDyYduy7HurTFfF7KlaQRRJRxEebIjy/gWSXnu8pa/pffaBiD4QKX1g5PZIoocCfkbqNRI3f1PIrNgOngScv0IPWMJc="
secure... | Switch to unique saucelabs account | Switch to unique saucelabs account
| YAML | mit | Nycto/PicoModal,Nycto/PicoModal |
04d6fffc9e3f57a73b232e808e2e5e01897ae80b | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- java -version | language: java
jdk:
- oraclejdk8
cache: apt
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- java -version | Add Travis caching for JDK 8 | Add Travis caching for JDK 8
| YAML | mit | joffrey-bion/fx-log |
f98d773a0ff79313abf239c521eb3eada9695476 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "10"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- yarn test
cache: yarn
| language: node_js
node_js:
- "8"
- "10"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- npm test
| Use npm instead of yarn | Use npm instead of yarn
| YAML | mit | z-kit/z-hello,z-kit/component,z-kit/component,z-kit/z-hello |
abc297e66c47a7e6f64452b5f074a7db9af5c053 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- tip
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
install: go get -v ./recurly
script:
- go test -v -covermode=count -coverprofile=coverage.out ./r... | language: go
go:
- 1.3
- tip
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
install: go get -v ./recurly
script:
- go test -v -covermode=count -coverprofile=coverage.out ./recurly
... | Update path to go cover | Update path to go cover
| YAML | mit | blacklightcms/go-recurly,blacklightcms/recurly |
2dc35017fb57eb820d98216e9853a45aed1a2f99 | .travis.yml | .travis.yml | before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
- tar -zxvf SDL2-2.0.0.tar.gz
- cd SDL2-2.0.0
- ./configure && make && sudo make install
- cd -
script:
- make com... | before_install:
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
install:
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
- tar -zxvf SDL2-2.0.0.tar.gz
-... | Use Rust nightly builds for Travis | Use Rust nightly builds for Travis
| YAML | mit | inrustwetrust/rust-sdl2,Rust-SDL2/rust-sdl2,Cobrand/rust-sdl2,oldmanmike/rust-sdl2,Cobrand/rust-sdl2,crumblingstatue/rust-sdl2,Rust-SDL2/rust-sdl2,cristicbz/rust-sdl2,beni55/rust-sdl2,tempbottle/rust-sdl2,bfops/rust-sdl2,caldwell/rust-sdl2,Cobrand/rust-sdl2,wilsoniya/rust-sdl2,cristicbz/rust-sdl2,bvssvni/rust-sdl2,Rust... |
9c46ada7e40229cf8cff892fffcb9ebcad355c06 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
services: mongodb
after_success: 'curl -v -X POST -H "api_key: fdb9e03f-f843-4bea-9d02-43ab619dd289" http://162.243.219.172/deploys/openhim-core/preprod'
| language: node_js
node_js:
- "0.11"
- "0.12"
- iojs
services: mongodb
after_success: 'curl -v -X POST -H "api_key: fdb9e03f-f843-4bea-9d02-43ab619dd289" http://162.243.219.172/deploys/openhim-core/preprod'
| Add node 0.12 and io.js | Add node 0.12 and io.js
| YAML | mpl-2.0 | jembi/openhim-core-js,jembi/openhim-core-js |
e5ce6ebdc2ebf9c9ff7a18d641de0b55aa614298 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.2
env:
- DB=postgresql
addons:
postgresql: "9.3"
script:
- RAILS_ENV=test bundle exec rake db:setup --trace
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake
before_script:
- cp config/secrets.yml.travis config/secrets.yml
- cp config/database.yml.travis c... | language: ruby
rvm:
- 2.1.2
- 2.2.0
env:
- DB=postgresql
addons:
postgresql: "9.3"
script:
- RAILS_ENV=test bundle exec rake db:setup --trace
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake
before_script:
- cp config/secrets.yml.travis config/secrets.yml
- cp config/database.ym... | Add Ruby 2.2 for TravisCI | Add Ruby 2.2 for TravisCI
| YAML | apache-2.0 | jgraber/filentory-web,jgraber/filentory-web,jgraber/filentory-web |
071ef2dc45512dcdcd195f5cf763977bc53a79b7 | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- "3.7"
- "pypy3"
matrix:
allow_failures:
- python: pypy3
before_script:
- pip install poetry
script:
- make lint
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
services:
- docker
- postgresql
env:
global:
- FLASK_APP="app.py... | dist: xenial
language: python
python:
- "3.8"
before_script:
- pip install poetry
script:
- make lint
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
services:
- docker
- postgresql
env:
global:
- FLASK_APP="app.py"
- BOILERPLATEAPP_CONFIG="testing"
- SQLALCHEMY_DA... | Test against Python 3.8 only | Test against Python 3.8 only
| YAML | mit | svenstaro/python-web-boilerplate,svenstaro/python-web-boilerplate |
a6e7ed68a4a1f03cc9b2b4754a8e231138251059 | .travis.yml | .travis.yml | env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
sudo: required
services:
- docker
before_install:
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
script:
- docker version
- docker login -e=$DOCKER_EMAIL -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD
- ./build.sh
| env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
sudo: required
services:
- docker
before_install:
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
script:
- docker version
- docker login --email="$DOCKER_EMAIL" --username="$DOCKER_USERNAME" --password="$DOCKER_P... | Use latest Docker and login the Docker Hub in Travis build. | Use latest Docker and login the Docker Hub in Travis build.
| YAML | mit | sappho/docker-build-tarsnap |
013adfa7c42d4d07a88c92892071463edf676d23 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.3"
- "3.2"
install:
- npm install jshint
- pip install -r dev_requirements.txt
- pip install coveralls
script:
- .githooks/pre-commit -f
- ./runtests.sh
after_success:
- coveralls
deploy:
provider: pypi
user: ixa
password:
sec... | language: python
python:
- "3.4"
- "3.3"
- "3.2"
install:
- npm install jshint
- pip install -r dev_requirements.txt
- pip install coveralls
script:
- .githooks/pre-commit -f
- ./runtests.sh
after_success:
- coveralls
deploy:
provider: pypi
user: ixa
password:
sec... | Update to use master and make sure the version tag is good | Update to use master and make sure the version tag is good
| YAML | apache-2.0 | infoxchange/docker-forklift,infoxchange/docker-forklift |
f47eb370909bbd407071a6ddde9b0ef0972536f4 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
notifications:
email: false
# Skip the install step, which causes a double build. The commands below in
# `script` automatically download and install their dependencies as well.
install: true
# Install custom dynsem version, containing the required classes
# for the project.
# depen... | language: java
jdk:
- oraclejdk8
notifications:
email: false
# Skip the install step, which causes a double build. The commands below in
# `script` automatically download and install their dependencies as well.
install: true
# Cache the dependencies: these take unnecessarily long to download.
cache:
directories:
... | Add cache of maven m2 directory to speed up build | Add cache of maven m2 directory to speed up build
Downloading every dependency each time takes needlessly much time.
| YAML | apache-2.0 | spoofax-shell-2017/spoofax-shell |
0f4ca39fa358be6aee3a2f295eba6852b3d66bb1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
cache:
directories:
- node_modules
install: npm install
jobs:
include:
- stage: test
script: bash ./travis/test.sh
- stage: deploy
script: bash ./travis/deploy.sh
env:
global:
- ENCRYPTION_LABEL: "af862fa96d3e"
- COMMIT_AUTHOR_EMAIL: "amishshah.2k... | language: node_js
node_js:
- "8"
- "9"
cache:
directories:
- node_modules
install: npm install
jobs:
include:
- stage: test
script: bash ./travis/test.sh
- stage: deploy
script: bash ./travis/deploy.sh
env:
global:
- ENCRYPTION_LABEL: "af862fa96d3e"
- COMMIT_AUTHOR_EMAIL: "amis... | Add Node 9 to Travis | Add Node 9 to Travis
| YAML | apache-2.0 | CodeMan99/discord.js,SpaceEEC/discord.js,Lewdcario/discord.js,robflop/discord.js,hydrabolt/discord.js,appellation/discord.js,SpaceEEC/discord.js,appellation/discord.js,CodeMan99/discord.js,robflop/discord.js,hydrabolt/discord.js,hydrabolt/discord.js,Lewdcario/discord.js,Drahcirius/discord.js,Drahcirius/discord.js,robfl... |
76212b4ef5a10324316de06b33144056e3d29af0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3.0
script: bundle exec rake ci
sudo: false
cache: bundler
| language: ruby
rvm:
- 2.2.6
- 2.3.3
script: bundle exec rake ci
sudo: false
cache: bundler
| Use latest patch released on Travis CI | Use latest patch released on Travis CI
| YAML | mit | increments/increments-schedule,increments/increments-schedule |
99df33d84be0becb9037d355e1ecc6e03e02cc02 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
| Add CI testing for newer Node versions | Add CI testing for newer Node versions
This will run the test suite against the 0.8+ stable and latest unstable
(0.11) branches
| YAML | mit | thomas658/jshint,pansay/jshint,niedzielski/jshint,yadimon/jshint,jonnyreeves/jshint,stevemao/jshint,paul-wade/jshint,crivas/jshint,gtanner/jshint,davidjb/jshint,rwaldron/jshint,alivesay/jshint,mcanthony/jshint,freeyiyi1993/jshint,BridgeAR/jshint,ghtest712/bearded-octo-dangerzone,shreyasgaonkar/jshint,shreyasgaonkar/jsh... |
39f802f5c0a2a11762efa024a9300eea44a87009 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
script: bundle exec rspec
rvm:
- 2.4.1
env:
matrix:
- ACTION_MAILER_VERSION=4
- ACTION_MAILER_VERSION=5
- ACTION_MAILER_VERSION=master
matrix:
fast_finish: true
allow_failures:
- env: ACTION_MAILER_VERSION=master
| sudo: false
language: ruby
cache: bundler
script: bundle exec rspec
rvm:
- 2.6.1
env:
matrix:
- ACTION_MAILER_VERSION=4
- ACTION_MAILER_VERSION=5
- ACTION_MAILER_VERSION=master
matrix:
fast_finish: true
allow_failures:
- env: ACTION_MAILER_VERSION=master
| Use latest ruby version on Travis CI | Use latest ruby version on Travis CI
| YAML | mit | fphilipe/premailer-rails,controlshift/premailer-rails,controlshift/premailer-rails,fphilipe/premailer-rails,controlshift/premailer-rails,fphilipe/premailer-rails |
3efca7f32465dfdaecc44fa37c95d8396d49d976 | .travis.yml | .travis.yml | # Angular and Meteor - The perfect stack https://www.angular-meteor.com/
#
# Author: Georgy Berdyshev
#
sudo: required
services:
- docker
env:
- distribution: ubuntu
version: bionic
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb... | # Angular and Meteor - The perfect stack https://www.angular-meteor.com/
#
# Author: Georgy Berdyshev
#
sudo: required
services:
- docker
env:
- distribution: ubuntu
version: bionic
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb... | Update ownership of source code directory. | Update ownership of source code directory.
| YAML | mit | Urigo/angular-meteor |
ff8a6e388a1afa934faa7ef98fed1d74cdf1b6f0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
-
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
script: "bundle exec rake spec"
branches:
only:
- master
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
env:
-
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
script: "bundle exec rake spec"
branches:
only:
- master
| Add test in CI for ruby 2.2 | Add test in CI for ruby 2.2
| YAML | mit | dtaniwaki/rack-secure-upload |
ed8910178f338de451a502a698747d0720a4da4b | .travis.yml | .travis.yml | language: python
branches:
only:
- master
python:
- "3.4"
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- git submodule init
- git submodule update
- ./scripts/get_static_validation.sh
# command to install dependencies
install:
- pip install -r py-re... | language: python
branches:
only:
- master
python:
- "3.4"
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- git submodule init
- git submodule update
- ./scripts/get_static_validation.sh
# command to install dependencies
install:
- pip install -r py-re... | Update Travis Prospector not working | Update Travis Prospector not working | YAML | mit | SeaItRise/SeaItRise-webportal,SeaItRise/SeaItRise-webportal,SeaItRise/SeaItRise-webportal,SeaItRise/SeaItRise-webportal |
32440abca60eb3fac35b0132dd512f496a06b226 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
gemfile:
- gemfiles/activesupport_3_2.gemfile
- gemfiles/activesupport_4_0.gemfile
- gemfiles/activesupport_4_1.gemfile
- gemfiles/activesupport_4_2.gemfile
| rvm:
- 2.2.6
- 2.3.3
- 2.4.0
gemfile:
- gemfiles/activesupport_3_2.gemfile
- gemfiles/activesupport_4_0.gemfile
- gemfiles/activesupport_4_1.gemfile
- gemfiles/activesupport_4_2.gemfile
| Drop support for old Rubies | Drop support for old Rubies
| YAML | mit | fastladder/opml |
7b56aa1aef9a9fa5ddfced7d057e917ff0ae730d | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.1snapshot
- 7.2
- 7.2snapshot
git:
depth: 5
cache:
directories:
- $HOME/.composer/cache/files
branches:
only:
- master
- development
- /^feature\/.+$/
- /^refactoring\/.+$/
- /^issue\/.+$/
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false... | language: php
php:
- 7.2
- 7.2snapshot
git:
depth: 5
cache:
directories:
- $HOME/.composer/cache/files
branches:
only:
- master
- development
- /^feature\/.+$/
- /^refactoring\/.+$/
- /^issue\/.+$/
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git checkout "... | Add clover coverage to phpunit command | Add clover coverage to phpunit command
| YAML | mit | hollodotme/repo-template |
31d3bf5244a1d5574814b5ba7c587eedf35da08c | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk8
env:
global:
- DISPLAY=:99.0
cache:
directories:
- $HOME/.m2
# Handle git submodules yourself
git:
submodules: false
# Enable UI
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- sh -e /etc/i... | language: java
sudo: false
jdk:
- oraclejdk8
env:
global:
- DISPLAY=:99.0
cache:
directories:
- $HOME/.m2
# Handle git submodules yourself
git:
submodules: false
# Enable UI
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- sh -e /etc/i... | Correct bug in Travis deploy script | Correct bug in Travis deploy script
| YAML | epl-1.0 | vitruv-tools/Vitruv |
10fe388e54f097346ae88a1a8ac6925cc6054cf5 | .travis.yml | .travis.yml | os:
- osx
- linux
sudo: required
language: go
go: 1.4
install:
- ./tasks/general/ci/install.sh github.com/limetext/lime-backend/lib
- ./tasks/local/ci/install.sh
script:
- ./tasks/general/ci/run_tests.sh lib
- ./tasks/local/ci/check_gen.sh
- ./tasks/general/ci/check_fmt.sh
notifications:
webhooks:... | os:
- osx
- linux
sudo: required
language: go
go: 1.4
install:
- ./tasks/general/ci/install.sh github.com/limetext/lime-backend/lib
script:
- ./tasks/general/ci/run_tests.sh lib
- ./tasks/local/ci/check_gen.sh
- ./tasks/general/ci/check_fmt.sh
notifications:
webhooks:
urls:
- https://webho... | Remove the local install script again. | Remove the local install script again.
| YAML | bsd-2-clause | codex8/lime-backend,ch1bo/lime-backend,bj7/lime-backend,ch1bo/lime-backend,bj7/lime-backend,codex8/lime-backend,codex8/lime-backend,bj7/lime-backend,bj7/lime-backend,limetext/lime-backend,codex8/lime-backend,ch1bo/lime-backend,limetext/lime-backend,limetext/lime-backend,limetext/lime-backend,limetext/backend,ch1bo/lime... |
fd062f3e07b6dcf3871e089b6e29bb8730baa533 | .travis.yml | .travis.yml | language: php
before_script:
- sudo apt-get install bsdtar zip
# - sudo easy_install sphinx
- composer install --dev --prefer-source
env:
- ZIPPY_ADAPTER=ZipAdapter
- ZIPPY_ADAPTER=ZipExtensionAdapter
- ZIPPY_ADAPTER=GNUTar\\TarGNUTarAdapter
- ZIPPY_ADAPTER=GNUTar\\TarGzGNUTarAdapter
- ZIPPY_ADAPTER=GN... | language: php
before_script:
- sudo apt-get install bsdtar zip
# - sudo easy_install sphinx
- composer install --dev --prefer-source
env:
- ZIPPY_ADAPTER=ZipAdapter
- ZIPPY_ADAPTER=ZipExtensionAdapter
- ZIPPY_ADAPTER=GNUTar\\TarGNUTarAdapter
- ZIPPY_ADAPTER=GNUTar\\TarGzGNUTarAdapter
- ZIPPY_ADAPTER=GN... | Allow failure on PHP 5.5 | Allow failure on PHP 5.5
| YAML | mit | bburnichon/Zippy,bburnichon/Zippy,bburnichon/Zippy |
d2ab10f330308c7024739bb9e7b42b05a5843a68 | .travis.yml | .travis.yml | language: java
before_install:
- npm install gulp gulp-mocha gulp-util chai
- sudo apt-get update
- sudo apt-get install scala
script: "gradle build"
| language: cpp
compiler:
- gcc
- clang
language: java
before_install:
- npm install gulp gulp-mocha gulp-util chai
- sudo apt-get update
- sudo apt-get install scala
script: "gradle build"
| Add languages to Travis yml | Add languages to Travis yml
| YAML | mit | joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro,joshpadilla/deter-bistro |
72724e58e5feb6cad754c310f14467baec042f6e | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.0
- 2.5.0
before_install: gem install bundler -v 1.6.1
| sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.0
- 2.5.0
before_install: gem install bundler
| Remove hardcoded bundler version and cache bundle | TravisCI: Remove hardcoded bundler version and cache bundle
| YAML | mit | buren/arbetsformedlingen,buren/arbetsformedlingen |
648becd239e2c21fa5de6cb2e2ac47c6f28099c9 | .travis.yml | .travis.yml | language: objective-c
branches:
only:
- master
git:
submodules: false
before_install:
- git submodule update --init --recursive
- brew update
- brew upgrade
- brew install swiftlint
- bundle install
podfile: CocoaHeadsApp/Podfile
xcode_workspace: CocoaHeadsApp/CocoaHeadsApp.xcworkspace
xcode_scheme: Coc... | language: objective-c
branches:
only:
- master
git:
submodules: false
before_install:
- git submodule update --init --recursive
- brew update
- brew upgrade
- brew install swiftlint
- bundle install
podfile: CocoaHeadsApp/Podfile
xcode_workspace: CocoaHeadsApp/CocoaHeadsApp.xcworkspace
xcode_scheme: Coc... | Change version XCode for 7.3 on Travis | Change version XCode for 7.3 on Travis
| YAML | mit | BrunoMazzo/CocoaHeadsApp,igorcferreira/CocoaHeadsApp,CocoaHeadsBrasil/CocoaHeadsApp,BrunoMazzo/CocoaHeadsApp,BrunoMazzo/CocoaHeadsApp,CocoaHeadsBrasil/CocoaHeadsApp,CocoaHeadsBrasil/CocoaHeadsApp,igorcferreira/CocoaHeadsApp,igorcferreira/CocoaHeadsApp |
d6b32658f2fbfd6f64a7eecdaf4b9b3015f76812 | .travis.yml | .travis.yml | language: node_js
node_js:
- 10
- 11
- 12
- 13
cache:
npm: false
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphicsmagick
- inkscape
script: npm run test:ci
after_success: '<covera... | language: node_js
node_js:
- 10
- 12
- 14
- node
cache:
npm: false
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphicsmagick
- inkscape
script: npm run test:ci
after_success: '<cove... | Drop odd node versions, add 14 | Travis: Drop odd node versions, add 14
| YAML | bsd-3-clause | assetgraph/assetgraph-builder |
316877b437008d8e7572ffec2ba74c5d370fe38a | .travis.yml | .travis.yml | language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
services:
- redis-server
env:
- TEST_HIREDIS=0
- TEST_HIREDIS=1
install:
- pip install -e .
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pep8; fi"
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis; fi"
script: "... | language: python
cache: pip
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
services:
- redis-server
env:
- TEST_HIREDIS=0
- TEST_HIREDIS=1
install:
- pip install -e .
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pep8; fi"
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis; fi... | Enable pip cache in Travis CI | Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
| YAML | mit | andymccurdy/redis-py,andymccurdy/redis-py,redis/redis-py,mozillazg/redis-py-doc,alisaifee/redis-py,andymccurdy/redis-py,5977862/redis-py,5977862/redis-py,redis/redis-py,alisaifee/redis-py,mozillazg/redis-py-doc,5977862/redis-py |
e3a2e75c7d77aed525fb21fe391501b44d987818 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.1
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3t... | language: objective-c
osx_image: xcode9.2
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3t... | Use Xcode 9.2 on Travis | Use Xcode 9.2 on Travis
| YAML | mit | adamnemecek/AudioKit,audiokit/AudioKit,adamnemecek/AudioKit,eljeff/AudioKit,eljeff/AudioKit,eljeff/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit,audiokit/AudioKit,eljeff/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit |
440aed670c4a41794294b1e397585340b13c9d20 | .travis.yml | .travis.yml | sudo: False
language: python
cache: pip
python:
- "2.7.13"
- "3.3.5"
- "3.4.6"
- "3.5.3"
- "3.6.1"
- "nightly"
install:
- pip install -r requirements.txt
- pip install coverage codacy-coverage
script:
- coverage run test.py
after_success:
- coverage report
- coverage xml
- python-codacy-covera... | sudo: False
language: python
cache: pip
python:
- "2.7.13"
- "3.3.5"
- "3.4.5"
- "3.5.2"
- "3.6.0"
- "nightly"
install:
- pip install -r requirements.txt
- pip install coverage codacy-coverage
script:
- coverage run test.py
after_success:
- coverage report
- coverage xml
- python-codacy-covera... | Fix versions to the ones available on TravisCI | Fix versions to the ones available on TravisCI
| YAML | mit | wolfy1339/Python-IRC-Bot |
0a4daaf424b2d38e8285aaa552ac2aef557c5536 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
before_install:
- npm install -g bower
- bower install
- npm install -g grunt-cli
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- grunt ci
| language: node_js
node_js:
- "0.10"
- "0.11"
before_install:
- npm install -g bower
- bower install
- npm install -g grunt-cli
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- grunt ci
| Stop running tests on Node 0.8 | Stop running tests on Node 0.8
| YAML | mit | yoda-yoda/js-data-angular,denisKaranja/js-data-angular,aboieriu/js-data-angular,aboieriu/js-data-angular,js-data/js-data-angular,js-data/js-data-angular,denisKaranja/js-data-angular,chieffancypants/angular-data,yoda-yoda/js-data-angular |
3e18ff52f232f6f37823b5f4c48eacfc20a4ec0e | .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 | chef-cookbooks/awscreds,opscode-cookbooks/awscreds,chef-cookbooks/awscreds,opscode-cookbooks/awscreds |
7e541650ec0e4c337ce2f21fae972e4c630c367d | .travis.yml | .travis.yml | os: linux
arch:
- amd64
- arm64
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
matrix:
include:
- language: generic
os: osx
install: pip2 install tox-travis
script: tox --skip-missing-interpreters
allow_failures:
- arch: arm64... | os: linux
arch:
- amd64
- arm64
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
jobs:
include:
- language: generic
os: osx
install: pip2 install tox-travis
script: tox --skip-missing-interpreters
allow_failures:
- arch: arm64
install: pip ... | Update Travis config to fix validation warnings | Update Travis config to fix validation warnings
| YAML | bsd-3-clause | ccpem/mrcfile |
499f75c29e0339c23a8a14d2ecd204fc11532fad | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
notifications:
email:
- raphael.pinson@camptocamp.com
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install libaugeas-dev libxml2-dev
matrix:
allow_failures:
- python: 3.2
script: make... | language: python
python:
- 2.6
- 2.7
- 3.2
notifications:
email:
- raphael.pinson@camptocamp.com
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas-dev
- sudo apt-get update
- sudo apt-get install libaugeas-dev libxml2-dev
matrix:
allow_failures:
- python: 3.2
script: ... | Use the packages from the augeas-dev PPA | Use the packages from the augeas-dev PPA
| YAML | lgpl-2.1 | gasmith-nutanix/python-augeas,krichter722/python-augeas,krichter722/python-augeas,hercules-team/python-augeas,gasmith-nutanix/python-augeas,hercules-team/python-augeas |
692e944af7ab171b8cd38081e05c4c97a22ddc55 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- master
matrix:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
git:
depth: 1
install:
- if [[ "${GO111MODULE}" = "on" ]]; then go mod download; else go get -t -v ./...; fi
-... | language: go
sudo: false
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master
matrix:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
git:
depth: 1
install:
- if [[ "${GO111MODULE}" = "on" ]]; then go mod download; else go get -t -v ./... | Add 1.15 version in go | Add 1.15 version in go | YAML | mit | gin-gonic/autotls |
21fbe36922238d5b5fda5bd4f5a4a92c728ffdcc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
script:
- "bundle exec rspec spec"
branches:
only:
- master
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
install: 'bundle install --deployment -j 4'
script:
- "bundle exec rspec spec"
branches:
only:
- master
matrix:
allow_failures:
- rvm: jruby-19mode
| Allow failures in jruby; install gems faster | Allow failures in jruby; install gems faster
| YAML | mit | Vermonster/wmsb,Vermonster/wmsb |
ce9b22afc78938363257dc520caee39ac7e28a07 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_install:
- chmod +x .utility/initiate-publish.sh
- >
if [ "$TRAVIS_REPO_SLUG" == "Mangopay/mangopay2-java-sdk" ]; then
openssl aes-256-cbc -K $encrypted_1689c6b91eac_key -iv $encrypted_1689c6b91eac_iv -in .utility/signingkey.gpg.enc -out .utility/signingkey.gpg -d;
fi;... | language: java
jdk:
- oraclejdk7
before_install:
- chmod +x .utility/initiate-publish.sh
- >
if [ "$TRAVIS_REPO_SLUG" == "Mangopay/mangopay2-java-sdk" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
openssl aes-256-cbc -K $encrypted_1689c6b91eac_key -iv $encrypted_1689c6b91eac_iv -in .utility/signingkey.gpg.e... | Disable openssl key decrypt in pull request | Disable openssl key decrypt in pull request
| YAML | mit | Mangopay/mangopay2-java-sdk,Mangopay/mangopay2-java-sdk |
c6e13b5afc79dfa558bdcf6f14d5aaf496fa17c1 | .travis.yml | .travis.yml | sudo: required
language: go
go:
- go1.7
- go1.8
- go1.9
- tip
install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/protobuf/proto
- go get -u github.com/stretchr/testify/assert
- go get -u gopkg.in/cheggaaa/pb.v1
script:
- ... | sudo: required
language: go
go:
- go1.7
- go1.8
- go1.9
- tip
install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/protobuf/proto
- go get -u github.com/stretchr/testify/assert
- go get -u gopkg.in/cheggaaa/pb.v1
script:
- ... | Add debug output to goimports step | Add debug output to goimports step
| YAML | apache-2.0 | maguro/pbf |
1cb47ef491c57ab06d71533fb4aafb9eea27e086 | .travis.yml | .travis.yml | language: android
jdk: oraclejdk8
sudo: required
android:
components:
- tools
- platform-tools
- android-26
- build-tools-26.0.1
- exra-android-m2repository
- extra-google-m2repository
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gra... | language: android
jdk: oraclejdk8
sudo: required
android:
components:
- tools
- platform-tools
- android-27
- build-tools-26.0.2
- exra-android-m2repository
- extra-google-m2repository
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gra... | Update Travis CI configuration to latest versions | Update Travis CI configuration to latest versions
| YAML | apache-2.0 | cmaier/7tools,cmaier/7tools |
e4362567e448b7bf187c46904be396791d8d2dd7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- gem update 1.8.25
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
| Add testing under ruby-2.0.0, remove pinning rubygems version | Add testing under ruby-2.0.0, remove pinning rubygems version
| YAML | mit | mzaccari/fpm,wyaeld/fpm,doghrim/fpm,tjyang/fpm,sideci-sample/sideci-sample-fpm,djhaskin987/merge-demo,schatt/fpm,hlawrenz/fpm,mildred/fpm,djhaskin987/merge-demo,jerizm/fpm,wyaeld/fpm,pskrz/fpm,gearmover/fpm,pskrz/fpm,pskrz/fpm,cturra/fpm,josephfrazier/fpm,rbramwell/fpm,cturra/fpm,snailwalker/fpm,tjyang/fpm,jerizm/fpm,f... |
67dbd7ec2dc18aa95d5ea7be0a46ae58b5502f6f | .travis.yml | .travis.yml | language: ruby
cache: bundler
bundler_args: --without production
rvm:
- 2.6
| language: ruby
cache: bundler
bundler_args: --without production
rvm:
- 2.6.5
| Use a more specific Ruby version on Travis | Use a more specific Ruby version on Travis
| YAML | mit | MasterRoot24/cloudiary,MasterRoot24/cloudiary,MasterRoot24/cloudiary |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.