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 |
|---|---|---|---|---|---|---|---|---|---|
b32718888d5a10e03c664ab895ff34ad53b5b2ae | packages/ti/tidal-vis.yaml | packages/ti/tidal-vis.yaml | homepage: http://yaxu.org/tidal/
changelog-type: ''
hash: cb8cf720723c66c00e307d72665383936b60241e7d0038e638b43da0bebcefdd
test-bench-deps: {}
maintainer: alex@slab.org
synopsis: Visual rendering for Tidal patterns
changelog: ''
basic-deps:
base: <5
cairo: -any
tidal: -any
colour: -any
all-versions:
- '0.1'
- '... | homepage: http://yaxu.org/tidal/
changelog-type: ''
hash: 21821960be21c26c2123a0a49605ad9f324ae7d727e7fb38283f79f72542febb
test-bench-deps: {}
maintainer: alex@slab.org
synopsis: Visual rendering for Tidal patterns
changelog: ''
basic-deps:
base: <5
cairo: -any
tidal: ==0.9.2
colour: -any
all-versions:
- '0.1'
... | Update from Hackage at 2017-04-24T18:32:14Z | Update from Hackage at 2017-04-24T18:32:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8555d2dac9481c960a1d546eba01a5b74423c787 | terraform-ci-pipeline.yml | terraform-ci-pipeline.yml | resources:
- name: jsselman-repo
type: git
source:
uri: https://github.com/selmanj/terraform-provider-google.git
branch: master
paths:
- google/*
- name: terraform-ci
type: git
source:
uri: git@github.com:selmanj/terraform-provider-google-ci.git
branch: master
jobs:
- name: acceptance-... | resources:
- name: jsselman-repo
type: git
source:
uri: https://github.com/selmanj/terraform-provider-google.git
branch: master
paths:
- google/*
- name: terraform-ci
type: git
source:
uri: https://github.com/selmanj/terraform-provider-google-ci.git
branch: master
jobs:
- name: accepta... | Fix url, and set repo as a trigger | Fix url, and set repo as a trigger
| YAML | apache-2.0 | GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules |
c3b41498f64b3596e8a302522f91bc68c9c78f83 | .github/workflows/ci.yml | .github/workflows/ci.yml | on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.4.23
ports:
- 27017:27017
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v1
... | on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.4.23
command: --setParameter ttlMonitorSleepSecs=2
ports:
- 27017:27017
strategy:
matrix:
node-version: [8.x, 10.x, 12.... | Set ttl monitor timout to mongo | fix: Set ttl monitor timout to mongo
| YAML | mit | mcollina/aedes-persistence-mongodb |
dec4f945eb867c39b01743a1e17f4f9b84c1820b | .appveyor.yml | .appveyor.yml | build: false
environment:
matrix:
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- cond... | build: false
environment:
matrix:
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- pip install pytest
-... | Switch back to pip for performance reasons. | Switch back to pip for performance reasons.
| YAML | mit | atmtools/typhon,atmtools/typhon |
db445af0fca2b368526446467a1bfa838e34697d | .travis.yml | .travis.yml | language: php
php:
- 7
- nightly
env:
- TEST_SUITE="AnalyzerTest"
- TEST_SUITE="PhanTest"
- TEST_SUITE="RasmusTest"
- TEST_SUITE="LanguageTest"
- TEST_SUITE="OutputPrinterTest"
sudo: false
matrix:
fast_finish: true
allow_failures:
- php: "nightly"
cache:
directories:
- ./vendor
before_... | language: php
php:
- 7
- 7.1.0RC6
env:
- TEST_SUITE="AnalyzerTest"
- TEST_SUITE="PhanTest"
- TEST_SUITE="RasmusTest"
- TEST_SUITE="LanguageTest"
- TEST_SUITE="OutputPrinterTest"
sudo: false
matrix:
fast_finish: true
allow_failures:
- php: "7.1.0RC6"
cache:
directories:
- ./vendor
befor... | Replace nightly CI build with 7.1RC6 CI build | Replace nightly CI build with 7.1RC6 CI build
It's a bit silly to be building phan against PHP nightly since we depend so heavily on the php-ast extension.
Instead, let's build against 7.1RC6. PHP 7.1 will be the next version of PHP that we will need to support in Phan and it's a good idea to start tracking the inc... | YAML | mit | ArtemGordinsky/phan,ArtemGordinsky/phan,etsy/phan,etsy/phan |
8264b053b51f239cf98ea6316b207c78e48a615f | recipes/pyserver/meta.yaml | recipes/pyserver/meta.yaml | {% set name = "pyserver" %}
{% set version = "1.0.2" %}
package:
name: "{{ name }}"
version: "{{ version }}"
source:
url: http://software.igwn.org/lscsoft/source/{{ name }}-{{ version }}.tar.gz
sha256: c51c626e8d99714e5be65b3f5e081dee84489df6749cfca76f419f3861e60539
build:
number: 0
noarch: python
... | {% set name = "pyserver" %}
{% set version = "1.0.2" %}
package:
name: "{{ name }}"
version: "{{ version }}"
source:
url: http://software.igwn.org/lscsoft/source/{{ name }}-{{ version }}.tar.gz
sha256: c51c626e8d99714e5be65b3f5e081dee84489df6749cfca76f419f3861e60539
build:
number: 0
noarch: python
... | Add lower bound to python version | Add lower bound to python version
| YAML | bsd-3-clause | jakirkham/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,mariusvniekerk/sta... |
168114d29ec45ca2a7a28e9060e8a769f9ee4252 | .gitlab-ci.yml | .gitlab-ci.yml | variables:
GIT_STRATEGY: fetch
GIT_SUBMODULE_STRATEGY: normal
NODE_OPTIONS: --no-warnings
stages:
- test
tests:
stage: test
tags:
- windows
script:
- yarn
- yarn jest --testTimeout 30000
| variables:
GIT_STRATEGY: fetch
GIT_SUBMODULE_STRATEGY: normal
NODE_OPTIONS: --no-warnings
stages:
- test
tests:
stage: test
tags:
- windows
before_script:
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install -y yarn
- refreshenv
script:
- yarn
... | Install yarn for Gitlab's new Windows runners. | Install yarn for Gitlab's new Windows runners.
| YAML | mit | nellh/bids-validator,nellh/bids-validator,Squishymedia/bids-validator,nellh/bids-validator,Squishymedia/BIDS-Validator |
b8a1801d99c7baf574cd28f97b4a80a661e4a173 | src/main/resources/config/application-heroku.yml | src/main/resources/config/application-heroku.yml | # ===================================================================
# Spring Boot configuration for the "heroku" profile.
#
# This configuration overrides the application.yml file.
# ===================================================================
# ================================================================... | # ===================================================================
# Spring Boot configuration for the "heroku" profile.
#
# This configuration overrides the application.yml file.
# ===================================================================
# ================================================================... | Fix indent for Elasticsearch configuration | Fix indent for Elasticsearch configuration
| YAML | apache-2.0 | pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast |
85e0993efa998df5dee6b6ef24a6525ba52a2aa5 | .eslintrc.yml | .eslintrc.yml | env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent: [error, tab]
linebreak-style: [error, unix]
quotes: [error, single]
semi: [error, never]
no-console: 0
no-cond-assign: 0
| env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent: [warn, tab]
linebreak-style: [warn, unix]
quotes: [warn, single]
semi: [warn, never]
no-console: 0
no-cond-assign: 0
| Make ESLint warn instead of error | Make ESLint warn instead of error | YAML | bsd-3-clause | adelgado/elm-prerender |
e797b465427a3839a813e0022b9db811a108fe42 | etc/fake.yaml | etc/fake.yaml | ---
- stream:
name: openstack
module: rallyci.streams.gerrit
fake-stream: resources/gerrit-sample-stream.json
- service:
name: http_status
module: rallyci.services.status
stats-interval: 2
listen: ["localhost", 8080]
- job:
name: noop
env:
key: val
runner:
module: ... | ---
- stream:
name: openstack
module: rallyci.streams.gerrit
fake-stream: resources/gerrit-sample-stream.json
- service:
name: http_status
module: rallyci.services.status
stats-interval: 2
listen: ["localhost", 8080]
- job:
name: noop
env:
key: val
runner:
module: ... | Add simple logging, remove log.py | Add simple logging, remove log.py
Add changes with logging
Add writing to console
Fix dict config, add console log
Remove hardcoded section
Move LOGGING-dict to the config class
Fix bug, refactoring
Bugfix
Change log level to debug
| YAML | apache-2.0 | redixin/rally-ci,redixin/rally-ci,redixin/rally-ci |
90bf11b6b7e0d71682f3e49d8814c935542c915b | .gitlab-ci.yml | .gitlab-ci.yml | image: python:3.6
services:
- docker:dind
stages:
- deploy
build:
stage: deploy
script:
- export AWS_REGION="us-east-1"
- export AWS_ACCESS_KEY_ID=$aws_access_key_id
- export AWS_SECRET_ACCESS_KEY=$aws_secret_access_key
- pip install awscli --upgrade
- aws s3 cp s3://wons-public-files/wons... | image: python:3.6
services:
- docker:dind
stages:
- deploy
build:
stage: deploy
script:
- export AWS_REGION="us-east-1"
- export AWS_ACCESS_KEY_ID=$aws_access_key_id
- export AWS_SECRET_ACCESS_KEY=$aws_secret_access_key
- pip install awscli --upgrade
- aws s3 cp s3://wons-public-files/wons... | Build image with proper tag | Build image with proper tag
| YAML | bsd-2-clause | dhermyt/WONS |
c7e288f103da1a2a432e31429eaf9249147af4e1 | tenets/codelingo/code-review-comments/lingo_bundle.yaml | tenets/codelingo/code-review-comments/lingo_bundle.yaml | description: Best Practices for Golang from Code Review Comments.
version: 0.0.0
tenets:
- avoid-renaming-imports
- context-first-arg
- do-not-discard-errors
- go-error-fmt
- use-crypto-rand
tags:
- golang
- go
| description: Best Practices for Golang from Code Review Comments.
version: 0.0.0
tenets:
- avoid-renaming-imports
- context-first-arg
- do-not-discard-errors
- go-error-fmt
- no-custom-context
- use-crypto-rand
tags:
- golang
- go
| Add tenet to bundle file | Add tenet to bundle file
| YAML | agpl-3.0 | lingo-reviews/lingo,lingo-reviews/lingo |
8a6fa3b71059538eb53b82fe8ad937298f98067a | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.12
- iojs
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "iojs"
- "iojs-v1"
- "iojs-v2"
| Update Travis for Node v4 | Update Travis for Node v4 | YAML | mit | cjihrig/credit-card,continuationlabs/credit-card |
70c4eb9053ac0b6c2450eb557bf32c2a2f29fb18 | packages/co/consumers.yaml | packages/co/consumers.yaml | homepage: https://github.com/scrive/consumers
changelog-type: ''
hash: 5f7410822e5c36feeb12b24e3bbcb02bb6ed295812ef013913e2afa81f1980c8
test-bench-deps: {}
maintainer: Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>
synopsis: Concurrent PostgreSQL data consumers
changelog: ''
basic-deps:
l... | homepage: https://github.com/scrive/consumers
changelog-type: ''
hash: c55ab1b4e789650b738c1db4bdd470edefae253aa75409ef93e478a155e20a02
test-bench-deps: {}
maintainer: ! 'Andrzej Rybczak <andrzej@rybczak.net>,
Jonathan Jouty <jonathan@scrive.com>'
synopsis: Concurrent PostgreSQL data consumers
changelog: ''
basic-de... | Update from Hackage at 2017-07-21T18:17:42Z | Update from Hackage at 2017-07-21T18:17:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
27ef60a73d1508c991774c75745683ac4e875431 | .gitlab-ci.yml | .gitlab-ci.yml | Build with gnutls:
script:
- git submodule update --init && autoreconf -fvi &&
./configure && make -j4 && make check -j4
tags:
- gnutls3.3
- ocserv
except:
- tags
Build with openssl:
script:
- git submodule update --init && autoreconf -fvi &&
./configure --without-openssl-version-check --wi... | Build with gnutls:
script:
- git submodule update --init && autoreconf -fvi &&
./configure && make -j4 && make check VERBOSE=1 -j4
tags:
- gnutls3.3
- ocserv
except:
- tags
Build with openssl:
script:
- git submodule update --init && autoreconf -fvi &&
./configure --without-openssl-version-... | Add VERBOSE=1 to gitlab make check | Add VERBOSE=1 to gitlab make check
Signed-off-by: David Woodhouse <b460d66aaf00c296a3db1c1d9eeafc081d5f7d70@intel.com>
| YAML | lgpl-2.1 | nmav/openconnect-mine,brandt/openconnect,mtmiller/openconnect,mtmiller/openconnect,brandt/openconnect,cernekee/openconnect,mtmiller/openconnect,brandt/openconnect,cernekee/openconnect,cernekee/openconnect,nmav/openconnect-mine,cernekee/openconnect,mtmiller/openconnect,brandt/openconnect,nmav/openconnect-mine,nmav/openc... |
99aa24bd89c21c60a554b9c65c02567b8f991e77 | .gitlab-ci.yml | .gitlab-ci.yml | tests:
image: craigbarnes/lua-testing-extra
script:
- make -j4 local-libgumbo
- make check-pkgconfig USE_LOCAL_LIBGUMBO=1
pages:
image: craigbarnes/pandoc
artifacts: {paths: [public]}
only: [master]
script:
- git fetch --tags
- make -j4 docs dist check-dist
| tests:
image: quay.io/craigbarnes/lua-testing-extra
script:
- make -j4 local-libgumbo
- make check-pkgconfig USE_LOCAL_LIBGUMBO=1
pages:
image: quay.io/craigbarnes/pandoc
artifacts: {paths: [public]}
only: [master]
script:
- git fetch --tags
- make -j4 docs dist ... | Use container images from quay.io for CI task runners | Use container images from quay.io for CI task runners
| YAML | apache-2.0 | craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo |
781a946f3c5bea6dc01f650f449f5da3fa10a4e4 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- env
- node -v
- npm config set registry https://npm.gotfix.com
- npm install
types:
- build
- test
- deploy
iojs-2:
type: test
image: gotfix/iojs:2
script:
- npm test
# - cat /proc/cpuinfo | grep "^model name" | uniq
# - npm run-script bench
iojs-latest:
type: test
... | before_script:
- node -v
- npm config set registry https://npm.gotfix.com
- npm install
types:
- build
- test
- deploy
iojs-2:
type: test
image: gotfix/iojs:2
script:
- npm test
# - cat /proc/cpuinfo | grep "^model name" | uniq
# - npm run-script bench
iojs-latest:
type: test
image:... | Remove env from build script | Remove env from build script
| YAML | mit | phpb-com/short-duid-js,phpb-com/short-duid-js |
fcfa9658243e36863a16e73b31a68680e66b6fcf | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install -g npm
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Use the NPM on tap. | Use the NPM on tap.
| YAML | mit | bigeasy/happenstance |
18fed11081ac2f4663ad9a7716c62e828c11cb38 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on: [push, pull_request]
jobs:
build:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
... | name: Go
on: [push, pull_request]
jobs:
build:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/se... | Test on newer Go versions | Test on newer Go versions
| YAML | isc | oschwald/geoip2-golang |
60fab2009e70f8943ba0c33e2ded7e12401a9712 | .travis.yml | .travis.yml | language: python
python:
- 3.4
- 3.5
- 3.6
sudo: false
install:
- pip install -r requirements.txt
- pip install pytest
- pip install -e .
cache:
directories:
- $HOME/.cache/pip
script: py.test --duration=10 tests | language: python
python:
- 3.4
- 3.5
- 3.6
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION = "3.4" ]]; then pip install typing; fi
- pip install -r requirements.txt
- pip install pytest
- pip install -e .
cache:
directories:
- $HOME/.cache/pip
script: py.test --duration=10 tests | Install typing backport for 3.4 | Install typing backport for 3.4
Signed-off-by: Jan Losinski <577c4104c61edf9f052c616c0c23e67bef4a9955@wh2.tu-dresden.de>
| YAML | bsd-3-clause | janLo/automation_mesh,janLo/automation_mesh,janLo/automation_mesh |
c5d7a8b07136b22153bff24ddd5c390578c09606 | .travis.yml | .travis.yml | language: ruby
sudo: false
matrix:
include:
- rvm: 2.3.1
script:
- bundle exec danger
- rvm: 2.3.1
env: GRAPE_VERSION=0.8.0
- rvm: 2.3.1
env: GRAPE_VERSION=0.9.0
- rvm: 2.3.1
env: GRAPE_VERSION=0.10.1
- rvm: 2.3.1
env: GRAPE_VERSION=0.12.0
- rvm: 2.3.1
... | language: ruby
sudo: false
matrix:
include:
- rvm: 2.5.0
script:
- bundle exec danger
- rvm: 2.5.0
env: GRAPE_VERSION=0.8.0
- rvm: 2.5.0
env: GRAPE_VERSION=0.9.0
- rvm: 2.5.0
env: GRAPE_VERSION=0.10.1
- rvm: 2.5.0
env: GRAPE_VERSION=0.12.0
- rvm: 2.5.0
... | Test against Ruby 2.4 and 2.5 | [CI] Test against Ruby 2.4 and 2.5 | YAML | mit | ruby-grape/grape-active_model_serializers,jrhe/grape-active_model_serializers |
b570ba745bfb3c92303b8dbdf14d405b6eaaa5bc | .travis.yml | .travis.yml | language: php
php:
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- tests/lint.sh
- vendor/bin/composer-require-checker
j... | language: php
php:
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- tests/lint.sh
- vendor/bin/composer-require-ch... | Add support for PHP 7.3 | Add support for PHP 7.3
| YAML | apache-2.0 | duncan3dc/exceptions,duncan3dc/exceptions |
1c2ede42b07d70c59fff742cf445349b80cabe24 | .travis.yml | .travis.yml | language: python
python:
- "3.2"
env:
- ENV=pytest
- ENV=pep8
- ENV=cov
matrix:
allow_failures:
- env: ENV=cov
- env: ENV=pep8
virtualenv:
system_site_packages: true
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- sudo apt-get install -qq python3-pyq... | language: python
python:
- "3.2"
env:
- ENV=pytest
- ENV=pep8
- ENV=cov
matrix:
allow_failures:
- env: ENV=cov
- env: ENV=pep8
virtualenv:
system_site_packages: true
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- sudo apt-get install -qq python3-pyq... | Install pyqode.core using pip + git (develop branch) | Install pyqode.core using pip + git (develop branch)
| YAML | mit | mmolero/pyqode.python,zwadar/pyqode.python,pyQode/pyqode.python,pyQode/pyqode.python |
a6369ae564873a1211d82ebfdaf2d69772aa50c1 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INSTANCE=defaul... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INSTANCE=defau... | Simplify Travis config and fix ChefDK 2.0 failures | Simplify Travis config and fix ChefDK 2.0 failures
| YAML | apache-2.0 | opscode-cookbooks/openssh,opscode-cookbooks/openssh,chef-cookbooks/openssh,chef-cookbooks/openssh |
f61fe79202506e238c11cceae64eaf782fb56ad5 | .travis.yml | .travis.yml | dist: trusty
language: generic
#TODO KDK: Change directories to lambdas-and-strings
install:
- bundle --version
- rake --version
- bundle install
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: rake
| dist: trusty
language: generic
before_install: cd lambdas-and-strings
install:
- bundle --version
- rake --version
- bundle install
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: rake
| Change to directory containing Rake build | Change to directory containing Rake build
| YAML | mit | kkrull/javaspec,kkrull/javaspec,kkrull/javaspec |
f7840926b5173e6474508dd808190eba5499ada3 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
notifications:
email: false
| language: node_js
node_js:
- node
- iojs
notifications:
email: false
| Add iojs to Travis CI. | Add iojs to Travis CI. | YAML | mit | albertosantini/node-rio |
c885220adb2372e745cc49399671e98ecc546506 | .travis.yml | .travis.yml | ---
language: php
script:
# Run PHPUnit.
- phpunit
# Create logs/.
- mkdir logs
# Generate code coverage report.
- phpunit --coverage-clover logs/clover.xml
# Check for security vulnerabilities.
- php vendor/bin/security-checker security:check composer.lock
after_script:
# Create coveralls report.
... | ---
language: php
script:
# Run PHPUnit.
- phpunit
# Create logs/.
- mkdir logs
# Generate code coverage report.
- phpunit --coverage-clover logs/clover.xml
# Check for security vulnerabilities.
- php vendor/bin/security-checker security:check composer.lock
after_script:
# Create coveralls report.
... | Disable PHP 7 build - failed to make Pimple | Disable PHP 7 build - failed to make Pimple
| YAML | mit | ericmdev/NoughtsAndCrosses |
5fa333028c808e18562f509b3794a04c5dfc610f | .travis.yml | .travis.yml | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild -... | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild -... | Use a current version of bower again | Use a current version of bower again
We need a newer version of bower so that it can find its repository.
| YAML | apache-2.0 | Collaborne/paper-chip |
cd3a452e039196154ca831052d91a555ec64f366 | .travis.yml | .travis.yml | # .travis.yml file based on:
# https://gist.github.com/dan-blanchard/7045057
language: python
python:
- "2.7"
# Setup anaconda
before_install:
- mkdir -p download
- cd download
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.... | # .travis.yml file based on:
# https://gist.github.com/dan-blanchard/7045057
language: python
python:
- "2.7"
# Setup anaconda
before_install:
- mkdir -p download
- cd download
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.... | Add 'future' to required packages on TravisCI. | Add 'future' to required packages on TravisCI.
| YAML | apache-2.0 | BBN-Q/QGL,BBN-Q/QGL |
de680c5eaf6bde972faa10379053dd719e97ad6c | .travis.yml | .travis.yml | language: c
env:
global:
- secure: "c0fjQQcfC+T+0Q9V08SfG5VUSFqXJOafYl82u2aHG6VkpPZZkrALGnxAtpuSXGVRr6ismIThwP8qujVjfPB/sCQrjdFTjidnGJPch3FWDDugSfcezX8Vd5AV4ipCaJo3J2cjSdyiVlb/2r38Ow+RJV75LZNQn5di8mMJdv4vrbo="
compiler:
- clang
- gcc
script: cmake . && make clean && make
addons:
coverity_scan:
proje... | language: c
env:
global:
- secure: "c0fjQQcfC+T+0Q9V08SfG5VUSFqXJOafYl82u2aHG6VkpPZZkrALGnxAtpuSXGVRr6ismIThwP8qujVjfPB/sCQrjdFTjidnGJPch3FWDDugSfcezX8Vd5AV4ipCaJo3J2cjSdyiVlb/2r38Ow+RJV75LZNQn5di8mMJdv4vrbo="
compiler:
- clang
- gcc
script: cmake . && make clean && make
addons:
coverity_scan:
proje... | Change branch_pattern to master for Coverity Scan. | Change branch_pattern to master for Coverity Scan. | YAML | mit | mikoim/rogue,mikoim/rogue |
931eb40bf24b7a21d7939033ba61c2d2158c6938 | .travis.yml | .travis.yml | language: python
cache: pip
env:
global:
- PILLOW_VERSION=3.2.0
matrix:
include:
- python: 2.7
env: PILLOW_VERSION=2.9.0
- python: 2.7
env: PILLOW_VERSION=3.0.0
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
before_install:
# Dependencies to build PIL
- su... | language: python
cache: pip
env:
global:
- PILLOW_VERSION=3.2.0
matrix:
include:
- python: 2.7
env: PILLOW_VERSION=2.9.0
- python: 2.7
env: PILLOW_VERSION=3.0.0
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
- python: 3.6
before_install:
# Dependencies to ... | Add Python 3.6 in Travis | Add Python 3.6 in Travis
| YAML | mit | kontza/sigal,kontza/sigal,kontza/sigal |
2cccd38dcda418df3b5339e9dde936250775bf9d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
# Run on container-based infrastructure
sudo: false
cache:
directories:
- ${HOME}/.m2/repository
before_install:
- if [ ! -z "${GPG_SECRET_KEYS}" ]; then echo ${GPG_SECRET_KEYS} | base64 --decode | ${GPG_EXECUTABLE} --import; fi
- if [ ! -z "${GPG_OWNERTRUST}" ]; then ec... | language: java
jdk:
- oraclejdk8
# Run on container-based infrastructure
sudo: false
cache:
directories:
- ${HOME}/.m2/repository
before_install:
- if [ ! -z "${GPG_SECRET_KEYS}" ]; then echo ${GPG_SECRET_KEYS} | base64 --decode | ${GPG_EXECUTABLE} --import; fi
- if [ ! -z "${GPG_OWNERTRUST}" ]; then ec... | Fix repo trigger for deployment | DEPLOYFIX: Fix repo trigger for deployment
| YAML | bsd-3-clause | spals/parent-pom |
23ad8776166ba5a38401b7ed8357c05686532641 | .travis.yml | .travis.yml | sudo: false
language: go
notifications:
email: false
go:
- 1.9
services:
- redis-server
before_install:
- rvm use 2.4.2 --install --binary --fuzzy
- gem install anyt
script: make test-ci
| sudo: false
language: go
notifications:
email: false
go:
- "1.10"
services:
- redis-server
before_install:
- rvm use 2.4.2 --install --binary --fuzzy
- gem install anyt
script: make test-ci
| Use Go 1.10 in Travis | Use Go 1.10 in Travis
| YAML | mit | anycable/anycable-go,anycable/anycable-go,anycable/anycable-go |
27cc200d68f1846072bb8abcb978e304bece9828 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- ruby-head
before_install:
- gem update --system
- gem install bundler -v 1.15.4
| language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
before_install:
- gem update --system
- gem install bundler -v 1.15.4
| Test against Ruby 2.5.0 on Travis CI | Test against Ruby 2.5.0 on Travis CI
| YAML | mit | emsk/romajic,emsk/romaji_cop,emsk/romaji_cop,emsk/romaji_cop,emsk/romajic,emsk/romajic |
eaf43b371039e45a90aab51ac34fea625a93bf15 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.12'
- iojs
script:
# Test postinstall
- rm -rf node_modules
- npm install .
- npm install
# Test
- npm test
- npm run coverage
# Test global install
- npm install . -g
- vimlint
- vimlint --help
- vimlint --version
- vimlint test/succeeded.vi... | language: node_js
node_js:
- '0.10'
- '0.12'
- iojs
script:
# Test postinstall
- rm -rf node_modules
- npm install .
- npm install
# Test
- npm test
- npm run coverage
# Test global install
- npm install . -g
- vimlint
- vimlint --help
- vimlint --version
- vimlint test/succeeded.vi... | Switch to container based Travis-CI | Switch to container based Travis-CI
| YAML | mit | pine613/node-vimlint |
2b1fb3d8983838ad2e0083ac300b221accab6f0c | .travis.yml | .travis.yml | ---
os: linux
dist: xenial
jobs:
include:
- name: Cli xsltproc
language: minimal
apt:
packages:
- xsltproc
- libxml2-utils
script: ./test.sh
- name: Firefox
language: javascript
addons:
firefox: latest
install: npm install karma karma-f... | ---
os: linux
jobs:
include:
- name: Cli xsltproc
dist: xenial
language: shell
addons:
apt:
packages:
- xsltproc
- libxml2-utils
script: ./test.sh
- name: Firefox
dist: bionic
language: node_js
node_js: lts/*
addons:
... | Fix cli test failure, try node/lts on bionic | Fix cli test failure, try node/lts on bionic
| YAML | mit | znerol/Short-Story |
154d2edfac2a3bd12cadb12d96790bd8770749a2 | .travis.yml | .travis.yml | language: python
python:
- '3.5'
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source=flash_services setup.py test
after_success: coveralls
deploy:
- provider: pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel"
on:
... | language: python
python:
- '3.7'
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source=flash_services setup.py test
after_success: coveralls
deploy:
- provider: pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel"
on:
... | Use newer Python in pipeline | Use newer Python in pipeline
To be consistent with Flash itself and avoid build errors.
| YAML | isc | textbook/flash_services,textbook/flash_services,textbook/flash_services |
f15e40b7fed7b64378dad482c1ade9d4acb25f0f | .travis.yml | .travis.yml | sudo: required
language: generic
services:
- docker
script:
- docker-compose build
- docker-compose up | sudo: required
language: generic
services:
- docker
env:
- SERVICE=autopep8
- SERVICE=beautysh
- SERVICE=clang-format
- SERVICE=crystal
- SERVICE=elm-format
- SERVICE=ocp-indent
- SERVICE=php-cs-fixer
- SERVICE=phpcbf
- SERVICE=rscript
- SERVICE=rubocop
- SERVICE=ruby-beautify
- SERVICE=sass-c... | Split up Travis CI into a build matrix for individual Docker services | Split up Travis CI into a build matrix for individual Docker services
| YAML | mit | Unibeautify/docker-beautifiers |
6df8e56b1c53fde398c8cde1c67e86d4b89e6c1a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
cache:
apt: true
# TODO local node modules path correct?
directories:
- $HOME/.pip-cache/
- $HOME/.tox
- /home/travis/virtualenv/python2.7
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- echo 'R... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7-dev"
cache:
apt: true
# TODO local node modules path correct?
directories:
- $HOME/.pip-cache/
- $HOME/.tox
- /home/travis/virtualenv/python2.7
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- ech... | Set Travis CI Python 3.7 to dev (as 3.7 not released yet) | Set Travis CI Python 3.7 to dev (as 3.7 not released yet)
| YAML | mit | bbiskup/flotsam |
13046b5a81b2064b42c3681b1dfb74d47b8c3b08 | .travis.yml | .travis.yml | dist: focal
services:
- mysql
language: ruby
env: CODECLIMATE_REPO_TOKEN=b1b9b856c0aa49c7733aedea0b460b1c118c2ff1296db77bdcf762e6e8ff91c5
before_install:
- yes | gem update --system --force
- gem install bundler
- nvm install 'lts/*'
- nvm use 'lts/*'
install:
- bundle install --jobs=3 --retry=3
- yarn in... | dist: focal
services:
- mysql
language: ruby
env: CC_TEST_REPORTER_ID=b1b9b856c0aa49c7733aedea0b460b1c118c2ff1296db77bdcf762e6e8ff91c5
before_install:
- yes | gem update --system --force
- gem install bundler
- nvm install 'lts/*'
- nvm use 'lts/*'
install:
- bundle install --jobs=3 --retry=3
- yarn insta... | Use this env variable to tell simplecov it's Travis | Use this env variable to tell simplecov it's Travis
| YAML | mit | umts/umasstransit.rodeo,umts/umasstransit.rodeo,umts/umasstransit.rodeo |
dae8ab093818805f9793a0cc68ac2427bfe04228 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
install: npm install
| language: node_js
node_js:
- "0.10"
- "0.11"
install: npm install
| Test on node.js 0.10 and 0.11 | Test on node.js 0.10 and 0.11
| YAML | mit | cloud9UG/generator-qsExtension,cloud9UG/generator-qsExtension |
8780ece6ab9c46aef7f6685e2b5fcb3e02493c5a | .travis.yml | .travis.yml | language: python
python:
- "2.7_with_system_site_packages"
env:
- TOX_ENV=py27
- TOX_ENV=flake8
install:
- "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update || true"
- "sudo apt... | sudo: required
dist: trusty
language: python
python:
- "2.7_with_system_site_packages"
env:
- TOX_ENV=py27
- TOX_ENV=flake8
install:
- "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get ... | Switch to trusty for tests | Switch to trusty for tests
Mopidy 2.0.0 requires gstreamer 1.x
| YAML | apache-2.0 | rawdlite/mopidy-beets-local |
3c1484ee3d11706afcc34ed2a9d17b1d898262c9 | .travis.yml | .travis.yml | language: php
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
php:
- 5.4 | language: php
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
php:
- 5.4
- hhvm | Add continuous integration with HHVM | Add continuous integration with HHVM
| YAML | mit | Elephant418/Staq,Elephant418/Staq,Elephant418/Staq |
b2629e1b788678b6a952d48e294227a71778b275 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install .
# command to run tests
script: nosetests | language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install .
- pip install coveralls
# command to run tests
script:
coverage run --source=simplepeg setup.py test
after_success:
coveralls | Add coverall - test coverage | Add coverall - test coverage
| YAML | mit | SimplePEG/Python |
2d1f4aa01563f3910fe9fb052f9ecc6c4edd4ad6 | .travis.yml | .travis.yml | language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.72.0
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.73.2
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| Update Home Assistant to 0.73.2 for config checks in Travis CI | Update Home Assistant to 0.73.2 for config checks in Travis CI
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
58ceec43802d017b203b4b348b821ecce6c142ad | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
| language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
install:
- mvn -f relution-publisher/pom.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn -f relution-publisher/pom.xml clean compile package -B
| Configure custom install and script steps | Configure custom install and script steps | YAML | apache-2.0 | mwaylabs/relution-jenkins-plugin,mwaylabs/relution-jenkins-plugin,jenkinsci/relution-plugin,mwaylabs/relution-jenkins-plugin |
66b5116c243a722d04a43ed77cdc5039fe3aacb1 | .travis.yml | .travis.yml | # Use container-based infrastructure
sudo: false
language: scala
jdk: oraclejdk8
scala:
- 2.11.7
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name ... | # Use container-based infrastructure
sudo: false
language: scala
jdk: oraclejdk8
scala:
- 2.11.7
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name ... | Configure Travis-CI for multiproject build | Configure Travis-CI for multiproject build
| YAML | mit | bitcoin-s/bitcoin-s-core,bitcoin-s/bitcoin-s-core,bitcoin-s/bitcoin-s-core |
3de86d8dd2928b82e87b0a984bb8d3c8fa713437 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install .
- pip install tox
script: tox tests/
notifications:
irc: "chat.freenode.net#google-containers"
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install .
- pip install tox
script: tox tests/
notifications:
irc: "chat.freenode.net#google-containers"
| Enable automated testing with Python 3.4 | Enable automated testing with Python 3.4 | YAML | apache-2.0 | jonparrott/container-agent,googlearchive/container-agent |
2fcb221e22f3031687a4808742c8803109816296 | .travis.yml | .travis.yml | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.3
# The SDK version used to compile your project
- android-23
... | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-24.0.0
# The SDK version used to compile your project
- android-24
... | Update Travis config for Android N | Update Travis config for Android N
| YAML | apache-2.0 | thedrover/android-integration-test-patterns |
043f138e31e55d948c543f471ec87d98cfb4156b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.0
env:
- DATABASE_USER="postgres"
addons:
postgresql: "9.3"
script: "LD_LIBRARY_PATH=lib bundle exec rake travis"
before_script:
- psql -c 'create database "hayashi-api_test";' -U postgres
- psql -c 'create database "hayashi_test";' -U postgres
notifications:
slack:
secure: Vjq1o... | language: ruby
rvm:
- 2.2.0
- 2.1.5
- 2.0.0
- 1.9.3
- jruby-1.7.9
- jruby-head
env:
- DATABASE_USER="postgres"
addons:
postgresql: "9.3"
script: "LD_LIBRARY_PATH=lib bundle exec rake travis"
before_script:
- psql -c 'create database "hayashi-api_test";' -U postgres
- psql -c 'create database "hayashi_test";' -U... | Add back full ruby support list | Add back full ruby support list
| YAML | apache-2.0 | matschaffer/horizon,Payshare/horizon,masonforest/horizon-importer,stellar/horizon-importer,malandrina/horizon,FredericHeem/horizon |
a7791f004ba8b23cb8ca5fc7f043b34fe71a7989 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
install: true
| language: java
jdk:
- oraclejdk8
install: true
notifications:
email:
on_success: never
on_failure: always
| Disable email notification on successful build. | Disable email notification on successful build.
| YAML | mit | SBI-/BoardScraper |
d992bf4b52b2510aa5e0e4f7ce6b2824ab32a6da | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.4.2
install:
- PATH=$PATH:$HOME/gopath/bin
- go get -t -v -d ./...
- go install -v github.com/onsi/ginkgo/ginkgo
script:
- bin/test
branches:
only:
- master
| sudo: false
language: go
go:
- 1.4.2
install:
- PATH=$PATH:$HOME/gopath/bin
- go get -t -v -d ./...
- go install -v github.com/onsi/ginkgo/ginkgo
script:
- bin/test-unit
- DB_PASSWORD="" bin/test-integration
branches:
only:
- master
| Add integration tests to Travis | Add integration tests to Travis
[#90518178]
| YAML | apache-2.0 | cloudfoundry-incubator/galera-healthcheck,cloudfoundry-incubator/galera-healthcheck |
faa8920fcd30f201b4e00a383f9f2f8489c4ed8f | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.5
- 2.0.0
branches:
only:
- develop
- master
addons:
code_climate:
repo_token:
secure: "D3z4RvKc32obw+Tnd92VLwpGHca5HP3oMpCrMo1AbzsZcEpTuiIlQ+8byQt0MfnPABfJy/MNnXJNefVjZr7rOkGH6NiIAR2zH0Ajb0HJytXocG5a4KIYY6BJtavwdX4PLTbOHassdfxkuOrMkF0lVcxB... | language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.5
- 2.0.0
branches:
only:
- develop
- master
env:
global:
- secure: "D3z4RvKc32obw+Tnd92VLwpGHca5HP3oMpCrMo1AbzsZcEpTuiIlQ+8byQt0MfnPABfJy/MNnXJNefVjZr7rOkGH6NiIAR2zH0Ajb0HJytXocG5a4KIYY6BJtavwdX4PLTbOHassdfxkuOrMkF0lVcxBPeGIFUYUytahnYDw9q0="
| Move token to env section | Move token to env section
| YAML | mit | asaaki/ryodo |
b198ad48c6edb7f62c1560cc28809d638f5dd48c | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- nightly
script:
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
before_deploy:
- composer install
- composer dump-autoload --optimize
- tar -czf "pico-release-$TRAVIS_TAG.tar.gz" .htaccess README.md CHANGEL... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
fast-finish: true
script:
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
before_deploy:
- composer install
- composer dump-autoload --optimize
- tar ... | Allow PHP nightly builds to fail | Travis: Allow PHP nightly builds to fail
| YAML | mit | theshka/Pico,TakamiChie/Pico,lukasz-jakub-adamczuk/tech-jump-guide,fabianacero/fabianacerog,picocms/Pico,PhrozenByte/Pico,ondrejd/Pico,dav-m85/Pico,theshka/Pico,TakamiChie/Pico,smcdougall/Pico,PhrozenByte/Pico,picocms/Pico,theshka/Pico,dav-m85/Pico,picocms/Pico,ondrejd/Pico,smcdougall/Pico,fabianacero/fabianacerog,Phro... |
394c4d0211083480db628ace6e42851fdb4d0f26 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
install:
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: java
jdk:
- oraclejdk8
install:
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Build using Java 8 as Java 7 has been removed from some TravisCI nodes | Build using Java 8 as Java 7 has been removed from some TravisCI nodes
| YAML | apache-2.0 | realityforge/jndikit,realityforge/jndikit,realityforge/jndikit |
8493653bfeebcefeffce750208dc5be143161420 | .travis.yml | .travis.yml | language: haskell
ghc: 7.8.3
before_install:
- openssl aes-256-cbc -K $encrypted_68787bd95177_key -iv $encrypted_68787bd95177_iv -in travis_rsa.enc -out travis_rsa -d
install: scripts/installdep.sh
script: scripts/build.sh
deploy: scripts/deploy.sh
| language: haskell
ghc: 7.8.3
before_install:
- openssl aes-256-cbc -K $encrypted_68787bd95177_key -iv $encrypted_68787bd95177_iv -in travis_rsa.enc -out ~/.ssh/id_rsa -d
install: scripts/installdep.sh
script: scripts/build.sh
deploy: scripts/deploy.sh
| Set as default ssh key | Set as default ssh key
| YAML | mit | wei2912/blog_src,wei2912/blog_src |
4cd5af02379d360e165b3944017273a3bcca72c6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode | language: ruby
rvm:
- 2.0.0
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode
| Add ruby 2.0.0 to versions tested in Travis CI | Add ruby 2.0.0 to versions tested in Travis CI
| YAML | mit | ms-ati/rumonade |
823c58cb42d2211efb5487ec5a7ec24116db1536 | .travis.yml | .travis.yml | ---
language: php
php:
- "7.0"
- "7.1"
- nightly
env:
- PREFER_LOWEST=no
- PREFER_LOWEST=yes
cache:
directories: $HOME/.composer/cache/files
install:
- travis_retry composer install --prefer-dist
- if test "$PREFER_LOWEST" = yes ; then travis_retry composer update --prefer-dist --prefer-lowest ; fi
... | ---
language: php
php:
- "7.1"
- "7.2"
- nightly
env:
- PREFER_LOWEST=no
- PREFER_LOWEST=yes
cache:
directories: $HOME/.composer/cache/files
install:
- travis_retry composer install --prefer-dist
- if test "$PREFER_LOWEST" = yes ; then travis_retry composer update --prefer-dist --prefer-lowest ; fi
... | Remove PHP 7.0 from Travis matrix (phpstan incompatibility) | Remove PHP 7.0 from Travis matrix (phpstan incompatibility)
| YAML | mit | timeweb/phpstan-enum,timeweb/phpstan-enum |
9854f8f31b7bc70af4aea3656542e01aebbb92ba | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '4'
- node
sudo: false
script:
- npm run test
- npm run coverage
- npm run lint
cache:
directories:
- node_modules
| ---
language: node_js
node_js:
- '4'
- node
sudo: false
script:
- npm run test
- npm run coverage
- npm run lint
| Configure Travis CI not to cache node_modules | Configure Travis CI not to cache node_modules
| YAML | mit | kemitchell/reviewers-edition-parse.js |
ae6513d8935c1f98d038d04c5312d23aaa432e6d | .travis.yml | .travis.yml | script: "gem install foodcritic -v 1.1.0 && foodcritic -f any -t ~FC007 ."
rvm:
- 1.9.3
| script: "gem install foodcritic -v 1.1.0 && foodcritic -f any -t ~FC023 ."
rvm:
- 1.9.3
| Adjust the set of foodcritic rules that will be checked | Adjust the set of foodcritic rules that will be checked
| YAML | apache-2.0 | realityforge/chef-bonita |
f4e8d0a84da4164637590dd993776293a00120f8 | .travis.yml | .travis.yml | # Travis CI Configuration
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
install:
- npm install
- npm install coveralls
before_script:
- gulp build
script:
- npm run coverage
after_success:
- cat coverage/lcov.info | coveralls
| # Travis CI Configuration
language: node_js
node_js:
- "10"
- "11"
- "12"
install:
- npm install
- npm install coveralls
before_script:
- gulp build
script:
- npm run coverage
after_success:
- cat coverage/lcov.info | coveralls
| Drop CI support for Node 8 and 9 | Drop CI support for Node 8 and 9
| YAML | mit | caleb531/connect-four |
64c41d3faa8880871e140e27d15a1b9dc8c53c57 | .travis.yml | .travis.yml | language: php
php:
- "5.6"
- "5.5"
- "5.4"
before_script:
- composer install --dev --no-interaction
script: phpunit --coverage-clover build/logs/clover.xml --configuration tests/phpunit.xml
after_script:
- php vendor/bin/coveralls -v
| language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
- 5.4
matrix:
allow_failures:
- php: hhvm
- php: 7.0
before_script:
- composer install --dev --no-interaction
script: phpunit --coverage-clover build/logs/clover.xml --configuration tests/phpunit.xml
after_script:
- php vendor/bin/coveralls -v
... | Add HHVM and 7.0 to Travis, but allow failures | Add HHVM and 7.0 to Travis, but allow failures
| YAML | bsd-3-clause | JMB-Technology-Limited/HTMLIsAnEvent,JMB-Technology-Limited/HTMLIsAnEvent |
c571ad7872bca3157bd13a9f74c5880e7e42d811 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install coveralls
script: nosetests --with-coverage --cover-package=pybib --cover-branches --rednose
after_success:
coveralls
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install coveralls
script: nosetests --with-coverage --cover-package=pybib --cover-branches --rednose
after_success:
coveralls
| Add Python 3.5 to the test matrix | Add Python 3.5 to the test matrix
| YAML | bsd-3-clause | jgilchrist/pybib |
d233d56b8e41deddfd3aa29958ced4297aff80ee | .travis.yml | .travis.yml | language: python
notifications:
email: false
addons:
apt:
packages:
- libhdf5-serial-dev
sudo: false
cache:
directories:
- $HOME/.cache/pip
env:
# Commented out since setup_requires is controlled by easy_install
# This should be uncommented when pip can use setup_requires
# - TOXENV=py26-test-... | language: python
notifications:
email: false
addons:
apt:
packages:
- libhdf5-serial-dev
sudo: false
cache:
directories:
- $HOME/.cache/pip
env:
# Commented out since setup_requires is controlled by easy_install
# This should be uncommented when pip can use setup_requires
# - TOXENV=py26-test-... | Drop Python 3.2 from Travis file | Drop Python 3.2 from Travis file
| YAML | bsd-3-clause | h5py/h5py,h5py/h5py,h5py/h5py |
e84c6cb1971f936ee2782cac1b2ea1bd6951ce7c | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
cache:
directories:
- $HOME/vendor
sudo: false
before_script:
- phpenv config-rm xdebug.ini
- sh -c "composer install --no-progress"
script: ./run-tests.sh
| language: php
php:
- 7.0
- 7.1
sudo: false
cache:
directories:
- $HOME/.composer/cache
# XDebug slows down Composer ... our run-tests.sh script will enable it later
before_install:
- phpenv config-rm xdebug.ini
before_script:
- sh -c "composer install --no-progress"
script: ./run-tests.sh
| Make Travis store the Composer cache instead of vendor/ | Make Travis store the Composer cache instead of vendor/
| YAML | mit | narfbg/Niceware,narfbg/Niceware |
18ee5e2972b11e2aeac6b2dd8e732241667db162 | .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 | 4-20ma/client-rekey,opscode-cookbooks/client-rekey,chef-cookbooks/client-rekey |
0d30c2593393478a30cc2db05e5d54bb2e87dc43 | .travis.yml | .travis.yml | sudo: required
language: R
cache: packages
r_github_packages:
- johndharrison/HARtools
- johndharrison/webpagetestr
r_packages:
- png
- jpeg
env:
matrix:
- NOT_CRAN=true
r:
- oldrel
- release
- devel
after_success:
- Rscript -e 'covr::codecov()'
| sudo: required
language: R
cache: packages
r_github_packages:
- johndharrison/HARtools
- johndharrison/webpagetestr
r_packages:
- png
- jpeg
env:
matrix:
- NOT_CRAN=true
- secure: ke44BxElKJTn5dlt3C/n/WvJgMy/cozbVRYa/gI0MuDZthK+uqBJoIScDiFag8rDcgUvkw/CPkJ6Rlu4+f1DmvOUlK+pccDiIcBOOqzItisAZ35ZvNORC5+RAhvDBOQH220lWk... | Add secure WPT key for testing | Add secure WPT key for testing
| YAML | mit | johndharrison/webpagetestr |
40858593ef93def23050acfb1cbc14fae9c74736 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
before_install:
- "npm install react react-native"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| sudo: required
dist: trusty
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
before_install:
- "npm install react@^0.14.5 react-native"
| Fix peer dependency because react is now up to version 15 now but react-native still wants ^0.14.5 | Fix peer dependency because react is now up to version 15 now but react-native still wants ^0.14.5
| YAML | mit | alexmick/grunt-react-native-css |
5a0a4d416b5e681b4118c8b78ee49ceb338c9e95 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- export VERSION="8.0"
install:
#- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- cp -r ../maintainer-quality-tools/ $HOME # for maintainer-quality-tools self tests onl... | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
env:
- VERSION="8.0"
- VERSION="7.0"
install:
#- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- cp -r ../maintainer-quality-tools/ $HOME # for maintainer-quality-tools self tests only
... | Test both >= 8.0 and <= 7.0 cases | Test both >= 8.0 and <= 7.0 cases
| YAML | agpl-3.0 | ilyasProgrammer/maintainer-quality-tools,acsone/maintainer-quality-tools,gurneyalex/maintainer-quality-tools,gurneyalex/maintainer-quality-tools,gurneyalex/maintainer-quality-tools,Endika/maintainer-quality-tools,Vauxoo/maintainer-quality-tools,OCA/maintainer-quality-tools,savoirfairelinux/maintainer-quality-tools,ilya... |
f55979cab6ef9f13efd661070181091c5c4a4830 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
os:
- linux
branches:
only:
- master
cache:
directories:
- $HOME/.gradle
before_install:
- chmod +x gradlew
install: true
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew clean setupCIWorkspace assemble; fi'
- 'if [ "$TRAVIS_PULL_REQUES... | language: java
jdk:
- oraclejdk8
sudo: required
dist: trusty
branches:
only:
- master
cache:
directories:
- $HOME/.gradle
before_install:
- chmod +x gradlew
install: true
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew clean setupCIWorkspace assemble; fi'
- 'if [ "$TRAV... | Switch to Trusty image for Travis builds | Switch to Trusty image for Travis builds
[ci skip]
| YAML | mit | PaleoCrafter/VanillaImmersion |
579863393a439137e4e2cb40fd2276a3738e08e7 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "2.7"
- "2.6"
- "2.5"
- "pypy"
script: python setup.py test
| language: python
python:
- "3.3"
- "2.7"
- "2.6"
- "2.5"
- "pypy"
install: python install_deps.py
script: python setup.py test
| Use custom deps script for Travis-CI. | Use custom deps script for Travis-CI.
| YAML | mit | gthank/pto,gthank/pto |
1deb8770b943f1847c84f0826dc6825117bf62b2 | .travis.yml | .travis.yml | language: node_js
install:
- npm install -g bolt@^0.19.0
- bolt
| language: node_js
install:
- npm install -g bolt@^0.20.7
- bolt
| Fix bolt version in CI. | Fix bolt version in CI.
| YAML | mit | skatejs/skatejs,skatejs/skatejs,skatejs/skatejs |
dcb800bcb1cf8b48e52263656f0abe1848949e91 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements${TRAVIS_PYTHON_VERSION:0:1}.txt
- pip install coveralls
script:
- coverage run --source=comet --omit=*test_\*py $(which trial) comet
after_success:
- coveralls
sudo: false
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements${TRAVIS_PYTHON_VERSION:0:1}.txt
- pip install coveralls
script:
- PYTHONPATH=. coverage run --source=comet --omit=*test_\*py $(which trial) comet
after_success:
- coveralls
sudo: false
| Set PYTHONPATH when running coverage. | Set PYTHONPATH when running coverage.
| YAML | bsd-2-clause | jdswinbank/Comet,jdswinbank/Comet |
b773d9b1137f83a03ee2eb2afed72983aa4a765a | .travis.yml | .travis.yml | language: python
python: 2.7
sudo: false # use new infrastructure
env:
- TOX_ENV=py27
install:
- pip install -r requirements.txt
- pip install -r dev_requirements.txt
script:
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
- coverage run --ap... | language: python
python: 2.7
sudo: false # use new infrastructure
env:
- TOX_ENV=py27
install:
- pip install -r requirements.txt
- pip install -r dev_requirements.txt
script:
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
- coverage run --ap... | Enable automatic PyPI deployments via Travis CI | Enable automatic PyPI deployments via Travis CI | YAML | mit | ethereum/pyethereum,karlfloersch/pyethereum,shahankhatch/pyethereum,karlfloersch/pyethereum,pipermerriam/pyethereum,ethereum/pyethereum,pipermerriam/pyethereum,shahankhatch/pyethereum |
84833703cfa303ba7ef092652820cc85aeed5402 | .travis.yml | .travis.yml | sudo: false
osx_image: xcode7
language: objective-c
cache:
directories:
- .nvm
- node_modules
- vendor/bundle
before_install:
- brew reinstall nvm
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
install:
- nvm install 4
- npm install -g npm@2
- npm install
... | sudo: false
osx_image: xcode7
language: objective-c
cache:
directories:
- .nvm
- node_modules
- vendor/bundle
before_install:
- brew reinstall nvm
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
install:
- nvm install 5
- npm install -g npm
- npm install
-... | Update to npm@3 and node@5 | chore(ci): Update to npm@3 and node@5
| YAML | mit | moqada/GHReader,moqada/GHReader,moqada/GHReader,moqada/GHReader |
c05f0a612c56127aa66f98c6c741a4ea60b39af7 | .travis.yml | .travis.yml | language: python
sudo: false
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libboost-system1.55-dev
- libboost-filesystem1.55-dev
- g++-4.8
python:
- "2.7"
- "3.5"
- "3.6"
before_install:
- pip install --upgrade pip
- pip install pytest pytes... | language: python
sudo: false
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libboost-system1.55-dev
- libboost-filesystem1.55-dev
- g++-4.8
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
before_install:
- pip install --upgrade pip
- pip install py... | Add CI for Python 3.4 | Add CI for Python 3.4
| YAML | agpl-3.0 | openclimatedata/pyhector,openclimatedata/pyhector,openclimatedata/pyhector |
ed84cda57ef13999a5fe42c76d07503b6d3962bd | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- jruby-19mode
before_install:
- gem update --system
install: "bundle install"
script: "bundle exec rake spec:unit spec:acceptance features"
jdk:
- openjdk6
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
bra... | rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- jruby-19mode
- rbx-2
before_install:
- gem update --system
install: "bundle install"
script: "bundle exec rake spec:unit spec:acceptance features"
jdk:
- openjdk6
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.g... | Add Rubinius to Build Matrix | Add Rubinius to Build Matrix
Fix unintended removal of new line here
| YAML | mit | jonstokes/factory_girl,ento/factory_girl,willricketts/factory_girl,thoughtbot/factory_girl,eightbitraptor/factory_girl,bluurn/factory_girl,victor95pc/factory_girl,zephyr-dev/factory_girl,shuhei/factory_girl,BlakeWilliams/factory_girl,tinabme/factory_girl,jessedhillon/factory_girl,ndp-software/factory_girl,kt3k/factory_... |
b421a6784f9d15f33210e9fa9fe55676f29a52c1 | .travis.yml | .travis.yml | sudo: required
language: typescript
services:
- docker
script:
- docker build -t gretro/robs-fetch . | sudo: required
language: typescript
services:
- docker
script:
- docker build -t gretro/robs-fetch .
notifications:
email:
on_success: never
on_failure: always | Change notifications settings for TravisCI | chore: Change notifications settings for TravisCI
| YAML | mit | gretro/robs-fetch,gretro/robs-fetch,gretro/robs-fetch |
29a154704466a614c0e13b0f130957e8c53a721b | .semaphore/semaphore.yml | .semaphore/semaphore.yml | version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Bundle"
task:
jobs:
- name: bundle gems
commands:
- bundle
- name: "Run tests"
task:
jobs:
- name: tests
commands:
- bu... | version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Checkout code"
task:
jobs:
- name: checkout code from Github
commands:
- checkout
- name: "Bundle"
task:
jobs:
- name: bundle gems
... | Add git clone step to SemaphoreCI | Add git clone step to SemaphoreCI
| YAML | mit | scottwillson/tabular |
c4bf70cac6f97da9ed4c9803b9da9dd34dafd104 | .travis.yml | .travis.yml | language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
| language: node_js
node_js:
- "13"
- "12"
- "10"
- "9"
- "8"
| Update node versions to match current release schedule | Update node versions to match current release schedule
| YAML | mit | chrisfosterelli/akismet-api |
34d74efb1fbd867a0a6f0a3a33b9278a508a3dcb | .travis.yml | .travis.yml | language: bash
sudo: required
services:
- docker
before_script:
- sudo apt-get update && sudo apt-get install git
- docker pull kbase/kb_perl:latest
script:
- make -f Makefile.mini docker_image
after_success:
- make push_image
| language: perl
sudo: required
services:
- docker
before_script:
- sudo apt-get update && sudo apt-get install git
- cpanm Template::Tools::tpage
script:
- make
after_success:
- make push_image
env:
global:
- secure: tOjfwQREACIpwFmqfodj+yOrDgM9yL3TM8sL53/otVksAsIygGblQLDd/rxfAr/GEAyRdVDRuiu6dMo5EMB73hongonnLNUsZeUX... | Add tpage for perl makefile | Add tpage for perl makefile
| YAML | mit | kbase/handle_mngr,kbase/handle_mngr,kbase/handle_mngr |
e2847a9e1b2a2c6a13101b1b1c3fa0aafa5b5048 | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
rvm:
- 2.1.2
- 2.1.3
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
before_script:
- ls -la /usr/share/elasticsearch/bin/elasticsearch
- echo $PWD
before_install: gem install bundler
script: SERVER=launch TEST_CLUSTER_COMMAND=/... | bundler_args: "--without development"
language: ruby
rvm:
- 2.1.2
- 2.1.3
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
before_script:
- ls -la /usr/share/elasticsearch/bin/elasticsearch
- echo $PWD
before_install: gem install bundler
script: SERVER=launch TEST_CLUSTER_COMMAND=/usr/share/... | Set up the Slack notification from Travis CI | Set up the Slack notification from Travis CI
| YAML | mit | crowdworks/elasticsearch-model-extensions |
21c4bd6986b1f0125850d13d4348dc2c108a1e09 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DB="sqlite" SAURL="sqlite:///:memory:"
- DB="postgres" SAURL="postgresql://postgres:postgres@localhost/skosprovider_sqlalchemy"
- DB="mysql" SAURL="mysql://travis:@localhost/skosprovider_sqlalchemy"
install:
- python setup.py -q develop
- pip insta... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DB="sqlite" SAURL="sqlite:///:memory:"
- DB="postgres" SAURL="postgresql://postgres:postgres@localhost/skosprovider_sqlalchemy"
# - DB="mysql" SAURL="mysql://travis:@localhost/skosprovider_sqlalchemy"
install:
- python setup.py -q develop
- pip ins... | Stop trying to test mysql. | Stop trying to test mysql.
Couldn't find a decent py2/3 compatible mysql library out there.
| YAML | mit | koenedaele/skosprovider_sqlalchemy,cahytinne/skosprovider_sqlalchemy |
b7847d4c0c7d991fe177c1f575b902afd465abb0 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: java
env:
global:
- secure: Up/pPCFDt32GiRNsBak0mjxUslto6+OjJkUUni5nOg4LDw9fErDlyToCUD6R/ZKfrgQ6iQAL81Bo99+GPDgiRhUh/AdTMyguKtpVGeXCe/qKoO+hUj3B+Qk8iHIUva8zybJPIyLkKwUB/ghTSk/XQgn7/vofg1UtOU6TOvaRiNY=
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.boot/cache/bi... | sudo: false
dist: trusty
language: java
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.boot/cache/bin
- $HOME/.boot/cache/lib
- $HOME/bin
install:
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot
- chmod +x ~/b... | Remove incorrect Travis encrypted variable usage | Remove incorrect Travis encrypted variable usage
| YAML | mit | adolby/AndrewDolby.com,adolby/AndrewDolby.com |
d5678f5f99210a3ea7516fa26b0ae3ecf3fd2ed1 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
env:
global:
- MAVEN_OPTS="-Xmx256M"
matrix:
- TEST_MODULES=!presto-tests,!presto-kafka,!presto-redis,!presto-cassandra,!presto-raptor,!presto-postgresql,!presto-mysql
- TEST_MODULES=presto-tests TEST_OPTIO... | language: java
jdk:
- oraclejdk8
env:
global:
- MAVEN_OPTS="-Xmx256M"
matrix:
- TEST_MODULES=!presto-tests,!presto-kafka,!presto-redis,!presto-cassandra,!presto-raptor,!presto-postgresql,!presto-mysql
- TEST_MODULES=presto-tests TEST_OPTIONS='-Dair.test.thread-count=1'
- TEST_MODULES=presto-rapt... | Switch to Trusty (beta) image for Travis | Switch to Trusty (beta) image for Travis
This provides us with more memory and a newer JDK version. It also uses
Google Compute Engine, which is hopefully more reliable
| YAML | apache-2.0 | tomz/presto,haozhun/presto,prestodb/presto,mpilman/presto,smartnews/presto,svstanev/presto,youngwookim/presto,stewartpark/presto,martint/presto,raghavsethi/presto,damiencarol/presto,troels/nz-presto,cosinequanon/presto,zzhao0/presto,RobinUS2/presto,hulu/presto,TeradataCenterForHadoop/bootcamp,EvilMcJerkface/presto,mart... |
9cde1566c7a8388b2cb2b682aaf14b7db9f192cb | .travis.yml | .travis.yml | language: python
install:
- pip install ansible
- sudo apt-get install supervisor
script:
# Check the role syntax
- ansible-playbook --inventory='localhost,' tests/test.yml --syntax-check
# Check that the role can run with no errors/failures
- ansible-playbook --inventory='localhost,' tests/test.yml --conne... | language: python
install:
- pip install ansible
- sudo apt-get install supervisor
script:
# Check the role syntax
- ansible-playbook --inventory='localhost,' tests/test.yml --syntax-check
# Check that the role can run with no errors/failures
- ansible-playbook --inventory='localhost,' tests/test.yml --conne... | Test role idempotence with Travis CI | Test role idempotence with Travis CI
| YAML | mit | astorije/ansible-role-shout,astorije/ansible-lounge,astorije/ansible-role-shout |
71cfcab8c08b416a138d7167549cd40e7e3018c3 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
script:
- vendor/bin/phpunit tests
before_script:
- composer install --dev --prefer-dist
| language: php
sudo: false
php:
- 5.4
- 5.5
script:
- vendor/bin/phpunit tests
before_script:
- composer install --dev --prefer-dist
| Remove php 5.3 for framework 4.0 compatibility | Remove php 5.3 for framework 4.0 compatibility
| YAML | mit | silverstripe/silverstripe-behat-extension,silverstripe/silverstripe-behat-extension,tractorcow/silverstripe-behat3,silverstripe-labs/silverstripe-behat-extension |
acba4a7fccc522ac27abe505441cf173351504a2 | .travis.yml | .travis.yml | language: java
notifications:
email:
recepients:
- omid-ci@yahoo-inc.com
on_success: always
on_failure: always
jdk:
- oraclejdk8
branches:
only:
- master
cache:
directories:
- "~/.m2"
before_script:
# This is required to avoid failures of HBase minicluster related to Hadoop 1.x rele... | language: java
notifications:
email:
recepients:
- omid-ci@yahoo-inc.com
on_success: always
on_failure: always
jdk:
- oraclejdk8
branches:
only:
- master
cache:
directories:
- "~/.m2"
before_script:
# This is required to avoid failures of HBase minicluster related to Hadoop 1.x rele... | Add git token to push to github | Add git token to push to github
Change-Id: Ib73c9eb5d144968c4d768dd1c54e77f071148930
| YAML | apache-2.0 | yahoo/omid,yonigottesman/incubator-omid,yonigottesman/incubator-omid,yahoo/omid |
13e32559f0b3d9b38c2948cdc4635e8be43eb805 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
branches:
only:
- master
before_script:
- echo "INSTRUMENTS_HOSTNAME=localhost\nINSTRUMENTS_PORT=3000" >> .env | language: node_js
node_js:
- "0.11"
branches:
only:
- master | Remove before script in Travis conf | Remove before script in Travis conf
| YAML | mit | tanem/instruments |
f0e930c22c788df2165fafc756e6cc4a33454480 | .travis.yml | .travis.yml | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
env:
- DESTINATION="OS=8.1,name=iPhone 4S"
- DESTINATION="OS=8.2,name=iPhone 5"
- DESTINATION="OS=8.3,name=iPhon... | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
env:
- DESTINATION="OS=8.1,name=iPhone 4S"
- DESTINATION="OS=8.2,name=iPhone 5"
- DESTINATION="OS=8.3,name=iPhon... | Test the build on iOS 9.3 | [Travis] Test the build on iOS 9.3
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
20c5368076ac9f08d4e83710626cd47ebe9b13a8 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.4"
before_install:
- sudo apt-get update
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-contrib-9.3
- sudo /etc/init.d/postgresql start 9.3
install:
- python setup.py install
- pip install pyflakes
- pip install pep8
- pip install doc... | language: python
python:
- "3.3"
- "3.4"
before_install:
- sudo apt-get update
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-contrib-${PG}
- sudo /etc/init.d/postgresql start ${PG}
install:
- python setup.py install
- pip install pyflakes
- pip install pep8
- pip install... | Use shell var for postgres version | Use shell var for postgres version
| YAML | bsd-2-clause | luhn/aiopg,aio-libs/aiopg,graingert/aiopg,eirnym/aiopg,nerandell/aiopg,hyzhak/aiopg |
35a003def860061948d1f12cfdfa9beeb5672f8d | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.10
- 2.2.5
- 2.3.1
before_install:
- gem update --system
- gem update bundler
notifications:
email: false
| language: ruby
rvm:
- 2.5
- 2.6
- 2.7
before_install:
- gem update --system
- gem update bundler
notifications:
email: false
| Test only maintened ruby versions | Test only maintened ruby versions
| YAML | mit | dlibanori/tww,dlibanori/tww |
04b3bd0d45bf6d42ecb9f9d6b939b7dc3526dea6 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install: pip install tox --use-mirrors
script: tox
services:
- elasticsearch
| language: python
python:
- 2.7
install: pip install tox
script: tox
services:
- elasticsearch
| Remove --use-mirrors option for pip | Remove --use-mirrors option for pip
| YAML | bsd-2-clause | thoas/pybbm,thoas/pybbm,ulule/pybbm,ulule/pybbm,thoas/pybbm,ulule/pybbm |
bd682db6d7a591dcd5c9789149a786371dee2412 | .travis.yml | .travis.yml | language: csharp
solution: src/NLog.mono.sln
install:
- nuget restore src/NLog.mono.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug src/NLog.mono.sln
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe "./build/bin/Debug/Mono ... | language: csharp
solution: src/NLog.mono.sln
install:
- nuget restore src/NLog.mono.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release src/NLog.mono.sln
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe "./build/bin/Release/M... | Revert "Test - run Travis in Debug mode" | Revert "Test - run Travis in Debug mode"
This reverts commit 671e742585c2cede8d1e24e7d8e25c4edb12ad5f.
| YAML | bsd-3-clause | sean-gilliam/NLog,AndreGleichner/NLog,littlesmilelove/NLog,luigiberrettini/NLog,BrutalCode/NLog,bhaeussermann/NLog,tetrodoxin/NLog,kevindaub/NLog,bryjamus/NLog,tetrodoxin/NLog,kevindaub/NLog,BrutalCode/NLog,nazim9214/NLog,304NotModified/NLog,UgurAldanmaz/NLog,bhaeussermann/NLog,ie-zero/NLog,hubo0831/NLog,luigiberrettin... |
2706f75f5aa5be0a9de49aa478f7c637a9761634 | .travis.yml | .travis.yml | language: c
env:
- SMVERSION=1.5
- SMVERSION=1.6
- SMVERSION=1.7
before_install:
- sudo apt-get update
- sudo apt-get install gcc-multilib
- sudo apt-get install lynx
before_script:
- SMPATTERN="http:.*sourcemod-.*-linux.*"
- SMURL="http://www.sourcemod.net/smdrop/$SMVERSION/"
... | language: c
env:
- SMVERSION=1.5
- SMVERSION=1.6
- SMVERSION=1.7
matrix:
allow_failures:
- env: SMVERSION=1.7
before_install:
- sudo apt-get update
- sudo apt-get install gcc-multilib
- sudo apt-get install lynx
before_script:
- SMPATTERN="http:.*sourcemod-.*-linux.*"
... | Allow Source Mod 1.7 build to fail | Allow Source Mod 1.7 build to fail
| YAML | mit | CrimsonTautology/sm_in_game_audio |
d3d805b0035dd757e4f82214912a7c19d8b48d2f | .travis.yml | .travis.yml | language: php
dist: trusty
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 7.1
- 7.2
- 7.3
- 7.4
install:
- composer install --prefer-source --no-interaction
# PHPUnit
- composer require phpunit/phpunit
- ./vendor/bin/phpunit --version
before_script:
... | language: php
dist: trusty
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 7.2
- 7.3
- 7.4
install:
- composer install --prefer-source --no-interaction
# PHPUnit
- composer require phpunit/phpunit
- ./vendor/bin/phpunit --version
before_script:
## Instal... | Remove support for PHP 7.1 | Remove support for PHP 7.1
| YAML | lgpl-2.1 | stdtabs/phptabs |
7804f10f788a28291b76a1462ab3a911e3d8fee4 | .travis.yml | .travis.yml | language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo test --verbose --features pattern
- cargo doc
- cargo bench --verbose
- cargo test --verbose --manifest-path=regex_macros/Cargo.toml
- cargo bench --verbose --manifest-path=regex_macros/Cargo.toml
after_success: |
... | language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- |
[ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features pattern
- cargo doc
- cargo bench --verbose
- |
[ $TRAVIS_RUST_VERSION != nightly ] || cargo test --manife... | Test on rust 1.0.0, nightly, and beta | Test on rust 1.0.0, nightly, and beta
| YAML | apache-2.0 | golddranks/regex,edunham/regex,SeanRBurton/regex,bluss/regex,SeanRBurton/regex,rust-lang/regex,SeanRBurton/regex,rust-lang-nursery/regex,golddranks/regex,rust-lang-nursery/regex,rust-lang-nursery/regex,rust-lang/regex,rust-lang-nursery/regex,golddranks/regex,bluss/regex,SeanRBurton/regex,bluss/regex,rust-lang/regex,edu... |
8763beee8409cdedd6fc523e58110786b6af0ebd | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
| Allow running tests for 1.9.2 and 1.9.3 versions | Allow running tests for 1.9.2 and 1.9.3 versions
| YAML | mit | oivoodoo/devise_masquerade,oivoodoo/devise_masquerade,oivoodoo/devise_masquerade |
8e05672f4b13c8f3ce65092405a4b2b4dd50356e | .travis.yml | .travis.yml | cache: apt
sudo: false
language: python
python:
- "2.7"
- "3.5"
addons:
apt:
packages:
- libblas-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/miniconda
- export PATH="... | cache: apt
sudo: false
language: python
python:
- "2.7"
- "3.5"
addons:
apt:
packages:
- libblas-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/miniconda
- export PATH="... | Remove unused ignore-installed pip argument | Remove unused ignore-installed pip argument
| YAML | mit | bartromgens/nsmaps,bartromgens/nsmaps,bartromgens/nsmaps |
10d1546bd591adbb60c98a9f76ec66680111f194 | .travis.yml | .travis.yml | language: perl
perl:
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
global:
- AUTHOR_TESTING=1
- RELEASE_TESTING=1
- HARNESS_OPTIONS='j:c'
notifications:
recipients:
- andy@petdance.com
on_success: change
... | language: perl
perl:
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
global:
- HARNESS_OPTIONS='j:c'
notifications:
recipients:
- andy@petdance.com
on_success: change
on_failure: always
before_install:
- git c... | Add Test::More explicitly, and force it | Add Test::More explicitly, and force it
| YAML | artistic-2.0 | petdance/ack3,petdance/ack3,petdance/ack3,petdance/ack3,petdance/ack3,petdance/ack3,petdance/ack3,petdance/ack3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.