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 |
|---|---|---|---|---|---|---|---|---|---|
2752e4df2b6889537ae09f561560af359c3e18e7 | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0
| ---
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.1
| Put Ruby 2.2.1 into regular tests | Put Ruby 2.2.1 into regular tests
| YAML | apache-2.0 | zendesk/zendesk_apps_tools,zendesk/zendesk_apps_tools,zendesk/zendesk_apps_tools |
24f123dcedf47649f3fb731c5b9ef05a3a47502f | .travis.yml | .travis.yml | script: ./gradlew clean build
jdk:
- oraclejdk8
- oraclejdk7
script:
- ./gradlew clean build -PspockVersion=0.7-groovy-2.0 && ./gradlew clean build -PspockVersion=1.0-groovy-2.3
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0c47152ec0b752e481c8
on_success: change # options: [alwa... | script: ./gradlew clean build
jdk:
- oraclejdk8
script:
- ./gradlew clean build -PspockVersion=0.7-groovy-2.0 && ./gradlew clean build -PspockVersion=1.0-groovy-2.3
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0c47152ec0b752e481c8
on_success: change # options: [always|never|change... | Remove JDK7 from TravisCI builds | chore: Remove JDK7 from TravisCI builds
JDK7 is no longer available in Travis https://github.com/travis-ci/travis-ci/issues/7884 | YAML | apache-2.0 | marcingrzejszczak/spock-subjects-collaborators-extension |
bc196b409d3d5052bcacbe7d0e0ad5c2c9f0e600 | .travis.yml | .travis.yml | language: go
sudo: required
services:
- docker
go:
- 1.6
install:
- go get github.com/Masterminds/glide
- glide install
script:
- go test `go list ./... | grep -v '/vendor/'`
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
GOOS=linux GOARCH=amd64 go build;
docker build -t tpbowden/ingres... | language: go
sudo: required
services:
- docker
go:
- 1.6
install:
- go get github.com/Masterminds/glide
- glide install
script:
- go test `go list ./... | grep -v '/vendor/'`
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
GOOS=linux GOARCH=amd64 go build;
docker build -t tpbowden/ingres... | Revert "remove email from docker login" | Revert "remove email from docker login"
This reverts commit ea4634c5c10ac2fc7773bf95e68d32a4fdb2a41e.
| YAML | mit | tpbowden/swarm-ingress-router,tpbowden/swarm-ingress-router |
ce571f5dd02b1eb5235aba327016a33740aa70f1 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
before_install:
- git submodule update --init
- npm install -g npm
- npm install -g gulp typings
install:
- npm run pretest
- typings install
- npm install
script:
- npm run test
- gulp tslint | sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
before_install:
- git submodule update --init
- npm install -g npm
- npm install -g gulp typings
install:
- npm run pretest
- npm install
script:
- npm run test
- gulp tslint | Remove typings install from Travis CI config | Remove typings install from Travis CI config
| YAML | mit | Josh-ES/react-here-maps,Josh-ES/react-here-maps |
ccdf7e201f19a4579bb83aa51293a1f6ce5b59c6 | .travis.yml | .travis.yml | language: node_js
node_js:
- 8
- 9
- 10
cache:
yarn: true
directories:
- open-zwave-master
sudo: required
env:
global:
- CC=gcc-4.9
- CXX=g++-4.9
- MOZIOT_HOME=/home/travis/.mozilla-iot/test
addons:
firefox: latest
apt:
sources:
- ubuntu-toolchain-r-test
packages:
... | language: node_js
node_js:
- 8
- 9
- 10
cache:
yarn: true
directories:
- open-zwave-master
sudo: required
env:
global:
- CC=gcc-4.9
- CXX=g++-4.9
- MOZIOT_HOME=/home/travis/.mozilla-iot/test
addons:
firefox: "62.0"
apt:
sources:
- ubuntu-toolchain-r-test
packages:
... | Downgrade Firefox to 62 until webdriver behaves | Temporary: Downgrade Firefox to 62 until webdriver behaves
| YAML | mpl-2.0 | mozilla-iot/gateway,moziot/gateway,mozilla-iot/gateway,moziot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,moziot/gateway |
dfb05dbc607e95fb1d836f764b95efc18af2bd47 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install -q Django==$DJANGO_VERSION
script: python setup.py test
| language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install -q Django==$DJANGO_VERSION
- pip install . --use-mirrors
script: python setup.py test
| Build is failing due because request dependency can't be downloaded for Python 2.7. Use mirrors to install. | Build is failing due because request dependency can't be downloaded for Python 2.7. Use mirrors to install.
| YAML | bsd-2-clause | vyscond/django-all-access,iXioN/django-all-access,dpoirier/django-all-access,vyscond/django-all-access,mlavin/django-all-access,mlavin/django-all-access,iXioN/django-all-access,dpoirier/django-all-access |
d0da97aee06290ee389f1c14846557a2efdfb5ac | .travis.yml | .travis.yml | matrix:
include:
- os: linux
before_install:
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
- wget -q https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz
- tar xzf swif... | matrix:
include:
- os: linux
before_install:
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
- wget -q https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a/swift-DEVELOPMENT-SNAPSHOT-2017-09-04-a-ubuntu14.04.tar.gz
- tar xzf swif... | Update packages before running tests | Update packages before running tests
| YAML | mit | kdawgwilk/Autobahn |
771ed6ee90342e30cc066fc208d5256ba4ddfcb3 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6-dev"
install:
- pip install tox-travis
- pip install -r requirements.txt
- pip install codecov
after_success:
- codecov
script:
tox
| sudo: false
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6-dev'
install:
- pip install tox-travis
- pip install -r requirements.txt
- pip install codecov
after_success:
- codecov
script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: redapple
password:
secure... | Add PyPI deploy directive to Travis CI config | Add PyPI deploy directive to Travis CI config
| YAML | mit | redapple/js2xml,redapple/js2xml,redapple/js2xml,redapple/js2xml |
24397e3f5695f0a033a7026db5f1cf0afa0624c7 | .travis.yml | .travis.yml | language: php
os:
- linux
sudo: false
php:
# - 5.3 (doesn't recognize $var=[], only recognizes $var=array())
# - 5.4 (doesn't have finally{} in try blocks)
- 5.5
- 5.6
- 7.0
- nightly
matrix:
allow_failures:
- php: nightly
services:
- memcached
- mysql
addons:
apt:
packages:
- libgeoip-d... | language: php
os:
- linux
sudo: false
php:
# - 5.3 (doesn't recognize $var=[], only recognizes $var=array())
# - 5.4 (doesn't have finally{} in try blocks)
- 5.5
- 5.6
- 7.0
- nightly
matrix:
allow_failures:
- php: nightly
services:
- memcached
- mysql
addons:
apt:
packages:
- libgeoip-d... | Fix config location for Travis CI | Fix config location for Travis CI
| YAML | agpl-3.0 | BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web |
bbfcb99ec22773a80320898fa8386a8ab1d2c34b | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| Drop support for Node.js 8 early. | Drop support for Node.js 8 early.
| YAML | mit | bigeasy/abend |
c81feb18b6138dd213cf163b8034bb7a93f13415 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
- 'iojs'
| language: node_js
node_js:
- '0.12'
- 'iojs'
before_install:
- sudo apt-get update
- sudo apt-get install -qq libzmq3-dev
| Bring in the zmq headers. | Bring in the zmq headers.
| YAML | bsd-3-clause | nteract/jupyter-sidecar,captainsafia/jupyter-sidecar,nteract/jupyter-sidecar,rgbkrk/jupyter-sidecar,nteract/sidecar,captainsafia/jupyter-sidecar,rgbkrk/jupyter-sidecar,nteract/sidecar |
481dd7345ca4b0294a1a3988b0b498440391eef1 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
xcode_project: TEAChartDemo.xcodeproj
xcode_scheme: TEAChartDemo
xcode_sdk:
- iphonesimulator9.0
| language: objective-c
osx_image: xcode7
xcode_project: TEAChartDemo.xcodeproj
xcode_scheme: TEAChartDemo
xcode_sdk:
- iphonesimulator9.0
script:
- xctool -project TEAChartDemo.xcodeproj -scheme TEAChartDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
| Fix Travis CI build, really | Fix Travis CI build, really
| YAML | mit | xhacker/TEAChart,alessandrostone/TEAChart |
7b1f4cb8ee346dffa9a50cb3719b87983ae7589f | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- npm instal -g grunt-cli
script:
- grunt travis
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
before_install:
- npm instal -g grunt-cli
script:
- grunt travis
cache:
directories:
- node_modules
| Use containerized build on multiple NodeJS | Build: Use containerized build on multiple NodeJS
Use the containerized build with caching on the current production versions of Node
| YAML | mit | wet-boew/wet-boew-release |
d52c784511475f74cafae4f411025644582d4d32 | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk7
sudo: false
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- 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/proxy-servlet,realityforge/proxy-servlet |
236fa65e0b0f9a6348a44d0030363dbfe6fc8a98 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
script:
- bundle exec danger
- bundle exec rake
before_install:
- gem update --system
- gem install bundler
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- jruby-9.1.16.0
- jruby-head
gemfile:
- gemfiles/rails_42.gemfile
- gemfiles/rails_50.gemfile... | language: ruby
cache: bundler
sudo: false
script:
- bundle exec danger
- bundle exec rake
before_install:
- gem update --system
- gem install bundler
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
- jruby-9.2.3.0
- jruby-head
gemfile:
- gemfiles/rails_42.gemfile
- gemfiles/rails_50.gemfile
... | Test against latest Ruby versions | Test against latest Ruby versions
| YAML | mit | yuki24/rambulance,yuki24/rambulance |
d81a59d361981d3d3f0c687521b66a7c5648c924 | .travis.yml | .travis.yml | ---
# Travis file for Jenkins role
dist: 'trusty'
sudo: 'required'
services:
- 'docker'
language: 'python'
env:
matrix:
- TOXENV='py27-ansible20'
- TOXENV='py27-ansible21'
- TOXENV='py27-ansible22'
before_install:
- 'sudo apt-get update -qq'
- 'sudo apt-get install -o Dpkg::Options::="--force-... | ---
# Travis file for Jenkins role
dist: 'trusty'
sudo: 'required'
services:
- 'docker'
language: 'python'
env:
matrix:
- TOXENV='py27-ansible20'
- TOXENV='py27-ansible21'
- TOXENV='py27-ansible22'
before_install:
- 'sudo apt-get update -qq'
- 'sudo apt-get install -o Dpkg::Options::="--force-... | Update timeout for Travis testing to 40 minutes | Update timeout for Travis testing to 40 minutes
| YAML | mit | infOpen/ansible-role-jenkins |
f26d9d67b96af2e15612bb0471415d71a5f8e5fb | .travis.yml | .travis.yml | language: node_js
node_js:
- 6.11.4
- lts/*
- node
| language: node_js
node_js:
- 6.12.0
- lts/*
- node
| Add node 6.12.0 to build matrix | Add node 6.12.0 to build matrix
| YAML | mit | mpalourdio/ng-http-loader,mpalourdio/ng-http-loader,mpalourdio/ng-http-loader |
62fffea494ff11f941553e6dbc1627734c9997ec | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
- "iojs"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
sudo: false
| language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
- "4.0.0"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
sudo: false
| Test node.js 4.0.0 on Travis | Test node.js 4.0.0 on Travis
| YAML | mit | addaleax/q-semaphore |
18f2b7a977c78a6534abdf15bc5be6bc2d72d322 | .travis.yml | .travis.yml | language: "node_js"
node_js: "node"
sudo: false
script: ['npm test', 'npm run lint']
| language: "node_js"
node_js: [ "4", "5", "6", "node"]
sudo: false
script: ['npm test', 'npm run lint']
| Configure Travis CI to test on multiple Node.js versions | Configure Travis CI to test on multiple Node.js versions
| YAML | mit | kemitchell/plaintemplate-parse.js |
d81d701babf5c6256ce40e7faaa9bfcb45d6ba5b | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- DB=MYSQL CORE_RELEASE=3.2
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.1
- p... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=4
- DB=PGSQL CORE_RELEASE=4
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-sup... | Update Travis configuration for SS4 builds and PHP 7 | Update Travis configuration for SS4 builds and PHP 7
| YAML | bsd-3-clause | kinglozzer/silverstripe-gridfieldextensions,dhensby/silverstripe-gridfieldextensions,silverstripe-australia/silverstripe-gridfieldextensions,silverstripe-australia/silverstripe-gridfieldextensions,kinglozzer/silverstripe-gridfieldextensions,symbiote/silverstripe-gridfieldextensions,symbiote/silverstripe-gridfieldextens... |
1af6fdb62f9b6dac2bcd025eee265e5fe6139444 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "pypy"
before_install:
pip install codecov
matrix:
allow_failures:
- python:
- "3.5"
- "3.6"
- "pypy"
include:
- python: 2.7
install: pip install -U flake8
script: flake8 --ignore E501,W191,C901,E265,E402
... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "pypy"
before_install:
pip install codecov
matrix:
allow_failures:
- python: "3.5"
- python: "3.6"
- python: "pypy"
include:
- python: 2.7
install: pip install -U flake8
script: flake8 --ignore E501,W191,C901,E265,E4... | Fix allow failure syntax in TravisCI config | Fix allow failure syntax in TravisCI config
| YAML | mit | spaceone/httoop,spaceone/httoop,spaceone/httoop |
519f4a3d4e0c6bf90e9455fc4ab18382638291be | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: java
jdk:
- oraclejdk8
rvm:
- 2.6.6
node_js:
- v6.10.3
before_install:
- openssl aes-256-cbc -K $encrypted_6f0ad65dedff_key -iv $encrypted_6f0ad65dedff_iv
-in etc/secrets -out ../secrets.tar -d
- "(cd ../ && t... | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: java
jdk:
- oraclejdk8
rvm:
- 2.6.6
node_js:
- v6.10.3
before_install:
- openssl aes-256-cbc -K $encrypted_6f0ad65dedff_key -iv $encrypted_6f0ad65dedff_iv
-in etc/secrets -out ../secrets.tar -d
- "(cd ../ && t... | 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 |
9433681a3268ccdd22bdf0a24081454b6c5974b7 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install:
- "npm install -g jshint"
notifications:
email: false
| language: node_js
node_js:
- "0.10"
notifications:
email: false
| Remove extra install before Travis test | Remove extra install before Travis test
| YAML | mit | rrevanth/news,rrevanth/news |
619925077a68e0595141938c1734ea4153dd9297 | .travis.yml | .travis.yml | language: go
go:
- tip
- 1.7
- 1.6
dist: trusty
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install btrfs-tools libdevmapper-dev
script:
- AUTO_GOPATH=1 make install.tools
- AUTO_GOPATH=1 ./hack/make.sh validate-gofmt validate-pkg validate-lint validate-test v... | language: go
go:
- tip
- 1.7
- 1.6
dist: trusty
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install btrfs-tools libdevmapper-dev
script:
- AUTO_GOPATH=1 make install.tools
- AUTO_GOPATH=1 ./hack/make.sh validate-gofmt validate-pkg validate-lint validate-test v... | Add the cross target to the Travis config | Add the cross target to the Travis config
Have Travis build the "cross" target, too.
Signed-off-by: Nalin Dahyabhai <f562fcb2a0b898bf0be1afc867ea92325d8f825f@redhat.com>
| YAML | apache-2.0 | rhatdan/storage,containers/storage,containers/storage,rhatdan/storage,containers/storage,rhatdan/storage |
6bf938bffc6d023079c90a43b5f9dd8f1984f9a6 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
env:
- LARAVEL_VERSION=""
- LARAVEL_VERSION="5.5"
- LARAVEL_VERSION="5.6"
- LARAVEL_VERSION="5.7"
- LARAVEL_VERSION="5.8"
install:
- travis/laravel.php
- composer upda... | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
env:
- LARAVEL_VERSION=""
install:
- travis/laravel.php
- composer update
script:
- vendor/bin/phpunit
jobs:
include:
- stage: dependencies
script:
- ... | Drop support for Laravel 5.* | Drop support for Laravel 5.*
| YAML | apache-2.0 | duncan3dc/blade,duncan3dc/blade |
a92c6c6070fdf665d6f505a79e629008219d43a3 | .travis.yml | .travis.yml | language: go
install:
- go get -d -t -v ./... && go build -v ./...
go:
- 1.8
- tip
script:
- go vet ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
install:
- go get -d -t -v ./... && go build -v ./...
go:
- 1.9
- tip
script:
- go vet ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
| Update ci go version 1.9 | Update ci go version 1.9
| YAML | apache-2.0 | luopengift/gohttp |
563baef1c36542917f79e59c4fc4fcb74cadec24 | .travis.yml | .travis.yml | language: c
install: bash -e .travis-ci-install.sh
script: bash -e .travis-ci.sh
cache: apt
dist: trusty
sudo: required
matrix:
include:
- os: linux
env: OCAML_VERSION=4.04 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.... | language: c
install: bash -e .travis-ci-install.sh
script: bash -e .travis-ci.sh
cache: apt
dist: trusty
sudo: required
matrix:
include:
- os: linux
env: OCAML_VERSION=4.05 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.04 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.... | Configure a Travis build for OCaml 4.05. | Configure a Travis build for OCaml 4.05.
| YAML | cc0-1.0 | seliopou/opam-repository,mebsout/opam-repository,pirbo/opam-repository,lefessan/opam-repository,djs55/opam-repository,orbitz/opam-repository,astrada/opam-repository,planar/opam-repository,talex5/opam-repository,toots/opam-repository,dsheets/opam-repository,thizanne/opam-repository,gasche/opam-repository,AltGr/opam-repo... |
528a92744eae6da3d003e0d050dbc7bbff7bfcf9 | .travis.yml | .travis.yml | language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.90.2
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.93.1
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| Update Home Assistant to 0.93.1 for config checks in Travis CI | Update Home Assistant to 0.93.1 for config checks in Travis CI
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
39acd031d5ee8971b0d76295fd03558fd1006620 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4.2"
- "5.4"
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
- libzmq3
- libzmq3-dev
- uuid-dev
| language: node_js
sudo: false
node_js:
- "4.2"
- "5.4"
addons:
apt:
sources:
- libzmq3-dev
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Trim up sources and packages. | Trim up sources and packages.
| YAML | bsd-3-clause | nteract/enchannel-zmq-backend,nteract/enchannel-zmq-backend |
4c1384d878f1b82bd164ea8588198570ec564f5b | .travis.yml | .travis.yml | language: ruby
rvm: 2.2
before_install:
- gem install bundler
script: 'bundle exec rspec'
env:
- 'AR="~> 3.1.0"'
- 'AR="~> 3.2.0"'
- 'AR="~> 4.0.0"'
- 'AR="~> 4.1.0"'
- 'AR="~> 4.2.0"'
- 'AR="= 5.0.0.beta3"'
| language: ruby
rvm: 2.2.4
before_install:
- gem install bundler
script: 'bundle exec rspec'
env:
- 'AR="~> 3.1.0"'
- 'AR="~> 3.2.0"'
- 'AR="~> 4.0.0"'
- 'AR="~> 4.1.0"'
- 'AR="~> 4.2.0"'
- 'AR="= 5.0.0.beta3"'
| Use ruby 2.2.4 to run tests | Use ruby 2.2.4 to run tests
| YAML | mit | camertron/arel-helpers |
62d2a789f3bd88c45b1fb55bdb65f5a33fa94b57 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '5'
- '4'
# fail asap when there is a failure
matrix:
fast_finish: true
# cache node modules
cache:
directories:
- $HOME/.yarn-cache
- node_modules
- docs/node_modules
- themes/phenomic-theme-base/node_modules
- test-setup/node_modules
# We don't use ... | language: node_js
node_js:
- '6'
- '4'
# fail asap when there is a failure
matrix:
fast_finish: true
# cache node modules
cache:
directories:
- $HOME/.yarn-cache
- node_modules
- docs/node_modules
- themes/phenomic-theme-base/node_modules
- test-setup/node_modules
# We don't use yarn.loc... | Remove node 5 to get faster Travis CI | Remove node 5 to get faster Travis CI
| YAML | mit | MoOx/phenomic,phenomic/phenomic,pelhage/phenomic,phenomic/phenomic,MoOx/phenomic,MoOx/statinamic,MoOx/phenomic,phenomic/phenomic |
8cc1604b12bcb063cbffaf0210c8c8c09d6f5418 | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4.4
- 1.5
- tip
| language: go
go:
- 1.2
- 1.3
- 1.4.4
- 1.5.3
- tip
| Use go version 1.5.3 on Travis | Use go version 1.5.3 on Travis
| YAML | mit | fern4lvarez/piladb,fern4lvarez/piladb |
9e75821d05b0ad30d80296cd37bf499a0675704b | .travis.yml | .travis.yml | language: php
php:
- '7.2'
cache:
directories:
- src/support/packages/vendor
- src/node_modules
services:
- mysql
before_script:
- cd src
- cp .env.ci .env
- composer install --no-interaction
- npm install
- npm run production
- php artisan key:generate
- php artisan migrate
script:
- ... | language: php
php:
- '7.2'
cache:
directories:
- src/support/packages/vendor
- src/node_modules
services:
- mysql
before_script:
- cd src
- cp .env.ci .env
- composer install --no-interaction
- npm install
- npm run production
- php artisan key:generate
- php artisan migrate
script:
- ... | Remove auto deploy from TravisCI build | Remove auto deploy from TravisCI build
| YAML | mpl-2.0 | itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild,itsmyfirstday/ProjectCityBuild |
83f2278f82acc43dd17695f9bf59ba9d70fdc327 | .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-haml,jstransformers/jstransformer-haml |
6748b29db5ece269cd438b837a6e4f5e1d36b81a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0
- 2.1
- jruby-18mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.1
- rbx-2.2
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: jruby-18mode
- rvm: 1.8.7
fast_finish: true | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0
- 2.1
- jruby-18mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.1
- rbx-2.2
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: jruby-18mode
- rvm: 1.8.7
fast_finish: true
install: bundle install --j... | Add 1 job install command to fix rbx 2.1. | Add 1 job install command to fix rbx 2.1.
| YAML | mit | cameron-martin/event_machine-test |
0fd9cc69a6ff3b84f223365b4223245cc8bcf3b0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
bundler_args: --without development production --quiet
before_script:
- "bundle exec rake test_app"
script: "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
email:
- ryan@spreecommerce.com
- jdyer@spreecommerce.com
- brian@spreecommerce.com
branches:
only:
... | language: ruby
rvm:
- 1.9.3
- 2.0.0
bundler_args: --without development production --quiet
before_script:
- "bundle exec rake test_app"
script: "DISPLAY=:99.0 bundle exec rake spec"
notifications:
email:
- ryan@spreecommerce.com
- jdyer@spreecommerce.com
- brian@spreecommerce.com
branches:
only:
... | Use rake spec, not rspec spec | Use rake spec, not rspec spec
| YAML | bsd-3-clause | 3drobotics/spree_related_products,surfdome/spree_related_products,reinaris/spree_related_products,3drobotics/spree_related_products,spree-contrib/spree_related_products,macmm/spree_related_products,spree-contrib/spree_related_products,reinaris/spree_related_products,stevecawdery/spree_related_products,3drobotics/spree_... |
3fc60664e6280f04620211310648a810205b804f | .travis.yml | .travis.yml | rvm:
- 2.0.0
- 2.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
| rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
| Add 2.2 to build matrix | Add 2.2 to build matrix
| YAML | mit | icebreaker/pry-byebug,pik/pry-byebug,andrewfader/pry-byebug,deivid-rodriguez/pry-byebug,stephenprater/pry-byebug |
eb0687ba088709e7b77e4340a8b8675b4393ef28 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
- 4
- 5
- 6
sudo: false
git:
depth: 1000000
script:
- npm run ci
notifications:
email:
- kimmobrunfeldt+git-hours@gmail.com
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
| language: node_js
node_js:
- 0.12
- 4
- 5
- 6
sudo: false
git:
depth: 1000000
script:
- npm run ci
notifications:
email:
- kimmobrunfeldt+git-hours@gmail.com
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Use a C++11 compliant compiler | Use a C++11 compliant compiler
This is necessary for Node.js 4 support. As per
https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
| YAML | mit | mrPjer/git-hours,kimmobrunfeldt/git-hours |
c1c663e7480a43018eaf0d1e5cbe3615478a393a | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
| Add Java 8 Travis build. | Add Java 8 Travis build.
| YAML | apache-2.0 | mikesprague/urlbuilder,mikaelhg/urlbuilder |
2fe304c68dba80c85ccd6fd788b54bf3e46aa665 | .travis.yml | .travis.yml | language: generic
env:
global:
- export BATS_PATH=/tmp/bats
- export PATH="$BATS_PATH/bin:$PATH"
install:
- git clone https://github.com/sstephenson/bats $BATS_PATH
script:
- bats -t test
| language: generic
script:
- make test
| Use default bats on Travis CI | Use default bats on Travis CI
| YAML | mit | kusabashira/vil |
fa56487151e00f3cbcc22b3bf8f06a4cd9fd5caf | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- 0.11
- 0.10
- 0.8
allow_failures:
node_js:
- 0.8
| Update build matric, dropping 0.6, allowing failures 0.8 . | Update build matric, dropping 0.6, allowing failures 0.8 .
| YAML | mit | tiredpixel/unmoved |
8b521c8ac7be4c2fc1093cfad0272b253ba83d35 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
node_js:
- stable
cache: bundler
env:
- RAKE_ENV=test
before_install:
- npm install --global jade@1.11.0
- npm install --global pug-cli@1.0.0-alpha6
- gem install bundler
install:
- bundle install
script:
- bundle exec rake test... | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
node_js:
- 6
cache: bundler
env:
- RAKE_ENV=test
before_install:
- npm install --global jade@1.11.0
- npm install --global pug-cli@1.0.0-alpha6
- gem install bundler
install:
- bundle install
script:
- bundle exec rake test
| Use nodejs v6 for testing | Use nodejs v6 for testing
| YAML | mit | yivo/pug-ruby,yivo/pug-ruby,yivo/pug-ruby |
1b2fdf9f66b9afc99529b2e846b62eefaf04c44d | .travis.yml | .travis.yml | sudo: true
language: cpp
os:
- osx
compiler:
- gcc
cache:
directories:
- "$HOME/deps"
script:
- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
- ./macpython-d... | sudo: true
language: cpp
os:
- osx
compiler:
- gcc
cache:
directories:
- "$HOME/Library/Caches/Homebrew"
script:
- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
- chmod u+x macpython-download-cache-and-build-module-wheels... | Update of the cache directory for TravisCI | ENH: Update of the cache directory for TravisCI
| YAML | apache-2.0 | InsightSoftwareConsortium/ITKTextureFeatures,InsightSoftwareConsortium/ITKTextureFeatures |
05f19f10b3e209b6f35f89664fc8b193812cc53d | .travis.yml | .travis.yml | language: objective-c
before_install:
- gem install xcpretty # this will go away soon when Travis installs xcpretty
script: make ci
| language: objective-c
before_install:
- gem install xcpretty # this will go away soon when Travis installs xcpretty
- gem install cocoapods # latest version of cocoapods
script: make ci
| Use latest version of CocoaPods on Travis CI | Use latest version of CocoaPods on Travis CI
| YAML | bsd-3-clause | tonyarnold/Kiwi,PaulTaykalo/Kiwi,samkrishna/Kiwi,carezone/Kiwi,cookov/Kiwi,emodeqidao/Kiwi,samkrishna/Kiwi,ecaselles/Kiwi,tcirwin/Kiwi,carezone/Kiwi,weslindsay/Kiwi,tonyarnold/Kiwi,carezone/Kiwi,indiegogo/Kiwi,weslindsay/Kiwi,emodeqidao/Kiwi,ecaselles/Kiwi,indiegogo/Kiwi,emodeqidao/Kiwi,emodeqidao/Kiwi,samkrishna/Kiwi,... |
a9de138a014590469aa6ee4692e96c8912b5dfe6 | .travis.yml | .travis.yml | ---
language: php
sudo: false
env:
global:
- GH_REF: github.com/shrikeh/teapot.git
- secure: "h8Q6F3ThS/pwBDMUg3Vj5zKqVhk2Birt1cZkbIxiFOMI2ptKHg+j6m9n3HTMRZq1jdEUrqnbqME3cCAAIs70dvw24ByeS7GJxzaBNLf/uA2nt6+6BiGvbAUqkVsCEMSyr7QqzsYMdbeGxEViuvgxhp3x6Fy9jIRz4kNdYJvzFUU="
matrix:
include:
- php: 5.5
- p... | ---
language: php
sudo: false
env:
global:
- GH_REF: github.com/shrikeh/teapot.git
- secure: "h8Q6F3ThS/pwBDMUg3Vj5zKqVhk2Birt1cZkbIxiFOMI2ptKHg+j6m9n3HTMRZq1jdEUrqnbqME3cCAAIs70dvw24ByeS7GJxzaBNLf/uA2nt6+6BiGvbAUqkVsCEMSyr7QqzsYMdbeGxEViuvgxhp3x6Fy9jIRz4kNdYJvzFUU="
matrix:
include:
- php: 5.6
- p... | Fix Travis so we no longer use 5.5 | Fix Travis so we no longer use 5.5
| YAML | mit | shrikeh/teapot,shrikeh/teapot |
55242aaf3d3fa0b0e9f6224bc2178b57655f5e8a | .travis.yml | .travis.yml | dist: bionic
sudo: required
language: python
cache: pip
python:
# After upgrading to Ubuntu 18.04 we lost ability to test against Py3.5
# - 3.5
- 3.6
- 3.7
env:
- AMY_ENABLE_PYDATA=true
AMY_PYDATA_USERNAME=username
AMY_PYDATA_PASSWORD=password
# With PyData enabled, there's always one migratio... | dist: bionic
sudo: required
language: python
cache: pip
# used for caching purposes
services:
- redis-server
python:
# After upgrading to Ubuntu 18.04 we lost ability to test against Py3.5
# - 3.5
- 3.6
- 3.7
env:
- AMY_ENABLE_PYDATA=true
AMY_PYDATA_USERNAME=username
AMY_PYDATA_PASSWORD=passwor... | Add Redis to Travis-CI configuration | Add Redis to Travis-CI configuration
| YAML | mit | pbanaszkiewicz/amy,pbanaszkiewicz/amy,swcarpentry/amy,pbanaszkiewicz/amy,swcarpentry/amy,swcarpentry/amy |
451e0aae262297b19f9b47dee99b6644fd42fa84 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
# https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md
addons:
apt:
packages:
- xvfb
before_install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
before_script:
- bash bin/before_script.sh
script:
... | language: node_js
node_js:
- node
# https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md
addons:
apt:
packages:
- xvfb
before_install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
before_script:
- bash bin/before_script.sh
script:... | Update node version of Travis to the latest | Update node version of Travis to the latest
| YAML | mit | tsg-ut/mnemo,tsg-ut/mnemo |
36bf4b3162b7188d63cc381c381ec9a7bd7ec57a | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install: sudo apt-get update
install:
- sudo apt-get install build-essential
- sudo apt-get install libboost-all-dev
- sudo apt-get install libmpfr-dev
- sudo apt-get install cmake
#- sudo apt-get install make
- sudo apt-get install curl
- sudo apt-get inst... | language: cpp
compiler:
- gcc
- clang
before_install: sudo apt-get update
install:
- sudo apt-get install build-essential
- sudo apt-get install libboost-all-dev
- sudo apt-get install libmpfr-dev
- sudo apt-get install cmake
#- sudo apt-get install make
- sudo apt-get install curl
- sudo apt-get inst... | Truncate Travis output to install.log | Truncate Travis output to install.log
| YAML | bsd-3-clause | acgetchell/CDT-plusplus,acgetchell/CDT-plusplus,acgetchell/CDT-plusplus |
d23fb2fe5c0944d52f34798d0a5fa0eb868b8be7 | .travis.yml | .travis.yml | before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfftw3-dev
- gem install bundler
language: ruby
rvm:
- "2.1.4"
- "2.2.0"
- "2.3.1"
- "2.4.1"
| before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfftw3-dev
- gem install bundler
language: ruby
rvm:
- "2.2.10"
- "2.3.8"
- "2.4.5"
- "2.5.3"
| Update Travis test Ruby versions | Update Travis test Ruby versions
| YAML | mit | neilslater/convolver,neilslater/convolver |
406959a7cfba897fb824f0431238f63c40ab904a | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.1
- 2.4.0
# gemfile is generated by appraisal
gemfile:
- gemfiles/jekyll_3.4.gemfile
- gemfiles/jekyll_3.3.gemfile
- gemfiles/jekyll_3.2.gemfile
- gemfiles/jekyll_3.1.gemfile
- gemfiles/jekyll_3.gemfile
- gemfiles/jekyll_2.gemfile
matrix:
exclud... | language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.1
- 2.4.0
# gemfile is generated by appraisal
gemfile:
- gemfiles/jekyll_3.4.gemfile
- gemfiles/jekyll_3.3.gemfile
- gemfiles/jekyll_3.2.gemfile
- gemfiles/jekyll_3.1.gemfile
- gemfiles/jekyll_3.gemfile
- gemfiles/jekyll_2.gemfile
matrix:
exclud... | Add after_success for CodeClimate test coverage | Add after_success for CodeClimate test coverage
| YAML | mit | toshimaru/jekyll-toc |
f84bc64e41c2f33a5d6224cc46ab905c4a429352 | .travis.yml | .travis.yml | dist: trusty
before_install:
- npm install -g npm@latest
- npm set progress=false
language: node_js
node_js:
- "5.7"
- "4.3"
- "3.3"
- "0.10"
script: npm run test:ci
after_success:
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
- p... | dist: trusty
before_install:
- npm install -g npm@latest
- npm set progress=false
language: node_js
node_js:
- "5.7"
- "0.10"
script: npm run test:ci
after_success:
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
- python travis_after_a... | Remove node 3 and 5 builds | chore: Remove node 3 and 5 builds
Previous number of builds quickly blows up the space creation rate limit.
| YAML | mit | contentful/contentful-management.js,contentful/contentful-management.js |
f534e5b43594c15d46980c6f9f31e010d0552fe9 | .travis.yml | .travis.yml | language: python
python:
- 2.5
- 2.6
- 2.7
- 3.1
- 3.2
script: make test
| language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
- 3.3
script: make test
| Replace Python 3.1 with Python 3.3 | Replace Python 3.1 with Python 3.3
| YAML | bsd-2-clause | julianwachholz/dj-config-url,avorio/dj-database-url,f0r4y312/django-connection-url,kennethreitz/dj-database-url |
9ce1dd31e8916feb52f0b5e2caaaf9ec93c1ae98 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.5.3
before_script:
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/vet
script:
- goimports -e -w . && git diff --exit-code
- go vet ./...
- go test -v ./...
| language: go
sudo: false
go:
- 1.7
before_script:
- go get golang.org/x/tools/cmd/goimports
script:
- goimports -e -w . && git diff --exit-code
- go vet ./...
- go test -v ./...
| Update Travis to Go 1.7 | Update Travis to Go 1.7
| YAML | bsd-3-clause | tbroyer/ocspd,tbroyer/ocspd |
217a69015a79de679e7516e7eb85c272993d508d | .travis.yml | .travis.yml | language: ruby
matrix:
include:
- rvm: 2.4.1 # Test web AND cli with specific version
gemfile: Gemfile
# Otherwise test only the cli
- rvm: 2.3
gemfile: lib/vimgolf/Gemfile
services:
- mongodb
before_install:
- ls -l /home/travis/.rvm/gems # Future reference, targets for quick build
... | language: ruby
matrix:
include:
- rvm: 2.6.6 # Test web AND cli with specific version
gemfile: Gemfile
# Otherwise test only the cli
- rvm: 2.3
gemfile: lib/vimgolf/Gemfile
services:
- mongodb
before_install:
- ls -l /home/travis/.rvm/gems # Future reference, targets for quick build
... | Update Travis-CI config to use Ruby 2.6.6 to test webapp | Update Travis-CI config to use Ruby 2.6.6 to test webapp
| YAML | mit | igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf |
fce50d4632631adc2a132bcab69af31072145834 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
cache:
yarn: true
after_script: NODE_ENV=test babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
| language: node_js
node_js:
- "8"
cache:
yarn: true
after_script: ./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
| Update path for coveralls, isparta | Update path for coveralls, isparta
| YAML | mit | martindale/fabric,martindale/fabric,martindale/fabric |
7c879fccb442cfbab85a079037c646aebe57cd79 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
addons:
apt:
packages:
- 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="$HOME/mi... | sudo: false
language: python
python:
- "2.7"
addons:
apt:
packages:
- 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="$HOME/mi... | Add scipy to conda deps | Add scipy to conda deps
| YAML | apache-2.0 | tariqdaouda/Mariana,tariqdaouda/Mariana,tariqdaouda/Mariana,JonathanSeguin/Mariana |
4a09667bd6d934f0d366a208643b05b8e1ba578e | .travis.yml | .travis.yml | language: go
go:
- 1.10.x
- 1.11.x
go_import_path: github.com/sourcegraph/go-langserver
os:
- windows
- linux
branches:
only:
- master
install:
- go get -d -t ./...
- go get golang.org/x/lint/golint
- go test -i ./...
script:
- cd $TRAVIS_BUILD_DIR
- go test -timeout 5m -race ./...
| language: go
go:
- 1.10.x
- 1.11.x
go_import_path: github.com/sourcegraph/go-langserver
os:
- windows
- linux
branches:
only:
- master
install:
- go get -d -t ./...
- go get golang.org/x/lint/golint
- go test -i ./...
script:
- cd $TRAVIS_BUILD_DIR
# Travis windows is changing line endings... | Use sed to convert CRLF to LF line endings | ci: Use sed to convert CRLF to LF line endings
Travis windows support seems to be checking out files with windows file endings,
breaking our tests. So adjust line endings in travis.
Signed-off-by: Christian Witts <54d9443fc0677c5d0e45d3480abd0c71b03493bb@gmail.com>
| YAML | mit | sourcegraph/go-langserver,sourcegraph/go-langserver,sourcegraph/go-langserver |
f692173b6772219b643a7383b25d98ff971539c0 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
fast_finish: true
install:
- composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
after_script:
- composer require satooshi/php... | language: php
php:
- 5.5
- 5.6
- 7.0
install:
- composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
after_script:
- composer require satooshi/php-coveralls dev-master
- vendor/bin/coveralls -v --exclude-no-stmt
| Remove PHP 7 from allowed failures | Remove PHP 7 from allowed failures
| YAML | mit | icicleio/dns |
d2e15e67a99a5a6e93ee9675f4e129268c1291ea | manifests/bpm.ops.yml | manifests/bpm.ops.yml | - type: replace
path: /releases/-
value:
name: "bpm"
version: "0.12.2"
url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0.12.2"
sha1: "f2edbf3d1417a253205338c9941ca989cd2f8331"
- type: replace
path: /instance_groups/name=garden/jobs/-
value:
name: bpm
release: bpm... | - type: replace
path: /releases/-
value:
name: "bpm"
version: "0.13.0"
url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0.13.0"
sha1: "4b6ebfdaa467c04855528172b099e565d679e0f5"
- type: replace
path: /instance_groups/name=garden/jobs/-
value:
name: bpm
release: bpm... | Bump BPM release to latest in manifests | Bump BPM release to latest in manifests
| YAML | apache-2.0 | cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release |
c5bf14f28d019ca1d2e34cfd22cdb3163811e7a1 | .travis.yml | .travis.yml | branches:
only:
- master
git:
depth: 10
language: objective-c
notifications:
email:
on_success: never
on_failure: change
script: "curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh"
| branches:
only:
- master
git:
depth: 10
language: cpp
matrix:
include:
- os: linux
dist: xenial
env: ATOM_CHANNEL=stable
- os: linux
dist: xenial
env: ATOM_CHANNEL=beta
- os: osx
env: ATOM_CHANNEL=stable
... | Switch to a better CI script | Switch to a better CI script
| YAML | isc | Alhadis/Atom-Mocha,Alhadis/Atom-Mocha |
76aa706f7dd11a689f026852026a94ced573b385 | .travis.yml | .travis.yml | language: ruby
env:
global:
- COVERAGE=true
matrix:
- TEST_SUITE=unit
- TEST_SUITE=integration
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database converge_sink;' -U postgres
script: "bundle exec rake test:$TEST_SUITE"
rvm:
- "1.9.3"
- "2.1.3"
- "ruby-head"
- "jruby-19mo... | language: ruby
env:
global:
- COVERAGE=true
matrix:
- TEST_SUITE=integration
- TEST_SUITE=functional
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database converge_sink;' -U postgres
script: "bundle exec rake test:$TEST_SUITE"
rvm:
- "1.9.3"
- "2.1.3"
- "ruby-head"
- "jrub... | Fix which banks of tests we run. | Fix which banks of tests we run.
| YAML | mit | azanar/converge-pg |
18109ef6f53af6239559012c75c7240407b38cfb | .travis.yml | .travis.yml | language: php
php:
- 5.3
before_script:
- composer self-update
- composer update --prefer-source --dev
script:
- ./vendor/bin/phing test
after_script:
- php ./vendor/bin/coveralls -v | language: php
php:
- 5.3
before_script:
- composer self-update
- composer update --prefer-source --dev
script:
- ./vendor/bin/phing test
#after_script:
# - php ./vendor/bin/coveralls -v | Disable coveralls until Travis builds successfully | Disable coveralls until Travis builds successfully
| YAML | bsd-3-clause | majuca/prado,mmauri04/prado,majuca/prado,mmauri04/prado,majuca/prado,mmauri04/prado |
b52745830a8fc66bade550f85154cca6e6e33a5b | .travis.yml | .travis.yml | sudo: false
install:
- npm install
language: node_js
node_js:
- "iojs"
script:
- npm run lint
- flow check
- npm test
| sudo: false
install:
- npm install
language: node_js
node_js:
- '4'
script:
- npm run lint
- flow check
- npm test
| Configure Travis CI to use node 4 | Configure Travis CI to use node 4
| YAML | bsd-3-clause | jhen0409/react-devtools,jhen0409/react-devtools,mcanthony/react-devtools,allofthenorthwood/react-devtools,aolesky/react-devtools,aadsm/react-devtools,aarondancer/react-devtools,MichelleTodd/react-devtools,hedgerwang/react-devtools,keyanzhang/react-devtools,aolesky/react-devtools,mcanthony/react-devtools,keyanzhang/reac... |
19b7ec3f63f1c6b2b44d8cea9b6861b0d834bf5c | .travis.yml | .travis.yml | osx_image: xcode7
language: objective-c
before_install:
- gem install xcpretty
before_script:
- xcrun simctl list
- export LANG=en_US.UTF-8
install: echo
script:
- set -o pipefail
- xcodebuild -workspace VCRURLSession.xcworkspace -scheme VCRURLSession -sdk iphonesimulator -configuration Debug -destination 'pl... | osx_image: xcode7.2
language: objective-c
before_install:
- gem install xcpretty
before_script:
- xcrun simctl list
- export LANG=en_US.UTF-8
install: echo
script:
- set -o pipefail
- xcodebuild -workspace VCRURLSession.xcworkspace -scheme VCRURLSession -sdk iphonesimulator -configuration Debug -destination '... | Use XCode 7.2 on Travis | Use XCode 7.2 on Travis
| YAML | mit | plu/VCRURLSession,plu/VCRURLSession |
919671501c8c4efa2e26e568ed9c5f2d1f497d60 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
script: "grunt"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/4790a5cfa82031da0e22
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start... | language: node_js
node_js:
- "0.10"
- "0.11"
before_script:
- grunt bower-install
script: "grunt"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/4790a5cfa82031da0e22
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|ne... | Fix Travis-CI to have proper environment installed for tests | Fix Travis-CI to have proper environment installed for tests
| YAML | apache-2.0 | nighto/angularjs-nvd3-directives,angularjs-nvd3-directives/angularjs-nvd3-directives,LostInBrittany/angularjs-nvd3-directives,hillaryskye/angularjs-nvd3-directives,meticulo3366/angularjs-nvd3-directives,meticulo3366/angularjs-nvd3-directives,lukasberlin/angularjs-nvd3-directives,nighto/angularjs-nvd3-directives,DataTor... |
15eb1e3ae04dada1267dc1e30a6566a2c78328ed | .travis.yml | .travis.yml | language: python
env:
- TOX_ENV=py27
- TOX_ENV=py33
# TODO Activate when Travis has PyPy 2.x
#- TOX_ENV=pypy
install:
- "wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update -q... | language: python
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=pypy
install:
- "wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update -qq"
- "sudo apt-get install -qq python-all-... | Enable PyPy builds on Travis | Enable PyPy builds on Travis
Travis now supports PyPy 2.0.
| YAML | apache-2.0 | jodal/pyspotify,mopidy/pyspotify,mopidy/pyspotify,felix1m/pyspotify,jodal/pyspotify,felix1m/pyspotify,kotamat/pyspotify,felix1m/pyspotify,jodal/pyspotify,kotamat/pyspotify,kotamat/pyspotify |
6a6714d86910b9d9b47aa7321c19b346fcbec440 | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-head
- jruby-head
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- rbx-2.0.0
- 1.8.7
- jruby-18mode
| language: ruby
rvm:
- ruby-head
- jruby-head
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- jruby-18mode
- rbx-2.1.1
- rbx-2.0.0
- 1.8.7
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: jruby-18mode
| Allow some Travis failures, add more Ruby versions | Allow some Travis failures, add more Ruby versions
| YAML | mit | seanredmond/kakutani |
de1a22811331f5d3762be00b780cf4de6277c168 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR"
before_script:
- firefox -v
- npm install jpm -g
scrip... | language: node_js
node_js:
- "4"
addons:
firefox: "47.0"
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR"
before_script:
- firefox -v
... | Make sure Firefox 47.0 is used | Make sure Firefox 47.0 is used
| YAML | mpl-2.0 | alexgibson/uitour-config,alexgibson/uitour-config |
51a0bd4322077dddbb95105d0ebbc0274d6d4317 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install
- phpenv rehash
script:
- php vendor/bin/phpcs --standard=psr2 src/
- phpunit --coverage-text
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
# - hhvm
before_script:
- composer self-update
- composer install
- phpenv rehash
script:
- php vendor/bin/phpcs --standard=psr2 src/
- phpunit --coverage-text
| Disable support for HipHop VM :( | Disable support for HipHop VM :(
| YAML | mit | piradoiv/munchitos |
2297c41a531b8de6cc90919901b718961eec4aa2 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.1
before_install:
- sudo apt-get update -qq
before_script:
- psql -c 'create role fr login createdb;' -U postgres
addons:
postgresql: 9.3
code_climate:
repo_token: 9d2abe9e2bdfe62892cf37ae25ff3e825b07dad9401025adcb6f387ac82a35a8
script:
- bundle exec rake db:create
- bundle exec rake d... | language: ruby
before_install:
- sudo apt-get update -qq
before_script:
- psql -c 'create role fr login createdb;' -U postgres
addons:
postgresql: 9.3
code_climate:
repo_token: 9d2abe9e2bdfe62892cf37ae25ff3e825b07dad9401025adcb6f387ac82a35a8
script:
- bundle exec rake db:create
- bundle exec rake db:migrate
- b... | Remove Ruby version in Travis CI config | Remove Ruby version in Travis CI config
Travis documentation states:
'Travis CI will consult .ruby-version in the root of the repository and
use the indicated Ruby runtime.'
So there's no need for the parameter in .travis.yml file as the repo
holds .ruby-version file.
| YAML | mit | ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp |
6cfcf77789331a1374963e6b48da3dc5b71c5085 | tasks/front.yaml | tasks/front.yaml | ---
- name: Configure munge
shell: create-munge-key < /dev/null creates=/etc/munge/munge.key
when: not munge_key.stat.exists
notify: restart munge
- name: Start munge service
service: name=munge state=started
# Configure SSH without password to connect with the nodes of the cluster... | ---
- name: Configure munge
shell: create-munge-key < /dev/null creates=/etc/munge/munge.key
when: not munge_key.stat.exists
notify: restart munge
- name: Start munge service
service: name=munge state=started
# Configure SSH without password to connect with the nodes of the cluster... | Fix bug un ssh config | Fix bug un ssh config
| YAML | apache-2.0 | grycap/ansible-role-slurm |
ff50b5c9fd6ca080a036a436db3545768261351c | hieradata/node.shell-01.hosting.randomness.org.uk.yaml | hieradata/node.shell-01.hosting.randomness.org.uk.yaml | ---
ufw_allow:
allow-ssh-from-anywhere-ipv4:
port: '22'
from: 'any'
allow-ssh-from-anywhere-ipv6:
port: '22'
from: 'any'
ip: '2a03:b0c0:1:d0::dc:b001/64'
base_packages:
- alpine
- irssi
| ---
ufw_allow:
allow-ssh-from-anywhere-ipv4:
port: '22'
from: 'any'
allow-ssh-from-anywhere-ipv6:
port: '22'
from: 'any'
ip: '2a03:b0c0:1:d0::dc:b001/64'
base_packages:
- alpine
- irssi
accounts:
workbob:
comment: 'bob walker'
| Set up a work bob account on shell-01 | Set up a work bob account on shell-01
| YAML | mit | rjw1/randomness-puppet,rjw1/randomness-puppet |
ac2bb6e5eb6612fbc0c38182091bd8ef27ec7b44 | frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml | frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml | engines:
pg:
host: 127.0.0.1
port: 5432
dbname: hello_world
user: benchmarkdbuser
password: benchmarkdbpass
minsize: 40
maxsize: 40
| ---
engines:
pg:
host: 127.0.0.1
port: 5432
dbname: hello_world
user: benchmarkdbuser
password: benchmarkdbpass
minsize: 22
maxsize: 22 | Reduce pgsql socket pool to match 2000 maximum connections | Reduce pgsql socket pool to match 2000 maximum connections
| YAML | bsd-3-clause | Dith3r/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,joshk/FrameworkBenchmarks,hamiltont/FrameworkBen... |
98b806aa0a330e0cea91be950de0b110fa64a5ed | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "pyodeint" %}
{% set version = "0.6.0.git" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: ../
build:
number: 0
requirements:
build:
- python
- numpy
- boost ==1.57.0
- cython
run:
- python
- numpy
test:
imports:
- pyodeint
requir... | {% set name = "pyodeint" %}
{% set version = "0.6.0.git" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: ../
build:
number: 0
requirements:
build:
- python
- numpy
- boost ==1.57.0
- cython
run:
- python
- numpy
test:
imports:
- pyodeint
requir... | Update doc_url in conda recipe | Update doc_url in conda recipe
| YAML | bsd-2-clause | bjodah/pyodeint,bjodah/pyodeint,bjodah/pyodeint,bjodah/pyodeint |
0c3e6563e56e549d77496604aeb0403e73e0326c | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: conda-env
version: 1.1.0
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}
preserve_egg_dir: yes
source:
git_url: ../
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
test:
commands:... | package:
name: conda-env
version: 1.1.0
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}
preserve_egg_dir: yes
source:
git_url: ..
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
test:
commands:
... | Remove trailing slash (possible Windows fix) | Remove trailing slash (possible Windows fix)
| YAML | bsd-3-clause | ESSS/conda-env,isaac-kit/conda-env,dan-blanchard/conda-env,mikecroucher/conda-env,conda/conda-env,phobson/conda-env,asmeurer/conda-env,nicoddemus/conda-env,mikecroucher/conda-env,isaac-kit/conda-env,conda/conda-env,phobson/conda-env,dan-blanchard/conda-env,asmeurer/conda-env,nicoddemus/conda-env,ESSS/conda-env |
b27cee727be4321c7bc35acaa011e1eba64212ec | Resources/config/twig_extension.yml | Resources/config/twig_extension.yml | services:
pierrre_encrypter.twig_extension:
class: Pierrre\EncrypterBundle\Twig\Extension\Encrypter
arguments: ["@pierrre_encrypter.manager", %pierrre_encrypter.twig.default_encrypter%]
tags:
- { name: twig.extension } | services:
pierrre_encrypter.twig_extension:
class: Pierrre\EncrypterBundle\Twig\Extension\Encrypter
arguments: ["@pierrre_encrypter.manager", "%pierrre_encrypter.twig.default_encrypter%"]
tags:
- { name: twig.extension } | Fix twig extension config (yaml parse error) | Fix twig extension config (yaml parse error)
[ci skip]
| YAML | mit | pierrre/PierrreEncrypterBundle |
692d56fb57dc569a839e110efbde46d094838574 | recipes/psutil/meta.yaml | recipes/psutil/meta.yaml | {% set version = "5.1.3" %}
package:
name: psutil
version: {{ version }}
source:
fn: psutil-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz
md5: 3090e32d42761086ae82036cadb95ba3
build:
number: 0
script: python setup.py install --single-version-externally-m... | {% set version = "5.2.0" %}
package:
name: psutil
version: {{ version }}
source:
fn: psutil-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz
md5: c9aa2599dcd9e5b59d71b6660d396062
build:
number: 0
script: python setup.py install --single-version-externally-m... | Update psutil recipe to version 5.2.0 | Update psutil recipe to version 5.2.0
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
6d18946e002c4633ac03e6ea96e2c1601b5fb20d | packages/mu/mulang.yaml | packages/mu/mulang.yaml | homepage: ''
changelog-type: ''
hash: be73a55c0d47b87ffb487b270039de9e52f3f89da18b2c30caa3fbad71a7d387
test-bench-deps:
bytestring: -any
base: <=5
hspec: -any
text: -any
mulang: -any
aeson: -any
neat-interpolation: -any
maintainer: franco@mumuki.org
synopsis: An intermediate language designed to perform a... | homepage: ''
changelog-type: ''
hash: 9203f68eabd12344cb1c5f037b84684d611c7786202f818a44caef98a4a2d126
test-bench-deps:
bytestring: -any
base: <=5
hspec: -any
text: -any
mulang: -any
aeson: -any
neat-interpolation: -any
maintainer: franco@mumuki.org
synopsis: An intermediate language designed to perform a... | Update from Hackage at 2018-01-04T21:15:26Z | Update from Hackage at 2018-01-04T21:15:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d5f178b036e6eee40800918e0af68803b8936ce8 | recipes/pyasn1/meta.yaml | recipes/pyasn1/meta.yaml | {%set name = "pyasn1" %}
{%set version = "0.3.2" %}
{%set hash_type = "sha256" %}
{%set hash_val = "90bd82e0db59d4319eaf01c2549b34c817d645275fce9ad41bac7429aa380690" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] ... | {%set name = "pyasn1" %}
{%set version = "0.3.3" %}
{%set hash_type = "sha256" %}
{%set hash_val = "01c20ade412088b42dcd5f0fef6149f6b7377297c5c5f222bb5ef0331ee3517c" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] ... | Update pyasn1 to version 0.3.3 | Update pyasn1 to version 0.3.3
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
6fe5dac3be2c74bea5f698c4c806626f4081848b | recipes/pyqmix/meta.yaml | recipes/pyqmix/meta.yaml | {% set name = "pyqmix" %}
{% set version = "2018.11.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8c0252a4908fa3608aa72c1d53d6a2a685806a6125ee93eb61c69e02134bbec5
build:
number: 0
... | {% set name = "pyqmix" %}
{% set version = "2018.11.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8c0252a4908fa3608aa72c1d53d6a2a685806a6125ee93eb61c69e02134bbec5
build:
number: 0
... | Install package with `--no-deps` parameter | Install package with `--no-deps` parameter
This avoids the retrieval of all `install_requires` runtime
dependencies specified in `setup.cfg` from PyPI.
| YAML | bsd-3-clause | dschreij/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes... |
b41984b9a938a27def6f35bbfcaf598919f06753 | config/locales/en.yml | config/locales/en.yml | # Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
spree:
new_return_request: New Return Request
edit_return_request: Edit Return Request
update_return_request: Updat... | # Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
spree:
new_return_request: New Return Request
edit_return_request: Edit Return Request
update_return_request: Updat... | Improve Order Number label on new return request form | Improve Order Number label on new return request form
| YAML | bsd-3-clause | nicedawg/spree-return-requests,nicedawg/spree-return-requests,nicedawg/spree-return-requests |
34e51dc4ba910fd2ccb8a051f29b62cac07f29b8 | blade.yml | blade.yml | load_paths:
- lib/assets/javascripts
- test/javascript/src
- test/javascript/vendor
logical_paths:
- sinon-1.17.5.js
- sinon-qunit-1.0.0.js
- relax.js
- test.js
build:
logical_paths:
- relax.js
path: dist
js_compressor: uglifier
plugins:
sprockets_override_accept:
sauce_labs:
tunnel_a... | load_paths:
- lib/assets/javascripts
- test/javascript/src
- test/javascript/vendor
logical_paths:
- sinon-1.17.5.js
- sinon-qunit-1.0.0.js
- relax.js
- test.js
build:
logical_paths:
- relax.js
path: dist
js_compressor: uglifier
plugins:
sprockets_override_accept:
sauce_labs:
tunnel_a... | Add previous 2 chrome and firefox versions for testing | Add previous 2 chrome and firefox versions for testing
| YAML | mit | jho406/Breezy,jho406/Relax,jho406/Breezy,jho406/Breezy,jho406/Relax,jho406/Relax |
56329ae5c96858d7cc63069f2d28e73be2043138 | settings/provisioner/virsh/topology/network/default.yml | settings/provisioner/virsh/topology/network/default.yml | ---
data:
name: "provisioning"
ip_address: "172.16.0.254"
netmask: "255.255.255.0"
management:
name: "management"
ip_address: "10.0.0.1"
netmask: "255.255.255.0"
forward:
type: "nat"
dhcp:
range:
start: "10.0.0.2"
end: "10.0.0.100"
subnet_c... | ---
data:
name: "data"
ip_address: "172.16.0.254"
netmask: "255.255.255.0"
management:
name: "management"
ip_address: "10.0.0.1"
netmask: "255.255.255.0"
forward:
type: "nat"
dhcp:
range:
start: "10.0.0.2"
end: "10.0.0.100"
subnet_cidr: "10... | Rename data network according to actual name. | Rename data network according to actual name.
Ansible 2.0 fails on mismatch name
| YAML | apache-2.0 | okolisny/InfraRed,redhat-openstack/infrared,okolisny/InfraRed,redhat-openstack/infrared,okolisny/InfraRed,redhat-openstack/infrared |
03ed0ac4bf06f3dd3f5fb7c3c6f6925c794091e6 | deployment/roles/web/vars/main.yml | deployment/roles/web/vars/main.yml | ---
service: zoomhub
description: ZoomHub let’s you make your images zoomable.
app_user: root
apps_root: /var/apps
app_repo: https://github.com/zoomhub/zoomhub.git
app_root: '{{ apps_root }}/{{ service }}'
app_version: master
app_command: 'NODE_ENV=production {{ app_root }}/node_modules/.bin/_coffee --fibers --cache {{... | ---
service: zoomhub
description: ZoomHub let’s you make your images zoomable.
app_user: root
apps_root: /var/apps
app_repo: https://github.com/zoomhub/zoomhub.git
app_root: '{{ apps_root }}/{{ service }}'
app_version: master
app_command: 'NODE_ENV=production PORT=80 {{ app_root }}/node_modules/.bin/_coffee --fibers --... | Set production port to 80 | Set production port to 80
| YAML | mit | zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub |
c66a62af9881fa30a63f46bcd726d5565e6d87dd | config/private_pub.yml | config/private_pub.yml | development:
server: "http://localhost:9292/faye"
secret_token: "secret"
signature_expiration: 3600 # one hour
test:
server: "http://localhost:9292/faye"
secret_token: "secret"
production:
server: "https://hippopath.org:9292/faye"
secret_token: "04e13fcc7f1c88f81608101e49220698241472f1a5578a485b818cb328d2... | development:
server: "http://localhost:9292/faye"
secret_token: "secret"
signature_expiration: 3600 # one hour
test:
server: "http://localhost:9292/faye"
secret_token: "secret"
production:
server: "http://hippopath.org:9292/faye"
secret_token: "04e13fcc7f1c88f81608101e49220698241472f1a5578a485b818cb328d23... | Revert "use https for faye" | Revert "use https for faye"
This reverts commit 19de23437552c8b532e90b19d5309f9493f9c683.
| YAML | apache-2.0 | jchai002/HippoPath,jchai002/HippoPath,jchai002/HippoPath |
5771e60aaa287b2b1bdcf8be25267e06269c4cf3 | ansible/roles/common/tasks/main.yml | ansible/roles/common/tasks/main.yml | ---
# This role sets up lots of common packages used generally.
- name: install packages for CKAN
become: true
apt:
pkg: "{{ item }}"
state: installed
update_cache: true
with_items:
- ack-grep
- build-essential
- emacs
- git
- htop
- iotop
- libmemcached-dev
- li... | ---
# This role sets up lots of common packages used generally.
- name: install packages for CKAN
become: true
apt:
pkg: "{{ item }}"
state: installed
update_cache: true
with_items:
- ack-grep
- build-essential
- emacs
- git
- htop
- iotop
- libmemcached-dev
- li... | Add redis server now CKAN has moved from celery -> RQ | Add redis server now CKAN has moved from celery -> RQ
| YAML | agpl-3.0 | nhsengland/iit-infrastructure,nhsengland/iit-infrastructure |
14ff76bfc519d962bb9de87c55fefb8bd16cda9f | metadata/ua.gardenapple.itchupdater.yml | metadata/ua.gardenapple.itchupdater.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
License: GPL-3.0-only
AuthorName: gardenapple
AuthorEmail: gardenapple@posteo.net
WebSite: https://gardenapple.itch.io/mitch
SourceCode: https://gitlab.com/gardenappl/mitch
IssueTracker: https://gitlab.com/gardenappl/mitch/issues
Changelog: https://gardena... | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
License: GPL-3.0-only
AuthorName: gardenapple
AuthorEmail: gardenapple@posteo.net
WebSite: https://gardenapple.itch.io/mitch
SourceCode: https://gitlab.com/gardenappl/mitch
IssueTracker: https://gitlab.com/gardenappl/mitch/issues
Changelog: https://gardena... | Update Mitch to 1.2.7 (19) | Update Mitch to 1.2.7 (19)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d3807549d5a036c180cced39fb7d9e8c159f23ca | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: heading
label: 博客
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template:... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | apache-2.0 | zuonx/zuonx.github.io,zuonx/zuonx.github.io,zuonx/zuonx.github.io |
f19a397471cdbf3e5452dd7644a05aea55825f47 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: node:10
mount_path: "/srv"
worki... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
upload_dir: static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: node:10
mount_path: "/srv"
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
903909dc59fa3c1cedbfabb0f6252155c0dccd48 | test/templates/compose/09-kafka/src/main/docker/kafka.yml | test/templates/compose/09-kafka/src/main/docker/kafka.yml | version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.5.5
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_SYNC_LIMIT: 2
kafka:
image: confluentinc/cp-kafka:5.5.7
environment:
KAFKA_ADVERTISED_LISTENERS: PLAIN... | version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.5.7
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_SYNC_LIMIT: 2
kafka:
image: confluentinc/cp-kafka:5.5.7
environment:
KAFKA_ADVERTISED_LISTENERS: PLAIN... | Update missing confluentinc/cp-zookeeper docker image version to 5.5.7 | Update missing confluentinc/cp-zookeeper docker image version to 5.5.7
| YAML | apache-2.0 | vivekmore/generator-jhipster,atomfrede/generator-jhipster,vivekmore/generator-jhipster,liseri/generator-jhipster,atomfrede/generator-jhipster,atomfrede/generator-jhipster,liseri/generator-jhipster,jhipster/generator-jhipster,liseri/generator-jhipster,vivekmore/generator-jhipster,ctamisier/generator-jhipster,jhipster/ge... |
3fea1fcdae6e75d2362a07e95cba535a0209948c | packages/bo/bookhound.yaml | packages/bo/bookhound.yaml | homepage: https://github.com/albertprz/bookhound#readme
changelog-type: ''
hash: ac23d88b8f37b166a4d6fb0e5587d510d2a575d8aa2d3fcfec0252d485e32c5b
test-bench-deps: {}
maintainer: albertoperez1994@gmail.com
synopsis: Simple Parser Combinators & Parsers
changelog: ''
basic-deps:
base: '>=4.7 && <5'
time: '>=1.9 && <2'... | homepage: https://github.com/albertprz/bookhound#readme
changelog-type: ''
hash: 1d06bd86cef9acfc56e46722833df2b5605c1ff65b5d9256b0ef776e90c7a54e
test-bench-deps: {}
maintainer: albertoperez1994@gmail.com
synopsis: Simple Parser Combinators
changelog: ''
basic-deps:
base: '>=4.7 && <5'
time: '>=1.9 && <2'
text: '... | Update from Hackage at 2022-07-17T14:43:59Z | Update from Hackage at 2022-07-17T14:43:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ec2642815abb3c3a3512a7d7b18a3a71bf3021aa | packages/te/text-zipper.yaml | packages/te/text-zipper.yaml | homepage: ''
changelog-type: ''
hash: c441dc8c38e82e3101068cf8952a9b011f803a408e73e6749797ae2f4134bad7
test-bench-deps: {}
maintainer: cygnus@foobox.com
synopsis: A text editor zipper library
changelog: ''
basic-deps:
base: <5
text: -any
vector: -any
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.3'
- '0.... | homepage: ''
changelog-type: ''
hash: 9994640a1b8ae9371980d7c05d097fb76cae1109ef05498d0174cbadf0e6e9e0
test-bench-deps: {}
maintainer: cygnus@foobox.com
synopsis: A text editor zipper library
changelog: ''
basic-deps:
base: <5
text: -any
vector: -any
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.3'
- '0.... | Update from Hackage at 2016-05-11T21:40:09+0000 | Update from Hackage at 2016-05-11T21:40:09+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
ff79e1fc945bae6544ace4ac26dff9385138673b | packages/te/text-zipper.yaml | packages/te/text-zipper.yaml | homepage: ''
changelog-type: ''
hash: c78adff5adcc234d8cdce58c4322e4100fd4ca1eeb662dc27c22363e636dde8b
test-bench-deps: {}
maintainer: cygnus@foobox.com
synopsis: A text editor zipper library
changelog: ''
basic-deps:
base: <5
text: -any
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
author: Jonathan Daugherty <... | homepage: ''
changelog-type: ''
hash: c441dc8c38e82e3101068cf8952a9b011f803a408e73e6749797ae2f4134bad7
test-bench-deps: {}
maintainer: cygnus@foobox.com
synopsis: A text editor zipper library
changelog: ''
basic-deps:
base: <5
text: -any
vector: -any
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.3'
- '0.... | Update from Hackage at 2015-08-15T21:18:21+0000 | Update from Hackage at 2015-08-15T21:18:21+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
24681cf3bb0d58df0efab52fc841a2a432d69820 | recipes/robyn/meta.yaml | recipes/robyn/meta.yaml | {% set name = "robyn" %}
{% set version = "0.6.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robyn-{{ version }}.tar.gz
sha256: af192a8fe409edbbcdc89fdce35cc577a543dffce09a76a8b5a14814897752ab
patches:
- 0001-add-matur... | {% set name = "robyn" %}
{% set version = "0.6.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robyn-{{ version }}.tar.gz
sha256: af192a8fe409edbbcdc89fdce35cc577a543dffce09a76a8b5a14814897752ab
patches:
- 0001-add-matur... | Add c compiler to build | Add c compiler to build
| YAML | bsd-3-clause | ReimarBauer/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,conda-forg... |
ed91c87bc9a4797b20b65961b69467176e62a5bf | ual_backend_mavros/config/pid.yaml | ual_backend_mavros/config/pid.yaml | # PID params for Ardupilot setPose pose control
pid:
ros: true
x:
kp: 0.7
ki: 0.05
kd: 0.1
min_sat: -2
max_sat: 2
min_wind: -5
max_wind: 5
y:
kp: 0.7
ki: 0.05
kd: 0.1
min_sat: -2
max_sat: 2
min_wind: -5
max_wind: 5
z:
kp: 0.7
ki: 0.05
kd: 0.05
... | # PID params for Ardupilot setPose pose control
pid:
ros: false
x:
kp: 0.7
ki: 0.05
kd: 0.1
min_sat: -2
max_sat: 2
min_wind: -3
max_wind: 3
y:
kp: 0.7
ki: 0.05
kd: 0.1
min_sat: -2
max_sat: 2
min_wind: -3
max_wind: 3
z:
kp: 0.7
ki: 0.05
kd: 0.05... | Modify sample PID params file | Modify sample PID params file
| YAML | mit | grvcTeam/grvc-ual,grvcTeam/grvc-ual |
35f67a993624b2192934796a5689a46a887da88f | deploy/static_site/source/_config.yml | deploy/static_site/source/_config.yml | # Jekyll configuration
name: STEM Summer Camp - Machine Learning Track
description: Welcome to the Machine Learning page for the STEM Summer Camp
locale: en_US
# url is currently only used only for the RSS feed in feed.xml
url: https://custemcamp.org
# Used internally to redirect to JHub
huburl: https://hub.custemca... | # Jekyll configuration
name: STEM Summer Camp - Machine Learning Track
description: Welcome to the Machine Learning page for the STEM Summer Camp
locale: en_US
# url is currently only used only for the RSS feed in feed.xml
url: https://custemcamp.org
# Used internally to redirect to JHub
huburl: https://hub.custemca... | Exclude Gemfile* in the build site | Exclude Gemfile* in the build site
| YAML | bsd-3-clause | jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment |
6050996efa9d9d9d6d7e4feddd9d5862307ecfdd | deployments/workshop/config/prod.yaml | deployments/workshop/config/prod.yaml | jupyterhub-ssh:
hubUrl: https://workshop.datahub.berkeley.edu
jupyterhub:
scheduling:
userPlaceholder:
enabled: false
ingress:
enabled: true
hosts:
- workshop-staging.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop-staging.datahub.berkeley.e... | jupyterhub-ssh:
hubUrl: https://workshop.datahub.berkeley.edu
jupyterhub:
scheduling:
userPlaceholder:
enabled: false
ingress:
enabled: true
hosts:
- workshop.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop.datahub.berkeley.edu
hub:
db... | Use correct hostname for workshop hub | Use correct hostname for workshop hub
| YAML | bsd-3-clause | berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub |
9e37e56416fe17dbceb41b415079811198dc2ca0 | training_content/wiki_ed/slides/34-evaluate-wikipedia-exercise/3402-take-notes-in-sandbox.yml | training_content/wiki_ed/slides/34-evaluate-wikipedia-exercise/3402-take-notes-in-sandbox.yml | title: "Begin your article evaluation"
id: 3402
content: |
Now that you've selected an article to evaluate, open [this page](/redirect/sandbox/Evaluate_an_Article?veaction=edit&preload=Template:Dashboard.wikiedu.org_evaluate_article)
to complete this exercise. The following slides will walk you through questions
... | title: "Begin your article evaluation"
id: 3402
content: |
Now that you've selected an article to evaluate, open [this page](/redirect/sandbox/Evaluate_an_Article?veaction=edit&preload=Template:Dashboard.wikiedu.org_evaluate_article)
to complete this exercise. The following slides will walk you through questions
... | Add link to preload template for copying and pasting | Add link to preload template for copying and pasting
| YAML | mit | WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard |
b4f7de134f1ce13122abe9fb30744d3e17baea21 | .drone.yml | .drone.yml | kind: pipeline
name: default
steps:
- name: test
image: gradle:jdk11
commands:
- gradle build --stacktrace
| kind: pipeline
name: default
steps:
- name: test
image: gradle:jdk11
commands:
- gradle build --stacktrace
- name: upload_reports
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: username
FTP_PASSWORD:
from_secret: password
PLUGIN_HOSTNAME: bandbox.dreamhost.com:22... | Build reports sftp upload (attempt 1) | Build reports sftp upload (attempt 1)
| YAML | apache-2.0 | AcornUI/Acorn,AcornUI/Acorn,AcornUI/Acorn |
fecef0bd8429066c1b7d6c57cea5a2e3f98dbdfb | .zuul.yaml | .zuul.yaml | - job:
name: ceilometermiddleware-integration
parent: telemetry-dsvm-integration
required-projects:
- openstack/ceilometermiddleware
- project:
templates:
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ceil... | - job:
name: ceilometermiddleware-integration
parent: telemetry-dsvm-integration
required-projects:
- openstack/ceilometermiddleware
- project:
templates:
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ceilomet... | Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/refe... | YAML | apache-2.0 | openstack/ceilometermiddleware |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.