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 |
|---|---|---|---|---|---|---|---|---|---|
573a2771bceeee6ea9a3ce137e779ebca16be704 | .travis.yml | .travis.yml | # ref. http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
osx_image: xcode8.1
xcode_workspace: CotEditor.xcworkspace
xcode_scheme: CotEditor
before_install:
- gem install xcpretty
- gem install xcpretty-travis-formatter
- carthage update --platform macOS
script:
set -o pipefail &&
... | # ref. http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
osx_image: xcode8.2
xcode_workspace: CotEditor.xcworkspace
xcode_scheme: CotEditor
before_install:
- gem install xcpretty
- gem install xcpretty-travis-formatter
- carthage update --platform macOS
script:
set -o pipefail &&
... | Update Xcode image of Travis CI | Update Xcode image of Travis CI
| YAML | apache-2.0 | onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor |
e61f9ffe392b2e1f38f8565d0629d64667a042b9 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
notifications:
email:
on_success: change
on_failure: always
| language: node_js
node_js:
- '5.5'
- '4.2' #LTS
notifications:
email:
on_success: change
on_failure: always
| Add Node 4.2, 5.5 to Travis | Add Node 4.2, 5.5 to Travis
| YAML | mit | jedmao/postcss-nested-props |
e0537725f296ce2935c0e8ffecd2f16ab5166e0c | .travis.yml | .travis.yml | matrix:
include:
- os: linux
dist: focal
arch:
- arm64
compiler: gcc
addons:
apt:
packages:
- libhts-dev
- libcurl4-openssl-dev
- libtabixpp-dev
- libtabixpp0
- python-pybind11
script:
- pkg-config -... | matrix:
include:
- os: linux
dist: focal
arch:
- arm64
compiler: gcc
addons:
apt:
packages:
- libhts-dev
- libcurl4-openssl-dev
- libtabixpp-dev
- libtabixpp0
- python-all-dev
- pybind11-dev
... | Fix Travis-CI to include pybind11 and python-dev packages | Fix Travis-CI to include pybind11 and python-dev packages
| YAML | mit | vcflib/vcflib,vcflib/vcflib,vcflib/vcflib,ekg/vcflib,ekg/vcflib,ekg/vcflib,vcflib/vcflib,ekg/vcflib,vcflib/vcflib,vcflib/vcflib,vcflib/vcflib,vcflib/vcflib,ekg/vcflib |
2db0447eb0acf3ff1388f6c38ed41c9b25034b08 | .travis.yml | .travis.yml | language: python
python:
# - "2.6"
- "2.7"
# - "3.3"
# - "3.4"
install: "pip install -e ."
script: python manage.py test
notifications:
slack: onespacemedia:NufeDxb1m4D0UkuQh1O0m9qt
| language: python
python:
# - "2.6"
- "2.7"
# - "3.3"
# - "3.4"
install:
- pip install -e .
- start_cms_project.py testing .
script: python manage.py test
notifications:
slack: onespacemedia:NufeDxb1m4D0UkuQh1O0m9qt
email: false
| Create a CMS project before testing. | Create a CMS project before testing.
| YAML | bsd-3-clause | lewiscollard/cms,jamesfoley/cms,danielsamuels/cms,danielsamuels/cms,lewiscollard/cms,lewiscollard/cms,dan-gamble/cms,jamesfoley/cms,jamesfoley/cms,jamesfoley/cms,dan-gamble/cms,dan-gamble/cms,danielsamuels/cms |
35f19b0dea8a88139080aea3c5a1e0b0f3e6d35e | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
matrix:
fast_finish: true
before_install:
- if ([ "hhvm" != "$TRAVIS_PHP_VERSION" ] && [ "nightly" != "$TRAVIS_PHP_VERSION" ]);
then wget https://scrut... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
php:
- 5.6
- 7.0
- nightly
- hhvm
matrix:
fast_finish: true
before_install:
- if ([ "hhvm" != "$TRAVIS_PHP_VERSION" ] && [ "nightly" != "$TRAVIS_PHP_VERSION" ]);
then wget https://scrutinizer-ci.... | Drop support for PHP 5.5 | Drop support for PHP 5.5
| YAML | mit | theofidry/LaravelYaml |
d76bd44a4f5b7ffb993122b2ef57b1674aed5495 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- 2.7
before_install:
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels ~/travis-wheels
install:
- pip install -U pip setuptools
- PIP_FIND_LINKS=~/travis-wheels/wheelhouse pip install -r dev-requirements.txt -e .
script:
- py.test -v -x
| language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6
before_install:
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels ~/travis-wheels
install:
- pip install -U pip setuptools
- PIP_FIND_LINKS=~/travis-wheels/wheelhouse pip install -r dev-requirements.txt -e .
script:
- py.test -v -x
| Add Python 3 to TravisCI | Add Python 3 to TravisCI
| YAML | bsd-3-clause | jhamrick/nbflow |
5f00292c9efa0846bc3d4a80484907cdd3486196 | .travis.yml | .travis.yml | osx_image: xcode7.3
language: objective-c
env:
matrix:
- PLATFORM="OSX" SDK="macosx10.11"
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.1,name=iPhone 6"
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=9.3,name=iPhone 6"
- PLATFORM="tvOS" SDK="appletvsimulator9.... | branches:
only:
- master
osx_image: xcode7.3
language: objective-c
env:
matrix:
- PLATFORM="OSX" SDK="macosx10.11"
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.1,name=iPhone 6"
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=9.3,name=iPhone 6"
- PLATFORM="... | Build only pushes to the master branch | [CI] Build only pushes to the master branch [ci skip]
Pull requests should still continue to be built.
| YAML | mit | algoliareadmebot/algoliasearch-client-swift,algoliareadmebot/algoliasearch-client-swift,algolia/algoliasearch-client-swift,algoliareadmebot/algoliasearch-client-swift,algolia/algoliasearch-client-swift |
f823103888ae092f5c6914409737c80e1652e4b1 | .travis.yml | .travis.yml | #
# Copyright © 2014 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writi... | #
# Copyright © 2014 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writi... | Test Ruby 2.0.0 and 2.1.4, also | Test Ruby 2.0.0 and 2.1.4, also
| YAML | apache-2.0 | cdapio/coopr_cookbook,cdapio/coopr_cookbook |
d6af26a8a2bac5ef68a6d943fb1d268f6993ac80 | .travis.yml | .travis.yml | language: go
sudo: true
go_import_path: gobot.io/x/gobot
go:
- 1.5
- 1.6
- 1.7
- 1.8beta1
- tip
matrix:
allow_failures:
- go: 1.5
- go: 1.8beta1
- go: tip
before_install:
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
- sudo apt-get upd... | language: go
sudo: true
go_import_path: gobot.io/x/gobot
go:
- 1.5
- 1.6
- 1.7
- 1.8beta2
- tip
matrix:
allow_failures:
- go: 1.5
- go: tip
before_install:
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
- sudo apt-get update
- sudo apt-get i... | Add Golang 1.8beta2 to Travis builds | test: Add Golang 1.8beta2 to Travis builds
Signed-off-by: deadprogram <b937b287f61b7a223d4aac55072db1a5381d3bb3@hybridgroup.com>
| YAML | apache-2.0 | nzmichaelh/gobot,nzmichaelh/gobot |
1680906e412b11711cbfb6c8147005b5392a9232 | .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
script: phpunit --coverage-text --coverage-clover=coverage.clover
after_script... | 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
script: phpunit --coverage-text --coverage-clover=coverage.clover
after_script... | Switch to Travis' container-based infrastructure | Switch to Travis' container-based infrastructure
| YAML | isc | FlameCore/EventObserver |
8102e646e05ee11325322b918773958e3f92d995 | .travis.yml | .travis.yml | env:
- DB=pg
- DB=mysql
language: ruby
rvm:
- 2.1.5
bundler_args: --without development production
cache: bundler
sudo: false
services:
- mysql
- postgresql
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate
- bundle exec rspec
before_script:
- "echo -e 'test:\\n adapter: mysql2\\n database:... | env:
- DB=pg
- DB=mysql
language: ruby
rvm:
- 2.1.5
before_install:
- "echo -e 'test:\\n adapter: mysql2\\n database: onebody_test\\n username: travis\\n encoding: utf8' > config/database.yml.mysql"
- "echo -e 'test:\\n adapter: postgresql\\n database: onebody_test\\n username: postgres\\n encoding: u... | Fix build by configuring db before bundle install | Fix build by configuring db before bundle install
| YAML | agpl-3.0 | hschin/onebody,davidleach/onebody,tmecklem/onebody,ferdinandrosario/onebody,hschin/onebody,mattraykowski/onebody,tochman/onebody,calsaviour/onebody,brunoocasali/onebody,davidleach/onebody,seethemhigh/onebody,klarkc/onebody,cessien/onebody,klarkc/onebody,kevinjqiu/onebody,ebennaga/onebody,AVee/onebody,seethemhigh/onebod... |
907724f0a6ef715ae5071e9c732289150dae6bc6 | .travis.yml | .travis.yml | sudo: false
osx_image: xcode7
language: objective-c
cache:
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 install 5
- npm install -g react-native-cli
- np... | sudo: false
osx_image: xcode7
language: objective-c
cache:
edge: 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 install 5
- npm install -g react-nati... | Add edge option to cache | chore(ci): Add edge option to cache
| YAML | mit | moqada/GHReader,moqada/GHReader,moqada/GHReader,moqada/GHReader |
005f79bc0f8422ee475f3e8040f58f45047ac0d5 | .travis.yml | .travis.yml | language: "python"
sudo: false
cache:
directories:
- $HOME/.cache/pip
branches:
only:
- master
python:
- "2.7"
#- "pypy"
env:
- MODE=inplace
- MODE=sdist
- MODE=wheel
install:
# Upgrade pip/setuptools
- pip install -U pip setuptools
# Tools for checking coverage and uploading to coverall... | language: "python"
sudo: false
cache:
directories:
- $HOME/.cache/pip
branches:
only:
- master
python:
- "2.7"
#- "pypy"
env:
- MODE=inplace
- MODE=sdist
- MODE=wheel
install:
# Upgrade pip/setuptools
- pip install -U pip setuptools
# Tools for checking coverage and uploading to coverall... | Move coverage into the repository first. | Move coverage into the repository first.
| YAML | mit | twisted/mantissa,twisted/mantissa,twisted/mantissa |
e06ab63abe8284497dee766ec84d49188bc0fdd9 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "6.1.0"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install -g gulp
script: gulp build:prod
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xvfb | sudo: false
language: node_js
node_js:
- "6.1.0"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install -g gulp
- cd src/ && npm install
script: gulp build:prod
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xvfb | Fix npm install on src/ | [Project] Fix npm install on src/
| YAML | mit | oxyno-zeta/LibParsio,oxyno-zeta/LibParsio |
bbf9d281c683904e8a3720f222f49fa58e0b690b | .travis.yml | .travis.yml | before_install:
- sudo apt-get install libicu-dev
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
- npm i -g npm
language: node_j... | before_install:
- sudo apt-get install libicu-dev
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
- npm i -g npm
language: node_j... | Update what we test :) | Update what we test :)
| YAML | apache-2.0 | xmpp-ftw/xmpp-ftw-register |
7b9d995b067eb554eaa12e5b7ce23da75b6704f2 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '8'
- '10'
| language: node_js
node_js:
- '8'
- '10'
- '12'
| Drop Node 6, add Node 12 | Drop Node 6, add Node 12 | YAML | bsd-2-clause | perliedman/reproject |
9f261af5705a9d50afce4e004571cfab7b208458 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
install:
- php composer.phar install
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
install:
- php composer.phar install
| Add PHP 7.0 to Travis build | Add PHP 7.0 to Travis build
| YAML | mit | aag/fillmysuitcase,aag/fillmysuitcase,aag/fillmysuitcase |
d0329cd0c3247caa0bfbef148a4b757a6059c291 | .travis.yml | .travis.yml | script: spec/ci.sh
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- "CI_DB_ADAPTER=sqlite3"
| script: spec/ci.sh
language: ruby
rvm:
- 1.9.2
- 1.9.3
env:
- "CI_DB_ADAPTER=sqlite3"
| Remove 1.8.7 its old now | Remove 1.8.7 its old now
| YAML | mit | wacaw/helpdesk,wacaw/helpdesk,johnbeynon/helpdesk,wacaw/helpdesk,johnbeynon/helpdesk,alfadoblemas/helpdesk,johnbeynon/helpdesk,alfadoblemas/helpdesk,alfadoblemas/helpdesk,alfadoblemas/helpdesk,wacaw/helpdesk |
d0335ea7a1f0db674dfde58ece36efca0128be02 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- tip
script: go test -gocheck.v .
notificaitons:
email:
recipients:
jason.mcvetta@gmail.com
on_success: change
on_failure: always
before_script:
- go get -v launchpad.net/gocheck
| language: go
go:
- 1.0
- 1.1
- tip
script: go test -gocheck.v .
notificaitons:
email:
recipients:
jason.mcvetta@gmail.com
on_success: change
on_failure: always
before_script:
- go get -v launchpad.net/gocheck
| Add Go 1.0 to Travis config | Add Go 1.0 to Travis config
| YAML | agpl-3.0 | jmcvetta/blocker |
039cbd8c4e0998103db97bcd8916b1e2e216d79f | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
install:
- python setup.py install
script:
- export DJANGO_SETTINGS_MODULE=saleor.test_settings
- python setup.py test
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
| language: python
python:
- 2.7
- 3.3
- 3.4
install:
- python setup.py install
- pip install coverage
- pip install codecov
script: coverage run setup.py test
after_success:
- codecov
| Switch to codecov.io, drop gitter | Switch to codecov.io, drop gitter
| YAML | bsd-3-clause | mociepka/saleor,Drekscott/Motlaesaleor,car3oon/saleor,KenMutemi/saleor,rodrigozn/CW-Shop,paweltin/saleor,car3oon/saleor,rchav/vinerack,avorio/saleor,itbabu/saleor,dashmug/saleor,laosunhust/saleor,HyperManTT/ECommerceSaleor,itbabu/saleor,car3oon/saleor,tfroehlich82/saleor,josesanch/saleor,paweltin/saleor,arth-co/saleor,... |
93016d868b3d63129a33ab91d7ce87582deaa161 | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "7"
- "6" | language: node_js
node_js:
- "node"
- "7"
- "6"
- "5" | Add node 5 for kicks | Add node 5 for kicks
| YAML | mit | donatj/CsvToMarkdownTable,donatj/CsvToMarkdownTable,donatj/CsvToMarkdownTable |
d09138d7ab0d9e8dc222a0084cc7d5bb7cbc96a4 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
sudo:
- required
before_install:
- pip install pep8
install:
- sudo python setup.py install
script:
# Run pep8 on all .py files in all subfolders
# (I ignore "E402: module level import not at top of file"
# because of use case sys.path.append('..'); import <module>)
- fi... | language: python
python:
- "2.7"
sudo:
- required
before_install:
- pip install pep8
install:
- sudo python setup.py install
script:
# Run pep8 on all .py files in all subfolders
# (I ignore "E402: module level import not at top of file"
# because of use case sys.path.append('..'); import <module>)
# E5... | Exclude error 501 (line too long) | Exclude error 501 (line too long)
| YAML | apache-2.0 | nuagecommunity/nuage-amp,nuagecommunity/nuage-amp |
2c869301f70f7686f5825d409afc8b25a34b105a | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -e .[dev]
script:
- python -m unittest discover
- flake8 .
- sphinx-build -E docs docs/_build
| language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -e .[dev]
script:
- python -m unittest discover
- flake8 .
- sphinx-build -E docs docs/_build
| Add Python 3.8 to Travis CI config | Add Python 3.8 to Travis CI config
Amends 6ecfb14
| YAML | mit | wylee/runcommands,wylee/runcommands |
4b93451e4509613765089a418c6df8073af2ab2b | .travis.yml | .travis.yml | jdk:
- openjdk8
scala:
- 2.12.10
services:
- docker
before_script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
script:
- ./sbt clean compile
after_success:
- ./sbt docker:publish
# blacklist
branches:
except:
- RELEASE
notifications:
slack: sdkman:QdA1XVUuYDjlYL4Z7gm16OEc
| jdk:
- openjdk8
scala:
- 2.12.10
services:
- docker
before_script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
script:
- ./sbt clean compile
after_success:
- ./sbt docker:publish
cache:
directories:
- "$HOME/.ivy2"
- "$HOME/.sbt"
# blacklist
branches:
except:
- RELEASE
... | Revert "Remove sbt and ivy cache directories." | Revert "Remove sbt and ivy cache directories."
This reverts commit 4f2016d85bfc12e4c9eb1ad874715f543550fca8.
| YAML | apache-2.0 | sdkman/sdkman-website,sdkman/sdkman-website |
c53f477b56e446264c862a75130a68364075b485 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk8
notifications:
email: false
branches:
only:
- master
script:
- gradle clean test
| language: java
sudo: false
jdk:
- oraclejdk8
notifications:
email: false
branches:
only:
- master
script:
- ./gradlew clean test
| Use Gradle wrapper in TravisCI | Use Gradle wrapper in TravisCI
| YAML | apache-2.0 | engagingspaces/vertx-graphql-service-discovery |
b6964f59d9da867f23c9f8fd60910154a48bc00a | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: go
go:
- 1.8.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/12933
- bash scripts/gogetcookie.sh
- go get g... | dist: trusty
sudo: false
language: go
go:
- 1.8.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/12933
- bash scripts/gogetcookie.sh
- go get g... | Remove master only branch restriction on Travis | Remove master only branch restriction on Travis
| YAML | mpl-2.0 | brightbox/terraform-provider-brightbox,brightbox/terraform-provider-brightbox,brightbox/terraform-provider-brightbox |
11a584c1285475ed80e6bc5daa0f28c5835bada4 | .travis.yml | .travis.yml | language: csharp
mono: none
dist: trusty
dotnet: 1.0.3
script:
- dotnet restore
- dotnet build -f netstandard2.0
notifications:
webhooks: https://outlook.office.com/webhook/2b7add9b-4261-4095-8521-3bcf267a002d@990414fa-d0a3-42f5-b740-21d864a44a28/TravisCI/de007a57b1d343699e8a09d075163eac/539ce6fa-e9aa-413f-a79b-f... | language: csharp
mono: none
dist: trusty
dotnet: 2.1.4
script:
- dotnet restore
- dotnet build -f netstandard2.0
notifications:
webhooks: https://outlook.office.com/webhook/2b7add9b-4261-4095-8521-3bcf267a002d@990414fa-d0a3-42f5-b740-21d864a44a28/TravisCI/de007a57b1d343699e8a09d075163eac/539ce6fa-e9aa-413f-a79b-f... | Use the dotnet version 2.1.4. | Use the dotnet version 2.1.4.
| YAML | mit | minidfx/Rx.Contrib |
f517f47dcd4bf456d41e6eea935ebe395c68fa12 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
- ruby-head
gemfile:
- gemfiles/csv_15.0.gemfile
- gemfiles/csv_16.0.gemfile
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
| language: ruby
rvm:
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
gemfile:
- gemfiles/csv_15.0.gemfile
- gemfiles/csv_16.0.gemfile
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
| Test against latest Ruby versions | Test against latest Ruby versions | YAML | mit | DavyJonesLocker/client_side_validations-simple_form,DavyJonesLocker/client_side_validations-simple_form,DavyJonesLocker/client_side_validations-simple_form |
666ce8b4fbc0ae4e5aebaa7f1b436092d5e3d7f9 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
# https://twitter.com/_munter_/status/465621408396365824
# When using `npm install --save` in node 0.8 tested projects on @travisci, do
# before_install: "npm install -g npm" in .travis.yml #outdated
#
# Retweeted by @travisci
before_install: "npm update -g npm"
branches... | sudo: false
language: node_js
node_js:
- "0.8"
- "0.10"
# https://twitter.com/_munter_/status/465621408396365824
# When using `npm install --save` in node 0.8 tested projects on @travisci, do
# before_install: "npm install -g npm" in .travis.yml #outdated
#
# Retweeted by @travisci
before_install: "npm update -g np... | Switch the Travis configuration to no-sudo | [TASK] Switch the Travis configuration to no-sudo
This allows Travis to use their new container-based infrastructure,
which should speed up the builds.
| YAML | mit | cskeppstedt/coffeelint,sgentle/coffeelint,AsaAyers/coffeelint,lydell/coffeelint,swang/coffeelint,clutchski/coffeelint,mitar/coffeelint,machadoit/coffeelint |
43dc344d17955c0b67ec422b22a478c7ae4193f4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: 1.9.2
- rvm: ruby-head
- rvm: rbx-19mode
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: 1.9.2
- rvm: ruby-head
- rvm: rbx-19mode
notifications:
irc: "irc.freenode.org#adhearsion"
| Test on recent Ruby releases | Test on recent Ruby releases | YAML | mit | system123/punchblock,adhearsion/punchblock |
df9871aa68227532758fad75e86b5621b7c616a6 | .travis.yml | .travis.yml | language: python
python:
- '3.4'
env:
- DJANGO=Django>=1.9
install:
- pip install coveralls -r requirements-dev.txt
script:
- flake8 democracy
- py.test -vvv --cov democracy democracy/tests
after_success:
coveralls
| language: python
python:
- '3.4'
env:
- DJANGO=Django>=1.9
install:
- pip install coveralls -r requirements-dev.txt
script:
- flake8 democracy
- py.test -vvv --cov democracy democracy/tests
after_success: coveralls
notifications:
slack:
secure: JSJCruF/Z4YtP28tNrv+/WcDG10viEbgQPQmeV96DvCYNjSKen9HrOzeUHkLWn3Jt4/SM... | Add Slack hook configuration for Travis | Add Slack hook configuration for Travis
| YAML | mit | City-of-Helsinki/kerrokantasi,stephawe/kerrokantasi,stephawe/kerrokantasi,stephawe/kerrokantasi,City-of-Helsinki/kerrokantasi,vikoivun/kerrokantasi,City-of-Helsinki/kerrokantasi,vikoivun/kerrokantasi,City-of-Helsinki/kerrokantasi,vikoivun/kerrokantasi |
e734541cc2798df6bf91494a07978dc1b17dd746 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
before_script:
- pushd ./test/test_app
- mv npmrc.rename_me .npmrc
- mv node_modules.rename_me node_modules
- npm install
- popd
script:
- npm run travis_app_test
- npm run travis_cli_test | language: node_js
node_js:
- "8"
- "7"
- "6"
before_script: pushd ./test/test_app && mv npmrc.rename_me .npmrc && mv node_modules.rename_me node_modules && npm install && popd
script: npm run travis_app_test && npm run travis_cli_test | Add Node v8 + Group shell commands | Travis: Add Node v8 + Group shell commands
| YAML | mit | sickle2/package-config |
cfafb9a86244a210c7436e5f1127b488c741e428 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- composer install
notifications:
email: false
| language: php
php:
- 5.4
- 5.5
sudo: false
before_script:
- composer install
notifications:
email: false
| Set sudo to false so Travis runs on new infra | Set sudo to false so Travis runs on new infra
| YAML | mit | cakephp/upgrade,cakephp/upgrade,tanuck/upgrade,tanuck/upgrade |
0585d36d255ffc6bc5d6393fe8fef029cf81e70b | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
node_js:
- '0.10'
script:
- './gradlew check'
| language: java
jdk:
- oraclejdk8
node_js:
- '0.10'
env:
- TERM=dumb
script:
- './gradlew check'
after_success:
- ./gradlew jacocoTestReport coveralls
| Add Coveralls to Travis setup | Add Coveralls to Travis setup
See #3
| YAML | apache-2.0 | bep/wikiboot,bep/wikiboot,bep/wikiboot |
1cfae68b8c3089e6a58cd9423cd989d53924a1ac | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "6"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.28.1
- yarn config set workspaces-experimental true
before_script:
- export TZ=Europe/Madrid
script: npm run travis
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/co... | language: node_js
node_js:
- "8"
- "6"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn config set workspaces-experimental true
before_script:
- export TZ=Europe/Madrid
script: npm run travis
after_success:
- 'cat ./coverage/lcov.info | ./nod... | Fix Fix Travis, round 5 | Fix Fix Travis, round 5
| YAML | mit | guigrpa/storyboard,guigrpa/storyboard |
29336143fc0ef2697c1fdac8c8781eb8a49289f6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.6
- 2.3.3
- 2.4.2
before_install:
- gem install ruby-debug-ide
- nvm install v6.9.1
- nvm use v6.9.1
before_script:
- npm install
- npm run compile
script: npm run test-debugger
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.6
- 2.3.3
- 2.4.2
before_install:
- gem install ruby-debug-ide
- nvm install 8.9.3
- echo "8.9.3" > .nvmrc
before_script:
- nvm use
- npm install -g typescript -v 2.1.5
- npm install
- npm run compile
script: nvm use && npm run test-debugger
| Upgrade to new LTS node. Use an nvmrc for version selection | Upgrade to new LTS node. Use an nvmrc for version selection
| YAML | mit | rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby |
1c30d68e282fdd581abe4fb11920af6fbec5681b | .travis.yml | .travis.yml | os:
- linux
language: go
sudo: false
go:
- "tip"
- "1.10"
- "1.9"
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
- make release version=testci
after... | os:
- linux
language: go
sudo: false
go:
- "tip"
- "1.10"
- "1.9"
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
- make build
- ./cmd/nash/nash ./hack/re... | Fix releaser test on CI | Fix releaser test on CI
| YAML | apache-2.0 | NeowayLabs/nash,NeowayLabs/nash |
9549ee2399ad89896a16ff332f95d474045ca535 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.1
- 3.2
install:
- pip install nose
- pip install .
script: make test
| language: python
python:
- 2.6
- 2.7
- 3.1
- 3.2
env:
-
- MONGOHQ_URL='mongodb://dummy'
- MONGOLAB_URI='mongodb://dummy'
- MONGOHQ_URL='mongodb://dummy1' MONGOLAB_URI='mongodb://dummy2'
install:
- pip install nose
- pip install .
script: make test
| Add additional Travis CI tests | Add additional Travis CI tests
These tests will run the test suite with the possible combinations of provider URLs (using dummy values) already set in the environment.
| YAML | bsd-3-clause | dirn/django-heroku-mongoify,dirn/django-heroku-mongoify |
ab95de8142dd1d3002c9b9fe0a91ff082d8cf2a6 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt56-trusty -y
- sudo apt-get update -qq
install:
- sudo apt-get install -qq libsdl2-dev build-essential
- sudo apt-get install -qq qt56base; source /opt/qt56/bin/qt56-env.sh
... | language: cpp
compiler: gcc
dist: trusty
sudo: required
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -y --force-yes xbitmaps xterm python-softwa... | Revert "Use Qt 5.6 on Travis" | Revert "Use Qt 5.6 on Travis"
This reverts commit 66d3c7989f1896743ce98c8326d4822136d62550.
| YAML | mit | FRC-Utilities/QDriverStation,FRC-Utilities/QDriverStation,FRC-Utilities/QDriverStation |
6c30c285f0a15b3a168558ee8e53df58308de58c | .travis.yml | .travis.yml | dist: xenial
sudo: required
language: go
go:
- 1.6
- 1.7.x
- master
before_install:
- sudo apt-get update
- sudo apt-get install -y btrfs-tools linux-headers-generic
- dpkg -L btrfs-tools
- ls /usr/include/btrfs
# - go get golang.org/x/tools/cmd/vet
#- go get golang.org/x/tools/cmd/cove... | dist: xenial
sudo: required
language: go
go:
- "1.9.x"
- "1.10.x"
- master
before_install:
- sudo apt-get update
- sudo apt-get install -y btrfs-tools linux-headers-generic
- dpkg -L btrfs-tools
- ls /usr/include/btrfs
# - go get golang.org/x/tools/cmd/vet
#- go get golang.org/x/tools/c... | Update go version in ci | Update go version in ci
Signed-off-by: Derek McGowan <e1c79a582b6629e6b39e9679f4bb964d25db4aa8@mcgstyle.net>
| YAML | apache-2.0 | stevvooe/go-btrfs,stevvooe/go-btrfs |
f7e662dc56f229c17ff73f2bd046b8d0e5753fda | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
# - jruby
# - rbx
notifications:
email:
- parndt@gmail.com
branches:
only:
- master
- rails4
env:
- DB=postgres
- DB=mysql
- DB=sqlite3
gemfile:
- gemfiles/Gemfile.rails-3.0.rb
- gemfiles/Gemfile.rails-3.1.rb
- gemfiles/Gemfile.rails-3.2.rb
- gemfiles/Gemfi... | language: ruby
rvm:
- 2.0.0
- 1.9.3
# - jruby
# - rbx
notifications:
email:
- parndt@gmail.com
branches:
only:
- master
- rails4
env:
- DB=postgres
- DB=mysql
- DB=sqlite3
gemfile:
# - gemfiles/Gemfile.rails-3.0.rb
# - gemfiles/Gemfile.rails-3.1.rb
# - gemfiles/Gemfile.rails-3.2.rb
-... | Allow testing on Ruby 2.0.0 and disable other gemfiles for now. | Allow testing on Ruby 2.0.0 and disable other gemfiles for now.
| YAML | mit | zenhacks/friendly_id |
13e8095d796f7ddd18144d89f46dc8f4711482ed | .travis.yml | .travis.yml | language: node_js
sudo: false
dist: trusty
env:
- POSTGRESQL_VERSION="10"
- POSTGRESQL_VERSION="11"
node_js:
- "10"
before_install:
- sudo service postgresql stop;
- sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests postgresql-$POSTGRESQL_VERSION postgresql-c... | language: node_js
sudo: false
dist: trusty
env:
- POSTGRESQL_VERSION="10"
node_js:
- "10"
before_install:
- sudo service postgresql stop;
- sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests postgresql-$POSTGRESQL_VERSION postgresql-client-$POSTGRESQL_VERSION post... | Revert "Try run CI against Postgres 11" | Revert "Try run CI against Postgres 11"
This reverts commit 029cf9545088342e14be80a11920fed7aaf26a55.
| YAML | bsd-3-clause | CartoDB/camshaft |
3ccbe5b4c89b2365614ebfd26e255166aceccf30 | .travis.yml | .travis.yml | language: java
sudo: false
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
jdk: oraclejdk8
- os: osx
osx_image: xcode8.3
# The 'build' task runs most things, including test, check, & static analysis
install: true
script: ./gradlew -u -i -q -S build jacocoAggregateReport cove... | language: java
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
jdk: oraclejdk8
sudo: required
- os: osx
osx_image: xcode8.3
# The 'build' task runs most things, including test, check, & static analysis
install: true
script: ./gradlew -u -i -q -S build jacocoAggregateRep... | Switch Linux build to sudo required image, which has more memory | UP-4861: Switch Linux build to sudo required image, which has more memory
| YAML | apache-2.0 | phillips1021/uPortal,mgillian/uPortal,ChristianMurphy/uPortal,groybal/uPortal,phillips1021/uPortal,bjagg/uPortal,groybal/uPortal,Jasig/uPortal,stalele/uPortal,ChristianMurphy/uPortal,GIP-RECIA/esco-portail,phillips1021/uPortal,bjagg/uPortal,GIP-RECIA/esup-uportal,cousquer/uPortal,jonathanmtran/uPortal,groybal/uPortal,s... |
8f3e9206370e3a6631e51a7d92df2f5f9fc3b0c5 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.5
- 2.3.1
env:
- CHEF_VERSION=12.6.0
- CHEF_VERSION=12.7.2
- CHEF_VERSION=11.18.12
notifications:
email: false
sudo: false
| language: ruby
cache: bundler
rvm:
- 2.3.3
- 2.4.0
env:
- CHEF_VERSION=12.19.36
- CHEF_VERSION=12.7.2
- CHEF_VERSION=11.18.12
notifications:
email: false
sudo: false
| Use a newer chef and don't test with Ruby 2.1 anymore | Use a newer chef and don't test with Ruby 2.1 anymore
| YAML | mit | bmarini/knife-inspect |
6302bc51cebfd1b70d432161d293e406baf0d3af | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx
- ree
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- ree
| Revert "Test against JRuby in both Ruby 1.8 and 1.9 mode" | Revert "Test against JRuby in both Ruby 1.8 and 1.9 mode"
This reverts commit 0b9577c1f9b217ea58c94d0ab780a307e46b4f15.
| YAML | mit | sferik/mlb |
d960aa53baa8208e879046d55a41587caba43d63 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# Command to install dependencies.
install:
- pip install -r requirements.txt
# Command to run tests.
script:
- python rake_test.py
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# Command to install dependencies.
install:
- pip install -r requirements.txt
# Command to run tests.
script:
- python rake_test.py
| Enable testing with different python versions. | Enable testing with different python versions.
| YAML | mit | csurfer/rake-nltk,cgratie/rake-nltk |
d550bd2c6d27225588dd9117e7eb0afaf1d07387 | .travis.yml | .travis.yml | language: ruby
cache: bundler
dist: trusty
sudo: false
# Early warning system to catch if Rubygems breaks something
before_install:
- gem update --system
- gem uninstall bundler -a -x
- gem install bundler
- rm -f .bundle/config
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
matrix:
allow_failures:
... | language: ruby
cache: bundler
dist: trusty
sudo: false
# Early warning system to catch if Rubygems breaks something
before_install:
- gem update --system
- gem uninstall bundler -a -x
- gem install bundler
- rm -f .bundle/config
matrix:
include:
- rvm: 2.2.10
- rvm: 2.3.7
- rvm: 2.4.4
- rvm:... | Update Ruby versions we test in Travis | Update Ruby versions we test in Travis
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | ClogenyTechnologies/knife-ec2,chef/knife-ec2,MsysTechnologiesllc/knife-ec2,chef/knife-ec2,MsysTechnologiesllc/knife-ec2 |
b59739b564828047aa9e429b8eabfaed8cc125e2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
matrix:
fast_finish: true
allow_failures:
- node_js: 0.11
| language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
matrix:
fast_finish: true
| Add iojs to Travis matrix | Build: Add iojs to Travis matrix
| YAML | mit | js-cli/js-v8flags,tkellen/js-v8flags |
ddb5de0f77efbe8e0c23b3d5552811a1ceb50bb5 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
branches:
... | language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == ... | Update Travis to macOS Sierra | Update Travis to macOS Sierra
[skip appveyor]
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
3ece2b7c145d8d80d96df560ba601a1736cc8609 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
deploy:
skip_cleanup: true
provider: script
script: ./scripts/deploy.sh
| language: objective-c
osx_image: xcode7.3
script: set -o pipefail && xcodebuild test -workspace Example/AirRivet.xcworkspace -scheme AirRivet-Example -sdk iphonesimulator9.3 | xcpretty
deploy:
skip_cleanup: true
provider: script
script: ./scripts/deploy.sh
| Add the build script to Travis. | Add the build script to Travis.
| YAML | mit | icapps/ios-faro,icapps/ios-faro,icapps/ios-air-rivet,icapps/ios-air-rivet,icapps/ios-air-rivet,icapps/swiftGenericWebService,icapps/ios-air-rivet,icapps/ios-faro,icapps/ios-air-rivet,icapps/ios-faro |
851edc4d042732992cad6ca1ad69d1d0139f1094 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
script: "bundle exec rake spec"
gemfile:
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
notifications:
email:
- support@travellink.com.au
flowdock:
secure: TZTbtSK+LDly7dRu0eYE3oro7fH0dktkyzeRo67ofPqO5Xdor6U6Eh2njeq6vqiL9tI+2V1MLv90I9tcLrbiz609sY6r+4byL8fQoDRjXMYcOr8bO... | language: ruby
rvm:
- 2.3
- 2.4
- 2.5
script: "bundle exec rake spec"
gemfile:
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
notifications:
email:
- support@travellink.com.au
flowdock:
secure: TZTbtSK+LDly7dRu0eYE3oro7fH0dktkyzeRo67ofPqO5Xdor6U6Eh2njeq6vqiL9tI+2V1MLv90I9tcLrbiz609sY6r+4byL8f... | Test against newer ruby versions | Test against newer ruby versions
| YAML | mit | sealink/right_on,sealink/right_on |
0afd73029a6d84fc9ccadba2775759084d5538e3 | .travis.yml | .travis.yml | language: php
services:
- docker
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- pandoc
before_script:
- composer install --prefer-dist --no-interaction --no-suggest
script:
- ./vendor/bin/phpunit
jobs:
include:
#
... | language: php
services:
- docker
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- pandoc
before_script:
- composer install --prefer-dist --no-interaction --no-suggest
script:
- ./vendor/bin/phpunit
jobs:
include:
#
... | Remove unecessary composer install for cs check step | Remove unecessary composer install for cs check step
| YAML | mit | renanbr/bibtex-parser |
7fe45779312f846ece7f4e6d633be854a640e294 | .travis.yml | .travis.yml | notifications:
email:
on_success: never
on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
git:
depth: 10
sudo: false
matrix:
include:
- os: osx
env: ATOM_CHANNEL=stable
- os: linux
dist: trusty
env: ATOM_CHANNEL=stable... | notifications:
email:
on_success: never
on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
git:
depth: 10
sudo: false
matrix:
include:
- os: osx
env: ATOM_CHANNEL=stable
# - os: linux
# dist: trusty
# env: ATOM_CHANNEL=sta... | Remove Linux from Travis CI | Remove Linux from Travis CI | YAML | mit | gandm/language-babel |
1941a0d151eaf50c593683358e9c0a87a06de7f8 | .travis.yml | .travis.yml | language: java
# sudo-enabled environment has 7.5GB of RAM vs. 4GB of RAM for container-based
# env: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
sudo: required
dist: trusty
jdk:
- oraclejdk7
- oraclejdk8
addons:
apt:
packages:
# Update the pre-installed versions of Or... | language: java
# sudo-enabled environment has 7.5GB of RAM vs. 4GB of RAM for container-based
# env: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
sudo: required
dist: trusty
jdk:
- oraclejdk7
- oraclejdk8
addons:
apt:
packages:
# Update the pre-installed versions of Or... | Add higher RAM limits for the RAM-hungry Maven. | Add higher RAM limits for the RAM-hungry Maven.
Also add caching for Maven artifacts.
| YAML | bsd-3-clause | OpenTSDB/asyncbigtable,manolama/asyncbigtable |
c05fe142b14f112df5180e1319878f3a71411f63 | .travis.yml | .travis.yml | sudo: required
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: java
jdk:
- openjdk8
env:
- NODE_VERSION=8.12.0 DBUS_SESSION_BUS_ADDRESS=/dev/null
cache:
directories:
- node_modules
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=... | dist: trusty
sudo: required
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=8.12.0 DBUS_SESSION_BUS_ADDRESS=/dev/null
cache:
directories:
- node_modules
before_install:
- export CHROME_BIN=chromium-browser
- ... | Rollback to oracle jdk and fix to trusty dist | ci: Rollback to oracle jdk and fix to trusty dist
| YAML | mit | ghettovoice/vuelayers,ghettovoice/vuelayers |
4e455045d193f8ee810ab641f95058c4a6a6d608 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
env:
global:
- MAVEN_OPTS="-Xmx512M"
sudo: false
cache:
directories:
- $HOME/.m2
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q
script: mvn test -Dair.check.skip-dependency=true
| language: java
jdk:
- oraclejdk8
env:
global:
- MAVEN_OPTS="-Xmx512M"
sudo: false
cache:
directories:
- $HOME/.m2
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q -T 2
script: mvn test -Dair.check.skip-dependency=true
| Use parallel build for installation on Travis | Use parallel build for installation on Travis
| YAML | apache-2.0 | bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto |
93bb69334d635a7d2cc14dbb2afc66b2a551813a | .travis.yml | .travis.yml | script: "bundle exec rake neo4j:install[community-latest] neo4j:start default --trace"
language: ruby
cache: bundler
sudo: false
rvm:
- 2.3
- 2.4
- 2.5
gemfile: travis.gemfile
env:
global:
- TRAVISCI=1
matrix:
- NEO4J_VERSION=7.2.3
- NEO4J_VERSION=8.3.4
- NEO4J_VERSION=9.2.2
| before_script:
- "travis_retry bin/rake neo4j:install[$NEO4J_VERSION] --trace"
- "bin/rake neo4j:config[development,7474] --trace"
- "if [ -f ./db/neo4j/development/conf/neo4j-wrapper.conf ]; then WRAPPER=-wrapper; fi"
- "echo 'dbms.memory.pagecache.size=600m' >> ./db/neo4j/development/conf/neo4j.conf"
- "ech... | Copy neo4j setup from neo4j gem | Copy neo4j setup from neo4j gem
| YAML | mit | sineed/neo4j-rspec |
c560c9bb5d088832f5fa0443e970c8ec65732b5d | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode6.4
script:
- xctool -project ObjectiveRocks.xcodeproj -scheme ObjectiveRocks -sdk macosx -configuration Release ONLY_ACTIVE_ARCH=NO
- xctool test -project ObjectiveRocks.xcodeproj -scheme ObjectiveRocksTests -sdk macosx ONLY_ACTIVE_ARCH=NO
- xctool -project ObjectiveRocks.xcodepro... | language: objective-c
osx_image: xcode7.1
script:
- xctool -project ObjectiveRocks.xcodeproj -scheme ObjectiveRocks -sdk macosx -configuration Release ONLY_ACTIVE_ARCH=NO
- xctool test -project ObjectiveRocks.xcodeproj -scheme ObjectiveRocksTests -sdk macosx ONLY_ACTIVE_ARCH=NO
- xctool -project ObjectiveRocks.xcodepro... | Update Xcode image for TravisCI | Update Xcode image for TravisCI
| YAML | mit | iabudiab/ObjectiveRocks,iabudiab/ObjectiveRocks,iabudiab/ObjectiveRocks,iabudiab/ObjectiveRocks |
3d5b9d4fccae9fa06b287422a699012744072953 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh | language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.1.9
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh | Add stable releases of Ruby | Add stable releases of Ruby
| YAML | mit | stupidpupil/kerberos_authenticator,stupidpupil/kerberos_authenticator |
3a97cc48ac91a4b7238c8127a1568455e7f0a3ac | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
install:
- python setup.py dev
- pip install coveralls
- pip install flake8
script:
- nosetests
- flake8
after_success:
- coveralls
| language: python
install:
- pip install tox coveralls
script:
- tox
after_success:
- coveralls
env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=flake8
| Make tox take advantage of the Travis build matrix when running on Travis CI | Make tox take advantage of the Travis build matrix when running on Travis CI
| YAML | mit | gawel/irc3,mrhanky17/irc3,mrhanky17/irc3 |
895d9c6251ccbafd3ae9c47b163218a27ac23e01 | .travis.yml | .travis.yml | sudo: false
language: erlang
otp_release:
- 21.1
- 20.0
- 19.3
before_install:
- ./ci before_install "${PWD:?}"/rebar3
- pip install --user codecov
install:
- ./ci install "${PWD:?}"/rebar3
script:
- ./ci script "${PWD:?}"/rebar3
cache:
directories:
- .plt
after_success:
- codecov
| sudo: false
language: erlang
otp_release:
- 23.0
- 22.3
- 21.3
- 20.3
- 19.3
before_install:
- ./ci before_install "${PWD:?}"/rebar3
- pip install --user codecov
install:
- ./ci install "${PWD:?}"/rebar3
script:
- ./ci script "${PWD:?}"/rebar3
cache:
directories:
- .plt
after_success:
- codeco... | Update check/test target OTP versions | Update check/test target OTP versions
| YAML | apache-2.0 | inaka/apns4erl |
2f120e5b9ab414c3729b40cb3dfa3e593c72999a | .travis.yml | .travis.yml | 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 install istanb... | 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... | Build on Travis CI without `sudo`. | Build on Travis CI without `sudo`.
| YAML | mit | demarius/r-tree,bigeasy/r-tree,bigeasy/r-tree,bigeasy/r-tree,demarius/r-tree |
31d048346b7f51fdac67d78e5efcd899600c57b5 | .travis.yml | .travis.yml | language: python
python:
- 2.7
services:
- mongodb
install:
- pip install -r travis.pip --allow-external webassets --allow-unverified webassets
- pip install -e .
script:
- nosetests --with-coverage udata_youckan
after_success:
- coveralls --rcfile=coverage.rc
| language: python
python:
- 2.7
services:
- mongodb
install:
- pip install -r travis.pip --allow-external webassets --allow-unverified webassets
- pip install -e .
script:
- nosetests --with-coverage
after_success:
- coveralls --rcfile=coverage.rc
| Fix nosetests call for Travis | Fix nosetests call for Travis
| YAML | agpl-3.0 | opendatateam/udata-youckan,etalab/udata-youckan,opendatateam/udata-youckan |
25a736014701e5d34da8c9e1f370ec7b957de27d | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python: 2.7
cache: apt
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Li... | # Config file for automatic testing at travis-ci.org
language: python
python: 2.7
cache: apt
addons:
apt:
packages:
- git
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget http://repo.continuum.io/miniconda/M... | Use bcbio-conda-dev for building packages | Use bcbio-conda-dev for building packages
| YAML | mit | alexandrucoman/bcbio-nextgen-vm,alexandrucoman/bcbio-nextgen-vm |
b010d2a5b200718eb6b5e2b6e0d3cc97b1b3bd84 | .travis.yml | .travis.yml | language: java
install: true
jdk: oraclejdk8
env:
matrix:
- TERM=dumb
global:
secure: LRj23pXG7ikrc/eJ/lcrl+KZ5R7iR1XQVlax7HI/9j6U8abYuIRi0IT34DQwcQSgZB3kXs0bWHxsIR7iz/nCH4S6bDRvImFPKwg20XMdRTbZaREx1eYPy+odXdBf/3BGbmBQ8HLrdxOVTltFWZGvvR49jScQd3z/O8k2FZln43c=
before_install:
- export DISPLAY=:99.0
- sh -e ... | language: java
install: true
jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.gradle
env:
matrix:
- TERM=dumb
global:
secure: LRj23pXG7ikrc/eJ/lcrl+KZ5R7iR1XQVlax7HI/9j6U8abYuIRi0IT34DQwcQSgZB3kXs0bWHxsIR7iz/nCH4S6bDRvImFPKwg20XMdRTbZaREx1eYPy+odXdBf/3BGbmBQ8HLrdxOVTltFWZGvvR49jScQd3z/O8k2FZln43... | Configure Travis to cache mvn/gradle repos | Configure Travis to cache mvn/gradle repos
| YAML | apache-2.0 | griffon/griffon,griffon/griffon |
144622548d34fe775e12bae98030600cf6ca924d | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
script:
- make test
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
- nightly
matrix:
allow_failures:
- php: hhvm
- php: nightly
script:
- make test
| Allow failures for HHVM and nightly builds | Allow failures for HHVM and nightly builds
| YAML | mit | heureka/overeno-zakazniky |
b680747bf2273a458f8a280d88cf6099a45f7436 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
env:
- PYTEST=3
- PYTEST=4
- PYTEST=5
- PYTEST=master
matrix:
include:
- python: 'pypy'
dist: trusty
env: PYTEST=4
- python: 2.7
env: PYTEST=3
... | # Config file for automatic testing at travis-ci.org
sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
env:
- PYTEST=3
- PYTEST=4
- PYTEST=5
- PYTEST=master
matrix:
include:
- python: 'pypy'
dist: trusty
env: PYTEST=4
- python: 2.7
env: PYTEST=3
... | Use a released version of coveralls | Use a released version of coveralls
| YAML | mit | ktosiek/pytest-vcr |
a24852aec92f24f29954ad8a7a79600a97721c53 | .travis.yml | .travis.yml | language: bash
script:
- "echo TRAVIS_COMMIT: $TRAVIS_COMMIT"
- "echo Short Commit: ${TRAVIS_COMMIT:0:7}"
| language: bash
sudo: false
before_install:
- "while sleep 1; do netstat -i; done | awk '{print \"netstat:\", $0}' &"
install:
- "echo installing..."
script:
- "for i in 1 2 3 4 5; do sleep 1; echo $i; done"
| Test netstat availability on container | Test netstat availability on container
| YAML | mit | joepvd/travis-experiment,joepvd/travis-experiment,joepvd/travis-experiment |
a29764d33f7ebdc45e740d7ff08d6e10232d6d29 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- python setup.py -q install
- pip install -r requirements.txt --use-mirrors
script:
- nosetests
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- python setup.py -q install
- pip install -r requirements.txt --use-mirrors
script:
- python setup.py test
| Fix Travis config to use setup.py instead of nose for testing. | Fix Travis config to use setup.py instead of nose for testing.
| YAML | apache-2.0 | loadimpact/loadimpact-sdk-python |
c9d5020438243970e0c0afd2d71d94d2e1242885 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- 'npm install -g bower mocha karma-cli' | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- 'npm install -g bower mocha karma-cli && cd public && bower install' | Split public JavaScript and Node.js unit tests | Split public JavaScript and Node.js unit tests
| YAML | mit | sergeyshushlyapin/featurebook,sergeyshushlyapin/featurebook,SOFTWARE-CLINIC/featurebook |
0eac3f219a5a9fbff33439170a69f556020cbb95 | .travis.yml | .travis.yml | language: php
git:
depth: 2
matrix:
include:
- php: hhvm
- php: nightly
- php: 7.2
- php: 7.1
- php: 7.0
env:
- LINT=true
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
cache:
directories:
- $HOME/.composer/cache
- $HOME/.php-cs-fixer
before_sc... | language: php
git:
depth: 2
matrix:
include:
- php: hhvm
- php: nightly
- php: 7.3
- php: 7.2
- php: 7.1
- php: 7.0
env:
- LINT=true
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
- php: 7.3
cache:
directories:
- $HOME/.composer/cache
- ... | Enable testing against PHP 7.3 | Enable testing against PHP 7.3
| YAML | mit | raphaelstolt/git-user-bend |
d93160039761ef8730147de4c8a5b15c3869d7df | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
- "3.3"
install:
- pip install codecov coverage catkin_pkg catkin_tools futures dateutil requests rosdep yaml
script:
- nosetests --verbose --with-coverage --cover-erase --cover-package=rosrepo test
after_success:
- codecov
| language: python
sudo: false
python:
- "2.7"
- "3.3"
install:
- pip install codecov coverage catkin_pkg catkin_tools futures python-dateutil requests rosdep yaml
script:
- nosetests --verbose --with-coverage --cover-erase --cover-package=rosrepo test
after_success:
- codecov
| Fix pip install key for dateutil | Fix pip install key for dateutil
| YAML | apache-2.0 | fkie/rosrepo,fkie/rosrepo |
8e331b110e5e9eb43eb99482076eb4fed3a010e6 | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6-dev"
install:
- pip install -r requirements.txt
- pip install codeclimate-test-reporter
script:
- mkdir -p tmp
- coverage run --source=generate.py generate.py -l DEBUG -c conf.yaml tmp
after_success:
- codeclimate-test-reporter
| language: python
python:
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
- pip install codeclimate-test-reporter
script:
- mkdir -p tmp
- coverage run --source=generate.py generate.py -l DEBUG -c conf.yaml tmp
after_success:
- codeclimate-test-reporter
| Remove python 3.5 from supported python version and add 3.7 instead | Remove python 3.5 from supported python version and add 3.7 instead
| YAML | agpl-3.0 | andir/ipv6.watch,andir/ipv6.watch |
b8db174d08536ec086ed080bcba976fe1a5eef0e | .travis.yml | .travis.yml | language: php
sudo: required
dist: trusty
php:
- "7.2"
- "master"
- "nightly"
matrix:
fast_finish: true
allow_failures:
- php: "master"
- php: "nightly"
os:
- windows
- linux
before_install:
- git clone -b stable https://github.com/jedisct1/libsodium.git
- cd libsodiu... | language: php
sudo: required
dist: trusty
php:
- "7.2"
- "master"
- "nightly"
matrix:
fast_finish: true
allow_failures:
- php: "master"
- php: "nightly"
os:
- windows
- linux
before_install:
- git clone -b stable https://github.com/jedisct1/libsodium.git
- cd libsodiu... | Fix broken link. Should install the coveralls library API now. | Fix broken link. Should install the coveralls library API now. | YAML | mpl-2.0 | paragonie/halite,paragonie/halite |
c9c66cb003f9b8eac323cb7531bb83628c120efb | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- ree
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| Test in both 1.8 and 1.9 mode on JRuby and Rubinius | Test in both 1.8 and 1.9 mode on JRuby and Rubinius
| YAML | mit | cocktail-io/octokit.rb,xantage/octokit.rb,simon0191/octokit.rb,sferik/octokit.rb,benbalter/octokit.rb,stetsenko/octokit.rb,raysrashmi/octokit.rb,hoorayimhelping/octokit.rb,pvdb/octokit.rb,AnNOtis/octokit.rb,byroot/octokit.rb,pezholio/octokit.rb,BreemsEmporiumMensToiletriesFragrances/octokit.rb,pvdb/octokit.rb,BreemsEmp... |
f7e5585b2b058c73c074119d0e6eb00df7c7822f | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
sudo: false
script: mvn clean deploy
branches:
only:
- develop
- uat
- prod
| language: java
jdk:
- openjdk8
sudo: false
script: mvn clean deploy
branches:
only:
- develop
- uat
- prod
| Switch to Open JDK 8 | Switch to Open JDK 8
| YAML | apache-2.0 | Sage-Bionetworks/BridgeUserDataDownloadService |
09b4125b74fc2eebefdb980ef18ee82d44f4553b | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "6"
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
# Handle git submodules yourself
git:
submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
... | language: node_js
node_js:
- "8"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
# Handle git submodules yourself
git:
submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- se... | Remove Node 4 from Travis tests | Remove Node 4 from Travis tests
| YAML | mit | carbon-io/test-tube,carbon-io/test-tube |
f6b4c14a48d1fb2b8ec30d5efaf4933e8be2efa6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
before_script:
- npm install -g bower
- bower install
after_success:
- cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
| language: node_js
node_js:
- '4'
before_script:
- npm install -g bower
- bower install
after_success:
- cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
deploy:
provider: npm
email: jmsmyth@users.noreply.github.com
api_key:
secure: e9PlsJAxabN0ikS7wwDXC/YdP4tZQDVyJciSb0fhDG0NpnlBhjNvd1TmmME... | Set up automatic deployment on tag | Set up automatic deployment on tag
| YAML | mit | jmsmyth/hexagon-react,jmsmyth/hexagon-react,jmsmyth/hexagon-react |
b4ad2fc47250342de66493a20b61c2846092f878 | .travis.yml | .travis.yml | language: php
php:
# aliased to 5.2.17
- 5.2
# aliased to a recent 5.3.x version
- 5.3
# aliased to a recent 5.4.x version
- 5.4
script: make test
notifications:
irc: "tech@tempo-db.com"
| language: php
php:
# aliased to 5.2.17
- 5.2
# aliased to a recent 5.3.x version
- 5.3
# aliased to a recent 5.4.x version
- 5.4
script: make test
notifications:
email: "tech@tempo-db.com"
| Add tech@tempo-db.com to Travis notifications | Add tech@tempo-db.com to Travis notifications
| YAML | mit | tempodb/tempodb-php |
702e2b224e5eda70c5c6afdefaf0e455a432b247 | .travis.yml | .travis.yml | addons:
apt:
packages:
- graphviz
before_cache:
- "rm -rf $HOME/.m2/repository/org/ligoj/bootstrap"
- "find $HOME/.m2 -name resolver-status.properties -exec rm {} \\;"
before_install:
- "chmod +x ./travis.sh"
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
cache:
directories:... | addons:
apt:
packages:
- graphviz
before_cache:
- "rm -rf $HOME/.m2/repository/org/ligoj/bootstrap"
- "find $HOME/.m2 -name resolver-status.properties -exec rm {} \\;"
before_install:
- "chmod +x ./travis.sh"
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
cache:
directories:... | Update to advanced JDK switcher | Update to advanced JDK switcher
| YAML | mit | ligoj/bootstrap,ligoj/bootstrap,ligoj/bootstrap |
003b11b961cdfc922f984c1fea1b8c3ece7f4e3e | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "6"
addons:
apt:
packages:
- gettext
before_script:
- npm install -g grunt-cli
before_install:
- chmod +x ./test/build_mo_files.sh
- ./test/build_mo_files.sh
addons:
sauce_connect: true
env:
global:
- secure: GRLxEem43P7BM1kVlu9fi9f5XVZFrTRmvU1... | sudo: false
language: node_js
node_js:
- "12"
addons:
apt:
packages:
- gettext
before_script:
- npm install -g grunt-cli
before_install:
- chmod +x ./test/build_mo_files.sh
- ./test/build_mo_files.sh
addons:
sauce_connect: true
env:
global:
- secure: GRLxEem43P7BM1kVlu9fi9f5XVZFrTRmvU14... | Update Node.js on Travis to 12 | Update Node.js on Travis to 12
It's the current LTS.
| YAML | mit | WrinklyNinja/jed-gettext-parser,WrinklyNinja/jed-gettext-parser,WrinklyNinja/jed-gettext-parser |
f7b46ce3d531d9f165288f75630b633453cef2e1 | .travis.yml | .travis.yml | language: cpp
matrix:
include:
- os: osx
osx_image: xcode9.3
env:
- TARGET=mac TEST=test
- os: osx
osx_image: xcode7.3
env:
- TARGET=mac TEST=test
- os: linux
dist: xenial
env:
- TARGET=linux TEST=test
- os: ... | language: cpp
matrix:
include:
- os: osx
osx_image: xcode11.5
env:
- TARGET=mac TEST=test
# - os: osx
# osx_image: xcode7.3
# env:
# - TARGET=mac TEST=test
- os: linux
dist: xenial
env:
- TARGET=linux TEST=test
- os: ... | Test on macOS 10.15, Ubuntu 20.04 focal | Test on macOS 10.15, Ubuntu 20.04 focal
| YAML | mit | sfiera/libsfz,sfiera/libsfz |
38f8e7156c2a2ace29c56c669b31e28deecd588b | .travis.yml | .travis.yml | language: objective-c
git:
depth: 2
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g purplecabbage/cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
script:
- cordova-paramedic --platform ios --plugin ../cor... | language: objective-c
git:
depth: 2
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
script:
- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
| Use TRAVIS_BUILD_DIR, install paramedic by npm | Use TRAVIS_BUILD_DIR, install paramedic by npm
| YAML | apache-2.0 | KonstantinNemo/cordova-plugin-media,AlexisCaffa/cordova-plugin-mediaac,corimf/cordova-plugin-media,ergovia-mobile/cordova-plugin-media,fela98/cordova-plugin-media,LAT-Rosie/cordova-plugin-media-with-compression,jinpark/cordova-plugin-media,filfat-Studios-AB/cordova-plugin-media,jhiswin/cordova-plugin-media,ergovia-mobi... |
2b62403ec86118caf5602eb66513e69b7ffc2fb1 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
cache:
directories:
- $HOME/.composer/cache/files
install:
- travis_retry composer install --no-interaction
script:
- ./vendor/bin/phpunit -v --coverage-text --cove... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
cache:
directories:
- $HOME/.composer/cache/files
install:
- travis_retry composer install --no-interaction
script:
- ./vendor/bin/phpunit -v --coverage-text --cove... | Use after_success hook for coverage related scripts | Use after_success hook for coverage related scripts
| YAML | mit | jsor/http-client-hints |
c42298b14f0129fdec77954135771be764862e02 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
dist: trusty
sudo: required
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
# Install valgrind
- sudo apt-get install valgrind
- valgrind --version
before_script:
- cat /proc/cpuinfo
script:
- make
- m... | language: cpp
compiler:
- gcc
- clang
dist: trusty
sudo: required
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install valgrind
# Use binutils 2.26 if this is a clang build (needed for LTO)
- if [ $CXX == "clang++" ]; then s... | Make clang builds work on Travis | Make clang builds work on Travis
- Install binutils 2.26 when building with clang
- Symlink LLVMgold.so to where clang is installed in /usr/local
| YAML | mit | GunshipPenguin/shallow-blue,GunshipPenguin/shallow-blue,GunshipPenguin/shallow-blue,GunshipPenguin/shallow-blue |
c5740d61f3e9ea329f0b54f488e86b2685272987 | .travis.yml | .travis.yml | install:
- pip install -r data-analytics/dataflow-python-examples/requirements.txt
script:
- python data-analytics/dataflow-python-examples/tests/test_parsing_logic.py
| language: python
install:
- pip install -r data-analytics/dataflow-python-examples/requirements.txt
script:
- python data-analytics/dataflow-python-examples/tests/test_parsing_logic.py
| Set the language to python | Set the language to python
| YAML | apache-2.0 | GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,CloudVLab/professional-services,CloudVLab/professional-services,CloudVLab/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPla... |
2f0159b8b435fbee21e28d59b281a9cdc7c862bf | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
env:
global:
- setup=basic
matrix:... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
## Cache composer
cache:
directories:
- $HOME/.composer/cache
env:
global:
- setup=basic
matrix:
include:
- php: 5.6
env: setup=lowest
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --pref... | Add PHP 7.3/7.4 to Travis | Add PHP 7.3/7.4 to Travis | YAML | mit | thephpleague/omnipay-worldpay |
a559bb491a063926f5f8f542e02f7ade89127646 | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- make updatedeps
- go build -o winrm-cli
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/modocache/gover
- go get gopkg.in/check.v1
script:
- make ci
after_script:
- $HOME... | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- make updatedeps
- go build -o winrm-cli
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/modocache/gover
- go get gopkg.in/check.v1
script:
- make ci
after_script:
- $HOME... | Allow temporarily to fail on go 1.4 | Allow temporarily to fail on go 1.4
This is to understand what is wrong under go tip and 1.4.
Apparently the issue is how Travis is cloning the repository (with git://
instead of https://) which later creates trouble when updating the
dependencies.
| YAML | apache-2.0 | pecigonzalo/winrm,sneal/winrm,gonkulator/winrm,sneal/winrm,bogdanteleaga/winrm,masterzen/winrm,bogdanteleaga/winrm,gonkulator/winrm,pecigonzalo/winrm,bogdanteleaga/winrm,masterzen/winrm,gonkulator/winrm,sneal/winrm |
5cb5f7bcb92afd518967a724a10fdd72c6a15965 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "6.1"
cache:
directories:
- node_modules
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- google-chrome
packages:
- g++-4.8
- openjdk-7-jdk
- lib32stdc++6
- lib32z1
env:
CXX=g++-4.8
install:
- npm install -g cordova ionic
- npm ... | sudo: required
dist: trusty
cache:
directories:
- node_modules
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- google-chrome
packages:
- lib32stdc++6
- lib32z1
before_install:
- nvm install node
- nvm use node
- npm install -g cordova ionic
install:
- npm install
before_script... | Switch to use latest version nodejs | Switch to use latest version nodejs
| YAML | mit | beeminder-capstone/Nectar-Frontend,beeminder-capstone/Nectar-Frontend,beeminder-capstone/Nectar-Frontend |
46bb8c4004154c05137fe49f23cde6e4611cd67a | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
- "6"
- "7"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
| language: node_js
sudo: false
node_js:
- "6"
- "7"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
| Drop node 4 from Travis CI. | Drop node 4 from Travis CI.
| YAML | bsd-3-clause | nyurik/vega,nyurik/vega,lgrammel/vega,vega/vega,vega/vega,vega/vega,vega/vega,nyurik/vega |
6c68e0437e9dadadbc4f80391705720eead85337 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- oraclejdk8
- openjdk11 # LTS
- oraclejdk11
- openjdk-ea # Early access
# - oraclejdk-ea
sudo: true # https://github.com/travis-ci/travis-ci/issues/6593
cache:
directories:
- $HOME/.m2
| language: java
jdk:
- openjdk8
# - oraclejdk8
- openjdk11 # LTS
# - oraclejdk11
- openjdk-ea # Early access
# - oraclejdk-ea
sudo: true # https://github.com/travis-ci/travis-ci/issues/6593
cache:
directories:
- $HOME/.m2
| Disable Oracle JDK releases (they break on Travis with each new release) | Disable Oracle JDK releases (they break on Travis with each new release) | YAML | mit | classgraph/classgraph,lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner |
32c4dc0b20831b412dc9cf62101f82f54fdfe35c | .travis.yml | .travis.yml | before_install:
- gem install bundler
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
env:
- RAILS_VERSION="~> 4.2"
- RAILS_VERSION="~> 5.0"
| before_install:
- gem install bundler
rvm:
- 2.3.6
- 2.4.6
- 2.5.4
- 2.6.2
env:
- RAILS_VERSION="~> 4.2"
- RAILS_VERSION="~> 5.0"
| Update ruby versions to test against | Update ruby versions to test against
| YAML | mit | ianfleeton/paypal-express |
f408d2cffc0556a27119e29fc4659f43ad77d96f | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
cache:
directories:
- vendor
before_script:
- composer install
- wget https://github.com/cbednarski/pharcc/releases/download/v0.2.3/pharcc.phar
script:
- make check
- make test
- make phar
- php build/output/projectlint.phar
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
cache:
directories:
- vendor
before_script:
- composer install
- wget https://github.com/cbednarski/pharcc/releases/download/v0.2.3/pharcc.phar
script:
- make check
- make test
- make phar
| Disable projectlint.phar run in CI | Disable projectlint.phar run in CI
The phar works fine locally but fails on Travis CI. Since I can't access the generated file I could not debug. So disabling this for now.
| YAML | bsd-3-clause | jmfontaine/projectlint |
d948bb23c144def8cde7762581c8627025e80b84 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- parallel
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- composer install
script:
- ./vendor/bin/phpunit
git:
depth: 5
| language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- parallel
php:
- 7.1
- 7.2
before_script:
- composer install
script:
- ./vendor/bin/phpunit
git:
depth: 5
| Support PHP 7.1 and 7.2 | Support PHP 7.1 and 7.2 | YAML | apache-2.0 | priotas/twig-qrcode-extension |
1c7c6c4d2a7674354eafac583226002fe1c6b96c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 0.12
- 0.10
- 4.2
cache:
directories:
- node_modules
script:
- npm test
after_success:
- npm run coverage-report
| sudo: false
language: node_js
node_js:
- 0.12
- 0.10
- 4.2
cache:
directories:
- node_modules
branches:
only:
- master
script:
- npm test
after_success:
- npm run coverage-report
| Whitelist to Travis CI: only branch master | Whitelist to Travis CI: only branch master
See
https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-limit-built-branches-on-travis
| YAML | mit | parmentf/node-concept-network,parmentf/node-concept-network |
3ee811d84b1eae84677f5dd6df564d4822d3f76d | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "iojs"
| language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "iojs"
| Add node 4.0 and 4.1 to CI builds | Add node 4.0 and 4.1 to CI builds
| YAML | apache-2.0 | zosconnect/zosconnect-node,crshnburn/zosconnect-node |
c81b96ddb070cdaf991d9f395cbfab876b413948 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
script: bundle exec rspec --color --format progress
| rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
script: bundle exec rspec --color --format progress
| Add recent ruby releases to Travis | Add recent ruby releases to Travis
| YAML | apache-2.0 | paperlesspost/knife-ec2,MsysTechnologiesllc/knife-ec2,chef/knife-ec2,cloudant/knife-ec2,tas50/knife-ec2,4current/knife-ec2,TheNeatCompany/knife-ec2,juliandunn/knife-ec2,chef/knife-ec2,MsysTechnologiesllc/knife-ec2,evertrue/knife-ec2,ClogenyTechnologies/knife-ec2 |
4152763beb710ad0710bba2aaabdd6dbf5cefc6f | .travis.yml | .travis.yml | language: ruby
os:
- linux
- osx
rvm:
- 2.6.0
- 2.5.3
- 2.4.5
- jruby-9.2.5.0
matrix:
fast_finish: true
allow_failures:
- os: osx
- rvm: jruby-9.2.5.0
notifications:
email: false
env:
global:
- JRUBY_OPTS="--debug"
- NO_IPV6_TESTS=1
script:
- bundle exec rake build
- bundle... | language: ruby
os:
- linux
- osx
rvm:
- 2.6.0
- 2.5.3
- 2.4.5
- jruby-9.2.5.0
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.2.5.0
notifications:
email: false
env:
global:
- JRUBY_OPTS="--debug"
- NO_IPV6_TESTS=1
script:
- bundle exec rake build
- bundle exec rake cov... | Remove osx from allow_failures in the matrix | CI: Remove osx from allow_failures in the matrix
| YAML | mit | nning/coap |
b51e0841c68fbc149683e142c38384b1269bfc74 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
virtualenv:
system_site_packages: true
# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo apt-get -qq update
- sudo apt-get install -qq libhdf5-serial-dev
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
... | language: python
python:
- "2.6"
- "2.7"
virtualenv:
system_site_packages: true
# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo apt-get -qq update
- sudo apt-get install -qq libhdf5-serial-dev python-h5py
- sudo apt-get install -qq libatlas-dev libatlas-base-de... | Add h5py dependency in Travis | Add h5py dependency in Travis
| YAML | agpl-3.0 | Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide |
5afb020ef7088ab60cf49f423e63abb629961e9a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- python setup.py install
- pip install collective.checkdocs
script:
- py.test
- python setup.py checkdocs
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -U setuptools # Fix for https://travis-ci.org/scriptotek/otsrdflib/jobs/152446727
- python setup.py install
- pip install Pygments collective.checkdocs
script:
- py.test
- python setup.py checkdocs
| Fix for old setuptools on Travis | Fix for old setuptools on Travis
| YAML | mit | scriptotek/otsrdflib |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.