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 |
|---|---|---|---|---|---|---|---|---|---|
e6d26b3910a89596dc9fd87473754c9a97fb6adf | .travis.yml | .travis.yml | matrix:
include:
- language: node_js
node_js: "10"
script:
- npm run lint
- npm run build
- npm run test
- npm run docs
deploy:
# Deploy a new version of NPM package and create a Github release
- provider: script
skip_cleanup: true
... | matrix:
include:
- language: node_js
node_js: "10"
script:
- npm run lint
- npm run build
- npm run test
- npm run docs
deploy:
# Deploy a new version of NPM package and create a Github release
- provider: script
skip_cleanup: true
... | Fix dist for Python >= 3.7 | ci(Travis): Fix dist for Python >= 3.7
See https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
| YAML | apache-2.0 | stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila |
7a01ded3a5f3173b468e372ae9d4f1554db2faa0 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
install: "pip install -r requirements.txt"
# command to run tests
script: bash ./test.sh
env:
global:
- TESTMODULE: picture.py
- GH_REPO: github.com/HHS-IntroProgramming/tests.git
| language: python
python:
- "3.7"
install: "pip install -r requirements.txt"
# command to run tests
script: bash ./test.sh
env:
global:
- TESTMODULE: picture.py
- GH_REPO: github.com/Runpython-IntroProgramming/tests.git
| Update python version, organization name. | Update python version, organization name. | YAML | mit | HHS-IntroProgramming/Picture,HHS-IntroProgramming/Picture |
16ad23bcd5e98cbb70a6765cca9d74c6c8fbad5f | .travis.yml | .travis.yml | notifications:
email:
on_success: never
on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom-minimap/minimap/master/ci/build-package.sh | sh'
git:
depth: 10
sudo: false
os:
- osx
- linux
env:
global:
- APM_TEST_PACKAGES=""
matrix:
- ATOM_CHANNEL=stable
- ATOM_... | notifications:
email:
on_success: never
on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom-minimap/minimap/master/ci/build-minimap.sh | sh'
git:
depth: 10
sudo: false
os:
- osx
- linux
env:
global:
- APM_TEST_PACKAGES=""
matrix:
- ATOM_CHANNEL=stable
- ATOM_... | Change script in TravisCI config | Change script in TravisCI config
| YAML | mit | atom-minimap/minimap |
9668a7946887f1510ab34f52a3868c10e0729e07 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_script:
- npm install -g gulp
| language: node_js
node_js:
- '0.10'
before_script:
- npm install -g gulp
deploy:
provider: releases
api_key:
secure: jMfEk/5oF5NybZlrI2/QA3Gs2fYvE38GQQPyTVBgH5gBZqnaH4ij28fegxercTuzqO4AMGK7BvAmxNd6Wf95CYt72uuiRKFCpRto3/8kBh6TNS1SWQCB6U/heccr4hHGvPViCkkidPCAzAjRLe0TIkrHhJt1nQ5u/d6ZI3++e/0=
file: ./out/perfect-... | Add automatic release with TravisCI. | Add automatic release with TravisCI.
| YAML | mit | utatti/perfect-scrollbar,utatti/perfect-scrollbar,guandai/perfect-scrollbar |
4c41a539c427831acab25d0c5be0f6111522ff0e | .travis.yml | .travis.yml | language: python
python:
- '3.6'
install:
- pip install tox
script: tox
sudo: false
env:
matrix:
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django110
- TOXENV=py27-django111
- TOXENV=py33-django18
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django11... | language: python
python:
- '3.6'
install:
- pip install tox
script: tox
sudo: false
env:
matrix:
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django110
- TOXENV=py27-django111
- TOXENV=py33-django18
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django11... | Prepare for releases on PyPI under jazzband | Prepare for releases on PyPI under jazzband
See https://jazzband.co/about/releases
| YAML | mit | antonagestam/collectfast |
707c5d49cb385cb926d49029c1941298003fb7ac | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
install:
- composer install --prefer-dist
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- vendor/bin/test-reporter
| language: php
sudo: false
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
install:
- composer install --prefer-dist
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- vendor/bin/test-reporter
| Add PHP 7.1 to Travis test cases | Add PHP 7.1 to Travis test cases
| YAML | mit | martin-helmich/phpunit-psr7-assert |
296dda5eccc6f78550d3e5b4650dca7387abc6af | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rake test"
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
branches:
only:
- master
- develop
notifications:
recipients:
- jeremy.olliver@gmail.com
| language: ruby
script: "bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx-19mode
branches:
only:
- master
- develop
notifications:
recipients:
- jeremy.olliver@gmail.com
| Test on ruby 2.1.0 - stop testing 1.9.2 | Test on ruby 2.1.0 - stop testing 1.9.2
| YAML | mit | fabn/new_relic_ping,jeremyolliver/new_relic_ping,fabn/new_relic_ping,fabn/heartbeat_rails,fabn/heartbeat_rails,jeremyolliver/new_relic_ping,fabn/new_relic_ping,fabn/heartbeat_rails |
483bdd920628556fb376958946bdee70b48789b2 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: python
jobs:
fast_finish: true
include:
- python: 2.7
- python: &latest_py3 3.6
- stage: deploy
if: tag IS present
python: *latest_py3
install: skip
script: skip
deploy:
provider: pypi
on:
tags: true
all_branches: true
u... | dist: trusty
sudo: false
language: python
matrix:
allow_failures:
- python: 3.6
jobs:
fast_finish: true
include:
- python: 2.7
- python: &latest_py3 3.6
- stage: deploy
if: tag IS present
python: *latest_py3
install: skip
script: skip
deploy:
provider: pypi
on:
ta... | Allow failures on Python 3 | Allow failures on Python 3
| YAML | bsd-3-clause | cherrypy/magicbus |
a6bc477f9219ba17763d3ee7c52ec7dfed94e29d | .travis.yml | .travis.yml | language: android
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- extra-android-support
- extra-android-m2repository
before_install:
- chmod +x gradlew
| language: android
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- extra-android-support
- extra-android-m2repository
before_install:
- chmod +x gradlew
| Use JDK 8 for TravisCI | Use JDK 8 for TravisCI
| YAML | apache-2.0 | ayltai/Android-Lib-reCAPTCHA |
5445b64376355ba2b3187f0624ed1c2f9097b7ae | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
# - clang
# Make sure CMake is installed
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libx... | language: cpp
compiler:
- gcc
# - clang
# Make sure CMake is installed
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libx... | Configure project for actually different build types | Configure project for actually different build types
| YAML | bsd-2-clause | nagyistoce/osrm-backend,felixguendling/osrm-backend,Conggge/osrm-backend,alex85k/Project-OSRM,beemogmbh/osrm-backend,keesklopt/matrix,chaupow/osrm-backend,ammeurer/osrm-backend,ammeurer/osrm-backend,neilbu/osrm-backend,beemogmbh/osrm-backend,duizendnegen/osrm-backend,chaupow/osrm-backend,antoinegiret/osrm-backend,denis... |
25e01604dc7994726fe68aa8af17989e2a1004b4 | .travis.yml | .travis.yml | ---
sudo: false
language: scala
scala:
- 2.11.7
jdk:
- openjdk7
- oraclejdk8
before_script:
- bin/fetch-configlet
- sbt test:compile
script:
- bin/configlet .
- sbt test
| ---
sudo: false
language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
before_script:
- bin/fetch-configlet
- sbt test:compile
script:
- bin/configlet .
- sbt test
| Change minimum java version to 1.8. Change minimum Scala version to 2.11.8 | Change minimum java version to 1.8. Change minimum Scala version to 2.11.8
| YAML | mit | ricemery/xscala,exercism/xscala |
41a43ebde0f259e79b22bfb58422f713fb2ff208 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
install:
- "pip install -r requirements.txt"
- "pip install coverage"
script: coverage run --source=ftpretty setup.py test
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- "pip install -r requirements.txt"
- "pip install coverage"
script: coverage run --source=ftpretty setup.py test
| Revert "Kill 2.6 build for now" | Revert "Kill 2.6 build for now"
This reverts commit 7907f556a648a236e2755e2a9eeb877f5b5c9681.
| YAML | mit | codebynumbers/ftpretty |
c558090a614b4ee88efa7007eb5953d5d75532ac | .travis.yml | .travis.yml | language: groovy
jdk:
- openjdk7
install:
- sudo apt-get install pandoc
- ./gradlew -I gradle/travis-init.gradle ciPrepare
script: ./gradlew -I gradle/travis-init.gradle ciBuild
after_success:
- ./gradlew -I gradle/travis-init.gradle ciPostBuild
env:
global:
- DEPLOY_USER=travis
- secure: cUGqhBVQMOeKco9NdwlTXO... | language: groovy
jdk:
- openjdk7
install:
- sudo apt-get install pandoc texlive-latex-base texlive-luatex
- ./gradlew -I gradle/travis-init.gradle ciPrepare
script: ./gradlew -I gradle/travis-init.gradle ciBuild
after_success:
- ./gradlew -I gradle/travis-init.gradle ciPostBuild
env:
global:
- DEPLOY_USER=travis
... | Install base LaTeX packages in Travis | Install base LaTeX packages in Travis
| YAML | bsd-3-clause | mdekstrand/gradle-plugins,mdekstrand/gradle-plugins |
2d02cbc3376f02f4e882341765dc40a3e2ef610e | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install pip-accel
- pip-accel install coveralls
- pip-accel install --requirement=requirements-checks.txt
- LC_ALL=C pip-accel install .
script:
- make check
- make test
after_success:
- coverage combine... | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install pip-accel
- pip-accel install coveralls
- pip-accel install --requirement=requirements-checks.txt
- LC_ALL=C pip-accel install .
script:
- make check
- make test
after_success:
- coveralls
branch... | Stop clearing coverage data on Travis CI :-) | Stop clearing coverage data on Travis CI :-)
| YAML | mit | xolox/python-humanfriendly,xolox/python-humanfriendly |
283fdb26cfcb3c1d64d19e3ceddae6235131246f | .travis.yml | .travis.yml | language: python
python:
- '3.4'
os:
- linux
install:
- pip install --upgrade pip
- pip install flake8
- pip install coveralls
before_script:
- flake8 --show-source --max-line-length=80 --statistics --builtins=_ pubkey
script:
- python setup.py install
- python setup.py sdist
- pubkey --help
- pubke... | language: python
python:
- '3.4'
os:
- linux
install:
- pip install --upgrade pip
- pip install flake8
- pip install coveralls
before_script:
- flake8 --show-source --max-line-length=80 --statistics --builtins=_ pubkey
script:
- python setup.py install
- python setup.py sdist
- pubkey --help
- pubke... | Switch deployment to tags only | Switch deployment to tags only
Add a secondary deployment target to test the deploy-test branch
| YAML | mit | fxstein/pubkey |
e615cc7217b78280e80f97327ec15540c268d517 | .travis.yml | .travis.yml | # Build Options
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
# Travis-CI Configuration
cache: bundler
sudo: false # Enable containerized builds.
| # Build Options
language: ruby
rvm:
- 2.1.8
- 2.2.4
- 2.3.0
# Travis-CI Configuration
cache: bundler
sudo: false # Enable containerized builds.
| Remove Ruby 2.0.0 from CI matrix. | Remove Ruby 2.0.0 from CI matrix.
Ruby 2.0.0 is officially unsupported as of 2016-02-24.
| YAML | mit | sleepingkingstudios/sleeping_king_studios-tools |
e98e665f89f356fc4657df38e25d8e98b6bdf980 | .travis.yml | .travis.yml | # Travis CI integration
# Defaults to GNU GCC and autotools: ./configure && make && make test
language: c
# Use docker for quicker builds, it now allows https://docs.travis-ci.com/user/apt/
sudo: false
addons:
apt:
packages:
- tree
# We don't store generated files (configure and Makefile) in GIT,
# so we... | # Travis CI integration
# Defaults to GNU GCC and autotools: ./configure && make && make test
language: c
# Use docker for quicker builds, it now allows https://docs.travis-ci.com/user/apt/
sudo: false
# Test build with both GCC and Clang (LLVM)
compiler:
- gcc
- clang
addons:
apt:
packages:
- tree
... | Test build with both GCC and Clang (LLVM) | Test build with both GCC and Clang (LLVM)
Signed-off-by: Joachim Nilsson <583c295fd7602c168ad814279bbc3894ba65f5d6@gmail.com>
| YAML | isc | troglobit/mcjoin,troglobit/mcjoin |
cfdc185b2fc4d3a13a9f9772aa359f5155c1fa05 | .travis.yml | .travis.yml | 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
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
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
| Remove ruby teeny version in ci | Remove ruby teeny version in ci
| YAML | mit | dtaniwaki/rack-secure-upload |
b8e462400c36a00523dc72bfe8124ebb2274f9d0 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.6
- 1.5
- 1.4
otp_release:
- 20.2
- 20.1
- 20.0
- 19.2
services:
- redis-server
script:
- mix test
notifications:
email:
on_success: never
on_failure: never
| language: elixir
elixir:
- 1.6
- 1.5
- 1.4
otp_release:
- 20.3
- 20.2
- 20.1
- 20.0
- 19.2
services:
- redis-server
script:
- mix test
notifications:
email:
on_success: never
on_failure: never
| Add OTP 20.3 to the Travis matrix | Add OTP 20.3 to the Travis matrix
| YAML | mit | tompave/fun_with_flags_ui,tompave/fun_with_flags_ui |
542cffe2cc864034aa07649df9a802c93597dd7b | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Remove Io.js from test targets | Remove Io.js from test targets
Avoid false negatives | YAML | agpl-3.0 | sgmap/mes-aides-api |
cc219fd823e7da84cf7b896ef6997060d7afb633 | .travis.yml | .travis.yml | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: csharp
dist: trusty
dotnet: 1.0.1
mono: none
os:
- osx
- linux
before_install:
- date -u
- uname -a
- env | sort
install:
- git fetch --unshallow
# Build libgit2, LibGit2Sharp and run the tests
script:
- ./build.libgit2sharp.sh 'LE... | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: csharp
dist: trusty
dotnet: 1.0.1
mono: none
os:
- osx
- linux
before_install:
- date -u
- uname -a
- env | sort
install:
- git fetch --unshallow
# Build libgit2, LibGit2Sharp and run the tests
script:
- ./build.libgit2sharp.sh 'LE... | Build on TravisCI for portable2 | Build on TravisCI for portable2
| YAML | mit | Zoxive/libgit2sharp,libgit2/libgit2sharp,Zoxive/libgit2sharp,PKRoma/libgit2sharp |
cd95b6360b83197afc30d8e02cd27ce80146b824 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master
before_install:
- composer self-update
install:
- composer require symfony/framework-bundle:${SYMFO... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION=dev-master
env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
- SYMFONY_VERSION=dev-master
before_install:
- composer self-up... | Allow dev-master builds to fail | Allow dev-master builds to fail
Symfony dev-master may be uninstallable due to stability issues with the
dependencies. So it's ok for dev-master to fail as long as the stable
releases are fine.
| YAML | mit | ekino/EkinoNewRelicBundle,ronanguilloux/EkinoNewRelicBundle,ronanguilloux/EkinoNewRelicBundle,ekino/EkinoNewRelicBundle,ronanguilloux/EkinoNewRelicBundle |
778a4f275df25079e86909608a5e88a832d07f95 | .travis.yml | .travis.yml | env:
global:
- CC_TEST_REPORTER_ID=abf0a371ff8851f13b563671914b195bb46f0997f0f93142e666d9acad08e22f
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
before_install:
- gem update bundler
install:
- bundle install --jobs=3 --retry=3
- gem install rubocop
before_script:
- curl -L https://codeclimate.... | env:
global:
- CC_TEST_REPORTER_ID=abf0a371ff8851f13b563671914b195bb46f0997f0f93142e666d9acad08e22f
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
before_install:
- gem update bundler
install:
- bundle install --jobs=3 --retry=3
- [[ ! `ruby --version` =~ ^ruby\ 2\.1 ]] && gem install ruboc... | Add Ruby 2.5 to the build matrix Don't install/run Rubocop for Ruby 2.1 (not supported) | Add Ruby 2.5 to the build matrix
Don't install/run Rubocop for Ruby 2.1 (not supported)
| YAML | mit | abrom/rocketchat-ruby |
a4e0ba74745e7ad54bc26afcdae72e0614e30928 | .travis.yml | .travis.yml | language: python
python:
# 2.6.5, Sublime Text 2.0.2 Build 2221 (Windows)
# 2.6.6, Sublime Text 2.0.2 Build 2221 (Linux)
# 2.6.9, Sublime Text 2.0.2 Build 2221 (macOS Sierra)
# 2.7.10, Sublime Text 2.0.2 Build 2221 (macOS High Sierra)
- "2.7"
# Sublime Text 3.0 Build 3143/3156
- "3.3.6"
install:
- "pip ... | language: python
notifications:
email: false
stages:
- coding style
jobs:
exclude:
- &python-27
name: Python 2.7.16
dist: xenial
python: 2.7.16
- &python-33
name: Python 3.3.6
dist: trusty
python: 3.3.6
- &python-flake8
stage: coding style
install:
... | Reconfigure Travis CI with correct dependencies to enforce coding style. | Reconfigure Travis CI with correct dependencies to enforce coding style.
| YAML | mit | martomo/SublimeTextXdebug,martomo/SublimeTextXdebug,martomo/SublimeTextXdebug |
4c8015000f0a699983295575ab1e8bf36b8d1c5b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
before_install: gem install bundler -v 1.11.2
| language: ruby
rvm:
- 2.1.8
- 2.2.4
before_install: gem install bundler -v 1.11.2
| Revert "Add Ruby 2.3 to Travis matrix" | Revert "Add Ruby 2.3 to Travis matrix"
This reverts commit 6064e723b0bbf7b894ddb6598221377d1f062cfb.
| YAML | mit | mattbrictson/bundleup,mattbrictson/bundleup |
e4941302d8d4864401686106fd5ceda7c28f4f6b | .travis.yml | .travis.yml | language: php
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
- php: 7
- php: hhvm
install:
- composer install
- mkdir -p build/logs
script: vendor/bin/phpunit
after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.5" ]]; then vendor/bin/coveralls ; fi
| language: php
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
- php: 7
- php: hhvm
before_install: if [[ "$TRAVIS_PHP_VERSION" != "5.5" ]]; then phpenv config-rm xdebug.ini; fi
install: mkdir -p build/logs && composer install
script: vendor/bin/phpunit
after_success: if [[ "$TRAVIS_PHP... | Disable xdebug in non-coverage builds | Disable xdebug in non-coverage builds
| YAML | mit | stefk/md |
10fe130d645af4dea5f511094045dfc8fe038e04 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- go test ./... -coverprofile cp.out
- grep -v "bindata" cp.out | grep -v ".pb.go" > cover.out
- $GOPATH/bin/goveralls -coverprofile cover.out -service=travis-ci
| language: go
sudo: false
go:
- 1.12.x
before_install:
- go get github.com/mattn/goveralls
script:
- go test ./... -coverprofile cp.out
- grep -v "bindata" cp.out | grep -v ".pb.go" > cover.out
- $GOPATH/bin/goveralls -coverprofile cover.out -service=travis-ci
| Test against stable go lang version | Test against stable go lang version
| YAML | apache-2.0 | amdonov/lite-idp,amdonov/lite-idp,amdonov/lite-idp,amdonov/lite-idp |
b577ee7425dac7327c6b2fa6d15b3469bc44bf44 | .travis.yml | .travis.yml | language: c
sudo: false
os:
- linux
- osx
notifications:
email: false
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS="glueviz"
- CONDA_DEPENDENCIES="glue-core pytest mock requests pydicom gdcm nomkl"
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
- PYTHON_VERSION=2.7 CONDA_CHAN... | language: c
sudo: false
os:
- linux
- osx
notifications:
email: false
env:
global:
- SETUP_XVFB=True
- CONDA_CHANNELS="glueviz"
- CONDA_DEPENDENCIES="glue-core pytest mock requests pydicom gdcm nomkl"
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
- PYTHON_VERSION=2.7 CONDA_CHAN... | Uninstall gdcm on MacOS X with Python 3.x | Uninstall gdcm on MacOS X with Python 3.x | YAML | bsd-3-clause | glue-viz/glue-medical |
e6e35c6cfd50ac8dafb1e46f576eb048ecdf771c | .travis.yml | .travis.yml | language: node_js
cache:
npm: true
node_js:
- stable
- 7
- 6
- 5
- 4
- 0
os:
- linux
- osx
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- g++-4.8
# Install scripts. (runs after repo cloning)
install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then ex... | language: node_js
cache:
npm: true
ccache: true
node_js:
- stable
- 7
- 6
- 5
- 4
- 0
os:
- linux
- osx
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- g++-4.8
# Install scripts. (runs after repo cloning)
install:
- if [ $TRAVIS_OS_NAME == "li... | Enable ccache on Travis CI to speed up tests | Enable ccache on Travis CI to speed up tests
| YAML | apache-2.0 | BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC |
01ea9cbdd9fec8a6ee1bc13ffb01184de47faa76 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- git fetch --tags
- pip install coveralls tox-travis
# generate some reflog for tests
- ./init-tests-after-clone.sh
# as commits are performed with the default user, it needs to be set for travis too
- git config --global user.email "tr... | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- git fetch --tags
- pip install coveralls tox-travis
# generate some reflog for tests
- ./init-tests-after-clone.sh
# as commits are performed with the default user, it needs to be set for travis too
- git config --local user.email "travi... | Change git config to --local | Change git config to --local
| YAML | bsd-3-clause | kennethreitz/legit,kennethreitz/legit |
ebe6223a8ae270e36e6069547b5ada0ec73b4e86 | .travis.yml | .travis.yml | # Perform CI in a Java environment
language: java
jdk:
- oraclejdk8
env:
global:
# Set SWI-Prolog environment variables
- SWIPL_VERSION="7.4.1"
- SWI_HOME_DIR="/usr/local/lib/swipl-$SWIPL_VERSION"
# Set Intellij IDEA environment variables
- IDEA_VERSION="171.4249.39"
b... | # Perform CI in a Java environment
language: java
jdk:
- oraclejdk8
env:
global:
# Set SWI-Prolog environment variables
- SWIPL_VERSION="7.4.1"
- SWI_HOME_DIR="/usr/local/lib/swipl-$SWIPL_VERSION"
# Set Intellij IDEA environment variables
- IDEA_VERSION="171.4249.39"
b... | Change Travis configuration to better diagnose bugs | Change Travis configuration to better diagnose bugs
| YAML | apache-2.0 | mochalog/mochalog |
b95065fd7f6155464413eb31519357282b72ba86 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
| Add new Ruby versions to Travis build matrix | Add new Ruby versions to Travis build matrix
| YAML | mit | jswanner/private_attr |
2fc7e23a8bd7c9273c6004ad64884511584ab707 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
sudo: false | language: node_js
node_js:
- "5"
- "4.4"
- "0.12"
sudo: false
| Update the node version numbers to ones we use | chore: Update the node version numbers to ones we use
| YAML | mit | andrewbrandwood/gulp-sass-generate-contents |
6029cbeca2f499d07765e295c956f32cb6c828fc | .travis.yml | .travis.yml | sudo: true
language: node_js
addons:
ssh_known_hosts: 192.241.157.86
install:
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update
- sudo apt-get install yarn
- npm run install-all
b... | sudo: true
language: node_js
node_js:
- '7'
addons:
ssh_known_hosts: 192.241.157.86
install:
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update
- sudo apt-get install yarn
- npm ... | Use nodejs 7 on Travis | chore: Use nodejs 7 on Travis
| YAML | mit | circlecell/lint.me,circlecell/lint.me |
6a3ef7ccbb5709298d9f56a114a5d3c15c2a9dd1 | .travis.yml | .travis.yml | language: java
sudo: false
cache:
directories:
- '$HOME/.m2/repository'
script:
- mvn -P ${JPAPROVIDER} install
#after_success:
# - "bash ./.travis-deploy.sh"
matrix:
fast_finish: true
include:
- env: JPAPROVIDER=hibernate
jdk: openjdk7
- env: JPAPROVIDER=hibernate-4.3
jdk: openjdk7
... | language: java
sudo: false
cache:
directories:
- '$HOME/.m2/repository'
script:
- mvn -P ${JPAPROVIDER} install
#after_success:
# - "bash ./.travis-deploy.sh"
matrix:
fast_finish: true
include:
- env: JPAPROVIDER=hibernate
jdk: openjdk7
- env: JPAPROVIDER=hibernate-4.3
jdk: openjdk7
... | Switch to JDK8 for hibernate 5 | Switch to JDK8 for hibernate 5
| YAML | apache-2.0 | Blazebit/blaze-persistence,Blazebit/blaze-persistence,Blazebit/blaze-persistence,Blazebit/blaze-persistence |
152441260087f070fff6fcf122dcaf0decd682be | .travis.yml | .travis.yml | language: go
go:
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
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/tools/godep
script:
- make test
- make detail
- $HOME/gopath/bin/goveralls -coverprofile=coverag... | language: go
go:
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
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/tools/godep
- godep restore
script:
- make test
- make detail
- $HOME/gopath/bin/goveralls -co... | Add godep restore to Travis build | Add godep restore to Travis build
| YAML | apache-2.0 | blacklabeldata/kappa |
3a82f89aabf8bef3062f561c269b8c3c8edec98f | .travis.yml | .travis.yml | ---
language: ruby
sudo: required
cache:
- bundler
rvm:
- 2.3.0
gemfile: ./ci/Gemfile.ci
env:
- DOCKER_VERSION=1.13.1
services:
- docker
branches:
only:
- master
before_install: ./ci/install_dependencies.sh
before_script:
- export PATH=/opt/docker:$PATH
- docker version
script: "bundle exec ... | ---
language: ruby
sudo: required
cache:
- bundler
rvm:
- 2.3.1
gemfile: ./ci/Gemfile.ci
env:
- DOCKER_VERSION=1.13.1
services:
- docker
branches:
only:
- master
before_install: ./ci/install_dependencies.sh
before_script:
- export PATH=/opt/docker:$PATH
- docker version
script: "bundle exec ... | Use available Ruby 2.3.1 version | Fix: Use available Ruby 2.3.1 version
| YAML | mit | franz-josef-kaiser/Docker-Alpine-Nodejs,franz-josef-kaiser/Docker-Alpine-Nodejs |
bac38a6a14080837d5dca292c6e0f02fff85f266 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: bundle exec rspec spec
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
- jruby-head
script: bundle exec rspec spec
| ADD ALL THE RUBIES! WHICH WILL PASS????? | ADD ALL THE RUBIES! WHICH WILL PASS?????
| YAML | mit | coreyhaines/enumeradical |
b0fc504f92f2b7fd84a7cd5cd1666b305bc0e88f | .travis.yml | .travis.yml | env:
global:
- secure: PTJyR+tnEZ+jbHQ0xjgWoK8Tw6hikm1SYun8K5eeJp3yC42em8rcS0yhIbUtea7aGk4tPH+nD7lzeExvEHdae6qwLKc/bW2mx8zrlj9CZAE2JK9/OCDdNP700Jn3j+AFxWMnNatV+MefTF21PDuRfxVmip9Xo2aoMhD3+lFSUfY=
language: rust
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose --no-deps
after_scri... | env:
global:
- secure: PTJyR+tnEZ+jbHQ0xjgWoK8Tw6hikm1SYun8K5eeJp3yC42em8rcS0yhIbUtea7aGk4tPH+nD7lzeExvEHdae6qwLKc/bW2mx8zrlj9CZAE2JK9/OCDdNP700Jn3j+AFxWMnNatV+MefTF21PDuRfxVmip9Xo2aoMhD3+lFSUfY=
language: rust
before_install:
- sudo add-apt-repository --yes ppa:hansjorg/rust
- sudo add-apt-repository --yes p... | Use the ubuntu ppas to speed things up | Use the ubuntu ppas to speed things up
| YAML | mit | lholden/entity_system |
19826812f2e2fc78ee2f70633413875f7eff17f9 | .travis.yml | .travis.yml | language: objective-c
cache:
directories:
- vendor/bundle
install:
- bundle install --path=vendor/bundle --binstubs=vendor/bin
script:
- bundle exec rake test:ios test:osx
branches:
only:
- master
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
| language: objective-c
cache:
directories:
- vendor/bundle
install:
- bundle install --path=vendor/bundle --binstubs=vendor/bin
script:
- bundle exec rake test:ios test:osx test:SecEncodeTransformTests
branches:
only:
- master
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
| Enable test:SecEncodeTransformTests on Travis CI | Enable test:SecEncodeTransformTests on Travis CI
| YAML | mit | mozilla/Base32,norio-nomura/Base32,rnewman/Base32,mozilla/Base32,mozilla/Base32,rnewman/Base32,norio-nomura/Base32,rnewman/Base32 |
707498ba4be53d9e0f4b4cf8d2641030876a6ce3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9
script:
- xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPicker -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.0,name=iPhone X" ONLY_ACTIVE_ARCH=NO
notifications:
email:
recipients:
- sky4winder+action... | language: objective-c
osx_image: xcode11.2
script:
- xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPicker -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.0,name=iPhone X" ONLY_ACTIVE_ARCH=NO
notifications:
email:
recipients:
- sky4winder+act... | Update Travis configuration to support build on Xcode 11.2 | Update Travis configuration to support build on Xcode 11.2
| YAML | bsd-3-clause | ChronicStim/ActionSheetPicker,ChronicStim/ActionSheetPicker,skywinder/ActionSheetPicker-3.0,skywinder/ActionSheetPicker-3.0 |
61c5bf8f97357d7e1170ea70fcdb72548230599b | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: php
env:
global:
- WP_CLI_BIN_DIR=/tmp/wp-cli-phar
matrix:
include:
- php: 5.3
env: WP_VERSION=3.7.11 DEPLOY_BRANCH=master
- php: 5.6
env: WP_VERSION=3.7.11
- php: 5.6
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=latest BUILD=git... | sudo: false
language: php
env:
global:
- WP_CLI_BIN_DIR=/tmp/wp-cli-phar
matrix:
include:
- php: 5.3
env: WP_VERSION=3.7.11 DEPLOY_BRANCH=master
- php: 5.6
env: WP_VERSION=3.7.11
- php: 5.6
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=latest BUILD=git WP_CLI_BIN_D... | Revert "Try Trusty on Travis" | Revert "Try Trusty on Travis"
| YAML | mit | 2ndkauboy/wp-cli,rodrigoprimo/wp-cli,GaryJones/wp-cli,gitlost/wp-cli,trepmal/wp-cli,miya0001/wp-cli,GaryJones/wp-cli,aaemnnosttv/wp-cli,GaryJones/wp-cli,2ndkauboy/wp-cli,trepmal/wp-cli,gitlost/wp-cli,aaemnnosttv/wp-cli,trepmal/wp-cli,miya0001/wp-cli,2ndkauboy/wp-cli,miya0001/wp-cli,gitlost/wp-cli,rodrigoprimo/wp-cli,ro... |
66abc757d1ff9da22f17d9c984b82891fe7ffaab | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
# lock distro so new future defaults will not break the build
dist: precise
# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
- ph... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly # ignore errors, see below
- hhvm # ignore errors, see below
# lock distro so new future defaults will not break the build
dist: trusty
matrix:
allow_failures:
- php: hhvm
- php: nightly
install:
- composer install
script:
- ./v... | Update Travis distro to precise | Update Travis distro to precise
| YAML | mit | reactphp/promise |
7945e426bf3ebb011573941098b755385f543367 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
sudo: false
cache:
directories:
- "~/.cache/pip"
install:
- pip install tox codecov
script:
- tox -v -e py
after_success:
- codecov
| language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
sudo: false
cache:
directories:
- "~/.cache/pip"
install:
- pip install tox codecov
script:
- tox -v -e py
after_success:
- codecov
| Remove pypy3 configuration from test | Remove pypy3 configuration from test
| YAML | mpl-2.0 | mreid-moz/jupyter-notebook-gist,mozilla/jupyter-notebook-gist,mozilla/jupyter-notebook-gist,mreid-moz/jupyter-notebook-gist |
dc4fe051f39a6775e0e8e845ae514370e2107b93 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3 #what GitHub Pages uses
before_install:
- cd ~ #switch to home directory
install:
- git clone git://github.com/n1k0/casperjs.git #grab the latest casper
- sudo ln -s $PWD/casperjs/bin/casperjs /usr/local/bin/casperjs #symlink casper
- bundle install #install gemfile stuff
before_sc... | language: ruby
rvm:
- 1.9.3 #what GitHub Pages uses
before_install:
- cd ~ #switch to home directory
install:
- git clone git://github.com/n1k0/casperjs.git #grab the latest casper
- sudo ln -s $PWD/casperjs/bin/casperjs /usr/local/bin/casperjs #symlink casper
- bundle install #install gemfile stuff
before_sc... | Remove tests and provide trace output from Jekyll | Remove tests and provide trace output from Jekyll | YAML | mit | troyswanson/troyswanson.github.io,tintoanto/tintoanto.github.io,tintoanto/tintoanto.github.io,troyswanson/troyswanson.github.io |
c964cb1ccf4d8fb730fd4c8c3f8b0aa0ba438ef5 | .travis.yml | .travis.yml | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck ]
matrix:
include:
- env: LABEL=linux-gcc
os: linux
compiler: gcc
- env: ... | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck, pkg-config ]
matrix:
include:
- env: LABEL=linux-gcc
os: linux
compiler: gcc... | Add pkg-config as dependency for both linux and osx, run tests using makefile on osx too, remove option WITH_JOURNALD, not used there | Add pkg-config as dependency for both linux and osx, run tests using makefile on osx too, remove option WITH_JOURNALD, not used there
| YAML | lgpl-2.1 | babelouest/orcania,babelouest/orcania |
0e931dd92eed0c734f2365240f7c7dc667d0bc36 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.2.2
before_install: gem install bundler -v 1.10.6
| Upgrade Ruby version to 2.2.2 | Upgrade Ruby version to 2.2.2
This was necessary because some of the gem prerequisites include Ruby >= 2.0
| YAML | mit | HitFox/cm-sms,HitFox/cm-sms |
452db2f8d7421677a67eb8246934e97f44f39559 | .travis.yml | .travis.yml | language: go
go:
- "1.16"
services:
- docker
cache:
directories:
- ${GOPATH}/pkg/mod
notifications:
webhooks:
if: type != pull_request
urls:
- https://coveralls.io/webhook?repo_token=COVERALLS_TOKEN
jobs:
include:
- name: "Unit test"
if: type == pull_request
script: make... | language: go
go:
- "1.16"
services:
- docker
cache:
directories:
- ${GOPATH}/pkg/mod
notifications:
webhooks:
if: type != pull_request
urls:
- https://coveralls.io/webhook?repo_token=COVERALLS_TOKEN
jobs:
include:
- name: "Unit test"
if: type == pull_request
script: make... | Fix broken CI integration on master branch | Fix broken CI integration on master branch
| YAML | apache-2.0 | looplab/eventhorizon |
ff964a6ca482c3cd6446095075d61339068f9c33 | .travis.yml | .travis.yml | language: node_js
# Trying to configure npm as well? Look a little bit further down this file.
node_js:
- "7.5.0"
script: "npm run test"
# Install Lerna deps
before_script: "./node_modules/.bin/lerna bootstrap"
notifications:
email: false
| language: node_js
node_js:
- "7.5.0"
script: "npm run test"
notifications:
email: false
| Update Travis to no longer run Lerna bootstrap | Update Travis to no longer run Lerna bootstrap
| YAML | mit | jmeas/api-pls |
b1517f2852fc799e453189ac27af0d22a092c571 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.10
- 0.11
env:
matrix:
global:
secure: "cPBnfWyT5IYtTEzk8/+CJnOZ7+PukuezjKTtFxkgomliSUTo23BCUzXAxTsQeq13ZmxITouoFzwxt5Wfb3qBanodwNpX4LCQ1fwvR/WXk/fxfCStukr0qR4Yc3c0j9Ocj74zaPn0j7JJXY7mdFdiUwrKy+eyRW8hdnY9N9KFEZA="
secure: "TpqYB8dBCofefMxh5EWczpgJ8bVnz1jbSGeYNFKX0v... | language: node_js
node_js:
- 0.10
- 0.11
env:
matrix:
global:
secure: "cPBnfWyT5IYtTEzk8/+CJnOZ7+PukuezjKTtFxkgomliSUTo23BCUzXAxTsQeq13ZmxITouoFzwxt5Wfb3qBanodwNpX4LCQ1fwvR/WXk/fxfCStukr0qR4Yc3c0j9Ocj74zaPn0j7JJXY7mdFdiUwrKy+eyRW8hdnY9N9KFEZA="
secure: "TpqYB8dBCofefMxh5EWczpgJ8bVnz1jbSGeYNFKX0vLkhQo/Ye... | Remove node version 0.8 due to failing build | Remove node version 0.8 due to failing build
| YAML | mit | terribleplan/Typertext,terribleplan/Typertext |
976f686b7e3021b1f0e9a88ba8e7fd395e700a70 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: generic
compiler:
- gcc
env:
matrix:
- ROS_DISTRO="melodic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
| sudo: required
dist: trusty
language: generic
compiler:
- gcc
env:
matrix:
- ROS_DISTRO="noetic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
| Switch CI to run noetic | Switch CI to run noetic
| YAML | apache-2.0 | rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot |
b4bd8fae929b6069d55769d2d7f9c8d6ae174976 | .travis.yml | .travis.yml | matrix:
include:
- name: Discord
language: python
python: 3.7.3
# Workaround for Python 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
services:
- postgresql
addons:
postgresql: "10"
cache:
pip: true
before_script... | matrix:
include:
- name: Discord
language: python
python: 3.7.3
dist: xenial
# Required for Python 3.7
# https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
# https://github.com/travis-ci/travis-ci/issues/9815
services:
- postgresql
addons... | Update Travis CI configuration comments | Update Travis CI configuration comments
| YAML | mit | Harmon758/Harmonbot,Harmon758/Harmonbot |
997ef19edace7f75a5e4548d1942b6b3b99680d7 | .travis.yml | .travis.yml | sudo: false
os: linux
language: java
env:
global:
- OMNICORE_HOST=https://bintray.com/artifact/download/omni/OmniBinaries
- OMNICORE_RELEASE=omnicore-0.0.11.2-rel
- OMNICORE_FILE=$OMNICORE_RELEASE-linux64.tar.gz
- OMNICORE_HASH=787e5fef50118f59d76128d3a8435efc355b3a18962c3e209a79556e47a48ec4
cache:
direct... | sudo: false
os: linux
language: java
env:
global:
- OMNICORE_HOST=https://bintray.com/artifact/download/omni/OmniBinaries
- OMNICORE_RELEASE=omnicore-0.0.11.2-rel
- OMNICORE_FILE=$OMNICORE_RELEASE-linux64.tar.gz
- OMNICORE_HASH=787e5fef50118f59d76128d3a8435efc355b3a18962c3e209a79556e47a48ec4
cache:
direct... | Build under both OpenJDK 8 & OpenJDK 11 | TravisCI: Build under both OpenJDK 8 & OpenJDK 11
| YAML | apache-2.0 | OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ |
92965f76cfeac82bae7bfa810e0380e2e57e3dd6 | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- nightly
- hhvm
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
# faster builds on new travis setup not using sudo
sudo: false
install:
... | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- nightly
- hhvm
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
# faster builds on new travis setup not using sudo
sudo: false
install:
... | Fix composer TLS exception on PHP 5.3.3 | Fix composer TLS exception on PHP 5.3.3
| YAML | apache-2.0 | j0k3r/php-readability |
ec1d6c899c3c937637e430aa5198685de52b7e59 | .travis.yml | .travis.yml | language: haskell
ghc:
- 7.10
- 7.8
| language: haskell
ghc:
- 7.10
- 7.8
script: "./run-tests"
| Use custom script in Travis CI for a more informative output | Use custom script in Travis CI for a more informative output
| YAML | mit | nadirs/hearts-hs |
a2c85471158ba860280f8d4613f4f338b76f699f | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
gemfile:
- gemfiles/Gemfile-rails4.1.x
- gemfiles/Gemfile-rails4.2.x
- gemfiles/Gemfile-rails5.0.x
- gemfiles/Gemfile-rails5.1.x
- gemfiles/Gemfile-rails_edge
matrix:
allow_failures:
- rvm: 2.2.7
gemfile: gemfiles/Gemfi... | language: ruby
sudo: false
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
gemfile:
- gemfiles/Gemfile-rails4.1.x
- gemfiles/Gemfile-rails4.2.x
- gemfiles/Gemfile-rails5.0.x
- gemfiles/Gemfile-rails5.1.x
- gemfiles/Gemfile-rails_edge
matrix:
allow_failures:
- rvm: 2.2.7
gemfile: gemfiles/Gemfi... | Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | koic/gtm_rails |
c7802d2600c737dc7f7b9ac8639902bac242a2eb | .travis.yml | .travis.yml | nguage: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
script: bundle exec rspec
before_install:
# fixes Travis CI error: NoMethodError: undefined method `spec' for nil:NilClass
- gem install bundler
| nguage: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.5.0
script: bundle exec rspec
before_install:
# fixes Travis CI error: NoMethodError: undefined method `spec' for nil:NilClass
- gem install bundler
| Add JRuby to Travis CI tests | Add JRuby to Travis CI tests
| YAML | mit | biola/turnout,biola/turnout |
c9a587df428d2e8e76389dcc856484e4a7a60ee4 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer update
script:
- cd $TRAVIS_BUILD_DIR
- vendor/bin/phpunit -c test/phpunit.xml --coverage-clover=./build/clover.xml
- vendor/bi... | language: php
php:
- 5.4
- 5.5
- hhvm
matrix:
fast_finish: true
before_script:
- composer self-update
- composer update
script:
- cd $TRAVIS_BUILD_DIR
- vendor/bin/phpunit -c test/phpunit.xml --coverage-clover=./build/clover.xml
- vendor/bin/phpcs --standard=PSR2 -s -p src/
afte... | Remove HHVM from allowed failures | Remove HHVM from allowed failures
| YAML | bsd-3-clause | spiffyjr/spiffy-package |
152c93d83a99b1c599c3f6f4e2d56f6b8a2af79a | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.*
- 2.2.*
gemfile:
- Gemfile
before_script: gem update bundler
| rvm:
- 1.9.3
- 2.0.0
- 2.1.*
- 2.2.*
gemfile:
- Gemfile
before_install: gem update bundler
| Use before_install instead of before_script | Use before_install instead of before_script | YAML | mit | sonots/fluent-plugin-record-reformer |
31be9ce57cb2295928c652cc3b10334281038ef3 | .travis.yml | .travis.yml | language: node_js
node_js:
- 9
- 10
- 11
- 13
script: npm run test-coverage
| language: node_js
node_js:
- 10
- 11
- 12
- 13
script: npm run test-coverage
| Change Node versions for Travis | Change Node versions for Travis
Signed-off-by: Arve Knudsen <ddb1ca96248d128f0719f3f79aee1e346dace4b9@gmail.com>
| YAML | mit | aknuds1/html-to-react,aknuds1/html-to-react |
63c0ac7b3a899cb04de70dbdf410537ba33ebbab | .travis.yml | .travis.yml | language: node_js
dist: trusty
node_js:
- "4"
- "6"
- "7"
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
install:
- npm i -g npm
- npm install
- rvm install 2.3.1
- rvm use 2.3.1
- gem install danger --version '~> 4.0'
before_script:
- ruby -v
script:
- danger
- npm run lint && n... | language: node_js
dist: trusty
node_js:
- "6"
- "7"
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
install:
- npm i -g npm
- npm install
- rvm install 2.3.1
- rvm use 2.3.1
- gem install danger --version '~> 4.0'
before_script:
- ruby -v
script:
- danger
- npm run lint && npm run t... | Stop testing on Node v4 on Travis | Stop testing on Node v4 on Travis
Travis with Node v4 was failing because we're using some ES6 syntax in
the rollup config it doesn't understand. Since styled-components runs in
the browser and developers should be using Node v6 anyway due to the
publishing bug there's no point in testing Node v4, so I've disabled it.... | YAML | mit | JamieDixon/styled-components,styled-components/styled-components,css-components/styled-components,styled-components/styled-components,JamieDixon/styled-components,JamieDixon/styled-components,styled-components/styled-components |
cf09cf3590c3109c4bf62f479c90871c7cfdddb3 | .travis.yml | .travis.yml | language: rust
script:
- rustc --version && cargo --version
- cmake .
- make
- cd lcm-rust/lcm
- cargo build --verbose
- cargo test --verbose
- cd ../lcm-gen
- cargo build --verbose
- cargo test --verbose
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
install:
- wget -qO- http://www.cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz | tar xvz
- sudo cp -fR cmake-3.1.0-Linux-x86_64/* /usr
script:
- cmake .
- make
- cd lcm-rust/lcm
- cargo build --verbose... | Update Travis CI for CMake 3+ | Update Travis CI for CMake 3+ | YAML | lgpl-2.1 | adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm |
f5e6fd1498b0c6117f2d88627831c8c6f403f09b | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- "4.0"
- "4.1"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.11"
- "0.12"
- "4.1"
- "4.2"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/bust... | Update Travis config to latest. Update Travis config to latest. | Update Travis config to latest. Update Travis config to latest.
| YAML | mit | cliffano/bob |
5e466342f7c5eaffc375c00aa0b7ec48795587ae | recipes/bioconductor-flowai/meta.yaml | recipes/bioconductor-flowai/meta.yaml | package:
name: bioconductor-flowai
version: 1.2.9
source:
fn: flowAI_1.2.9.tar.gz
url: http://bioconductor.org/packages/3.3/bioc/src/contrib/flowAI_1.2.9.tar.gz
md5: 1dd66dd6dde1a351bda75a00d6f69a85
build:
skip: True # [osx]
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- bioc... | package:
name: bioconductor-flowai
version: 1.2.9
source:
fn: flowAI_1.2.9.tar.gz
url: http://bioconductor.org/packages/3.3/bioc/src/contrib/flowAI_1.2.9.tar.gz
md5: 1dd66dd6dde1a351bda75a00d6f69a85
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- bioconductor-flowcore
... | Add OS X build for bioconductor-flowai. | Add OS X build for bioconductor-flowai.
| YAML | mit | HassanAmr/bioconda-recipes,npavlovikj/bioconda-recipes,daler/bioconda-recipes,acaprez/recipes,ivirshup/bioconda-recipes,abims-sbr/bioconda-recipes,roryk/recipes,keuv-grvl/bioconda-recipes,rvalieris/bioconda-recipes,chapmanb/bioconda-recipes,omicsnut/bioconda-recipes,peterjc/bioconda-recipes,cokelaer/bioconda-recipes,bl... |
238bbcae575e7d4a462ac858c1f7d02618db3681 | plugins/tripleo-overcloud/validate.yml | plugins/tripleo-overcloud/validate.yml | - name: Perform pre-deployment validations
hosts: localhost
gather_facts: yes
any_errors_fatal: true
tasks:
- name: "Install/Upgrade are mutually exclusive"
fail:
msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive"
when:
- ( install.de... | - name: Perform pre-deployment validations
hosts: localhost
gather_facts: yes
any_errors_fatal: true
tasks:
- name: "Install/Upgrade are mutually exclusive"
fail:
msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive"
when:
- ( install.de... | Revert "Netapp backend job should fail if no netapp backend is available" | Revert "Netapp backend job should fail if no netapp backend is available"
This reverts commit c347c76f0a09b673244b937d3e2fdf5070ef5408.
Change-Id: I05e769cfc71a6359586465507d87a05bb29f2dc9
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
6b125eef6562dca9559e85146616fa344899a094 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "2.6"
env:
- DJANGO=1.3.1
- DJANGO=1.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- python runtests.py
branches:
only:
- master
notifications:
irc: "irc.freenode.org#django-fluent"
email:
recipients:
... | language: python
python:
- "2.7"
- "2.6"
env:
- DJANGO=1.3.1
- DJANGO=1.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- python runtests.py
branches:
only:
- master
notifications:
irc:
channels:
- "irc.freenode.org#django-fluent"
... | Make Travis build notifications profoundly less annoying | Make Travis build notifications profoundly less annoying
| YAML | apache-2.0 | pombredanne/django-fluent-contents,pombredanne/django-fluent-contents,pombredanne/django-fluent-contents,ixc/django-fluent-contents,django-fluent/django-fluent-contents,ixc/django-fluent-contents,django-fluent/django-fluent-contents,django-fluent/django-fluent-contents,jpotterm/django-fluent-contents,jpotterm/django-fl... |
a938edc2f3d172d05e1ec4720649d936952766d8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- 3.0.0
- jruby-9.2.11.0
gemfile:
- gemfiles/Gemfile.activesupport-4.x
- gemfiles/Gemfile.activesupport-5.x
- gemfiles/Gemfile.activesupport-6.x
jobs:
exclude:
- rvm: 2.4.9
gemfile: gemfiles/Gemfile.activesupport-6.x
- rvm: 2.7.0
... | language: ruby
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- 3.0.0
- jruby-9.2.14.0
gemfile:
- gemfiles/Gemfile.activesupport-4.x
- gemfiles/Gemfile.activesupport-5.x
- gemfiles/Gemfile.activesupport-6.x
jobs:
exclude:
- rvm: 2.4.9
gemfile: gemfiles/Gemfile.activesupport-6.x
- rvm: 2.7.0
... | Use latest jruby version for testing | Use latest jruby version for testing
| YAML | mit | Intrepidd/working_hours |
3a298341af22760a547acfddff62ff21fb3daccc | .travis.yml | .travis.yml | language: c
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly libfuse-dev
script:
- make all
- make check
- make examples
| language: c
before_install:
- sudo apt-get update
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O /tmp/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
install:
- tar -C /tmp -zxvf /tmp/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- sudo /tmp/rust-nightly-x86_64-unknown-linux... | Configure Travis-CI to use the official nightly Rust build | Configure Travis-CI to use the official nightly Rust build
| YAML | mit | cuviper/rust-fuse,tkonolige/rust-fuse,lsm/rust-fuse,ziyadparekh/rust-fuse,jroesch/rust-fuse,zargony/rust-fuse,zsiciarz/rust-fuse |
d7cdcf9254418a898b1167ef8995eda81fdc7959 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... | Add buffering to unit tests | Add buffering to unit tests
- Add buffering to unit tests so that output is kept with the output of
the relevant test.
| YAML | apache-2.0 | apel/ssm,apel/ssm,stfc/ssm,stfc/ssm,tofu-rocketry/ssm,tofu-rocketry/ssm |
be0f949c0eeb49466cac1800e41e1eeb5d34ab26 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov codeclimate-test-reporter
script:
- py.test -v --cov=. tests/
after_success:
- codeclimate-test-reporter
notifications:
slack:
secure: QPq14naOvUQjnVZJrSRo6K5oRIBOHiZC7bfEKJxGEYa4Xi0x3o9maNLYtcgw5... | env:
global:
- CC_TEST_REPORTER_ID=1561686e6399317b53a92aaad0550f8b91fe5af312e1f2852ab803ff6fcb6fa9
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov codeclimate-test-reporter
script:
- py.test -v --cov=. tests/
after_success:
- codeclimate-test-... | Apply new coverage report settings at code climate | :hammer: Apply new coverage report settings at code climate
| YAML | mit | tadashi-aikawa/gemini |
b7e0b56d73d8cbc05f0a95143d8443562a404b41 | .travis.yml | .travis.yml | # Allow (faster) Docker builds
sudo: false
language: haskell
before_install:
- git clone https://github.com/galoisinc/ivory
- export IVORY_REPO=$PWD/ivory
install:
- cabal install alex
- cabal install happy
script:
- IVORY_REPO=$IVORY_REPO make $ENV_TEST_TARGET
ghc:
- 7.6
- 7.8
env:
- ENV_TEST_TARGET=t... | # Allow (faster) Docker builds
sudo: false
language: haskell
before_install:
- git clone https://github.com/galoisinc/ivory
- export IVORY_REPO=$PWD/ivory
install:
- cabal install alex
- cabal install happy
script:
- IVORY_REPO=$IVORY_REPO make $ENV_TEST_TARGET
ghc:
- 7.8
env:
- ENV_TEST_TARGET=tower
-... | Drop GHC 7.6 support in tower. | Drop GHC 7.6 support in tower.
We've already dropped it for ivory-tower-stm32 and smaccmpilot, and now
tower-hal doesn't build on 7.6 due to what looks suspiciously like a
compiler bug. Give up and go home.
| YAML | bsd-3-clause | GaloisInc/tower |
6dc21528a25baf79f918d28444a7339de3813ba1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.10.0
script:
- bundle exec rake ci
sudo: false
cache: bundler
| language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0
sudo: false
cache: bundler
before_install: gem update --system
script: bundle exec rake ci
| Test against latest rubies on Travis | Test against latest rubies on Travis
| YAML | mit | yujinakayama/guard-rubocop |
905bdf56aa61b900139ec32d594fc59a4c3bcd22 | .travis.yml | .travis.yml | language: c
script: make test
branches:
only:
- gh-pages
notifications:
irc:
channels:
- "chat.freenode.net#selenium"
on_success: change
on_failure: always
template:
- "%{repository} (%{commit}): %{message}"
- "Build details: %{build_url}"
| language: c
script: make test
branches:
only:
- gh-pages
notifications:
irc:
channels:
- "chat.freenode.net#selenium"
on_success: change
on_failure: always
template:
- "%{repository} (%{commit}): %{message}"
- "Build details: %{build_url}"
sudo: false
| Switch to container based builds (implied by "sudo: false") | Switch to container based builds (implied by "sudo: false")
| YAML | apache-2.0 | AJ-72/docs,AJ-72/docs,SeleniumHQ/docs,User253489/docs,SeleniumHQ/docs,User253489/docs,AJ-72/docs,SeleniumHQ/docs,User253489/docs |
bc79c580eaf370345cec98b49b35ed220d5b7348 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- "pip install ."
branches:
except:
- "getnib"
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
script:
- "pip install ."
matrix:
allow_failures:
- python: "2.6"
- python: "pypy"
| Add pypy and allow 2.6 & pypy builds to fail | Add pypy and allow 2.6 & pypy builds to fail
| YAML | mit | jreese/nib |
2680d014f3cf233b34f8c740b8a7ec1b9f06ea8b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.2.3
- 2.2.1
before_install: gem install bundler -v 1.10.6
| Add Ruby 2.2.1 to Travis | Add Ruby 2.2.1 to Travis
| YAML | mit | ChuckJHardy/cloudscrape-client-ruby,ChuckJHardy/cloudscrape-client-ruby,cloudscrape/cloudscrape-client-ruby,cloudscrape/cloudscrape-client-ruby |
e9bbf39fc5843dd8c07c0ece66ff76c380bc6398 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
install:
- pip install -e .[dev]
script:
- cd ..
- py.test --ignore tangled/tangled/__main__.py --ignore tangled/setup.py tangled/tangled
| language: python
python:
- "3.3"
install:
- pip install -e .[dev]
script:
- cd ..
- >
py.test
--ignore tangled/setup.py
--ignore tangled/tangled/__main__.py
--cov tangled/tangled
--doctest-modules
tangled/tangled
| Add coverage and doc testing to Travis CI config | Add coverage and doc testing to Travis CI config
| YAML | mit | TangledWeb/tangled |
76f647ecfe9d43a1d7fcf5e63642b73ab215e709 | packages/po/polynomial.yaml | packages/po/polynomial.yaml | homepage: https://github.com/mokus0/polynomial
changelog-type: ''
hash: 26166a9a976cbf6331b875675575171883b29cb089422f2ccd14133521c7b708
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=3 && <5'
vector-space: -any
test-framework-quickcheck2: -any
HUnit: ==1.2.*
polynomial: -any
... | homepage: https://github.com/mokus0/polynomial
changelog-type: ''
hash: 3286ba3663bae84bc6c2595cce625b62feb6c8b1c0d89b8b999b7f0a9374c1b2
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=3 && <5'
vector-space: -any
test-framework-quickcheck2: -any
HUnit: ==1.2.*
polynomial: -any
... | Update from Hackage at 2019-05-06T09:04:10Z | Update from Hackage at 2019-05-06T09:04:10Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
54d091efb693f647b9a1232c0e106aca9ef7ed35 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
gemfile:
- gemfiles/jekyll_2.gemfile
- gemfiles/jekyll_3.gemfile
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
gemfile:
- gemfiles/jekyll_2.gemfile
- gemfiles/jekyll_3.gemfile
matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/jekyll_3.gemfile
| Exclude ruby 1.9.3 from Jekyll 3 | Exclude ruby 1.9.3 from Jekyll 3 | YAML | mit | jeremy/jekyll-assets,jekyll/jekyll-assets,jekyll/jekyll-assets,mattbeedle/jekyll-assets,jekyll-assets/jekyll-assets,jekyll/jekyll-assets,jeremy/jekyll-assets,zhelezko/jekyll-assets,zhelezko/jekyll-assets,mattbeedle/jekyll-assets,mattbeedle/jekyll-assets,jeremy/jekyll-assets,jekyll-assets/jekyll-assets,mattbeedle/jekyll... |
00ec0acdef24019576e845c8e125aa537dcb18b0 | .travis.yml | .travis.yml | sudo: required
language: python
python:
- '3.8'
- '3.7'
- '3.6'
services:
- docker
before_install:
- docker version
- docker pull rocket.chat:latest
- pip install docker-compose
- pip install codecov pytest-cov pytest-flakes pytest-pep8
- docker-compose -f docker-compose-test-server.yml up -d
script:
- docker ps
-... | sudo: required
language: python
python:
- '3.8'
- '3.7'
- '3.6'
services:
- docker
before_install:
- docker version
- docker pull rocket.chat:latest
- pip install docker-compose
- pip install codecov pytest-cov pytest-flakes pytest-pep8
- docker-compose -f docker-compose-test-server.yml up -d
script:
- docker ps
-... | Remove the need for a tagged commit to deploy It won't deploy a new version unless setup.py is updated | Remove the need for a tagged commit to deploy
It won't deploy a new version unless setup.py is updated
| YAML | mit | jadolg/rocketchat_API |
1a5118956a938e339f5b3558c98fb78985cc083c | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
# - "0.8"
# - "0.6"
# - "0.4"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
| language: "node_js"
node_js:
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
# - "0.8"
# - "0.6"
# - "0.4"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
sudo: false
| Migrate to container-based infrastructure on Travis CI. | Migrate to container-based infrastructure on Travis CI.
| YAML | mit | jaredhanson/node-tokens |
0ca985dcbac9d04f20fcfc556210071760496974 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
env:
- XAMARIN_DEVICES_ID_PR=9f82ba1c
- XAMARIN_DEVICES_ID_CRON=67582786
before_script: "./scripts/add-keys.sh"
after_script: "./scripts/remove-key.sh"
script:
- "./scripts/buildPrebidMobile.sh"
- "./scripts/testPrebidMobile.sh"
| language: objective-c
osx_image: xcode8
env:
- XAMARIN_DEVICES_ID_PR=9f82ba1c XAMARIN_DEVICES_ID_CRON=67582786
before_script: "./scripts/add-keys.sh"
after_script: "./scripts/remove-key.sh"
script:
- "./scripts/buildPrebidMobile.sh"
- "./scripts/testPrebidMobile.sh"
| Put env variables on the same line | Put env variables on the same line
| YAML | apache-2.0 | prebid/prebid-mobile-ios,prebid/prebid-mobile-ios,prebid/prebid-mobile-ios,prebid/prebid-mobile-ios,prebid/prebid-mobile-ios,prebid/prebid-mobile-ios,prebid/prebid-mobile-ios |
add20257233c7743599de7f294c0989e8ced4154 | .travis.yml | .travis.yml | rvm:
- 2.2.9
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
addons:
firefox: latest
# whitelist
branches:
only:
- master
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_4_2.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm... | rvm:
- 2.2.9
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
addons:
firefox: latest
# whitelist
branches:
only:
- master
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_4_2.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm... | Fix a build error for Ruby 2.2 matrix on Travis CI | Fix a build error for Ruby 2.2 matrix on Travis CI
## Summary
Fix a build error for Ruby 2.2 matrix on Travis CI.
## Details
This PR fixes the following build error.
```console
$ gem update --system
Updating rubygems-update
Fetching: rubygems-update-3.0.1.gem (100%)
ERROR: Error installing rubygems-update:
... | YAML | mit | cucumber/cucumber-rails,cucumber/cucumber-rails,cucumber/cucumber-rails |
65f7376a213e8887b09c3f57df7ff3ba64359842 | .travis.yml | .travis.yml | language: python
python:
- pypy
- pypy3
- 3.5
- 2.7
- 3.4
- 3.3
- 3.2
- 2.6
sudo: false
# whitelist
# gh-pages is otherwise ignored by Travis CI
# Use a regex to whitelist gh-pages and all branches
branches:
only:
- /.*/
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == "pyp... | language: python
python:
- pypy
- pypy3
- 3.5
- 2.7
- 3.4
- 3.3
- 3.2
- 2.6
sudo: false
# whitelist
# gh-pages is otherwise ignored by Travis CI
# Use a regex to whitelist gh-pages and all branches
branches:
only:
- /.*/
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == "pyp... | Allow pyflakes to return error and fail build | Allow pyflakes to return error and fail build
| YAML | mit | hugovk/wordnik-tools,hugovk/wordnik-tools |
bc84bb62c95657396a4ba337816a06f5352af812 | .travis.yml | .travis.yml | language: ruby
gemfile:
- Gemfile
script:
- bundle exec rspec
rvm:
- ruby-head
- 2.1.0
- 2.0.0
| language: ruby
gemfile:
- Gemfile
script:
- bundle exec rspec
rvm:
- ruby-head
- 2.3.1
- 2.2.5
- 2.1.10
- 2.0.0
| Make Travis use latest versions of Ruby | Make Travis use latest versions of Ruby
| YAML | mit | mwoods79/rippersnapper |
851b5cd7c63cba3dbf1bd1dc9175c7757d498d01 | .travis.yml | .travis.yml | language: python
sudo: required
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pep8
# command to run tests
script:
- pep8 appknox
| language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pep8
# command to run tests
script:
- pep8 appknox
before_install:
- echo -e "Host *... | Remove sudo and add ways to build | Remove sudo and add ways to build
| YAML | mit | appknox/appknox-python,appknox/appknox-python |
afacd15d1271ca31638ddc241f3e49ab2bdc94bb | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '14'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| Build with Node.js 14 at Travis CI. | Build with Node.js 14 at Travis CI.
See #31.
| YAML | mit | bigeasy/cliffhanger |
89347b02f78699511b087699cd3daf6790ad5026 | .travis.yml | .travis.yml | language: go
go:
- 1.7beta2
install:
- go get -u golang.org/x/tools/cmd/goimports
script:
- go get -d -t ./...
- go test ./...
- >
goimports -d -e ./ | grep '.*' && { echo; echo "Aborting due to non-empty goimports output."; exit 1; } || :
| language: go
go:
- 1.7rc1
install:
- go get -u golang.org/x/tools/cmd/goimports
script:
- go get -d -t ./...
- go test ./...
- >
goimports -d -e ./ | grep '.*' && { echo; echo "Aborting due to non-empty goimports output."; exit 1; } || :
| Update Travis to go 1.7rc1 | Update Travis to go 1.7rc1 | YAML | mit | pressly/chi,go-chi/chi |
a6383ae61d4dd963afa6d6492cf3c9ebc2d7b619 | .travis.yml | .travis.yml | language: java
sudo: true
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
services:
- docker
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
before_install:
# We have to cha... | language: java
sudo: true
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
services:
- docker
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
before_install:
# We have to cha... | Add git attribute check on Travis | Add git attribute check on Travis
| YAML | bsd-2-clause | marcjansen/mapfish-print,marcjansen/mapfish-print,mapfish/mapfish-print,mapfish/mapfish-print,marcjansen/mapfish-print,mapfish/mapfish-print,mapfish/mapfish-print,marcjansen/mapfish-print,mapfish/mapfish-print |
fb4fcd61d543707a52acfcea5a98d53cf137c4ec | example_proxy.yaml | example_proxy.yaml | ---
debug: true
enable_profiling: false
http_address: "localhost:8127"
# How often to refresh from Consul's healthy nodes
consul_refresh_interval: "30s"
# This field is deprecated - use ssf_destination_address instead!
stats_address: "localhost:8125"
# The address to which to send SSF spans and metrics - this is the... | ---
debug: true
enable_profiling: false
http_address: "localhost:8127"
# How often to refresh from Consul's healthy nodes
consul_refresh_interval: "30s"
# This field is deprecated - use ssf_destination_address instead!
stats_address: "localhost:8125"
# The address to which to send SSF spans and metrics - this is the... | Use the default SSF port | Use the default SSF port
| YAML | mit | gphat/veneur,stripe/veneur,gphat/veneur,evanj/veneur,evanj/veneur,gphat/veneur,stripe/veneur,evanj/veneur |
7cb211c87439cfc6aeba91a1c525167777111e33 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
script: bundle exec rake
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
script: bundle exec rake
| Drop support for ruby 1.9.2 | Drop support for ruby 1.9.2
| YAML | mit | zuzmo/vega_server_ruby,vega-webrtc/vega_server_ruby |
19d6bebf8e4ea48e763ef7066cd9420c24b2cb75 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
script: "npm run-script travis"
| language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
script: 'npm run-script travis'
| Test with node.js 10 instead of 9 | Travis: Test with node.js 10 instead of 9
| YAML | bsd-3-clause | papandreou/node-pngcrush |
3b11722adba197d564c6268eb79e3a58f1a1a57e | .travis.yml | .travis.yml | language: objective-c
before_install:
- gem install ios_ci
- gem install cocoapods --no-document --quiet
- brew install ios-sim
- cd Example
script: ios_ci cedar --source-root $TRAVIS_BUILD_DIR/Example --workspace DTCollectionViewManagerExample.xcworkspace --scheme CedarUnitTests --build-path Build/Pr... | language: objective-c
before_install:
- gem install ios_ci --no-document --quiet
- gem install cocoapods --no-document --quiet
- brew install ios-sim
- cd Example
script: ios_ci cedar --source-root $TRAVIS_BUILD_DIR/Example --workspace DTCollectionViewManagerExample.xcworkspace --scheme CedarUnitTests... | Add silent install to test runner | Add silent install to test runner | YAML | mit | DenHeadless/DTCollectionViewManager,KimBin/DTCollectionViewManager,DenHeadless/DTCollectionViewManager,KimBin/DTCollectionViewManager,KimBin/DTCollectionViewManager,DenHeadless/DTCollectionViewManager |
5d661cf877397155f5573c577d3d94f21ae5923c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 2.0.0
| Add Ruby2.0.0 build in Travis-ci, and allowed to fail | Add Ruby2.0.0 build in Travis-ci, and allowed to fail
| YAML | mit | stitchfix/resque,delectable/resque,lileeyao/resque,fmitech/resque,l4u/resque,begriffs/resque,ktheory/resque,rutikasb/resque,l4u/resque,redhotpenguin/resque,delectable/resque,lukeasrodgers/resque,ducthanh/resque,igorjancic/resque,lukeasrodgers/resque,lileeyao/resque,bhighley/resque,igorjancic/resque,timo-p/resque,boneko... |
622f1796665a936a62d5600421ac0686d7de0156 | .travis.yml | .travis.yml | language: python
cache: pip
sudo: false
install:
- pip install tox
script: tox
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: p... | language: python
cache: pip
sudo: false
install:
- pip install tox
script: tox
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
notifications:
email:
- lhinds@protonmail.com
... | Align with tox.ini python versions | Align with tox.ini python versions
| YAML | apache-2.0 | chair6/bandit |
fa6136f3224b85fd767b1bd98427e1e4eab21419 | metadata/io.github.phora.aeondroid.yml | metadata/io.github.phora.aeondroid.yml | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/phora/AeonDroid
IssueTracker: https://github.com/phora/AeonDroid/issues
AutoName: AeonDroid
Description: |-
Planetary hours and astrological transit app. Also keeps track of Void of Course
moons and moon phases.
RepoType: git
Repo: http... | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/phora/AeonDroid
IssueTracker: https://github.com/phora/AeonDroid/issues
AutoName: AeonDroid
Description: |-
Planetary hours and astrological transit app. Also keeps track of Void of Course
moons and moon phases.
RepoType: git
Repo: http... | Update CV of AeonDroid to 1.0.3 (4) | Update CV of AeonDroid to 1.0.3 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
30acb1ad7fa8dccd48d9301a1eeda60c3a4da83a | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get install libpoco-dev
notifications:
email: false
irc:
channels:
- "irc.badnik.net#pso2"
on_success: change
on_failure: always
script: cmake . && make
| language: cpp
compiler:
- gcc
- clang
before_install:
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- sudo apt-get update -qq
install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- su... | Install a gcc that actually works with C++11 | Travis: Install a gcc that actually works with C++11
| YAML | agpl-3.0 | PolarisTeam/PolarisLegacy,PolarisTeam/PolarisLegacy |
dcc35afcf3086b8ca741dddb61f47664f16f05e8 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.3'
- '3.4'
before_install:
- sudo add-apt-repository ppa:texlive-backports/ppa -y
- sudo apt-get update
install:
- wget https://launchpad.net/awkwardduet/1.1/1.1a4/+download/awkwardduet-1.1a4.tar.gz
- tar -xzvf awkwardduet-1.1a4.tar.gz
- cd awkwarddu... | language: python
python:
- '2.7'
- '3.3'
- '3.4'
before_install:
- sudo add-apt-repository ppa:texlive-backports/ppa -y
- sudo apt-get update
install:
- wget https://launchpad.net/awkwardduet/1.1/1.1a4/+download/awkwardduet-1.1a4.tar.gz
- tar -xzvf awkwardduet-1.1a4.tar.gz
- cd awkwarddu... | Add python3 setuptools to install | Travis: Add python3 setuptools to install
| YAML | mit | votti/PyLaTeX,JelteF/PyLaTeX,sebastianhaas/PyLaTeX,sebastianhaas/PyLaTeX,jendas1/PyLaTeX,JelteF/PyLaTeX,jendas1/PyLaTeX,bjodah/PyLaTeX,ovaskevich/PyLaTeX,bjodah/PyLaTeX,ovaskevich/PyLaTeX,votti/PyLaTeX |
8abda32f8b75c442846fe9ea454bf9feea3ec05c | .travis.yml | .travis.yml | language: python
python:
- "3.4"
sudo: false
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r dev-requirements.txt"
- "curl -L https://github.com/coreos/etcd/releases/download/v0.4.6/etcd-v0.4.6-linux-amd64.tar.gz -o etcd-v0.4.6-linux-amd64.tar.gz"
- "tar xzv... | language: python
python:
- "3.4"
sudo: false
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r dev-requirements.txt"
- "curl -L https://github.com/coreos/etcd/releases/download/v0.4.6/etcd-v0.4.6-linux-amd64.tar.gz -o etcd-v0.4.6-linux-amd64.tar.gz"
- "tar xzv... | Send notification to development orchestrator | Send notification to development orchestrator
| YAML | mit | totem/config,totem/config |
ad4548fbf7c054844c11a20b12e30706e0c5d4e7 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.0.4
- 1.4
otp_release:
- 17.4
- 18.3
- 19.3
- 20.0
env:
- WEBDRIVER=phantomjs
matrix:
exclude:
- elixir: 1.0.4
otp_release: 18.3
- elixir: 1.0.4
otp_release: 19.3
- elixir: 1.0.4
otp_release: 20.0
- elixir: 1.4
otp_release: 17.4
... | language: elixir
elixir:
- 1.0.4
- 1.4
- 1.5
- 1.6
otp_release:
- 17.4
- 18.3
- 19.3
- 20.3
- 21.0
env:
- WEBDRIVER=phantomjs
matrix:
exclude:
- elixir: 1.0.4
otp_release: 18.3
- elixir: 1.0.4
otp_release: 19.3
- elixir: 1.0.4
otp_release: 20.3
- elixir: 1.0.4
... | Add Travis for Elixir 1.5, 1.6 and OTP 21 | Add Travis for Elixir 1.5, 1.6 and OTP 21
| YAML | mit | HashNuke/hound,HashNuke/hound |
374e29307e3a3c9035fb58cea67c09c7af61defa | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode9
# cache: cocoapods
# podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=E... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode10
# cache: cocoapods
# podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=... | Update Travis CI setting to use xcode10 image | Update Travis CI setting to use xcode10 image
| YAML | mit | hironytic/Eventitic,hironytic/Eventitic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.