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 |
|---|---|---|---|---|---|---|---|---|---|
51a0bc25e64de9a7f5a0ffeb70a9a53b87b0a92f | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: CI deploy
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup python for test ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Add poetry
uses: abatilo/actions-poetry@v2.1.3
... | name: CI deploy
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup python for test ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Add poetry
uses: abatilo/actions-poetry@v2.1.3
... | Fix release job on filter | Fix release job on filter
| YAML | bsd-3-clause | thorgate/django-esteid,thorgate/django-esteid,thorgate/django-esteid |
142dc5ac157af056e3d52f5ea98de4b8d80c449c | pubspec.yaml | pubspec.yaml | name: intl_translation
version: 0.17.8-dev
author: Dart Team <misc@dartlang.org>
description: >-
Contains code to deal with internationalized/localized messages,
date and number formatting and parsing, bi-directional text, and
other internationalization issues.
homepage: https://github.com/dart-lang/intl_transla... | name: intl_translation
version: 0.17.8
author: Dart Team <misc@dartlang.org>
description: >-
Contains code to deal with internationalized/localized messages,
date and number formatting and parsing, bi-directional text, and
other internationalization issues.
homepage: https://github.com/dart-lang/intl_translation... | Update analyzer dependency and bump to 0.17.8 | Update analyzer dependency and bump to 0.17.8
PiperOrigin-RevId: 288368494
| YAML | bsd-3-clause | dart-lang/intl_translation,dart-lang/intl_translation |
537b2746c5fa2d754806c20c7898d62b7d485eb5 | pubspec.yaml | pubspec.yaml | name: react
version: 3.4.4
author: Clean Team <clean@vacuumlabs.com>
description: Bindings of the ReactJS library for building interactive interfaces.
homepage: http://cleandart.github.io/react-dart/
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
browser: '>=0.9.0 <0.11.0'
js: '^0.6.0'
dev_dependencies:
test... | name: react
version: 3.4.4
author: Clean Team <clean@vacuumlabs.com>
description: Bindings of the ReactJS library for building interactive interfaces.
homepage: http://cleandart.github.io/react-dart/
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
browser: '>=0.9.0 <0.11.0'
js: '^0.6.0'
dev_dependencies:
test... | Add transformer so tests can be run in DDC using `--pub-serve` flag | Add transformer so tests can be run in DDC using `--pub-serve` flag
| YAML | bsd-2-clause | cleandart/react-dart,cleandart/react-dart,cleandart/react-dart,cleandart/react-dart |
25f4e706239805549f8c874af089dc47e2b562a4 | pubspec.yaml | pubspec.yaml | name: dartson
version: 0.2.5
author: Eric Schneller <eric@schnellers.name>
description: Dartson is a Dart library that can be used to convert Dart objects into a JSON string. It uses dart:mirrors reflection to rebuild the schema. It also works in dart2js using code transformers.
homepage: https://github.com/eredo/darts... | name: dartson
version: 0.2.5
author: Eric Schneller <eric@schnellers.name>
description: Dartson is a Dart library that can be used to convert Dart objects into a JSON string. It uses dart:mirrors reflection to rebuild the schema. It also works in dart2js using code transformers.
homepage: https://github.com/eredo/darts... | Update analyzer dependency for broader compatibility (incl Polymer 1.0 RC11+) | Update analyzer dependency for broader compatibility (incl Polymer 1.0 RC11+)
| YAML | mit | gerald24/dartson,eredo/dartson,gerald24/dartson,gerald24/dartson,eredo/dartson |
cf0cac846c9468c92b80a17e1560eb91c8873f6c | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Server Build & Push
on:
push:
branches: [master]
paths:
- "server/**"
- "app/**"
- "helpers/**"
- "internals/**"
- "seeders/**"
- docker-compose.prod.yml
- Dockerfile
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo... | name: Server Build & Push
on:
workflow_dispatch:
push:
branches: [master]
paths:
- "server/**"
- "app/**"
- "helpers/**"
- "internals/**"
- "seeders/**"
- docker-compose.prod.yml
- Dockerfile
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- na... | Add workflow dispatch to github actions | Add workflow dispatch to github actions
| YAML | mit | ScoutingIJsselgroep/Jotihunt,ScoutingIJsselgroep/Jotihunt,ScoutingIJsselgroep/Jotihunt |
ab2879bc310e5f9c32191a849f79f0d08919cccb | circle.yml | circle.yml | machine:
node:
version: 6.9.1
deployment:
production:
branch: master
commands:
- ./bin/deploy.sh
| machine:
node:
version: 6.9.1
services:
- docker
deployment:
production:
branch: master
commands:
- ./bin/deploy.sh
| Add Docker to CirceCI services | [Infra] Add Docker to CirceCI services
| YAML | mit | weblabhq/fillo,weblabhq/fillo |
a9728f7c41b41eef2dc8068859f74e0641576ce1 | .github/workflows/heroku.yml | .github/workflows/heroku.yml | name: Heroku
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install databases
run: sudo ... | name: Heroku
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install databases
run: sudo ... | Fix Heroku Github workflow checkout | Fix Heroku Github workflow checkout
| YAML | agpl-3.0 | adelq/pennfoodtrucks,adelq/pennfoodtrucks,adelq/pennfoodtrucks |
e4fcb77f9cc4b62484123547806b9c242bc05a06 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: build
on:
push:
branches:
- master
# Run tests for any PRs.
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: build
on:
push:
branches:
- master
# Run tests for any PRs.
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | Update actions/setup-node action to v2.2.0 | Update actions/setup-node action to v2.2.0
| YAML | mit | frozzare/is-personnummer,personnummer/js,personnummer/js |
9ff60ea49ebee03860238bb665939a9508b5ec27 | circle.yml | circle.yml | dependencies:
override:
- bundle install
- npm install -g sassdoc
general:
branches:
ignore:
- gh-pages
machine:
node:
version: 6.9.5
test:
override:
- bundle exec rake
post:
- sassdoc core/ --parse --verbose --strict
| dependencies:
override:
- bundle install
- npm install -g sassdoc@2.2.0
general:
branches:
ignore:
- gh-pages
machine:
node:
version: 6.9.5
test:
override:
- bundle exec rake
post:
- sassdoc core/ --parse --verbose --strict
| Set a version for SassDoc | Set a version for SassDoc
| YAML | mit | thoughtbot/bourbon,Jazz-Man/bourbon,thoughtbot/bourbon,Jazz-Man/bourbon |
9680e9431350b1d8d140be126dc92eacca14f1b7 | circle.yml | circle.yml | machine:
node:
version: 4.4.5
dependencies:
cache_directories:
- /home/ubuntu/nvm/versions/node/v4.4.5/bin
- /home/ubuntu/nvm/versions/node/v4.4.5/lib/node_modules
override:
- npm install
- bower install
- npm rebuild node-sass
deployment:
production:
branch: master
commands:
... | machine:
node:
version: 4.4.5
dependencies:
cache_directories:
- /home/ubuntu/nvm/versions/node/v4.4.5/bin
- /home/ubuntu/nvm/versions/node/v4.4.5/lib/node_modules
override:
- npm install -g bower
- npm install
- bower install
- npm rebuild node-sass
deployment:
production:
branc... | Add bower back in, this is needed | Add bower back in, this is needed
| YAML | mit | code-corps/code-corps-ember,eablack/code-corps-ember,eablack/code-corps-ember,jderr-mx/code-corps-ember,code-corps/code-corps-ember,jderr-mx/code-corps-ember |
22364ce7a045525372a19c1686c94e93c1d9383e | circle.yml | circle.yml | machine:
java:
version: openjdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23
- echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
t... | machine:
java:
version: openjdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23
- echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
t... | Use fb-adb instead of adb | Use fb-adb instead of adb
| YAML | mit | alexander255/KISS |
f087154de4dcb2267e46bb3b7075c99dac351914 | circle.yml | circle.yml | general:
branches:
ignore:
- gh-pages
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- circleci/get-latest-chrome.sh
- yarn global add npm
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn te... | general:
branches:
ignore:
- gh-pages
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- circleci/get-latest-chrome.sh
- yarn global add npm
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn te... | Add demo deployment to CircleCI | Add demo deployment to CircleCI
In order to simplify life we want to automatically publish the latest
HEAD of master to the project's gh-pages branch to show off the work.
| YAML | mit | bryanstephens/vue-tic-tac-toe,bryanstephens/vue-tic-tac-toe,bryanstephens/vue-tic-tac-toe |
7e9075f11fd8797ba47cc31e73399e62a61a6b41 | circle.yml | circle.yml | machine:
node:
version: 4.3.0
test:
override:
- exit 0
deployment:
dev:
branch: develop
commands:
- npm run deploy-dev
prod:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm run deploy-prod
| machine:
node:
version: 8.10.0
dependencies:
post:
- npm run lint
test:
override:
- exit 0
deployment:
dev:
branch: develop
commands:
- npm run deploy-dev
prod:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm run deploy-prod
| Update Node version in CircleCI | Update Node version in CircleCI
| YAML | mit | zeplin/zeplin-html-to-pdf |
cd50c7e207f705541e845281e57073858f48af2f | packages/ha/haskus-utils-types.yaml | packages/ha/haskus-utils-types.yaml | homepage: http://www.haskus.org
changelog-type: ''
hash: 4afd7e29d1ed436098d65ed09242cd1ec72bad20a867c1c3c60a074e4b1d5f07
test-bench-deps:
base: -any
doctest: ! '>=0.16'
maintainer: sylvain@haskus.fr
synopsis: Haskus types utility modules
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '1.0'
- '1.... | homepage: https://www.haskus.org
changelog-type: ''
hash: 8f5ddbe1cd1c654e5cfaa6da1f12bd8d71e2d41216475d1a0dfd5590e5e68b1c
test-bench-deps:
base: ! '>=4.9 && <5'
doctest: ! '>=0.16'
maintainer: sylvain@haskus.fr
synopsis: Haskus types utility modules
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
-... | Update from Hackage at 2019-12-21T11:13:45Z | Update from Hackage at 2019-12-21T11:13:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7f76a3c235f086ab9a6742f3cc1b5ce154779b82 | scripts/ci/deploy_cf.build.yml | scripts/ci/deploy_cf.build.yml | ---
platform: linux
image: docker:///cloudfoundry/diego-pipeline
inputs:
- name: cf-release
- name: deployments-runtime
params:
BOSH_PASSWORD: ~
BOSH_TARGET: ~
BOSH_USER: ~
ENVIRONMENT_NAME: ~
INFRASTRUCTURE: ~
run:
path: diego-release/scripts/ci/deploy_cf
| ---
platform: linux
image: docker:///cloudfoundry/diego-pipeline
inputs:
- name: cf-release
- name: deployments-runtime
- name: diego-release
params:
BOSH_PASSWORD: ~
BOSH_TARGET: ~
BOSH_USER: ~
ENVIRONMENT_NAME: ~
INFRASTRUCTURE: ~
run:
path: diego-release/scripts/ci/deploy_cf
| Add diego-release back as an input | Add diego-release back as an input
Signed-off-by: Matt Royal <6463362714fdee6ae948b4a582165edffac2664e@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release |
5655676a6f11820e802d0f31e3efa8f54a05f0dd | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "5"
- "6"
- "iojs"
before_install:
- npm install -g npm
before_script:
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
matrix:
fast_finish: true
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "5"
- "6"
- "7"
- "8"
- "iojs"
before_install:
- npm install -g npm
before_script:
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
matrix:
fast_finish: true
| Add Node.js v7 and v8 to Travis CI | Add Node.js v7 and v8 to Travis CI
| YAML | mit | paladox/grunt |
a728eefa5b204fbe82319e919d6b94c92129f447 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- tip
| language: go
go:
- 1.3
- 1.4
- tip
before_install:
- go get github.com/golang/lint/golint
script:
- golint
- go test -v
| Add golint to Travis build | Add golint to Travis build
| YAML | mit | ggilder/bitrot |
3891180e8bef7e54a83eaa77a5eae555176fc9c5 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rspec"
bundler_args: "--without extras"
rvm:
- "1.9.3"
- "jruby-19mode"
| language: ruby
script: "bundle exec rspec"
bundler_args: "--without extras"
rvm:
- "2.1.0"
- "1.9.3"
- "jruby-19mode"
| Add Ruby 2.1 to the Travis targets | Add Ruby 2.1 to the Travis targets
| YAML | mit | antw/iniparse |
3616efd3dbccbe2aab13ac7c68a082dbbe5109d6 | .travis.yml | .travis.yml | dist: trusty
language: php
matrix:
allow_failures:
- php: nightly
include:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
- php: hhvm-nightly
- php: nightly
before_script:
- bash tests/before_script.sh
script:
- bash tests/script.sh
| language: php
matrix:
allow_failures:
- php: nightly
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: trusty
- php: 7.0
dist: trusty
- php: 7.1
dist: trusty
- php: hhvm
dist: trusty
- php... | Use Trusty for all builds except PHP 5.3 | Use Trusty for all builds except PHP 5.3
PHP 5.2 and PHP 5.3 are not supported on Travis CI:
"If you need PHP 5.2 or 5.3, please use Precise."
| YAML | unlicense | php-curl-class/php-curl-class,php-curl-class/php-curl-class,zachborboa/php-curl-class,zachborboa/php-curl-class,zachborboa/php-curl-class,php-curl-class/php-curl-class |
b165b20d3036e527e3a567a211f74db8c9197149 | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "iojs"
- "0.12"
- "0.10"
| language: node_js
node_js:
- "node"
- "iojs"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
| Add modern node.js versions to Travis CI | Add modern node.js versions to Travis CI | YAML | mit | benjaminoakes/moment-strftime |
c7f6cddf53c12a9cad7068b6cb586e920a21ac42 | .travis.yml | .travis.yml | language: erlang
notifications:
email:
- hello@alind.io
otp_release:
- 19.2
- 18.3
- 17.5
- R16B03-1
- R15B03
before_script: "make get-deps"
script: "make test"
| language: erlang
notifications:
email:
- hello@alind.io
otp_release:
- 20.0
- 19.3
- 18.3
- 17.5
- R16B03-1
- R15B03
before_script: "make get-deps"
script: "make test"
| Use latest Erlang versions on Travis | Use latest Erlang versions on Travis
| YAML | apache-2.0 | apache/couchdb-meck,kivra/meck,eproxus/meck |
e43d0dc09394de91d28bb1f289849b6a73d0d01d | .travis.yml | .travis.yml | import: Activiti/activiti-scripts:.travis.java.yml@master
stages:
- name: verify
- name: tag_deploy_updatebot
if: type != pull_request
jobs:
include:
- name: Verify build
stage: verify
script:
- mvn verify -B
- name: Create a tag deploy to nexus run updatebot
stage: tag_deploy_updatebot
scri... | import:
- source: Activiti/activiti-scripts:.travis.java.yml@master
- source: Activiti/activiti-scripts:.travis.maven_cache_repo_no_snapshots.yml@master
stages:
- name: verify
- name: tag_deploy_updatebot
if: type != pull_request
jobs:
include:
- name: Verify build
stage: verify
script:
- mvn veri... | Enable cache for Maven repository | Enable cache for Maven repository
| YAML | apache-2.0 | Activiti/Activiti,Activiti/Activiti |
d76760ffb9e4aa7a2889881d6bd6917e0f44c9ef | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
after_script:
- npm run coveralls
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message} %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
webhooks:
urls:
- https://webhooks.gitter.... | language: node_js
node_js:
- "7"
after_script:
- npm run coveralls
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message} %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
webhooks:
urls:
- https://webhooks.gitter.im/... | Update Node version on Travis and reduce verbosity | Update Node version on Travis and reduce verbosity
| YAML | mit | bionode/bionode-ncbi |
5b0c3cad90d0876477ceb4e4bea0808d4ac94675 | .travis.yml | .travis.yml | language: c
env:
global:
- EnableNuGetPackageRestore=true
install:
- sudo add-apt-repository ppa:directhex/monoxide -y
- sudo apt-get update
- sudo apt-get install mono-devel mono-gmcs
script:
- xbuild
- chmod +x .ci/xunit.sh
- ./.ci/xunit.sh Spatial4n.Tests/bin/Debug/Spatial4n.Tests.dll
| language: c
env:
global:
- EnableNuGetPackageRestore=true
install:
- sudo add-apt-repository ppa:directhex/monoxide -y
- sudo apt-get update
- sudo apt-get install mono-devel mono-gmcs
- mozroots --import --sync
script:
- xbuild
- chmod +x .ci/xunit.sh
- ./.ci/xunit.sh Spatial4n.Tests/bin/Debug/Spati... | Make sure we can bring nuget packages in Mono | Make sure we can bring nuget packages in Mono | YAML | apache-2.0 | NightOwl888/Spatial4n,NightOwl888/Spatial4n,synhershko/Spatial4n,synhershko/Spatial4n |
4b4e053328d177715dc379738b421cf40d141655 | .travis.yml | .travis.yml | language: python
env:
secure: "DVkR9zJMsITR8vL3W6VtqnoVAb1K+McYD0AoA2u5E8PQimwyyCCWet5H+Z0u9UEPSAxlWM3TSX6ffERY2TS/a/zlw1q+OcOHafl39klRrIYuF85zNXrdbO25nrr4z9cOhYMTPMMvo41GMKmkGxGbZxVXAVP7P8rDhaOQaEbKGnI="
- GITHUB_USERNAME="justinabrahms"
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script... | language: python
env:
- secure: "DVkR9zJMsITR8vL3W6VtqnoVAb1K+McYD0AoA2u5E8PQimwyyCCWet5H+Z0u9UEPSAxlWM3TSX6ffERY2TS/a/zlw1q+OcOHafl39klRrIYuF85zNXrdbO25nrr4z9cOhYMTPMMvo41GMKmkGxGbZxVXAVP7P8rDhaOQaEbKGnI="
- GITHUB_USERNAME="justinabrahms"
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
scri... | Include list icon for env declaration | Include list icon for env declaration
| YAML | mit | Appdynamics/imhotep,justinabrahms/imhotep,justinabrahms/imhotep,richtier/imhotep |
7dd857230f73e3d9600a0f8c68caa15b99cd1002 | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
env: HHVM=true
allow_failures:
- php: hhvm
before_install:
- composer install
before_script:
- curl -sSfL -o ~/vendor/bin/phpunit https://phar.phpunit.de/phpunit-... | language: php
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
env: HHVM=true
allow_failures:
- php: hhvm
before_install:
- composer install
before_script:
- curl -sSfL -o ./vendor/bin/phpunit https://phar.phpunit.de/phpunit-... | Change download location for phpunit | Change download location for phpunit
| YAML | mit | wittiws/quipxml |
ffb87ca83f606da0c20401ab4ae0c4b5ae7e1201 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.7
- 2.6
- 2.5
| language: ruby
cache: bundler
rvm:
- 2.7
- 2.6
- 2.5
| Add Travis CI bundler caching | Add Travis CI bundler caching
This should help speed up the CI build.
| YAML | mit | thetizzo/nfl_data |
625ca6f1abaad8f95a5f2af01f21b003ed44d39c | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.2.4
- 2.2.6
- 2.3.3
- ruby-head
before_script:
- gem install bundler
script:
- bundle install
- bundle exec rake test
- bundle exec rake doc
| language: ruby
rvm:
- 2.1.10
- 2.2.4
- 2.2.6
- 2.3.3
- ruby-head
before_script:
- gem install bundler
script:
- bundle install
- bundle exec rake test
- bundle exec rake doc
| Remove version 2.0.0 from Travis-CI build matrix | Remove version 2.0.0 from Travis-CI build matrix
| YAML | mit | geekyfox/antiblog,geekyfox/antiblog |
cbcdd8a4e043e26617f9c51f7a86546cebc044ba | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
before_script:
- RAILS_ENV=test bundle exec rake db:setup
| language: ruby
sudo: false
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
before_install:
- "[[ $BUNDLE_GEMFILE =~ rails_4\\.2 ]] && gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bu... | Downgrade bundler in rails 4.2 | Downgrade bundler in rails 4.2
| YAML | mit | cookpad/garage,cookpad/garage,cookpad/garage,cookpad/garage |
15bb3308774dbd5214fdf2b5ecc8657ecac79a5c | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
script:
- bin/phpunit
- bin/behat --no-paths --format failed
before_script:
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install -n... | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
script:
- bin/phpunit
# - bin/behat --no-paths --format failed
before_script:
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install -... | Disable behat tests on Travis for now | Disable behat tests on Travis for now
| YAML | mit | rgeraads/phpDocumentor2,4414/phpDocumentor2,webmozart/phpDocumentor2,4414/phpDocumentor2,rscarson/phpDocumentor2,Maxim-Mazurok/phpDocumentor2,senuamedia/phpDocumentor2,fdewinne/phpDocumentor2,cesarmarinhorj/phpDocumentor2,jaapio/phpDocumentor2,revinate/phpDocumentor2,cesarmarinhorj/phpDocumentor2,phpDocumentor/phpDocum... |
52b8ea910487508125df7a76db7792dd43c6dcc0 | .travis.yml | .travis.yml | language: php
dist: trusty
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
- phpenv rehash
- phpenv config... | language: php
dist: trusty
matrix:
include:
- php: 5.6
env: DB=MYSQL INSTALLER_VERSION=4.0.x-dev PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL INSTALLER_VERSION=4.1.x-dev PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL INSTALLER_VERSION=4.2.x-dev PHPUNIT_COVERAGE_TEST=1
- php: 7.2
... | Add various recipe versions to Travis build matrix | Add various recipe versions to Travis build matrix
| YAML | bsd-3-clause | silverstripe/silverstripe-comments,silverstripe/silverstripe-comments |
f336205bfe6f2ef11bc16582b1d477791f3f4263 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
install:
- pip install -r requirements_for_test.txt
script:
- ./scripts/run_tests.sh
notifications:
email: false
| language: python
python:
- "2.7"
- "3.4"
install:
- pip install --no-use-wheel -r requirements_for_test.txt
script:
- ./scripts/run_tests.sh
notifications:
email: false
| Fix Travis '100 named groups' build error | Fix Travis '100 named groups' build error
Travis build fails the pip install of pycparser. Disabling binary
installs might fix the issue.
http://stackoverflow.com/a/39830224
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
339f449b9a88a10ba1661b291677498180be32b4 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --prefer-source
script: ./vendor/bin/phpunit -v
after_script:
- php vendor/bin/coveralls -v | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 5.3
before_script:
- composer self-update
- composer install --prefer-source
script: ./vendor/bin/phpunit -v
after_script:
- php vendor/bin/coveralls -v | Allow PHP 5.3 to fail due to `coverage_clover XML file is not readable` bug | Allow PHP 5.3 to fail due to `coverage_clover XML file is not readable` bug
| YAML | mit | nabble/semalt-blocker,nabble/semalt-blocker |
61a1c971834b8029826c9a1504ade1334e57d89e | .travis.yml | .travis.yml | sudo: false
language: rust
rust:
- nightly
script: cd rs-backend && cargo build --verbose && cargo test --verbose
cache: cargo
| sudo: false
language: rust
rust:
- nightly
before_script: (cargo install rustfmt || true)
script: cd rs-backend && cargo fmt -- --write-mode=diff && cargo build --verbose && cargo test --verbose
cache: cargo
| Check formatting complies with rustfmt in Travis. | Check formatting complies with rustfmt in Travis.
| YAML | mit | nrc/rustc-perf,nrc/rustc-perf,nrc/rustc-perf |
bd9e56dba869160f25dc0fa3ba1f49e0d5f2a932 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- rpm
before_deploy:
- mvn jdeb:jdeb && export RELEASE_DEB_FILE=$(ls target/*.deb)
- mvn rpm:rpm && export RELEASE_RPM_FILE=$(find target/ -name '*.rpm' | tail -1)
- rm -f target/original-*.jar
- export RELEASE_PKG_FILE=$(ls targe... | sudo: false
language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- rpm
before_deploy:
- mvn jdeb:jdeb && export RELEASE_DEB_FILE=$(ls target/*.deb)
- mvn rpm:rpm && export RELEASE_RPM_FILE=$(find target/ -name '*.rpm' | tail -1)
- rm -f target/original-*.jar
- export RELEASE_PKG_FILE=$(ls targe... | Fix GitHub API key in Travis CI config | Fix GitHub API key in Travis CI config
[ci skip]
| YAML | apache-2.0 | Graylog2/graylog-plugin-dnsresolver,Graylog2/graylog-plugin-filter-dnsresolver |
8bcdde4ae4784d4f2a7d80cbd3b15d240d8978a8 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
#- "3.5-dev" # 3.5 development branch
#- "nightly" # currently points to 3.6-dev
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-... | language: python
python:
- "2.7"
#- "3.2"
#- "3.3"
- "3.4"
- "3.5"
#- "3.6"
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-dev libatlas-dev libblas-dev build-essential python-scipy
before_install:
- if ... | Remove Python versions not supported by conda | Remove Python versions not supported by conda
| YAML | mit | crcollins/molml |
2c0dedcc47a2be2aff85dfd7b4f95c5688e8f653 | .travis.yml | .travis.yml | cache: apt
sudo: false
language: python
python:
- "2.7"
- "3.3"
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/mi... | cache: apt
sudo: false
language: python
python:
- "2.7"
- "3.4"
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/mi... | Use py3.4 and try installing pandas with pip. | Use py3.4 and try installing pandas with pip.
| YAML | mit | lmjohns3/downhill |
ca7711fc3150201085701dc041f6187745778bad | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install -r requirements_test.txt
- pip install python-geohash==0.8.5
- pip install -e .
- pip install codecov
- pip install s... | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install -r requirements_test.txt
- pip install python-geohash==0.8.5
- pip install -e .
- pip install codecov
- pip i... | Add python3.6 support to CI | Add python3.6 support to CI
| YAML | apache-2.0 | anti-social/elasticmagic,anti-social/elasticmagic |
778b16d5173e82df45da0375bcdb934828efdf0c | .travis.yml | .travis.yml | language: erlang
otp_release:
- 18.0
- 17.5
- 17.4
- 17.3
- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
- R16B
- R15B03-1
- R15B02
- R15B01
- R15B
script: "make travis"
| language: erlang
otp_release:
- 18.0
- 17.5
- 17.4
- 17.3
- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
script: "make travis"
| Update the list of supported Erlang builds. | Update the list of supported Erlang builds.
| YAML | mit | ostinelli/syn |
dcf1bb5d19961f8ab8bb15fde309ad0d2731f711 | .travis.yml | .travis.yml | language: ruby
script: bundle exec appraisal rspec
rvm:
- 2.0.0
- 2.2.0
before_install:
- gem install bundler
before_script:
- bundle exec appraisal install
| language: ruby
script: bundle exec appraisal rspec
rvm:
- 2.0.0
- 2.2.0
- 2.3.1
before_install:
- gem install bundler
before_script:
- bundle exec appraisal install
| Add testing for MRI 2.3.1 to Travis. | Add testing for MRI 2.3.1 to Travis.
| YAML | mit | pat/gutentag,pat/gutentag |
6ab15299321999466864e9e832f220a07d251911 | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
| # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
| Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/arez,realityforge/arez,realityforge/arez |
4d4e36c6d9b0c58b8b4b822ddbf78b4cafd47df5 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install pip -U
- pip install coverage
- pip install python-coveralls
- python setup.py -q install
script:
- nosetests --with-coverage -v
branches:
only:
- develop
after_success:
- coveralls
| language: python
python:
- "2.7"
install:
- pip install pip -U
- pip install coverage
- pip install python-coveralls
- python setup.py -q install
script:
- nosetests --with-coverage -v
branches:
only:
- master
- develop
after_success:
- coveralls
| Add the master branch to the continuous integration | Add the master branch to the continuous integration
| YAML | mit | othieno/geotagx-tool-validator |
8354d4dd82d7081363826165e6cf3286a583405d | .travis.yml | .travis.yml | language: dart
dart:
- stable
- dev
sudo: required
services:
- docker
before_install:
- npm install -g mustache
script:
- pub global activate coverage
- ./tool/check.sh
| language: dart
dart:
- stable
- dev
sudo: required
services:
- docker
before_install:
- gem install mustache
script:
- pub global activate coverage
- ./tool/check.sh
| Use RubyGems to install mustache instead of NPM | Use RubyGems to install mustache instead of NPM
| YAML | agpl-3.0 | qedb/qedb,qedb/qedb,qedb/qedb,eqdb/eqpg,eqdb/eqpg,qedb/qedb,eqdb/eqdb,eqdb/eqdb,eqdb/eqpg,eqdb/eqdb,qedb/qedb,eqdb/eqdb,qedb/qedb,eqdb/eqdb |
27d4d72bce0b0f63e5af8b91bfae3a5934116407 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- rbx-2
- jruby-9
- ruby-head
- jruby-head
before_install: gem install bundler -v 1.10.6
script: bundle exec rspec
| language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- rbx-2
- jruby-9
- jruby-head
before_install: gem install bundler -v 1.10.6
script: bundle exec rspec
| Remove ruby-head from Travis config as it doesn't seem to be working | Remove ruby-head from Travis config as it doesn't seem to be working
| YAML | mit | tra38/tra38-calyx,tra38/calyx,maetl/calyx |
8ee0307d9cccd726c4be4026cbfc7db7aee8d0a2 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
notifications:
slack: stanford-futuredata:qmO6Keu8ifOyXHsmSQ97CeLH
after_success:
- mvn clean test jacoco:report coveralls:report
| language: java
jdk: oraclejdk8
notifications:
slack: stanford-futuredata:qmO6Keu8ifOyXHsmSQ97CeLH
after_success:
- mvn clean cobertura:cobertura coveralls:report
| Update Travis post-success hook for Cobertura. | Update Travis post-success hook for Cobertura. | YAML | apache-2.0 | kexinrong/macrobase,stanford-futuredata/macrobase,stanford-futuredata/macrobase,kexinrong/macrobase,kexinrong/macrobase,stanford-futuredata/macrobase,stanford-futuredata/macrobase,kexinrong/macrobase,kexinrong/macrobase,kexinrong/macrobase,kexinrong/macrobase,stanford-futuredata/macrobase |
c043b1c20c8f7d088b9ce54278803b22c0bef1f4 | .travis.yml | .travis.yml | language: php
sudo: false
# As of 2017-07-18 trusty is progressively replacing the default of precise.
# Until 2017-09-01, let's use this new default explicitly already.
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: trusty
matrix:
include:
- php: 5.3
dist: precise
en... | language: php
sudo: false
# As of 2017-07-18 trusty is progressively replacing the default of precise.
# Until 2017-09-01, let's use this new default explicitly already.
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: trusty
matrix:
include:
- php: 5.3
dist: precise
en... | Revert "Add PHP 7.2 and 7.3 to Travis" | Revert "Add PHP 7.2 and 7.3 to Travis"
This reverts commit df1d3f0c0077fd727a33c965ba3bd50fc6ffc8ff.
| YAML | apache-2.0 | wonderpush/wonderpush-php-lib,wonderpush/wonderpush-php-lib |
e30327521adc43c78e88a32b52db3c0c77089c96 | .travis.yml | .travis.yml | language: php
before_script: composer install --dev
php:
- 5.4
- 5.3 | language: php
before_script: composer install --dev
php:
- 5.6
- 5.5
- 5.4
- 5.3 | Add more PHP version to PHPUnit | Add more PHP version to PHPUnit
| YAML | mit | mbilbille/jpnforphp |
790a027362197daea42c7dd60e30979684859c88 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install:
- pip install requests markdown beautifulsoup4
script:
- python check_urls.py free-software-testing-books-ru.md
- python check_urls.py free-software-testing-books.md
notifications:
email:
recipients:
- estetus+travis-ci@gmail.com
on_success: change
... | language: python
python:
- "2.7"
- "3.6"
matrix:
allow_failures:
- python: "3.6"
install:
- pip install requests markdown beautifulsoup4 flake8
before_script:
# stop the build if there are Python syntax errors or undefined names
- time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source... | Test in both Python 2 and 3 with flake8 tests also | Test in both Python 2 and 3 with flake8 tests also | YAML | unlicense | ligurio/free-software-testing-books |
9e14d837fd15a4d5b752b62db0788c956190d3ab | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
install:
- pip install .
- pip install pylint
- pip install coveralls
- pip install coverage
before_install:
- wget http://aphyr.com/riemann/riemann_0.2.6_all.deb
- sudo apt-get update
- sudo apt-get install openjdk-7-jre
- sudo dpkg -i r... | language: python
python:
- 2.7
- 3.4
- 3.5
install:
- pip install -e .
- pip install pylint
- pip install coveralls
- pip install coverage
before_install:
- wget http://aphyr.com/riemann/riemann_0.2.6_all.deb
- sudo apt-get update
- sudo apt-get install openjdk-7-jre
- sudo dpkg -i riemann_0.2.6_... | Install duct as an external | Install duct as an external
| YAML | mit | ducted/duct,ducted/duct,ducted/duct,ducted/duct |
4e44ce8e4c608105c1bda295f4ef2fbd29e7908a | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
- npm update -g npm | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm update -g npm
before_script:
- npm install -g grunt-cli | Update npm in before_install instead of before_script | Update npm in before_install instead of before_script
| YAML | mit | Jaglag/hubot-irc,Spice-King/hubot-irc,miyazakijunichi/hubot-irc,miyazakijunichi/hubot-irc,BenoitZugmeyer/hubot-irc,Jaglag/hubot-irc,Spice-King/hubot-irc,nandub/hubot-irc,nandub/hubot-irc,BenoitZugmeyer/hubot-irc |
601aa0ef30a49b98b8fa39ab2ec2ad6d02c951d3 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- node_modules
os:
- linux
before_install:
# Use a virtual display.
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Install latest chrome.
- export CHROME_BIN=chromium-browser
- npm install -g npm@5.0.4
instal... | dist: trusty
sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- node_modules
os:
- linux
before_install:
# Use a virtual display.
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Install latest chrome.
- export CHROME_BIN=chromium-browser
- npm install -g npm@5.0.4
instal... | Remove integration tests for now | Remove integration tests for now
| YAML | mit | ng-select/ng-select,ng-select/ng-select,ng-select/ng-select,ng-select/ng-select |
4679b775844f1443414616d9d6a990e0d9e81117 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1.2"
after_success: npm run coveralls
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
after_success: npm run coveralls
| Test io.js instead of a specific version | Test io.js instead of a specific version
| YAML | mit | jstransformers/jstransformer-cdata-js |
031ff6fb2c7cd53f752ffeae3e676d01ebc1e175 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
notifications:
email:
- yakov@therocketsurgeon.com
| language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
notifications:
email:
- yakov@therocketsurgeon.com
| Add more node versions to Travis CI config | Add more node versions to Travis CI config
| YAML | mit | yakovkhalinsky/backblaze-b2 |
9219251c91bd2826835d7dee8644c2ddc7c22290 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "2.6"
- "3.3"
env:
- DJANGO=django==1.4.9
- DJANGO=django==1.5.5
- DJANGO=https://github.com/django/django/archive/stable/1.6.x.zip
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- p... | language: python
python:
- "2.7"
- "3.3"
env:
- DJANGO=django==1.4.9
- DJANGO=https://github.com/django/django/archive/stable/1.6.x.zip
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install -e .
script: "python ord... | Drop support for unsupported django and python | Drop support for unsupported django and python
| YAML | bsd-2-clause | incuna/django-orderable,incuna/django-orderable |
4f3882816b3034512b73019dbe17714fe242327f | .travis.yml | .travis.yml | env:
- CABALVER=1.20 GHCVER=7.8.4 HAPPYVER=1.19.5 ALEXVER=3.1.4
before_install:
- travis_retry sudo apt-add-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER happy-$HAPPYVER alex-$ALEXVER
- export PATH=/opt/ghc/$GHCVER/bin:/op... | env:
- CABALVER=1.20 GHCVER=7.8.4 HAPPYVER=1.19.5 ALEXVER=3.1.4
addons:
postgresql: "9.3"
before_install:
- travis_retry sudo apt-add-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER happy-$HAPPYVER alex-$ALEXVER
- export ... | Use PostgreSQL 9.3 in Travis CI. | Use PostgreSQL 9.3 in Travis CI.
| YAML | agpl-3.0 | sajith/betty-web |
f039dccd9d4328fdadaaaba03bb5613560632e7b | .travis.yml | .travis.yml | language: android
android:
components:
# The BuildTools version used by your project
- build-tools-23.0.3
- platform-tools
- tools
# The SDK version used to compile your project
- android-23
# Additional components
- extra-android-m2repository
- extra-android-support
- extra-... | language: android
android:
components:
# The BuildTools version used by your project
- tools
- platform-tools
- build-tools-23.0.3
# The SDK version used to compile your project
- android-23
# Additional components
- extra-android-m2repository
- extra-android-support
- extra-... | Fix Travis CI component installation order. | Fix Travis CI component installation order.
| YAML | mit | msimonides/homerplayer |
d82e0bc5ff12617d0ae9e821fedd18ac621a9ab8 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: java
jdk: oraclejdk9
script:
- ./build.jsh
after_success:
- cd demo/00-bootstrap & ./bootstrap.jsh & cd -
- cd demo/01-hello-world & ./build-01-hello-world.jsh & cd -
| sudo: false
dist: trusty
language: java
jdk: oraclejdk9
script:
- ./build.jsh
after_success:
- cd demo/00-bootstrap
- ./bootstrap.jsh
- cd -
- cd demo/01-hello-world
- ./build-01-hello-world.jsh
- cd -
| Split demo commands into a single command per line | Split demo commands into a single command per line
| YAML | mit | sormuras/bach,sormuras/bach |
949444445c09686ec991955810ee808b1bf0de34 | .travis.yml | .travis.yml | cache:
- bundler
notifications:
email:
- dalibor.nasevic@gmail.com
before_script:
- cp spec/support/config.yml.travis spec/support/config.yml
- bundle exec rake db:create
script:
- bundle exec rspec spec
matrix:
include:
- gemfile: gemfiles/rails3.0.gemfile
rvm: 2.2.2
- gemfile: gemfiles/rails3.... | cache:
- bundler
services:
- mysql
notifications:
email:
- dalibor.nasevic@gmail.com
before_script:
- cp spec/support/config.yml.travis spec/support/config.yml
- bundle exec rake db:create
script:
- bundle exec rspec spec
matrix:
include:
- gemfile: gemfiles/rails3.0.gemfile
rvm: 2.2.2
- gemfi... | Add mysql service to Travis | Add mysql service to Travis
| YAML | mit | dalibor/octoshark |
96dc6e9fbba8dfc4654c3ebe45f3b939f8f1279c | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
- hhvm-nightly
- nightly
matrix:
allow_failures:
- php: hhvm-nightly
- php: nightly
before_script:
- composer selfupdate
- composer update --no-interaction --prefer-dist
script:
- ./vendor/phpunit/phpunit/phpunit -v
| language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
- hhvm-nightly
- nightly
matrix:
allow_failures:
- php: hhvm-nightly
- php: nightly
before_script:
- if [[ $TRAVIS_PHP_VERSION =~ ^php ]]; then phpenv config-rm xdebug.ini; fi
- composer selfupdate
- composer update --no-interaction --pre... | Test by Travis CI is ran without slowing XDebug | Test by Travis CI is ran without slowing XDebug
| YAML | mit | jaroslavtyc/granam-boolean |
07c98429dbfc0672330faa90e2857edcca763095 | .travis.yml | .travis.yml | language: haskell
install:
- cabal install attoparsec-0.11.3.4
- cabal install scientific-0.2.0.2
- cabal install syb-0.3.7
- cabal install
- sudo ln -s ~/.cabal/bin/elm /usr/local/bin/elm
- sudo ln -s ~/.cabal/bin/elm-io /usr/local/bin/elm-io
- npm install jsdom
before_script: elm-io test/Test.elm test.j... | language: haskell
install:
- echo $PATH
- git clone https://github.com/elm-lang/Elm.git
- cabal sandbox init
- cabal sandbox add-source Elm
- cabal install
- sudo cp .cabal-sandbox/bin/elm /usr/local/bin/elm
- sudo cp .cabal-sandbox/bin/elm-io /usr/local/bin/elm-io
- npm install jsdom
before_script: ... | Use elm master branch HEAD in Travis | Use elm master branch HEAD in Travis
| YAML | bsd-3-clause | maxsnew/IO,laszlopandy/elm-console,joefiorini/IO,boxdot/elm-console,joefiorini/IO,laszlopandy/elm-console,boxdot/elm-console,maxsnew/IO |
58344337d77700020e73035978b89d96ea69dbfb | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: php
php:
- 5.6
- 7.0
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
cache:
directories:
- $HOME/.composer/cache/files
services:
- mongodb
- mysql
- postgresql
before_script:
- tests/travis.sh
script:
- php vendor/bin/phpunit -v
- php vendor/... | sudo: false
dist: trusty
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
cache:
directories:
- $HOME/.composer/cache/files
services:
- mongodb
- mysql
- postgresql
before_script:
- tests/travis.sh
script:
- php vendor/bin/phpunit -v... | Add builds for PHP 7.x | Add builds for PHP 7.x
| YAML | mit | bernardphp/bernard |
7bb32654f1c4d0316e9f89161a95583333a3a66f | .travis.yml | .travis.yml | env:
global:
- CC_TEST_REPORTER_ID=5277591d84f5c6cc34ed2c38e410185c2ba6018d1de1461de19c13ab3dfd2cfa
language: ruby
rvm:
- 2.3.1
- 2.2.5
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test... | env:
global:
- CC_TEST_REPORTER_ID=5277591d84f5c6cc34ed2c38e410185c2ba6018d1de1461de19c13ab3dfd2cfa
language: ruby
rvm:
- 2.3.8
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter ... | Remove support for ruby version 2.2.x | Remove support for ruby version 2.2.x
| YAML | mit | philou/rspecproxies |
954000255791e01b1e71fd61e6c1c946ff82d3df | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.6
- 3.7
sudo: false
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
env:
- DJANGO_VERSION=1.8.18 DB=SQLite
- DJANGO_VERSION=1.11.10 DB=SQLite
- DJANGO_VERSION=1.8.18 DB=Postgres
- DJANGO_VERSION=1.11.10 DB=Postgre... | language: python
python:
- 2.7
- 3.6
sudo: false
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
env:
- DJANGO_VERSION=1.8.18 DB=SQLite
- DJANGO_VERSION=1.11.10 DB=SQLite
- DJANGO_VERSION=1.8.18 DB=Postgres
- DJANGO_VERSION=1.11.10 DB=Postgres
servic... | Revert "Run tests against Python 3.7 on Travis." | Revert "Run tests against Python 3.7 on Travis."
This reverts commit 0ee74e07bf833aaea085555db647eb2a5e827bff.
| YAML | apache-2.0 | kitconcept/robotframework-djangolibrary |
ff3b69b06c75d6aace67a9a969f028b3eeadf308 | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
install:
- travis_retry composer install --no-interaction --prefer-source
- if [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then echo -e '\nhhvm.libxml.ext_entity_whit... | sudo: false
language: php
cache:
directories:
- vendor
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
install:
- travis_retry composer install --no-interaction --prefer-source
- if [[ "$TRAVIS_PHP_VERSION" == hhvm* ... | Configure Travis for faster builds | [TASK] Configure Travis for faster builds
* set sudo: false to allow Travis to use their new and faster
container-based infrastructure
* cache the Composer packages between builds
| YAML | bsd-3-clause | kyale/phpunit,chrisbjr/phpunit,s001dxp/phpunit,HappyRay/phpunit,m157y/phpunit,nonconforme/phpunit,CarsonF/phpunit,DonaldKellett/phpunit,Maks3w/phpunit,duncan3dc/phpunit,sebastianbergmann/phpunit,giorgiosironi/phpunit,eelf/phpunit,Shaked/phpunit,Lance0312/phpunit,dshafik/phpunit,malkusch/phpunit,masarakki/phpunit,imshib... |
419c88218378cb649b9aa67b2ca7cecc4cfc846c | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.3
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer update --no-interaction --prefer-dist
script:
- if [ $(phpenv version-name) == "7.1" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; else vendor/bin/phpunit -... | language: php
php:
- 7.2
- 7.3
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer update --no-interaction --prefer-dist
script:
- if [ $(phpenv version-name) == "7.1" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; else vendor/bin/phpunit -... | Fix coverage runs, use a used php version | Fix coverage runs, use a used php version
| YAML | mit | nWidart/laravel-modules |
f91dd43bb1e576672bf19f40a9cd1b087b18189a | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | Use the pre-release builds of chefdk | Use the pre-release builds of chefdk
| YAML | apache-2.0 | chef-cookbooks/remote_install,opscode-cookbooks/remote_install |
1979e99838ad1674d8c5e92a0dc19472ab819f5d | .travis.yml | .travis.yml | language: erlang
otp_release:
- 17.5
- 17.4
- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
- R15B01
- R15B
script: "make eunit"
| language: erlang
otp_release:
- 18.2.1
- 18.0
- 17.5
- 17.0
- R16B03-1
- R16B01
- R15B03
- R15B01
script: "make eunit"
| Update list of OTP versions for Travis | Update list of OTP versions for Travis
| YAML | mit | selectel/tempo,selectel/tempo |
88a6de7992a7b136a5c8ea03eb3aba8483984632 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0
matrix:
allow_failures:
- rvm: 2.5.0 # Fails on Travis CI as of 2017-12-25
script: bundle exec rake spec
| language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0
script: bundle exec rake spec
| Stop allowing Ruby 2.5.0 failure on CI | Stop allowing Ruby 2.5.0 failure on CI
This was a temporary measure when Ruby 2.5 first came out. It's no
longer needed, since I've verified (at least on the main Peribot
repository) that Travis CI is up to date.
| YAML | mit | ahamlinman/peribot-groupme |
38bb095496aa82a57cf6986e82dc65c12612ec02 | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
rvm:
- '2.2'
- '2.1'
- '2.0'
before_install: export TZ=Europe/Berlin
before_script: bundle exec rake ci:setup
script: bundle exec rake ci:spec
| ---
sudo: false
language: ruby
rvm:
- '2.3.0'
- '2.2'
- '2.1'
- '2.0'
before_install: export TZ=Europe/Berlin
before_script: bundle exec rake ci:setup
script: bundle exec rake ci:spec
| Add Ruby 2.3.0 to CI | Add Ruby 2.3.0 to CI
| YAML | agpl-3.0 | openmensa/openmensa,openmensa/openmensa,openmensa/openmensa,openmensa/openmensa |
6ffb8de7aae454e4f26b7bbe98e27a82d59cc459 | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- ruby-head
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-21mode
env: JRUBY_OPTS="... | before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
bundler_args: --without development
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- ruby-head
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- ... | Add temporary workaround for failing build on Ruby 1.8.7 | Add temporary workaround for failing build on Ruby 1.8.7
Rubygems broke builds on Ruby 1.8.7:
https://github.com/travis-ci/travis-ci/issues/1793
https://github.com/rubygems/rubygems/pull/763
This patch is a temporary workaround until rubygems is updated.
| YAML | mit | sferik/mtgox |
ceabab3ed4c489e8837578fbfcbac822b5e3ff8e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.2
script: xvfb-run rake
before_install:
- echo "2.1.2" > .ruby-version
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
bundler_args: --without development production
cache: bundler
global:
- BUNDLE_JOBS=4
- ... | language: ruby
rvm:
- 2.1.2
script: bundle exec xvfb-run rake
before_install:
- echo "2.1.2" > .ruby-version
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
bundler_args: --without development production
cache: bundler
global:
- BUNDLE... | Use bundle exec when running rake | Use bundle exec when running rake
| YAML | mit | mxhold/vimperor,mxhold/vimperor |
424d2a55cc3aa4ad8ca4c9d8afd958aec41093d0 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- 7.1
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
branches:
only:
- dev
- master
script:
- ./tests/runtests
| language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
branches:
only:
- dev
- master
script:
- ./tests/runtests
| Remove php 5.5 from test matrix | Remove php 5.5 from test matrix
| YAML | mit | schibsted/sdk-php,schibsted/sdk-php,schibsted/sdk-php |
02e757296ef79b3deb47a40bbdeab5de795e105b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3
- jruby
- rbx-3
script: bundle exec rake test
| language: ruby
rvm:
- 2.3
# - jruby
script: bundle exec rake test
| Disable (permanently) rbx and (temporarily) jruby targets for Travis. | Disable (permanently) rbx and (temporarily) jruby targets for Travis.
| YAML | mit | mtortonesi/ruby-erv |
4779d5ac65b253b006507d8e0a48ac0bede56c82 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
before_install:
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
| language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
| Revert "Fix the build fail "JAVA_HOME is not defined correctly"" | Revert "Fix the build fail "JAVA_HOME is not defined correctly""
This reverts commit 7ffa908dc0864ce76e3c9840a0a4f91d5598ea95. The commit
has overridden the builds for several JDKs by builds with JDK 8.
| YAML | mit | mplacona/java-junit-template-project |
ce0cbac1e09850aac4ef4a3f76ae4b3efe13c6fd | .travis.yml | .travis.yml | ---
after_script:
- rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- rake travis:before -t
language: ruby
notifications:
email:
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
script: rake travis
matrix:
allow_failures:
- rvm: ruby-head
| ---
after_script:
- rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- rake travis:before -t
language: ruby
notifications:
email:
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby
- ruby-head
script: rake travis
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby
| Add JRuby as allowed failure while working on fixes. | Add JRuby as allowed failure while working on fixes.
| YAML | lgpl-2.1 | tenderlove/racc,tenderlove/racc,tenderlove/racc,tenderlove/racc,tenderlove/racc |
b9e8e0bdf8a83889cac8e16c962e74dd57f50e4e | .travis.yml | .travis.yml | language: go
go:
- 1.5.1
sudo: false
script: make test
| language: go
go:
- 1.5.1
sudo: false
install:
- go get github.com/tools/godep
- godep restore
script: make unit-tests
| Update testing config for Travis CI | Update testing config for Travis CI
| YAML | apache-2.0 | mrkschan/nginxbeat,mrkschan/nginxbeat,mrkschan/nginxbeat |
e7a3d1f6098c66be57c65789aaec389cf8ea0a3a | .travis.yml | .travis.yml | language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
script:
- yarn test-with-coverage
- yarn lintjs
- yarn lintmd
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: "$github_token"
local_dir: build
keep_history: true
on:
branch: master
notifications... | language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
script:
- yarn test-with-coverage
- yarn lintjs
- yarn lintmd
- yarn build
deploy:
provider: pages
token: $github_token
local_dir: build
edge: true #opt in dpl v2
on:
branch: master
notifications:
webhooks: https://w... | Switch to Travis CI dpl v2 | Switch to Travis CI dpl v2
| YAML | agpl-3.0 | nai888/langua,nai888/langua |
f9e39e7410b0177d1b4e22a560eb10cd25310c06 | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | chef-cookbooks/wix,opscode-cookbooks/wix |
60a12b82d4044cd5b0adfb0ee9c4cb6c2fe07759 | .travis.yml | .travis.yml | language: node_js # Node runs `npm install` and `npm test` automatically
node_js: node # Uses the latest version (via nvm)
| language: node_js # Node runs `npm install` and `npm test` automatically
node_js: node # Uses the latest version (via nvm)
branches:
only:
- gh-pages
- /.*/
| Test gh-pages branch on Travis | Test gh-pages branch on Travis
| YAML | agpl-3.0 | litewrite/litewrite,litewrite/litewrite |
947a5529a389a9f8d391fcfaa31db1e64b645705 | hieradata/common.yaml | hieradata/common.yaml | ---
message: "This node is using common data"
#Puppet Server Tuning
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000
#Enable code manager
puppet_enterprise::profile::master::code_manager_auto_configure: true
#pe-console-services tuning
#https://docs.puppetlabs.com/pe/latest/console_conf... | ---
message: "This node is using common data"
#Puppet Server Tuning
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000
#Enable code manager
puppet_enterprise::profile::master::code_manager_auto_configure: true
puppet_enterprise::master::code_manager::authenticate_webhook: false
#pe-consol... | Disable code manager webhook authentication | Disable code manager webhook authentication
| YAML | apache-2.0 | satyasaranu/control-repo,ncorrare/lhr-control-repo,rpidproject/puppet,robertmaury/SIMP_control-repo,lud97x/control-repo,raj-andy1/control-repo,pt-puppet/puppet-repo,genebean/control-repo,cdrobey/puppet-repo,nicklee76/PE-GitRepo,KirillKudriaew/control-repo,padrien33/puppet73,ajjohnsonpdx/control-repo,raj-andy1/control-r... |
826c979e2a6ae074dbc6591b9a0aae1c58e92552 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without tools
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- jruby-9.1.5.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby... | ---
language: ruby
sudo: false
cache: bundler
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without tools
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
- jruby-9.1.5.0
- jruby-head
- truffleruby
matrix:
allow_failures:... | Change to use latest ruby and add truffleruby | Change to use latest ruby and add truffleruby
| YAML | mit | peter-murach/tty-prompt,piotrmurach/tty-prompt |
20248831eabe19631d669fcbee5e21560e3db730 | .travis.yml | .travis.yml | language: node_js
node_js:
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node... | language: node_js
node_js:
- "iojs-v1.5"
- "iojs-v1.4"
- "iojs-v1.3"
- "iojs-v1.2"
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow... | Test on latest 2 `io.js` versions. | Test on latest 2 `io.js` versions. | YAML | mit | ljharb/node-daytime |
01ef6c1e1e8c25c7aefe68849bc1de3bf0836b08 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository --yes ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-system1.55-dev libb... | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository --yes ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-system1.55-dev libb... | Fix clang mismatch tag warning | Fix clang mismatch tag warning
| YAML | mit | vladimirgamalian/fontbm,vladimirgamalian/fontbm,vladimirgamalian/fontbm |
6ee4811ff07d86be24eae1d720d9d25588fd6aec | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
- "6"
install:
- yarn install --ignore-engines
| language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
install:
- yarn install --ignore-engines
| Remove Node.js 6 from CI | Remove Node.js 6 from CI
| YAML | mit | postcss/postcss-safe-parser |
3bf326a9bcd530fd16c9fc806e249a68e25ab7e3 | .travis.yml | .travis.yml | language: node_js
node_js:
- "iojs-v1.6"
- "iojs-v1.5"
- "iojs-v1.4"
- "iojs-v1.3"
- "iojs-v1.2"
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
sudo: false
matrix:... | language: node_js
node_js:
- "iojs-v2.1"
- "iojs-v2.0"
- "iojs-v1.8"
- "iojs-v1.7"
- "iojs-v1.6"
- "iojs-v1.5"
- "iojs-v1.4"
- "iojs-v1.3"
- "iojs-v1.2"
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSIO... | Test up to `io.js` `v2.1` | Test up to `io.js` `v2.1` | YAML | mit | ljharb/is-regex |
ad707af19fbf5084a8e34957698e28d0e4892f64 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- "5.5"
- "5.6"
- "7"
- "hhvm"
matrix:
include:
- php: "5.5"
env: CHECKSTYLE="YES" COVERAGE="YES"
allow_failures:
- php: "7"
- php: "hhvm"
install: composer install
script: phpunit
| language: php
sudo: false
php:
- "5.5"
- "5.6"
- "7"
- "hhvm"
matrix:
allow_failures:
- php: "7"
- php: "hhvm"
install: composer install
script: phpunit
| Remove ENV from build configuration | [TASK] Remove ENV from build configuration
| YAML | mit | NamelessCoder/numerolog |
5ae21b5832d00375427a80f3f7178f27f88ae953 | .travis.yml | .travis.yml | os: linux
language: shell
branches:
only:
- master
jobs:
include:
- stage: test
name: "alpine"
services: docker
script: ./tests/docker alpine
- stage: test
name: "arch"
services: docker
script: ./tests/docker arch
- stage: test
name: "biocontainers"
... | os: linux
language: shell
branches:
only:
- master
# Reducing the number of jobs here, as to not max out Travis credits.
jobs:
include:
# > - stage: test
# > name: "alpine"
# > services: docker
# > script: ./tests/docker alpine
# > - stage: test
# > name: "arch"
# > servi... | Reduce the number of jobs | Reduce the number of jobs
| YAML | mit | steinbaugh/seqcloud,steinbaugh/seqcloud |
bb90bbaa387ba38423a2c12ba143098aefd4a038 | .travis.yml | .travis.yml | language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
scala:
- 2.10.3
- 2.11.0-M6
jdk:
- oraclejdk6
- openjdk7
notifications:
email:
- jason.zaugg@typesafe.com
- philipp.haller@typesafe.com | language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
scala:
- 2.10.3
- 2.11.0-M6
jdk:
- openjdk6
- openjdk7
notifications:
email:
- jason.zaugg@typesafe.com
- philipp.haller@typesafe.com | Remove unsupported Oracle JDK6 from Travis CI config | Remove unsupported Oracle JDK6 from Travis CI config
| YAML | bsd-3-clause | knoldus/async,anand-singh/async,ft655508/async,scala/async |
58d82f2287558c0cb7c9dc39d8cbd64ae3784e69 | .travis.yml | .travis.yml | language: node_js
node_js:
- "10"
- "8"
branches:
only:
- master
script:
- npm test
after_success:
- npm run coveralls
cache: yarn
| language: node_js
node_js:
- "10"
- "8"
- "6"
branches:
only:
- master
script:
- npm test
after_success:
- npm run coveralls
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
| Change yarn version for Travis build | chore(CI): Change yarn version for Travis build
| YAML | apache-2.0 | sebelga/gstore-node,sebelga/datastools,sebelga/gstore-node,sebelga/gstore-node |
551b8605cb4cc3e5b4e0f2bfc4d278c60a62e1e9 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
setuptools: true
# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo add-apt-repository -y ppa:donk/gstreamer
- sudo apt-get -qq update
- sudo apt-get install -qq python-numpy python-scipy python... | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
setuptools: true
# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo add-apt-repository -y ppa:donk/gstreamer
- sudo apt-get -qq update
- sudo apt-get install -qq python-numpy python-scipy python... | Install coverage from ubuntu repository | Travis: Install coverage from ubuntu repository
| YAML | agpl-3.0 | Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide |
aba1908953004e03611dbc33b5f4c3dde40b1625 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.4"
install:
- "sudo apt-get -q update"
- "sudo apt-get -yV install libxml2-dev libxslt1-dev" # lxml dependencies
- "pip install -r requirements.txt"
- "pip install coveralls"
- "sudo apt-get -yV install optipng jpegoptim"
- "sudo apt-get -yV install wine"
script:
... | language: python
python:
- "3.3"
- "3.4"
install:
- "sudo apt-get -q update"
- "sudo apt-get -yV install libxml2-dev libxslt1-dev" # lxml dependencies
- "pip install -r requirements.txt"
- "pip install coveralls"
- "sudo apt-get -yV install optipng jpegoptim"
- "sudo apt-get -yV install wine p7zip-full... | Fix TravisCI wine build - 2 | Fix TravisCI wine build - 2
| YAML | mpl-2.0 | desbma/sacad,desbma/sacad |
facdc9256189aa0926a55dfccaa43a5c7a6f355e | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev
script:
- vendor/bin/phpunit tests
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
before_script:
- composer install --dev
script:
- vendor/bin/phpunit tests
| Add new PHP versions to test with | Add new PHP versions to test with
| YAML | mit | dangoodman/deferred |
a89cf8b109e391c2fbf891cfc6ecf7ebf0a31929 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-... | language: node_js
node_js:
- "4"
- "5"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick lib... | Stop testing with node.js < 4. | Travis: Stop testing with node.js < 4.
| YAML | bsd-3-clause | assetgraph/assetgraph-builder |
455137ed58f3ee48e259cc7e2cf1e3ad309fc222 | .travis.yml | .travis.yml | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: linux
dist: trusty
- os: osx
... | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: linux
dist: trusty
- os: osx
... | Use xcode8 image to test macOS related code | [test] Use xcode8 image to test macOS related code
| YAML | mit | EDiLD/dotfiles,girishramnani/dotfiles,AlbertoElias/dotfiles,newtonne/dotfiles,girishramnani/dotfiles,oddlord/dotfiles,zlot/dotfiles,zlot/dotfiles,christophermoura/dotfiles,mickael83/ubuntu-dotfiles,b-boogaard/dotfiles,christophermoura/dotfiles,mickael83/ubuntu-dotfiles,newtonne/dotfiles,pbrooks/dotfiles,EDiLD/dotfiles,... |
56f91466039c8f2e4ac42f7b4a1547ecfaf36b77 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
services:
- memcached
- redis
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get -qq install rake bison git gperf libmemcached-dev libcurl4-openssl-dev libhiredis-dev libmarkdown2-dev libcgroup-dev libcap-dev iproute-dev
before_script:
- cd ../
- git clone https:... | language: c
compiler:
- gcc
services:
- memcached
- redis
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get -qq install rake bison git gperf libmemcached-dev libcurl4-openssl-dev libhiredis-dev libmarkdown2-dev libcgroup-dev libcap-dev iproute-dev
before_script:
- cd ../
- git clone https:... | Add new encrypt webhook url | Add new encrypt webhook url
| YAML | mit | matsumoto-r/mrbgem_test_ci |
9e9b04e2181a64052d0d07e44fb19bb39729dd00 | .travis.yml | .travis.yml | language: bash
services: docker
env:
- VERSION=3.7-rc VARIANT=debian
- VERSION=3.7-rc VARIANT=alpine
- VERSION=3.7 VARIANT=debian
- VERSION=3.7 VARIANT=alpine
- VERSION=3.7 VARIANT=ubuntu
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- env |... | language: bash
services: docker
env:
- VERSION=3.7-rc VARIANT=alpine
- VERSION=3.7 VARIANT=alpine
- VERSION=3.7 VARIANT=ubuntu
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- env | sort
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs... | Remove 3.7 Debian builds from Travis | Remove 3.7 Debian builds from Travis
Keep forgetting about this file...
| YAML | mit | docker-library/rabbitmq,infosiftr/rabbitmq |
1850ca76a40d2b3410b49d3a5dc1f9df885e447b | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: node_js
node_js: 8.9
cache:
directories:
- node_modules
before_script:
- npm install -g bower
- bower install
env:
- POLYMER=2
- POLYMER=3
script:
- if [[ "$POLYMER" = "2" ]]; then
npm install -g polymer-cli &&
npm install &&
if [[ "$TRAVIS_EVENT_... | sudo: false
dist: trusty
language: node_js
node_js: 8.9
cache:
directories:
- node_modules
before_script:
- npm install -g bower polymer-cli@next
- bower install
env:
- POLYMER=2
- POLYMER=3
script:
- if [[ "$POLYMER" = "2" ]]; then
npm install &&
if [[ "$TRAVIS_EVENT_TYPE" != "pull_requ... | Update to use latest modulizer and webcomponents polyfill | Update to use latest modulizer and webcomponents polyfill
| YAML | apache-2.0 | vaadin/vaadin-icons,vaadin/vaadin-icons,vaadin/vaadin-icons |
46d1902cae401d635a2b8ff5051a09775f422d7c | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
branches:
only:
- master
install:
- composer selfupdate
- composer install --prefer-source
script:
- ./vendor/bin/phpunit
after_success:
- if [ "$TRAVIS_PHP_VERSION" == '7.0' ]; then
wget https://scrutinizer-ci.com/ocular.phar;
php ocular.phar... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
branches:
only:
- master
install:
- composer selfupdate
- composer install --prefer-source
script:
- ./vendor/bin/phpunit
after_success:
- if [ "$TRAVIS_PHP_VERSION" == '7.0' ]; then
wget https://scrutinizer-ci.com/ocular.phar;
php ocu... | Add test target for PHP 7.3 | Add test target for PHP 7.3 | YAML | mit | rskuipers/php-assumptions |
ba4768489f244cfe2a9350b76f52f96f9f3f2b35 | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
env: CODE_COVERAGE=1
before_install:
- export PHP_VERSION=$TRAVIS_PHP_VERSION
install:
- make test-install
script:
- make test-run
after_success... | language: minimal
matrix:
include:
- env: PHP_VERSION=5.5
- env: PHP_VERSION=5.6
- env: PHP_VERSION=7.0
- env: PHP_VERSION=7.1
- env: PHP_VERSION=7.2
- env: PHP_VERSION=7.3 CODE_COVERAGE=1
install:
- make test-install
script:
- make test-run
after_success:... | Update Travis CI build config | Update Travis CI build config
| YAML | mit | gamegos/util-php,gamegos/util-php |
f94b45ad814a0f113679daa55db7c9bce518af99 | .travis.yml | .travis.yml | language: go
go:
- 1.11.x
- master
install: true
matrix:
allow_failures:
- go: master
fast_finish: true
before_script:
- bash <(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/before-script.sh)
script:
- bash <(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/... | language: go
go:
- 1.12.x
- master
install: true
matrix:
allow_failures:
- go: master
fast_finish: true
before_script:
- bash <(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/before-script.sh)
script:
- bash <(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/... | Use Go 1.12 for testing | Use Go 1.12 for testing
| YAML | mit | aerogo/aero |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.