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 |
|---|---|---|---|---|---|---|---|---|---|
8b9baeee0e2fc8c7806e242448e7564ba8349375 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3-p362
- 1.9.2
- 1.8.7
| language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
script: bundle exec rake
| Revert "Specific patch version of 1.9.3: 362." | Revert "Specific patch version of 1.9.3: 362."
This reverts commit e4517c42af355f31745954c8d133a0461b3e2565.
| YAML | mit | jmptrader/jekyll,aarvay/jekyll,adilapapaya/jekyll,shliujing/jekyll,zhangkuaiji/jekyllcn,darwin/jekyll,hubsaysnuaa/jekyll,rovrevik/jekyll,jmepg/jekyll,lcustodio/lcustodio.github.io_base,xiaoshaozi52/jekyll,sanxore/sanxore.github.com,lazycai/lazycai.github.com,jeffkole/jekyll,daniel-beck/jekyll,18F/jekyll,0x00evil/jekyll... |
51f4a7c4d06eda6325c46413242455fed2dc0bfc | .travis.yml | .travis.yml | language: python
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
script:
- make test
| Add explicitly supported python versions, update Travis test script | Add explicitly supported python versions, update Travis test script
| YAML | mit | authy/authy-python,authy/authy-python |
77b7a446de8a783756482bfaaf4beec34f3aafac | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
before_script: RAILS_ENV=test bundle exec rake app:db:reset
script: bundle exec rspec spec
env:
- THREADSAFE=true
- THREADSAFE=false
gemfile:
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stable
- Gemf... | sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.2
before_script: RAILS_ENV=test bundle exec rake app:db:reset
script: bundle exec rspec spec
env:
- THREADSAFE=true
- THREADSAFE=false
gemfile:
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stabl... | Add Ruby 2.2.2 to Travis | Add Ruby 2.2.2 to Travis
| YAML | mit | mzaccari/seed_migration,mzaccari/seed_migration,harrystech/seed_migration,mzaccari/seed_migration,jmyers0022/seed_migration,jmyers0022/seed_migration,jmyers0022/seed_migration,harrystech/seed_migration,harrystech/seed_migration |
2a17e813554379a8b51c14f0a0699ea32e4d0ffa | .travis.yml | .travis.yml | language:
- scala
scala:
- 2.11.12
- 2.12.6
jdk:
- oraclejdk8
| dist:
trusty
language:
scala
scala:
- 2.11.12
- 2.12.6
jdk:
- oraclejdk8
| Use Ubuntu 14 to have Oracle JDK available again | Use Ubuntu 14 to have Oracle JDK available again
| YAML | apache-2.0 | krasserm/streamz |
472abe5461cfb97902b1f990f1ebd70f0cfd699e | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- composer self-update
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
script:
- mkdir -p build/logs
- phpunit -c travis.phpunit.xml
after_script:
- php vendor/bin/covera... | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
script:
- mkdir -p build/logs
- phpunit -c travis.phpunit.xml
after_script:
- php vendor/bin/coveralls -v
| Remove PHP 5.5 from allowed failures | Remove PHP 5.5 from allowed failures
The unit tests are passing on 5.5 for now, and we should probably give more
emphasis on both 5.4 and 5.5 only.
| YAML | mit | insulin/cli,insulin/cli |
4ea5738000034046e03398da8aa28a577cbbb7f4 | .travis.yml | .travis.yml | language: ruby
cache: bundler
node_js:
- "0.10"
rvm:
- 2.1.5
before_script:
- npm install -g bower
- bower install
| language: ruby
cache: bundler
node_js:
- "0.10"
rvm:
- 2.1.5
before_script:
- npm install -g bower
- bower install
deploy:
provider: heroku
app: ggp-pension-guidance
api_key:
secure: bASAlGbdIIHSLR2gErxLUtDcgtJaFFbSxrmeAzyIvkYw947iWIXmQtqODFCLTrg3v202PoW5rI47fjWVr47GdjxIVJctQAbYJo3qNBXNU8Xdv+aU1EXH+22... | Configure Travis to deploy to Heroku | Configure Travis to deploy to Heroku | YAML | mit | guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance |
efb8d46e53b8374ee09e62cb6420959d02b49722 | .travis.yml | .travis.yml | language: ruby
rvm: "2.0"
before_install: ./bin/travisci/before_install.sh
script: make test-travisci
services:
- rabbitmq
notifications:
email: michael@rabbitmq.com
branches:
only:
- master
env:
- RUBY=ruby GEM=gem SLOWNESS=3
| language: ruby
rvm: "1.9.3"
before_install: ./bin/travisci/before_install.sh
script: make test-travisci
services:
- rabbitmq
notifications:
email: michael@rabbitmq.com
branches:
only:
- master
env:
- RUBY=ruby GEM=gem SLOWNESS=3
| Use Ruby 1.9.3 as EventMachine seem to fail to compile on 2.0 :/ | Use Ruby 1.9.3 as EventMachine seem to fail to compile on 2.0 :/
| YAML | apache-2.0 | fams/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,fams/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,tk... |
fdb2e3757e6fc7a3679af0ec4cb210c83e300486 | .travis.yml | .travis.yml | language: java
before_script:
- psql -U postgres -c "create user test with password 'test';"
- psql -c 'create database test owner test;' -U postgres
script: ant -lib lib test
jdk:
- openjdk7
- openjdk6
| language: java
before_script:
- psql -U postgres -c "create user test with password 'test';"
- psql -c 'create database test owner test;' -U postgres
script: ant -lib lib test
jdk:
- openjdk7
- openjdk6
- oraclejdk7
- oraclejdk8
| Test against Oracle's JDK release | Test against Oracle's JDK release
Travis CI supports testing against Oracle's JDK 7 and 8. To make
sure we're supporting these "official" releases we should test against
them.
| YAML | bsd-2-clause | lordnelson/pgjdbc,jamesthomp/pgjdbc,sehrope/pgjdbc,underyx/pgjdbc,sehrope/pgjdbc,Gordiychuk/pgjdbc,panchenko/pgjdbc,lordnelson/pgjdbc,golovnin/pgjdbc,schlosna/pgjdbc,schlosna/pgjdbc,jorsol/pgjdbc,golovnin/pgjdbc,underyx/pgjdbc,ekoontz/pgjdbc,jorsol/pgjdbc,underyx/pgjdbc,zemian/pgjdbc,panchenko/pgjdbc,zemian/pgjdbc,zapo... |
b343b4d52c5cdfb1c491563e1532b9750949e51b | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "0.11"
- "0.10"
before_install:
- npm install -g grunt-cli
| language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "0.11"
- "0.10"
before_install:
- npm install -g grunt-cli
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Address Travis CI compiler version issue | Address Travis CI compiler version issue
The build for Node.js 6 failed with the following error.
Starting with io.js 3 and Node.js 4, building native extensions requires C++11-compatible compiler, which seems unavailable on this VM. Please read https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.... | YAML | mit | thebinarypenguin/raml-cop |
997c1a89c9dbec01ce8e31a6207d0998c3ce13d8 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.1
- 2.5.3
- 2.4.5
- 2.3.8
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
addons:
apt:
packages:
- libicu-dev
before_script:
- git config --global user.email "test@example.com"
- git config --global user.n... | language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.5
- 2.5.7
- 2.4.9
- 2.3.8
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
addons:
apt:
packages:
- libicu-dev
before_script:
- git config --global user.email "test@example.com"
- git config --global user.n... | Test with latest Ruby versions | Test with latest Ruby versions
| YAML | mit | jbox-web/gitolite |
97d79b64498422dceae4d94f664d06af623a61d8 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- 4.1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX='g++-4.8'
- npm install -g npm
- echo "$(which npm)"
| ---
language: node_js
node_js:
- 4.1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX='g++-4.8'
- npm install -g npm
| Remove debug logging on Travis | Remove debug logging on Travis
| YAML | mit | vinsonchuong/dist-es6 |
950bc9f6ef7ddcffe3b4bbb526c71fc0a6a73e5d | .travis.yml | .travis.yml | language: go
sudo: required
go:
- 1.6
before_install:
- sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa -y
- sudo apt-get update
install:
- sudo apt-get install mosquitto mosquitto-clients
- make deps
- make test-deps
- make cover-deps
before_script:
- mosquitto -p 1883 1>/d... | language: go
sudo: required
go:
- 1.6
before_install:
- sudo apt-get update
install:
- sudo apt-get install mosquitto
- make deps
- make test-deps
- make cover-deps
before_script:
- mosquitto -p 1883 1>/dev/null 2>/dev/null &
services:
- redis-server
script:
- make test
- ... | Use Ubuntu mosquitto in Travis | [ci] Use Ubuntu mosquitto in Travis
| YAML | mit | TheThingsNetwork/ttn,TheThingsNetwork/ttn,LoRaWanSoFa/ttn,jvanmalder/ttn,jvanmalder/ttn,mgranberry/ttn,mgranberry/ttn,mgranberry/ttn,jvanmalder/ttn,TheThingsNetwork/ttn,LoRaWanSoFa/ttn |
07afd686f1efb29f8512f9aec88a7db2474d3ccf | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods
- carthage bootstrap --platform ios
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- rake build:ios DESTINATION='OS=10,name=iPhone 6s'
- rake build:ios DESTINATION='platform=iOS Simulator,name=i... | language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods
- carthage bootstrap --platform ios
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- rake build:ios DESTINATION='OS=10.0,name=iPhone 6s'
- rake build:ios DESTINATION='platform=iOS Simulator,name... | Correct iOS 10 to 10.0 | Correct iOS 10 to 10.0
| YAML | mit | nakajijapan/PhotoSlider,nakajijapan/PhotoSlider,nakajijapan/PhotoSlider |
9302f88576591b30badd3c56bdd30e4f24447004 | .travis.yml | .travis.yml | sudo: false
language: objective-c
cache: cocoapods
xcode_workspace: LocationManager/LocationManager.xcworkspace
xcode_scheme: LocationManagerExample
xcode_sdk: iphonesimulator
podfile: LocationManager/Podfile
before_install:
- gem install cocoapods --no-ri --no-rdoc
- gem install slather --no-ri --no-rdoc
after_s... | sudo: false
language: objective-c
cache: cocoapods
xcode_workspace: LocationManager/LocationManager.xcworkspace
xcode_scheme: LocationManagerExample
xcode_sdk: iphonesimulator
podfile: LocationManager/Podfile
rvm:
- 2.2.2
before_install:
- gem install cocoapods --no-ri --no-rdoc
- gem install slather --no-ri --... | Change rvm version to stop build failure | Change rvm version to stop build failure
| YAML | mit | intuit/LocationManager |
8b03d25d61a1a52995684106bf01c460c75b809b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script:
- cd pyreststore
- python manage.py test | language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script:
- cd pyreststore
- python manage.py test | Include Python version 2.6 on Travis. | Include Python version 2.6 on Travis.
| YAML | bsd-3-clause | peterdv/pyreststore |
fd810abfc5a42aa00da3250d946f0738594a0d9c | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- rbx
- rbx-2.0
- jruby
branches:
only:
- master
| rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- rbx
- jruby
branches:
only:
- master
| Remove rbx-2.0 from build matrix. | Remove rbx-2.0 from build matrix.
| YAML | mit | norman/ambry |
f9f1b940f27f464c7cc70ffeb58acb648c10b716 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.4'
- '3.5'
sudo: false
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r requirements/tests.txt
- pip install coveralls
script:
- nosetests --with-coverage --cover-erase --cover-package=temba_client
- flake8
after_success:
- coveralls
notifications:
sla... | language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
sudo: false
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r requirements/tests.txt
- pip install coveralls
script:
- nosetests --with-coverage --cover-erase --cover-package=temba_client
- flake8
after_success:
- coveralls
notificatio... | Add testing on Python 3.6 | Add testing on Python 3.6 | YAML | bsd-3-clause | rapidpro/rapidpro-python |
e4476c6fd9027bfc0e50ec0a7852b9c37c62de41 | .travis.yml | .travis.yml | os:
- osx
- linux
#language: python
#python: 2.7
install:
- .travis/install_$TRAVIS_OS_NAME.sh
script:
- .travis/run.sh
- .travis/check.sh
| os:
- osx
- linux
#language: python
#python: 2.7
install:
- .travis/install_$TRAVIS_OS_NAME.sh
script:
- .travis/run.sh
- .travis/check.sh
env:
global:
- GALAXY=yes
| Enable ansible-galaxy on Travis CI builds | Enable ansible-galaxy on Travis CI builds
| YAML | mit | dispansible/dispansible,dispansible/dispansible |
91f12e43b0c546e32bfb876aab370eacdd11cda1 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
install:
# Install conda
- 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/miniconda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- co... | sudo: false
language: python
python:
- "2.7"
install:
# Install conda
- 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/miniconda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- co... | Use environment.yml file to setup environment | Use environment.yml file to setup environment
| YAML | mit | OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic |
48d205057acfd2a65497e624f54e232f11324024 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
install:
- sudo pip install cpp-coveralls --use-mirrors
before_script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on ..
script:
- make && ctest -V
afte... | language: cpp
compiler:
- gcc
- clang
env:
global:
- secure: "Vv3X7OaYzNe+GaxAwsUoEf44W8bC52fszgNPl725HHgFCWlpalqrFRufly8ol/q7uZ2lMnGeiCeKFFfTjfMBY9P0SDFltQD5/ATuquRVKEXjKNqPQGTXHqlfaA9tg2aztjwYHvJmetRRWYir86I15hmAdh320Mj8Ul0iK44b6Bw="
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
cov... | Add Coverity back into Travis script. | Add Coverity back into Travis script.
| YAML | mit | ennehekma/sml,openastro/sml,ennehekma/sml,astropnp/sml,Stardust2013/sml,kartikkumar/sml,Stardust2013/sml,astropnp/sml |
56b28a4c2598218c2d36a3f850ec9c290e42f464 | .travis.yml | .travis.yml | language: php
env:
global:
- COMPOSER_ROOT_VERSION=2.x-dev
addons:
apt:
packages:
- hunspell
- libhunspell-dev
- hunspell-en-us
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: D... | language: php
env:
global:
- COMPOSER_ROOT_VERSION=2.x-dev
addons:
apt:
packages:
- hunspell
- libhunspell-dev
- hunspell-en-us
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: D... | FIX phpcs line in Travis configuration not to look for non-existent PHP files | FIX phpcs line in Travis configuration not to look for non-existent PHP files
| YAML | bsd-3-clause | silverstripe-labs/silverstripe-spellcheck |
65bf4830fd83b3bef657760470d11da7819b31d9 | .travis.yml | .travis.yml | language: java
script: "mvn clean verify" | language: java
script: "mvn deploy --settings .ci-deploy-settings.xml"
branches:
only:
- master
env:
global:
- secure: "aM39d+CWKGpE+IMP3UA6ViYDgFXWOnkJjrIIl0Q7+mOFD8KHkFeyrb5ssMZa\ns2bWy7AvlEamDi1ttHT1mlP5r0656yme8E7rnwMNBym4g/Mmo89cM8HfFsRn\nhf+8KYvuPjty6rbdo1vteWHnTorOPuFefceBsMngLDP3VIhT7no="
- se... | Use Travis to deploy to Sonatype | Use Travis to deploy to Sonatype
| YAML | apache-2.0 | daisy/xproc-maven-plugin |
959e5bcf37209f4682fb1de5a215d362aceb94d4 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
xcode_sdk: iphonesimulator10.1
language: objective-c
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- gem ... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
# https://docs.travis-ci.com/user/reference/osx/#using-os-x
osx_image: xcode10
xcode_sdk: iphonesimulator12.0
language: swift
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install xcpretty
... | Update Travis configuration to Xcode 10 configuration | Update Travis configuration to Xcode 10 configuration
* Invoke cocoapods update for external dependencies
* Update osx, xcode_sdk and language | YAML | mit | voucherifyio/voucherify-ios-sdk,voucherifyio/voucherify-ios-sdk |
4c77dc57e2d14d3e535f1258537f0c84a04ca267 | .travis.yml | .travis.yml | sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
- CKANVERSION=2.7.3 POSTGISVERSION=2 INTEGRATION_TEST=true
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
install:
- bash bin/travis-build.bash
be... | sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
- CKANVERSION=2.7.3 POSTGISVERSION=2 INTEGRATION_TEST=true
- CKANVERSION=2.8.0 POSTGISVERSION=2
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
ins... | Add ckan 2.8.0 to the tested ckan versions | Add ckan 2.8.0 to the tested ckan versions
| YAML | agpl-3.0 | conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2 |
f291b831b38542b6d36b164090270a4ba07a8e25 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| Build with Node.js 10 on Travis CI. | Build with Node.js 10 on Travis CI.
| YAML | mit | bigeasy/arguable |
5144e7ca12db261fb014165235436b02be974c6c | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
install:
- "pip install -r requirements.pip --use-mirrors"
- "python setup.py install"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "firefox --version"
- "nosetests examples/my_first_test.py --with-selenium --browser=firef... | language: python
sudo: false
python:
- "2.7"
install:
- "pip install --upgrade pip"
- "pip install -r requirements.pip"
- "python setup.py install"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "firefox --version"
- "nosetests examples/my_first_test.py --with-seleniu... | Use latest pip and don't use mirrors | Use latest pip and don't use mirrors
| YAML | mit | possoumous/Watchers,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/seleniumspot,possoumous/Watchers,ktp420/SeleniumBase,seleniumbase/SeleniumBase,ktp420/SeleniumBase,mdmintz/SeleniumBase,ktp420/SeleniumBase,possoumous/Watchers,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase,mdmintz/sele... |
4d95d542b30056e87b282a94480ae6bd75ce7c4e | .travis.yml | .travis.yml | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86-linux-ubuntu-12.04/bin:$... | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86_64-linux-ubuntu-12.04... | Update to 64-bit LLVM distribution. | CI: Update to 64-bit LLVM distribution. | YAML | mit | dtcaciuc/nitrous,dtcaciuc/nitrous |
f1104e0c99610e47c2fdec99166d9fdae5e5e7ce | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
install:
- npm install -g codecov
- npm install
script:
- npm run test
- codecov
| language: node_js
node_js:
- "6"
install:
- npm install -g codecov
- npm install
script:
- npm run tslint
- npm run test
- codecov
| Include linting in the Travis tests | Include linting in the Travis tests
| YAML | mit | matthewtole/codenames,matthewtole/codenames,matthewtole/codenames |
e226ea9cd587a800fe7e3bc7796bb7a316eccf92 | .travis.yml | .travis.yml | sudo: false
dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7"
install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- poetry install -v
- poetry build -v
script: poetry run pytest
| sudo: false
dist: xenial
language: python
cache:
pip: true
directories:
- $HOME/.cache/pypoetry
python:
- "3.6"
- "3.7"
install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- poetry install -v
- poetry build -v... | Make sure poetry can be found in $PATH and enable caching | Make sure poetry can be found in $PATH and enable caching
| YAML | mit | vberlier/nbtlib |
2dada7facccf02ebdffabe37746c0ca9f22e9ea8 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
- 0.9
- 4.0
- 4.1
| language: node_js
node_js:
- 0.6
- 0.8
- 0.9
- 4.0
- 4.1
- 5.0
- 6.0
- 7.0
- 8.0
- 9.5
| Test on too many node.js version. | Test on too many node.js version. | YAML | mit | nlehuen/capisce |
734351f9ecbb1406d4d9313fdc7908f8691d11e9 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.1.2
- 2.0.0
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-2
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.1.2
- 2.0.0
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-2
| Migrate to container-based Travis builds | Migrate to container-based Travis builds
See http://docs.travis-ci.com/user/migrating-from-legacy/
| YAML | mit | ms-ati/rumonade |
6b4c131ebe1176e1a16428cfcca7abaed88b4485 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/camptocamp/puppet-archive.git spec/fixtures/modules/archive'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
| Remove failing before_script from Travis config | Remove failing before_script from Travis config
| YAML | apache-2.0 | gini/puppet-archive |
2256d13b9e3fb9e09d4e01e883c832f4c69d4dcc | .travis.yml | .travis.yml | language: ruby
cache:
bundler: true
directories:
# Cache html-proofer results. See: https://github.com/gjtorikian/html-proofer#caching-with-travis
- $TRAVIS_BUILD_DIR/tmp/.htmlproofer
script:
- bundle exec rake test
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-pro... | language: ruby
cache:
bundler: true
directories:
# Cache html-proofer results. See: https://github.com/gjtorikian/html-proofer#caching-with-travis
- $TRAVIS_BUILD_DIR/tmp/.htmlproofer
# Cache NPM dependencies. See: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#caching-with-npm
- ... | Enable NPM caching in Travis CI build | Enable NPM caching in Travis CI build
| YAML | apache-2.0 | mark-monteiro/mark-monteiro.github.io,mark-monteiro/mark-monteiro.github.io,mark-monteiro/mark-monteiro.github.io |
635bcdce30db82865f78c85e1dcfb24cf598a957 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- "touch README"
- "pip install . --use-mirrors"
- "pip install -r test-requirements.txt --use-mirrors"
script: nosetests tests
| language: python
python:
- "2.7"
install:
- "make bootstrap"
script: tox
| Use tox in Travis CI | Use tox in Travis CI
| YAML | bsd-2-clause | mwilliamson/jq.py |
fe4b4c6123ee4da2f1588c17fe41caa8a13669d9 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
- "0.6"
before_install:
- "npm install make-node@0.3.x -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
| language: "node_js"
node_js:
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
# - "0.6"
before_install:
- "npm install make-node@0.3.x -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
| Remove node 0.6 from Travis. | Remove node 0.6 from Travis.
| YAML | mit | jaredhanson/oauth2orize |
88890ad37782f53f5205e7e02b971cf73bf31397 | .travis.yml | .travis.yml | install: true
script:
- mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test
language: java
jdk:
- oraclejdk9
env:
- SERVER_VERSION=wildfly1100 SECURITY_MGR=false
- SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true
cache:
directories:
- $HOME/.m2
addons:
apt:
... | install: true
script:
- mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test
language: java
jdk:
- oraclejdk9
env:
- SERVER_VERSION=wildfly1100 SECURITY_MGR=false
- SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true
- SERVER_VERSION=wildfly1200 SECURITY_MGR=false
-... | Test with wfly12 too in Travis | Test with wfly12 too in Travis
| YAML | lgpl-2.1 | jbossws/jbossws-cxf |
c851078fa8aadc5bbcc47ed6ab04079345bdcaa5 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.5
- 1.6
- tip
| sudo: false
language: go
go:
- 1.7
- tip
| Remove 1.5 and 1.6 from build | Remove 1.5 and 1.6 from build
| YAML | bsd-3-clause | martinp/atbapi |
7bd817fe882a3692d64c0450eac5c4287037ed45 | .travis.yml | .travis.yml | language: python
python: 2.7
env:
global:
- secure: "VhSfVnpuAeOqaQ/T8mIZBsFFpGtYmBGQTsZ7puX0vlvaLhEZ4w5vGFqFnlQp8cP6ubwszRoMrsQa8KtLptkQoqSM1Q8O6NY1oeoqM2uGzhVX/0Pgf47Tq83miMEZqq9xXePWJqdzcDSTIzJZr+AUCajl2j33RlaDM8VsTu75Wsk="
matrix:
allow_failures:
- env: TOXENV=py33
install:
- ./.travis... | language: python
python: 2.7
env:
global:
- secure: "VhSfVnpuAeOqaQ/T8mIZBsFFpGtYmBGQTsZ7puX0vlvaLhEZ4w5vGFqFnlQp8cP6ubwszRoMrsQa8KtLptkQoqSM1Q8O6NY1oeoqM2uGzhVX/0Pgf47Tq83miMEZqq9xXePWJqdzcDSTIzJZr+AUCajl2j33RlaDM8VsTu75Wsk="
matrix:
- TOXENV=py27
- TOXENV=pypy
- TOXENV=py33
ma... | Revert "testing multiples python versions concurrently fails due to lack of test isolation" | Revert "testing multiples python versions concurrently fails due to lack of test isolation"
This reverts commit 6174605a04398a517fa6c78bfb24e5e9edae38a3.
| YAML | bsd-3-clause | torymur/python-hubstorage,scrapinghub/python-hubstorage,kalessin/python-hubstorage |
f35753cb3f4892d00fe606a6ee14e3f33c78ad68 | .travis.yml | .travis.yml | branches:
only: master
language: node_js
node_js: '7'
cache:
directories:
- node_modules
script:
- npm run lint
- npm run bootstrap
- npm run build:js:packages
- npm run coverage -- --silent
- node_modules/.bin/codecov
after_success:
- if [ $TRAVIS_BRANCH = 'master' ]; then
eval "$(ssh-agent -... | branches:
only: master
language: node_js
node_js: '7'
cache:
directories:
- node_modules
script:
- npm run lint
- npm run bootstrap
- npm run build:js:packages
- npm run coverage -- --silent
- node_modules/.bin/codecov
after_success:
- if [ $TRAVIS_BRANCH = 'master' ]; then
git checkout master... | Simplify the Travis push mechanism | Simplify the Travis push mechanism
| YAML | mit | enigma-io/boundless,enigma-io/boundless,enigma-io/boundless |
bc6716fc9ffb2ceace37a923a7c8017eca58caac | .travis.yml | .travis.yml | language: python
sudo: false
env:
- TOXENV=py27
addons:
apt:
packages:
- libgmp3-dev
install:
- pip install tox
- pip install coveralls
script: tox -- --ignore hydrachain/tests/test_sim_failures.py --ignore hydrachain/tests/test_sim_syncing.py
after_success: coveralls
| language: python
sudo: false
env:
- TOXENV=py27
addons:
apt:
packages:
- libgmp3-dev
install:
- pip install tox
- pip install coveralls
script: tox -- --ignore hydrachain/tests/test_sim_failures.py --ignore hydrachain/tests/test_sim_syncing.py
after_success: coveralls
deploy:
provider: pypi
user: et... | Enable automatic Travis CI -> PyPI deployments | Enable automatic Travis CI -> PyPI deployments | YAML | mit | wangkangda/hydrachain,wangkangda/hydrachain,HydraChain/hydrachain,HydraChain/hydrachain |
0ac9e6a3e3842a48c6265e426428bd445bf450b1 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
sudo: false
before_script:
# Use --prefer-source to download dependencies via git and avoid GitHub API
# rate limits resulting in 502 HTTP responses, build errors and
# Composer\Downl... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
sudo: false
before_script:
# Use --prefer-source to download dependencies via git and avoid GitHub API
# rate limits resulting in 502 HTTP responses, build errors and
# Compos... | Add php 7 build testing to Travis CI | Add php 7 build testing to Travis CI
| YAML | mit | wsdl2phpgenerator/wsdl2phpgenerator,sha1/wsdl2phpgenerator,jongotlin/wsdl2phpgenerator,ivol84/wsdl2phpgenerator,yethee/wsdl2phpgenerator,red-led/wsdl2phpgenerator |
3e990ea828ee7a0ac19872bafca3f6d834af292f | .travis.yml | .travis.yml | dist: trusty
group: beta
language: ruby
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
- ITER=10 bundle exec rake bench:all
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- os: os... | dist: trusty
group: beta
language: ruby
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
- ITER=10 bundle exec rake bench:all
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- os: os... | Allow failures on ruby-head linux | Allow failures on ruby-head linux
* The clang version seems incompatible with ruby headers:
../../../../ext/ffi_c/AbstractMemory.c:811:5: warning: implicit declaration of
function 'rb_define_method_if_constexpr' is invalid in C99
[-Wimplicit-function-declaration]
INT(int8);
| YAML | bsd-3-clause | ffi/ffi,ffi/ffi,ffi/ffi |
0b27b603126da55e7f1b93d3389faecb41344e3f | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- ruby-head
script: bundle exec rspec
before_install:
- gem update bundler
| language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- ruby-head
- rbx-3.42
script: bundle exec rspec
before_install:
- gem update bundler
| Add Rubinius to Travis build | Add Rubinius to Travis build
| YAML | mit | maetl/yarrow |
8919a2ca103e57d1fb7de4c502dc505be64da639 | .travis.yml | .travis.yml | language: c
sudo: false
os:
- linux
- osx
- windows
compiler:
- clang
- gcc
script: make test
matrix:
include:
- os: linux
compiler: msvc98
script: make vc98
sudo: required
services:
- docker
include:
- os: linux
compiler: arduino
sudo: required
be... | language: c
sudo: false
os:
- linux
- osx
# - windows
compiler:
- clang
- gcc
script: make test
matrix:
include:
- os: linux
compiler: msvc98
script: make vc98
sudo: required
services:
- docker
- os: linux
compiler: arduino
sudo: required
before_insta... | Disable windows build until make prob fixed | Disable windows build until make prob fixed
| YAML | mit | cesanta/mjson |
fa05dc691ced62b7f5e78721333a672b0bb6446d | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
# Max django versions. 1.5 -> Django 1.4.X
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
install:
- pip install "Django<$DJANGO_VERSION"
script:
- python setup.py test
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSIO... | language: python
python: "3.4"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- TOXENV=py26-1.4
- TOXENV=py26-1.5
- TOXENV=py26-1.6
- TOXENV=py27-1.4
- TOXENV=py27-1.5
- TOXENV=py27-1.6
- TOXENV=py33-1.5
- TOXENV=py33-1.6
- TOXENV=py34-1.5
- TOXENV=py34-1.6
- TOXENV=docs
- TOXENV=lint
install:
-... | Add python 3.4, use tox directly on Travis | Add python 3.4, use tox directly on Travis
| YAML | bsd-3-clause | brutasse/django-password-reset,janusnic/django-password-reset,ericdwang/django-password-reset,ericdwang/django-password-reset,janusnic/django-password-reset,brutasse/django-password-reset,bearstech/django-password-reset,bearstech/django-password-reset |
5970e2a23ab46814d5047e95e11677a43e1d6cd2 | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard metrics benchmarks
script: "bundle exec rake spec"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
notifications:
irc: "irc.freenode.o... | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard metrics benchmarks
script: "bundle exec rake spec"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: ... | Allow failures under ruby-head till bundler issue is fixed | Allow failures under ruby-head till bundler issue is fixed
| YAML | mit | davidbegin/adamantium,sferik/adamantium,dkubb/adamantium |
d6ab8e67c2f7fde84deeaf9e5d4af08f8fa7236b | .travis.yml | .travis.yml | ---
language: ruby
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without tools
script: bundle exec rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
- jruby-9.2.6.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
... | ---
language: ruby
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without tools
script: bundle exec rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0-preview2
- ruby-head
- jruby-9.2.6.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
... | Change to update Ruby versions | Change to update Ruby versions
| YAML | mit | peter-murach/tty-prompt,piotrmurach/tty-prompt |
c4347aaec6d92759699004d00c7f3933e45c86d5 | .travis.yml | .travis.yml | language: ruby
import:
- travis-ci/build-configs:db-setup.yml
rvm: 2.6.5
script: "bundle exec rake knapsack:rspec"
addons:
- snaps:
- name: docker
channel: latest/beta
env:
global:
- PATH=/snap/bin:$PATH
- RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_GC_HEAP_FREE_SLOTS=200000
- CI_NODE_TOTA... | language: ruby
import:
- travis-ci/build-configs:db-setup.yml
rvm: 2.6.5
script: "bundle exec rake knapsack:rspec"
addons:
- snaps:
- name: docker
channel: latest/beta
env:
global:
- PATH=/snap/bin:$PATH
- RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_GC_HEAP_FREE_SLOTS=200000
- CI_NODE_TOTA... | Remove deployment based on `CI_NODE_INDEX=0` | Remove deployment based on `CI_NODE_INDEX=0`
Instead of relying on unreliable `CI_NODE_INDEX=0` to decide whether
or not to deploy to Docker Hub, we make use of the existing shipping
logic by simply adding the `branch` condition to the :ship: stage.
| YAML | mit | travis-ci/travis-api,travis-ci/travis-api,travis-ci/travis-api |
b77c26646882c56ce47309253f1820d63c6f30a7 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.4.0
branches:
only:
- master
script: make deploy
before_install:
- eval "$(ssh-agent -s)"
- openssl aes-256-cbc -K $encrypted_49197457e0a3_key -iv $encrypted_49197457e0a3_iv -in promcon_rsa.enc -out promcon_rsa -d
- chmod 600 promcon_rsa
- ssh-add pro... | sudo: false
language: ruby
rvm:
- 2.7.2
branches:
only:
- master
script: make deploy
before_install:
- eval "$(ssh-agent -s)"
- openssl aes-256-cbc -K $encrypted_49197457e0a3_key -iv $encrypted_49197457e0a3_iv -in promcon_rsa.enc -out promcon_rsa -d
- chmod 600 promcon_rsa
- ssh-add pro... | Update Ruby version to work with dependabot-updated nokogiri version | Update Ruby version to work with dependabot-updated nokogiri version | YAML | apache-2.0 | promcon/website,promcon/website,promcon/website,promcon/website,promcon/website,promcon/website |
0f514446eb5cdd575c0420ea9e950fb282103077 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2.2"
before_install:
- npm install -g eslint
- npm install -g complexity-report
env:
es6: true
script:
- eslint .
- cr . -x /node_modules
- node unittest-runner.js
services:
- redis-server
cache:
directories:
- node_modules
# http://blog.travis-ci.com/2014-12-17-fas... | language: node_js
node_js:
- "4.2.2"
before_install:
- npm install -g eslint
- npm install -g complexity-report
env:
es6: true
script:
- eslint .
# complexity-report can't deal with ES6, so ignore parse errors
- cr --ignoreerrors . -x /node_modules
- node unittest-runner.js
services:
- redis-serve... | Make complexity-report ignore syntax errors | Make complexity-report ignore syntax errors
Because cr doesn't support ES6, it sees ES6 features as syntax errors.
| YAML | apache-2.0 | TheSoftwareFactory/lokki-server,akkashaider/lokki-server,suleymanakbas91/lokki-server |
0e2ca7f2edbbfd98d0fe2f57a46aca0aafe0d0ce | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- stable
- "6"
- "4"
| language: node_js
cache: yarn
node_js:
- stable
- "8"
- "6"
- "4"
| Add Node.js 8 to Travis CI | Add Node.js 8 to Travis CI
| YAML | mit | ai/nanoevents,ai/nanoevents |
2397fb1699a29dd652aafae6a65169c6b6fa8a90 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
-
- LANG=
- SPHINX=1
install:
- python setup.py --quiet install
- pip install pep8 pyflakes
- if [ "$SPHINX" -eq 1 ]; then pip install sphinx; fi
script:
- if [ "$SPHINX" -eq 1 ]; then ./rstcheck.p... | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
-
- LANG=
- SPHINX=1
install:
- python setup.py --quiet install
- pip install pep8 pyflakes
- if [ "$SPHINX" -eq 1 ]; then pip install sphinx; fi
script:
- if [ "$SPHINX" -eq 1 ]; then ... | Enable Python 3.6 in Travis | Enable Python 3.6 in Travis
| YAML | mit | myint/rstcheck,sameersingh7/rstcheck,sameersingh7/rstcheck,myint/rstcheck |
4104c0b57da038eab6cf3628ca3e6addef425827 | .travis.yml | .travis.yml | language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
before_install:
- travis_retry composer self-update
install:
- composer install --no-interaction --prefer-dist
script:
- vendor/bin/phpunit
- vendor/bin/phpcs
| language: php
php:
- 7.0
- hhvm
sudo: false
before_install:
- travis_retry composer self-update
install:
- composer install --no-interaction --prefer-dist
script:
- vendor/bin/phpunit
- vendor/bin/phpcs
| Remove PHP 5.x from Travis. | Remove PHP 5.x from Travis.
| YAML | bsd-3-clause | mybb/mybb2,xaoseric/mybb2,mybb/mybb2,mybb/mybb2,xaoseric/mybb2,Matslom/mybb2,mybb/mybb2,Matslom/mybb2,xaoseric/mybb2,Matslom/mybb2,xaoseric/mybb2,Matslom/mybb2 |
e2a3cb2b070f266ad6014caa0eb1928c17d4709f | .travis.yml | .travis.yml | language: ruby
sudo: true
compiler:
- clang
- gcc
before_install:
- apt-get -y install python-software-properties
- add-apt-repository -y ppa:mnunberg/cmake
- apt-get update
- apt-get -y install libgtest-dev libssl-dev libev-dev libevent-dev cmake
# LibCouchbase
- wget -O/etc/apt/sources.list.d/couch... | language: ruby
sudo: false
compiler:
- clang
- gcc
before_install:
# LibCouchbase
- wget -O/etc/apt/sources.list.d/couchbase.list http://packages.couchbase.com/ubuntu/couchbase-ubuntu1204.list
- "wget http://packages.couchbase.com/ubuntu/couchbase.key && sudo cat couchbase.key | sudo apt-key add -"
addons:... | Tweak to new (docker) architecture | Tweak to new (docker) architecture
| YAML | mit | korczis/jetel,korczis/jetel,korczis/jetel |
eceb97fd98c93f332c5e182b870177d8549878c5 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
branches:
only:
- master
matrix:
allow_failures:
- rvm: 2.4.1
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
| sudo: false
language: ruby
cache: bundler
branches:
only:
- master
rvm:
- 2.3.5
- 2.4.2
| Update Travis config for ruby versions | Update Travis config for ruby versions
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | mit | acrmp/foodcritic-site,acrmp/foodcritic-site,Foodcritic/foodcritic-site,Foodcritic/foodcritic-site |
d4652edf4038063e5ba935e14b1063e8c7272f6b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
before_install: gem install bundler -v 1.11.2
| language: ruby
rvm:
- 2.1.8
- 2.2.4
before_install: gem install bundler -v 1.11.2
| Revert "Add Ruby 2.3 to Travis matrix" | Revert "Add Ruby 2.3 to Travis matrix"
This reverts commit 04eba7e527ec92d7d5833246a6d3f8be9a493241.
| YAML | mit | mattbrictson/bundleup,mattbrictson/bundleup |
cb3250983c18fb8a8215eff53db51d9970c3f309 | .travis.yml | .travis.yml | language: objective-c
cache:
directories:
- /Library/Caches/Homebrew
- $HOME/.cache/pip
before_install:
- brew update
- brew install ansible
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook site.yml -vvv
| language: ruby
os: osx
rvm: system
cache:
directories:
- /Library/Caches/Homebrew
- $HOME/.cache/pip
before_install:
- brew update
- brew install ansible
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook site.yml -vvv
| Switch Travis language to ruby | Switch Travis language to ruby
Like Homebrew
| YAML | mit | fabian/dotfiles |
ca977f48b048ead45207f581fe767ac7f223db70 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
- beta
- 1.8.0
script:
- cargo test
- cargo doc --no-deps
| language: rust
rust:
- nightly
- beta
- 1.8.0
cache: apt
before_script:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get updat... | Install RethinkDB for running tests | Install RethinkDB for running tests
| YAML | apache-2.0 | rust-rethinkdb/reql,rust-rethinkdb/reql,rust-rethinkdb/reql,rust-rethinkdb/reql,rust-rethinkdb/reql,rust-rethinkdb/reql |
dfd4c847532de69bb24285328d15dfd60a86f8dc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-19mode
- rbx-2
env: SERMONAUDIO_MEMBER_ID=example SERMONAUDIO_PASSWORD=example
before_install:
- gem install nokogiri -v 1.6.2.1 -- --use-system-libraries
bundler_args: --without development
notifications:
email: false
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-19mode
- rbx-2
env: SERMONAUDIO_MEMBER_ID=example SERMONAUDIO_PASSWORD=example
before_install:
- gem install nokogiri -v 1.6.6.2 -- --use-system-libraries
bundler_args: --without development
notifications:
email: false
| Install correct nokogiri using system libraries | Install correct nokogiri using system libraries
| YAML | mit | mattdbridges/sermonaudio |
c1ea543d77dc6838c89d3004203d50b2e8127a1a | .travis.yml | .travis.yml | ### Project specific config ###
language: generic
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- c... | ### Project specific config ###
language: generic
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
- ATOM_CHANNEL=dev
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master... | Add Atom dev channel to CI matrix | Add Atom dev channel to CI matrix
| YAML | mit | atom/wrap-guide |
ca8438a4620ba1da1aa4ac8d62bc6146974347ee | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
branches:
only:
- master
before_install:
# http://conda.pydata.org/docs/travis.html
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PAT... | language: python
python:
- "2.7"
- "3.5"
branches:
only:
- master
before_install:
# http://conda.pydata.org/docs/travis.html
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PAT... | Fix dependencies in Travis script | Fix dependencies in Travis script | YAML | mit | miqlar/PyFME,AeroPython/PyFME,aeroaks/PyFME,olrosales/PyFME,JuanMatSa/PyFME,AlexS12/PyFME,Juanlu001/PyFME |
76ef90ed3aea06224a6bf9a0b5a9e3352527d910 | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- 3.6
- 3.7
- 3.8
env:
- DJANGO_VERSION=2.2.8
- DJANGO_VERSION=3.0
- DJANGO_VERSION=3.1
install:
- pip install -q Django==$DJANGO_VERSION
- pip install 'django-jsonfield >= 1.1.0, < 2.0.0a0' coverage
script: coverage run --source=. ./runtests.py
after_success:
... | dist: xenial
language: python
python:
- 3.6
- 3.7
- 3.8
env:
- DJANGO_VERSION=2.2.8
- DJANGO_VERSION=3.0
- DJANGO_VERSION=3.1
install:
- pip install -q Django==$DJANGO_VERSION
- pip install 'django-jsonfield >= 1.1.0, < 2.0.0a0' coverage
script: coverage run --source=. ./runtests.py
after_success:
... | Use latest supported Python/Django versions for checks and publishing | Use latest supported Python/Django versions for checks and publishing
| YAML | isc | RevolutionTech/django-conditions,RevolutionTech/django-conditions,RevolutionTech/django-conditions |
dfec67c1036e46ffc359901a34e5217c27295e2e | .travis.yml | .travis.yml | language: node_js
node_js:
- '6.0'
- '4.0'
- '0.12'
- '0.10'
before_script:
- npm run lint
| language: node_js
node_js:
- '12.0'
- '10.0'
- '8.0'
- '6.0'
before_script:
- npm run lint
| Support node v6 and up | Support node v6 and up
| YAML | mit | flickr/flconf,flickr/flconf |
581bdf66a18904f298b0c1381c1e91015ca9f2b3 | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: java
jdk:
- oraclejdk8
script:
- mvn -Pdocker clean verify
addons:
- googlechrome
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start | sudo: required
services:
- docker
language: java
jdk:
- oraclejdk8
before_script:
- export MAVEN_SKIP_RC=true
- export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=512m"
- "export PATH=`pwd`/bin:$PATH"
- echo $HOME
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- mvn -Pdocker clean veri... | Fix Xvfb setup on TravisCI | Fix Xvfb setup on TravisCI
| YAML | mit | hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample |
7cac6b314e1ae7a2008386241533073e8f0e3f8c | .travis.yml | .travis.yml | language: ruby
env:
matrix:
- "DB_ADAPTER=sqlite3"
- "DB_ADAPTER=postgresql"
- "DB_ADAPTER=mysql2"
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
before_install:
- gem update --system
- gem install bundler
before_script:
- ./bin/literals
- bundle exec appraisal install
script: 'bundle exec appra... | language: ruby
env:
matrix:
- "DB_ADAPTER=sqlite3"
- "DB_ADAPTER=postgresql"
- "DB_ADAPTER=mysql2"
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
before_install:
- gem update --system
- gem install bundler
before_script:
- ./bin/literals
- bundle exec appraisal install
script: 'bundle exec appraisal... | Update Ruby versions to test against. | Update Ruby versions to test against.
| YAML | mit | pat/combustion,pat/combustion,pat/combustion |
2bb39de3db05260656ef156425d174a38119e5e1 | .travis.yml | .travis.yml | language: go
go:
- "1.9.x"
- "1.10.x"
- master
before_install:
- go get github.com/mitchellh/gox
- go get github.com/golang/dep/cmd/dep
- dep ensure
before_deploy:
- go get github.com/tcnksm/ghr
script: make all
deploy:
- provider: script
script: ./deploy.sh
skip_cleanup: true
on:
... | language: go
go:
- "1.9.x"
- "1.10.1"
- master
before_install:
- go get github.com/mitchellh/gox
- go get github.com/golang/dep/cmd/dep
- dep ensure
before_deploy:
- go get github.com/tcnksm/ghr
script: make all
deploy:
- provider: script
script: ./deploy.sh
skip_cleanup: true
on:
... | Set a fixed Golang version in Travis-CI. | Set a fixed Golang version in Travis-CI.
The 1.10.x syntax doesn't seem to work for the `deploy.on` clause.
| YAML | apache-2.0 | VirusTotal/vt-cli,VirusTotal/vt-cli |
7e02a369451bb4e1906f253bfdebeac03acaf90f | .travis.yml | .travis.yml | language: node_js
node_js: "6"
script: bash test.sh | language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=6
install:
- nvm install $NODE_VERSION
- npm install
script:
- nvm use $NODE_VERSION
- bash test.sh
| Use JDK 8 on TravisCI | Use JDK 8 on TravisCI
| YAML | mit | Toilal/vue-webpack-template,Toilal/vue-webpack-template,Toilal/vue-webpack-template,Toilal/vue-webpack-template |
5ac5100c8ba8e0b2b58ac54e3ad158b5e11bb7b6 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update --fix-missing -qq
- sudo apt-get install gfortran liblapack-dev
# use miniconda to install numpy/scipy, to avoid lengthy build... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update --fix-missing -qq
- sudo apt-get install gfortran liblapack-dev
# use miniconda to install numpy/scipy, to avoid lengthy build... | Make Travis build consistent with anaconda docs | Make Travis build consistent with anaconda docs
http://conda.pydata.org/docs/travis.html
| YAML | bsd-3-clause | murrayrm/python-control,roryyorke/python-control,python-control/python-control |
fd577b4c5f943ab45b1599df34bf3ce08695dba1 | .travis.yml | .travis.yml | language: ruby
# cache: bundler
# We would like to enable travis' bundler cache (cache: bundler) but for some reason
# travis installs our bundle under the test directory (test/vendor/bundle/*) and, as a
# result, travis tries to run all of the tests of all of our dependencies!
# TODO: There's probably a way to config... | language: ruby
# cache: bundler
# We would like to enable travis' bundler cache (cache: bundler) but for some reason
# travis installs our bundle under the test directory (test/vendor/bundle/*) and, as a
# result, travis tries to run all of the tests of all of our dependencies!
# TODO: There's probably a way to config... | Test against latest released rubies | Test against latest released rubies
| YAML | mit | binarylogic/authlogic |
97c47acfe973501360083a50ee7b9690cf72c634 | .travis.yml | .travis.yml | sudo: required
language: perl6
os:
- linux
- osx
perl6:
- 2016.02
- latest
install:
- echo $TRAVIS_OS_NAME
- rakudobrew build panda
- panda installdeps .
e
before_script:
# Start xvfb for Firefox headless testing and give it some time to start
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export DIS... | sudo: required
language: perl6
os:
- linux
- osx
perl6:
- 2016.02
- latest
install:
- echo $TRAVIS_OS_NAME
- rakudobrew build panda
- panda installdeps .
before_script:
# Start xvfb for Firefox headless testing and give it some time to start
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export DISP... | Fix typo from previous commit | Fix typo from previous commit
| YAML | mit | azawawi/perl6-selenium-webdriver |
1d6ea888d1c56eca219bb31d29a883bec97cf8cf | docs/_config.yml | docs/_config.yml | name: resol-vbus Documentation
markdown: redcarpet
pygments: true
redcarpet:
extensions: [tables, with_toc_data] | name: resol-vbus Documentation
markdown: kramdown
kramdown:
input: GFM
| Revise docs configuration to prepare for upcoming GH Pages update. | Revise docs configuration to prepare for upcoming GH Pages update.
| YAML | mit | danielwippermann/resol-vbus,Thorsten71/resol-vbus |
104b18746c23e4b3fa301c4636dd30279f01e689 | docs/_config.yml | docs/_config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | Add baseurl to fix relative links | Add baseurl to fix relative links | YAML | apache-2.0 | StackableRegiments/analyticalmetlx,StackableRegiments/analyticalmetlx,StackableRegiments/analyticalmetlx,StackableRegiments/analyticalmetlx |
854d3e53635542ae62e9c1dccc13fcd322647b49 | docs/_config.yml | docs/_config.yml | theme: jekyll-theme-hacker | theme: jekyll-theme-hacker
title: OpenKh
description: This is a project centralizes all the technical knowledge of Kingdom Hearts series in one place, providing documentation, tools, code libraries and the foundation for modding the commercial games.
google_analytics: UA-56422469-2 | Update homepage with title, description and analytics | Update homepage with title, description and analytics
| YAML | mit | Xeeynamo/KingdomHearts |
e8b9a63f8e2198aee1fc4b6d78fad3988aa03e58 | packages/is/iso3166-country-codes.yaml | packages/is/iso3166-country-codes.yaml | homepage: ''
changelog-type: ''
hash: 7e03f803c2db9d2fd3cedab44957173d1cdef103f9e29b50e00949b89a0329b1
test-bench-deps: {}
maintainer: jon.fairbairn@cl.cam.ac.uk
synopsis: A datatype for ISO 3166 country codes
changelog: ''
basic-deps:
base: ==4.*
all-versions:
- '0.1'
- '0.20090527.1'
- '0.20101223.3'
- '0.20110810.... | homepage: ''
changelog-type: ''
hash: ee03b7547119da3be9afb040b2e93d06ad65d63c3bc401044d1c443c77bd0158
test-bench-deps: {}
maintainer: jon.fairbairn@cl.cam.ac.uk
synopsis: A datatype for ISO 3166 country codes
changelog: ''
basic-deps:
base: ! '>=4 && <4.4 || >=4.6 && <5'
all-versions:
- '0.1'
- '0.20090527.1'
- '0.2... | Update from Hackage at 2017-03-27T10:39:05Z | Update from Hackage at 2017-03-27T10:39:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
65547434fffa339dbf17b946bc3cf0cf905e8911 | docker/test.yml | docker/test.yml | app:
extends:
file: common.yml
service: app
image: "mycompany/myapp-test:latest"
links:
- db
volumes_from:
- cache
volumes:
- ../src:/application
environment:
DJANGO_SETTINGS_MODULE: mysite.settings.test
db:
extends:
file: common.yml
service: db
cache:
image: mycompany/... | app:
extends:
file: common.yml
service: app
image: "mycompany/myapp-test:latest"
links:
- db
volumes_from:
- cache
volumes:
- ../src:/application
environment:
DJANGO_SETTINGS_MODULE: mysite.settings.test
MYSQL_USER: root
MYSQL_PASSWORD: pass1234
db:
extends:
file: comm... | Configure application to use MySQL root user/password | Configure application to use MySQL root user/password
| YAML | mit | cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker |
774fe63486f6aa947dfe2e4f1d122c4fa48db080 | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
version: 0.85
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
version: master
nav:
- modules/ROOT/nav.adoc
| Switch back docs version to master | Switch back docs version to master
| YAML | mit | jmks/rubocop,bbatsov/rubocop,tdeo/rubocop,deivid-rodriguez/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,deivid-rodriguez/rubocop,tdeo/rubocop,jmks/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,bbatsov/rubocop,deivid-rodriguez/rubocop,jmks/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,tdeo/ruboc... |
19f3ddcf04748dd5c01b93ff387815df634149bc | ci/config.yml | ci/config.yml | global:
marketplace-ami: false
owner: quickstart-eng@amazon.com
qsname: quickstart-informatica-bdm
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- eu-central-1
- eu-west-1
- sa-east-1
- us-east-1
- us-west-1
- us-west-2
re... | global:
marketplace-ami: true
owner: quickstart-eng@amazon.com
qsname: quickstart-informatica-bdm
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- eu-central-1
- eu-west-1
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
-... | Update tests and add Ohio region | Update tests and add Ohio region
| YAML | apache-2.0 | matanvr/quickstart-informatica-bdm |
8db861d67f257a3e9ac1790ea06d4e2a7a193a6c | stack.yml | stack.yml | version: '3.2'
services:
db:
image: postgres
restart: always
volumes:
- db:/var/lib/postgresql/data
environment:
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
- POSTGRES_PASSWORD=nextcloud
app:
image: nextcloud
restart: always
ports:
- 8080:80
volu... | version: '3.2'
services:
db:
image: postgres
restart: always
volumes:
- db:/var/lib/postgresql/data
environment:
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
- POSTGRES_PASSWORD=nextcloud
app:
image: nextcloud
restart: always
ports:
- 8080:80
volu... | Use cron.sh for the cron container | Use cron.sh for the cron container
| YAML | agpl-3.0 | pebcac/docker,pebcac/docker |
214b678234c8b0de73c41b49e2f16ce93437673a | data/transition-sites/statistics.yml | data/transition-sites/statistics.yml | ---
site: statistics
whitehall_slug: uk-statistics-authority
redirection_date: 1st September 2014
homepage: https://www.gov.uk/government/statistics/announcements
tna_timestamp: 20140506180634 #Dummy timestamp, full recrawl to come
host: www.statistics.gov.uk
aliases:
- statistics.gov.uk
# options: --query-string qstri... | ---
site: statistics
whitehall_slug: uk-statistics-authority
redirection_date: 1st September 2014
homepage: https://www.gov.uk/government/statistics/announcements
tna_timestamp: 20140506180634 #Dummy timestamp, full recrawl to come
host: www.statistics.gov.uk
aliases:
- statistics.gov.uk
# options: --query-string qstri... | Add the homepage_title field as 'Statistical Announcements' | Add the homepage_title field as 'Statistical Announcements'
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
aa2bce7e5711bcf25d9382c9af2089955d3e8b6f | generators/app/templates/travis.yml | generators/app/templates/travis.yml | language: node_js
node_js:
- node
cache:
directories:
- node_modules
<% if (!includeReact) { -%>
# installs PhantomJS v2
# Travis CI uses PhantomJS v1.9.x, which has a poor JS support
# https://mediocre.com/forum/topics/phantomjs-2-and-travis-ci-we-beat-our-heads-against-a-wall-so-you-dont-have-to
before_ins... | language: node_js
node_js:
- stable
cache:
directories:
- node_modules
<% if (!includeReact) { -%>
# installs PhantomJS v2
# Travis CI uses PhantomJS v1.9.x, which has a poor JS support
# https://mediocre.com/forum/topics/phantomjs-2-and-travis-ci-we-beat-our-heads-against-a-wall-so-you-dont-have-to
before_i... | Set generated Travis Node version to latest stable | Set generated Travis Node version to latest stable | YAML | mit | silvenon/generator-wbp,silvenon/generator-wbp |
e78ebe63fb005e6cb447bb4f710504280578815d | packages/ge/geom2d.yaml | packages/ge/geom2d.yaml | homepage: ''
changelog-type: ''
hash: 0c28827635e4d2d5349a5be3554780cbeeed37c1eb6a658e1c1397c853c42513
test-bench-deps:
base: ==4.8.*
ieee754: ==0.7.*
QuickCheck: ==2.7.*
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: package for geometry in euklidean 2d space
changelog: ''
basic-deps:
base: ! '>=4.... | homepage: ''
changelog-type: ''
hash: 396101fdca1fc769f921e57e6d8d7e208037d45de340369f92ac5a0e9a587d12
test-bench-deps:
base: ==4.8.*
ieee754: ==0.7.*
QuickCheck: ! '>=2.7 && <2.9'
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: package for geometry in euklidean 2d space
changelog: ''
basic-deps:
bas... | Update from Hackage at 2015-06-12T22:22:38+0000 | Update from Hackage at 2015-06-12T22:22:38+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9282e589802341d67420d872f10690356eb3c210 | playbook/roles/nginx/defaults/main.yml | playbook/roles/nginx/defaults/main.yml | ---
nginx_real_ip: 127.0.0.1
nginx_papertrail_follow:
- /var/log/drupal.log
- /var/log/nginx/http-*error.log
apps:
- server_name: www.test.com
server_aliases: bob.com
server_forwards: test.com
http_port: 8080
docroot: /var/www/test.com/current
- server_name: test2.com
server_aliases: www.... | ---
nginx_real_ip: 127.0.0.1
nginx_papertrail_follow:
- /var/log/drupal.log
- /var/log/nginx/http-*error.log
apps:
- server_name: www.test.com
server_aliases: bob.com
server_forwards: test.com
http_port: 8080
docroot: /var/www/test.com/current
- server_name: test2.com
server_aliases: www.... | Correct format for nginx_conf defaults example dictionary. | Correct format for nginx_conf defaults example dictionary.
| YAML | mit | wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina |
accedae25f9fe4cd5121ff2c67db4ab0927b4d9c | ansible-playbooks/ansible-playbook-kvm-cloud-init-vm/playbook.yaml | ansible-playbooks/ansible-playbook-kvm-cloud-init-vm/playbook.yaml | - name: kvm_cloud_init_vm playbook
gather_facts: false
hosts: localhost
tasks:
- import_role:
name: ansible-role-kvm-cloud-init-vm
vars:
kvm_vm_pool_dir: /home/jooho/KVM
vm_data_dir: /home/jooho/kvm/vms
vm_network_br: okd_virbr0 | - name: kvm_cloud_init_vm playbook
gather_facts: false
hosts: localhost
tasks:
- import_role:
name: Jooho.kvm-cloud-init-vm
vars:
kvm_vm_pool_dir: /home/jooho/KVM
vm_data_dir: /home/jooho/kvm/vms
vm_network_br: okd | Change role name and network br variable | Change role name and network br variable
| YAML | apache-2.0 | Jooho/ansible-cheat-sheet,Jooho/ansible-cheat-sheet |
d9a7038c16bd1c1cf5dcc7dc1effb7a7df1bb8d1 | .github/workflows/frontend.yml | .github/workflows/frontend.yml | name: Frontend
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: ESLint checks
uses: ./.github/eslint-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check-and-preview:
runs-on: ubuntu-latest
steps:
- use... | name: Frontend
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: ESLint checks
uses: ./.github/eslint-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check-and-preview:
runs-on: ubuntu-latest
steps:
- use... | Build docs on github actions | Build docs on github actions
| YAML | mit | patrick91/pycon,patrick91/pycon |
510fb8de0c7df2e2e0490aeb0aef463f19fb739a | plugins/tempest/vars/tests/neutron.yml | plugins/tempest/vars/tests/neutron.yml | ---
test_dict:
test_regex: ''
whitelist:
- "^tempest.api.network.*"
- "^tempest.scenario.test_network_advanced_server_ops"
- "^tempest.scenario.test_network_basic_ops"
- "^tempest.scenario.test_network_v6"
- "^tempest.scenario.test_security_groups_basic_ops"
- "^n... | ---
test_dict:
test_regex: ''
whitelist:
- "^tempest.api.network.*"
- "^tempest.scenario.test_network_advanced_server_ops"
- "^tempest.scenario.test_network_basic_ops"
- "^tempest.scenario.test_network_v6"
- "^tempest.scenario.test_security_groups_basic_ops"
- "^n... | Add package name variable for OSP 15 | [Tempest][Neutron] Add package name variable for OSP 15
In OSP 15 the neutron tests package starts with 'python3-'.
Change-Id: I5496d7ca3b28bccdbe5e1171ba2dafc37cd83115
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
2d02a6858652c3689dde9cfa82fbc12b2ecf316a | .appveyor.yml | .appveyor.yml | environment:
matrix:
- platorm: x64
configuration: Release
arch: "x64"
VS_GEN: "Win64"
build_script:
- mkdir build
- cd build
- cmake -DTESTS=ON -DEXAMPLES=ON -G "Visual Studio 14 2015 Win64" ..
- cmake --build . --target all
- ctest
- cd ..
| environment:
matrix:
- platorm: x64
configuration: Release
arch: "x64"
VS_GEN: "Win64"
build_script:
- mkdir build
- cd build
- cmake -DTESTS=ON -DEXAMPLES=ON -G "Visual Studio 14 2015 %VS_GEN%" ..
- msbuild all.sln /p:Configuration=%Configuration%;Platform=%arch% /maxcpucount
- ctest
- cd ..... | Replace windows build with msbuild | Replace windows build with msbuild
| YAML | bsd-3-clause | tymonx/utest,tymonx/utest,tymonx/utest |
1b794aeb03ee1f8b2cca08c6ef5ff2b6c0fb6dee | .eslintrc.yml | .eslintrc.yml | extends: 'airbnb'
rules:
max-len:
- error
- 120
new-cap:
- error
- capIsNewExceptions:
- Q
arrow-parens:
- error
- as-needed
| extends: 'airbnb'
parserOptions:
ecmaFeatures:
experimentalObjectRestSpread: true
rules:
max-len:
- error
- 120
new-cap:
- error
- capIsNewExceptions:
- Q
arrow-parens:
- error
- as-needed
| Make eslint handle object rest and spread operator | Make eslint handle object rest and spread operator
| YAML | agpl-3.0 | rabblerouser/core,rabblerouser/core,rabblerouser/core |
57fdec74b4b439341a7166dfc4b9e47e6c02a2b7 | layer.yaml | layer.yaml | includes: ['layer:basic']
repo: git@github.com:juju-solutions/layer-docker.git
defines:
skip-install:
description: Useful when creating docker subordinates, skip the install routine
type: boolean
default: false
| includes: ['layer:basic']
repo: https://github.com/juju-solutions/layer-docker.git
defines:
skip-install:
description: Useful when creating docker subordinates, skip the install routine
type: boolean
default: false
| Move ssh based repo key to https | Move ssh based repo key to https
| YAML | bsd-3-clause | chuckbutler/layer-docker,chuckbutler/layer-docker |
8d5a75dd97e3b79dbe238807f9b2118edfd0595c | recipes/exhale/meta.yaml | recipes/exhale/meta.yaml | {% set name = "exhale" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/exhale-{{ version }}.tar.gz
sha256: ce936be4330db0d3ea96dbda8144cda202d2e57cd52f50f89c7b0393b528e6c5
build:
noarch: python
scr... | {% set name = "exhale" %}
{% set version = "0.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/exhale-{{ version }}.tar.gz
sha256: a0fe5d7b2d8990c8f942f6645f271365188de017d655b365be319bfa311c1113
build:
noarch: python
scr... | Update exhale recipe to latest version | Update exhale recipe to latest version
| YAML | bsd-3-clause | ocefpaf/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes |
831d18fc3d3aadc7108da9f2fa7c1f9179d738d9 | recipes/pyppmd/meta.yaml | recipes/pyppmd/meta.yaml | {% set name = "pyppmd" %}
{% set version = "0.15.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 3771a65699caee0f5b97cedada74a52b9ba4061bd8ad150d0115defb291c4581
build:
number: 0
sk... | {% set name = "pyppmd" %}
{% set version = "0.15.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 3771a65699caee0f5b97cedada74a52b9ba4061bd8ad150d0115defb291c4581
build:
number: 0
sk... | Revert "reverting, because it didn't help for windows" | Revert "reverting, because it didn't help for windows"
This reverts commit 342e239cc88c14455874aa9178346b4894f963e5.
| YAML | bsd-3-clause | hadim/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipe... |
c22763c09fd99b04b20ac8c4ebc4c4414bd2353f | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/re... | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/chec... | Create workflow to copy PR template onto Dependabot PRs | Create workflow to copy PR template onto Dependabot PRs | YAML | mit | alphagov/collections,alphagov/collections,alphagov/collections,alphagov/collections |
95a08ee7dd5881958b3b33b3a343a9053d1b0e90 | reference_playbook.yaml | reference_playbook.yaml | ---
# Playbook owned by group inception
group: inception
# This playbook is clearly awesome:
name: Simple playbook
# This playbook executes **two** sequences of steps for this
# release:
execution:
################################################################
# Sequence 1
###################################... | ---
# Playbook owned by group inception
group: inception
# This playbook is clearly awesome:
name: Simple playbook
# This playbook executes **two** sequences of steps for this
# release:
execution:
################################################################
# Sequence 1
###################################... | Change of yum to yumcmd | Change of yum to yumcmd
| YAML | apache-2.0 | RHInception/re-docs,RHInception/re-docs |
e26bffef0b484b374179238e1f8d3d5ac7443ed7 | hello/mcloud.yml | hello/mcloud.yml | web:
image: orchardup/nginx:latest
volumes:
public: /var/www | web:
web: 80
image: orchardup/nginx:latest
volumes:
public: /var/www | Fix example to use latest cloud | Fix example to use latest cloud
| YAML | mit | modera/mcloud-samples,modera/mcloud-samples,modera/mcloud-samples,modera/mcloud-samples |
b1d14db0d629bbfa7f3fada8661d44093aa5e490 | metadata/com.marv42.ebt.newnote.yml | metadata/com.marv42.ebt.newnote.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | Update CV of EBT New Note to 0.35 (35) | Update CV of EBT New Note to 0.35 (35)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
17ab8849f31742f3dff1a11f0235ba0b826a95d6 | metadata/de.nulide.bikecomputer.yml | metadata/de.nulide.bikecomputer.yml | Categories:
- Navigation
- Sports & Health
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/BikeComputer
IssueTracker: https://gitlab.com/Nulide/BikeComputer/-/issues
AutoName: BikeComputer
RepoType: git
Repo: https://gitlab.com/Nulide/BikeComputer
Builds:
- versionName: '1.0'
versionCode: 1
... | Categories:
- Navigation
- Sports & Health
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/BikeComputer
IssueTracker: https://gitlab.com/Nulide/BikeComputer/-/issues
AutoName: BikeComputer
RepoType: git
Repo: https://gitlab.com/Nulide/BikeComputer
Builds:
- versionName: '1.0'
versionCode: 1
... | Update BikeComputer to 1.2 (3) | Update BikeComputer to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3976395011bb7c4e0ed4bef193de3efa46202761 | hieradata/bgo/modules/calico.yaml | hieradata/bgo/modules/calico.yaml | ---
calico::debug: false
# Reflector settings
calico::reflector::client_defaults:
peer_as: 65501
local_as: 65501
calico::reflector::clients:
c1:
peer_ipv4: '172.18.0.103'
c2:
peer_ipv4: '172.18.0.104'
c3:
peer_ipv4: '172.18.0.105'
gw:
peer_ipv4: '172.18.0.1'
# compute node settings
calico... | ---
calico::debug: false
# Reflector settings
calico::reflector::client_defaults:
peer_as: 65501
local_as: 65501
calico::reflector::clients:
c1:
peer_ipv4: '172.18.0.103'
c2:
peer_ipv4: '172.18.0.104'
c3:
peer_ipv4: '172.18.0.105'
gw:
peer_ipv4: '172.18.7.1'
# compute node settings
calico... | Change bgo rr to new vrr IP | Change bgo rr to new vrr IP
| YAML | apache-2.0 | tanzr/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,TorLdre/himlar,eckhart/himlar,raykrist/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,eckhart/himlar,eckhart/himlar,eckhart/himlar,tanzr/... |
d8efd317ea40e30b91cff5af2c5843ea762817a9 | codefresh.yml | codefresh.yml | version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
image_name: test_agent
working_directory: ${{main_clone}}/agent
tag: latest
| version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
image_name: test_agent
working_directory: ${{main_clone}}/agent
tag: latest
image_name: http... | Add step to publish test agent image to ECR | Add step to publish test agent image to ECR
| YAML | mit | httpmark/httpmark,httpmark/httpmark,httpmark/httpmark |
f70ff0cb3e2f123100a376a10bed72f4eb40530c | config/tagging-apps.yml | config/tagging-apps.yml | # Below is the list of distinct `publishing_app`s in the content-store, with
# the app that is (mostly) responsible for tagging its content.
#
# Leave an app empty to disable tagging for it.
#
a-migrated-app: content-tagger # for testing puposes
businesssupportfinder: content-tagger
calculators: content-tagger
calendar... | # Below is the list of distinct `publishing_app`s in the content-store, with
# the app that is (mostly) responsible for tagging its content.
#
# Leave an app empty to disable tagging for it.
#
a-migrated-app: content-tagger # for testing puposes
businesssupportfinder: content-tagger
calculators: content-tagger
calendar... | Allow tagging of collections-publisher documents | Allow tagging of collections-publisher documents
`collections-publisher` publishes topics and mainstream browse pages.
This commit allows those pages to be tagged.
This allows users, for example, to add link topics to other topics, and
add organisations to topics. There are no plans to do this, but we want
as little ... | YAML | mit | alphagov/content-tagger,alphagov/content-tagger,alphagov/content-tagger |
287ccec1ba51590dc1448d9ef27369b6197c99c8 | packages/hs/HsHTSLib.yaml | packages/hs/HsHTSLib.yaml | homepage: ''
changelog-type: markdown
hash: dad0cd2c6afb0e521e9bd8ae3d668f8fe3ed9fd2a3ec49c0a8feb01b6d5fca42
test-bench-deps: {}
maintainer: kai@kzhang.org
synopsis: High level bindings to htslib.
changelog: ! '# Revision history for passwd-manager
## 0.1.0 -- YYYY-mm-dd
* First version. Released on an unsuspe... | homepage: ''
changelog-type: markdown
hash: f1916ddd23232a87cca47742d56a1300af2f0f53f9af5ff4eb3bf4864b8f99ca
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: -any
conduit: -any
mtl: -any
tasty-hunit: -any
tasty: -any
HsHTSLib: -any
vector: -any
maintainer: kai@kzhang.org
synopsis: High level... | Update from Hackage at 2018-12-14T02:09:53Z | Update from Hackage at 2018-12-14T02:09:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2a7dbd355b47dd701984e5192ff308d7508b167a | packages/pe/peregrin.yaml | packages/pe/peregrin.yaml | homepage: ''
changelog-type: ''
hash: b41b9dd5e76b96b2db64889228cf4f023e5da09976dd0b3e435e7a44356cdeb1
test-bench-deps:
base: ==4.*
hspec: ! '>=2.2.0 && <3.0'
text: ! '>=1.0 && <2'
peregrin: -any
resource-pool: ! '>=0.2.1 && <0.3'
postgresql-simple: ! '>=0.5.2.1 && <0.6'
transformers: ! '>=0.5.2 && <0.6'
... | homepage: ''
changelog-type: ''
hash: 97df0ac1477ad02536d8b7afa0a1e79adbce555299884c59a523bcbfae8decda
test-bench-deps:
base: ==4.*
hspec: ! '>=2.2.0 && <3.0'
text: ! '>=1.0 && <2'
peregrin: -any
resource-pool: ! '>=0.2.1 && <0.3'
postgresql-simple: ! '>=0.5.2.1 && <0.6'
transformers: ! '>=0.5.2 && <0.6'
... | Update from Hackage at 2017-04-22T05:30:40Z | Update from Hackage at 2017-04-22T05:30:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.