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 |
|---|---|---|---|---|---|---|---|---|---|
75753f131b205d151f12d0a13fb95f20ade8a997 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "5"
- "6"
before_script: "npm install -g codeclimate-test-reporter"
script: "make test-cov"
after_script: "cat coverage/lcov.info | codeclimate-test-reporter"
addons:
code_climate:
repo_token: 5a644ff51596ca5151a352e9502ea06228bc7187a7bdc816360b8e538bbac923
| language: node_js
node_js:
- "6"
- "7"
before_script: "npm install -g codeclimate-test-reporter"
script: "make test-cov"
after_script: "cat coverage/lcov.info | codeclimate-test-reporter"
addons:
code_climate:
repo_token: 5a644ff51596ca5151a352e9502ea06228bc7187a7bdc816360b8e538bbac923
| Remove Node 4 and 5 from Travis, add Node 7 | Remove Node 4 and 5 from Travis, add Node 7
| YAML | mit | martinandert/babel-plugin-css-in-js,martinandert/babel-plugin-css-in-js,martinandert/babel-plugin-css-in-js,martinandert/babel-plugin-css-in-js |
981871db3498dfcf6a169b5b6e84a64ecb1d9981 | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.3
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=c... | language: php
php:
- 7.2
- 7.3
- 7.4
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-... | Add php 7.4 to the matrix | Add php 7.4 to the matrix
| YAML | mit | pmatseykanets/laravel-scout-postgres |
f38416e14077df0c9b4c91d1dce13b022addb802 | .travis.yml | .travis.yml | language: node_js
node_js:
- '4.2.6'
- '5.5.0'
| language: node_js
node_js:
- '4.4.5'
- '6.2.1'
| Update Node version for Travis | Update Node version for Travis
| YAML | mit | joshswan/react-native-autolink,joshswan/react-native-autolink |
8a34c4e3d293f0c7347021c89952866530ab0f7b | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: java
jdk:
- openjdk8
- oraclejdk8
install: ./gradlew setupDecompWorkspace
script: ./gradlew build
notifications:
email: false
| sudo: required
dist: trusty
language: java
jdk:
- openjdk8
- oraclejdk8
install: ./gradlew setupDecompWorkspace
script: ./gradlew build
notifications:
email: false
| Revert "Use container-based trusty image on Travis" | Revert "Use container-based trusty image on Travis"
Since ForgeGradle requires a lot of memory, these run better
on the virtual machines with more memory.
This reverts commit ad52ffe5640a6d55781e9bf1d6f6bc97ea898785.
| YAML | mit | sanman00/SpongeCommon,JBYoshi/SpongeCommon,SpongePowered/Sponge,SpongePowered/Sponge,Grinch/SpongeCommon,SpongePowered/SpongeCommon,sanman00/SpongeCommon,JBYoshi/SpongeCommon,SpongePowered/SpongeCommon,SpongePowered/Sponge,Grinch/SpongeCommon |
a7a031928c6598f8752ea4d5c0743028e20c0b2d | .travis.yml | .travis.yml | language: node_js
sudo: true
node_js:
- "10.14.2"
demo/dist: xenial
branches:
only:
- master
before_script:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo apt-get update
- wget -N https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -P ~/
- sudo dpkg -i ... | language: node_js
sudo: true
node_js:
- "10.14.2"
demo/dist: xenial
branches:
only:
- master
tags: true
before_script:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo apt-get update
- wget -N https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -P ~/
- ... | Add support for tag deploys | chore(ci): Add support for tag deploys
Added support for tags should trigger deployment
| YAML | mit | KoderLabs/ng2-device-detector,KoderLabs/ng2-device-detector |
c9ace4e32de93444a575fa6eb0c43780bddcb4eb | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.4.15 DATABASE_SETTINGS='settings_test_mysql.py'
- DJANGO_VERSION=1.5.10 DATABASE_SETTINGS='settings_test_mysql.py'
- DJANGO_VERSION=1.6.7 DATABASE_SETTINGS='settings_test_mysql.py'
- DJANGO_VERSION=1.7 DATABASE_SETTINGS='settings_test_mys... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.7 DATABASE_SETTINGS='settings_test_mysql.py'
- DJANGO_VERSION=1.8b1 DATABASE_SETTINGS='settings_test_mysql.py'
- DJANGO_VERSION=1.7 DATABASE_SETTINGS='settings_test_postgresql.py'
- DJANGO_VERSION=1.8b1 DATABASE_SETTINGS='settings_test_po... | Reduce the Django versions we test against | Reduce the Django versions we test against
| YAML | mit | danmit/django-calaccess-raw-data,mcasti/django-calaccess-raw-data,myersjustinc/django-calaccess-raw-data,jsfenfen/django-calaccess-raw-data,mb10/django-calaccess-raw-data,adborden/django-calaccess-raw-data,karkinosw/django-calaccess-raw-data,dwillis/django-calaccess-raw-data,Livhaker/django-calaccess-raw-data,roncampbe... |
6260e7ab123a732e95f82e21e7bd8aede2e5abee | .travis.yml | .travis.yml | before_install:
- gem update bundler
- bundle --version
- gem update --system 2.2.2
- gem --version
language: ruby
cache: bundler
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug... | before_install:
- gem update bundler
- bundle --version
- gem update --system 2.2.2
- gem --version
language: ruby
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simple... | Remove cache configuration for bundler | Remove cache configuration for bundler
* This causes issues between rubies because they require different dependencies
| YAML | mit | dkubb/memoizable |
f9b47adaa84d92587654a945ed341afdf169f170 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
script:
- "mvn verify -Ponline-its -DwlpVersion=8.5.5_05 -DwlpLicense=L-MCAO-9SYMVC"
| sudo: false
language: java
jdk:
- oraclejdk8
script:
- "mvn verify -Ponline-its -DwlpVersion=8.5.5_06 -DwlpLicense=L-MCAO-9SYMVC"
| Use latest Liberty and try Travis containers | Use latest Liberty and try Travis containers
| YAML | apache-2.0 | MisaelSalcido/ci.ant,jgawor/ci.ant,rmcmx/ci.ant,cthigh/ci.ant,WASdev/ci.ant |
43785a0800d1fc5d2e65ee84dee9b1034ef2137b | .travis.yml | .travis.yml | language: ruby
bundler_args: --standalone --binstubs
script: ./bin/rspec spec/**/*_spec.rb
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-19mode
- rbx
gemfile:
- gemfiles/activerecord_3_1.gemfile
- gemfiles/activerecord_3_2.gemfile
- gemfiles/activerecord_4.gemfile
- gemfiles/activerecord_ed... | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-19mode
- rbx
gemfile:
- gemfiles/activerecord_3_1.gemfile
- gemfiles/activerecord_3_2.gemfile
- gemfiles/activerecord_4.gemfile
- gemfiles/activerecord_edge.gemfile
env:
- DB=postgresql
- DB=mysql
- DB=sqlite3
matrix:
excl... | Update Travis configuration to run specs for all supported RDBMS | Update Travis configuration to run specs for all supported RDBMS
| YAML | mit | samleb/sexy_scopes,Kriechi/sexy_scopes |
99a0552e527e5084ce1ae58372515b662674a39b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
| language: ruby
rvm:
- 2.1.10
- 2.2.7
- 2.3.3
- 2.4.1
| Use modern Rubies on Travis CI | Use modern Rubies on Travis CI
| YAML | mit | douglaswth/machine_tag |
0db697b2948f26fe2d35f7c7df837689cbb28d46 | .travis.yml | .travis.yml | osx_image: xcode7.1
language: objective-c
script:
# Carthage
- xctool build -project Async.xcodeproj -scheme "Async iOS"
- xctool build -project Async.xcodeproj -scheme "Async OSX"
# CocoaPods
#- xctool clean build -workspace AsyncPodsExample/AsyncPodsExample.xcworkspace -scheme "AsyncExample iOS" -sdk iphonesimula... | osx_image: xcode7.1
language: objective-c
script:
# Carthage
# - xctool build -project Async.xcodeproj -scheme "Async iOS"
- xctool build -project Async.xcodeproj -scheme "Async OSX"
# CocoaPods
#- xctool clean build -workspace AsyncPodsExample/AsyncPodsExample.xcworkspace -scheme "AsyncExample iOS" -sdk iphonesimu... | Disable iOS build on Travis CI | Disable iOS build on Travis CI
Throws a code signing error currently. I want tests to succed to add codecoverage and stuff.
| YAML | mit | 2h4u/Async,duemunk/Async,2h4u/Async,duemunk/Async,duemunk/Async,2h4u/Async |
aa98a0a6ffac31d0060b36cb607a647784ff7fb6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
| language: ruby
rvm:
- 1.9.3
- 2.0.0-p598
- 2.1.5
- 2.2.0
| Add newer Ruby versions to Travis CI | Add newer Ruby versions to Travis CI
| YAML | mit | komoju/heroics,interagent/heroics,komoju/heroics,interagent/heroics |
1b09968d3a860d429755f4c83172818403a7e4e6 | .travis.yml | .travis.yml | sudo: required
language: rust
rust:
- stable
- beta
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
# - travis-cargo --only stable doc
after_success:
# - travis-cargo --only stable doc-upload
- trav... | sudo: required
language: rust
rust:
# - stable
- beta
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
# - travis-cargo --only stable doc
after_success:
# - travis-cargo --only stable doc-upload
- tr... | Remove Rust stable from test env | Remove Rust stable from test env
| YAML | mit | messense/robotparser-rs |
aa49c499ed60e2880b36cca56647ace4a2f87312 | .travis.yml | .travis.yml | language: python
group: travis_lts
sudo: false
services:
- docker
before_install:
# - export RIAK_ADMIN="riak-admin"
- export DOCKER_HOST=tcp://0.0.0.0:2375
- export DOCKER_CLUSTER=1
- python setup.py setup_riak
python:
- '3.5.0'
- '3.5.1'
- '3.5.2'
- '3.6.0'
install:
- pip install .
- pip ins... | language: python
group: travis_lts
sudo: false
services:
- docker
before_install:
# - export RIAK_ADMIN="riak-admin"
- export DOCKER_HOST=tcp://0.0.0.0:2375
- export DOCKER_CLUSTER=1
- python setup.py setup_riak
python:
- '3.5.4'
- '3.6.4'
install:
- pip install .
- pip install coveralls
script:
... | Use only last minor python version for tests | Use only last minor python version for tests
| YAML | mit | rambler-digital-solutions/aioriak |
92b60ad5513c7e3f32e99abc3bd80cd283b3e8d9 | .travis.yml | .travis.yml | osx_image: xcode7.3
language: objective-c
podfile: Demo/Podfile
cache: cocoapods
script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='9.1',name='iPhone 6s' build test | xcpretty -c --test
| osx_image: xcode7.3
language: objective-c
podfile: Demo/Podfile
cache: cocoapods
script:
- set -o pipefail
- xcodebuild test -scheme 'Action' -sdk iphonesimulator | xcpretty -c --test
- cd Demo ; xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination pla... | Add test job on Travis CI | Add test job on Travis CI
| YAML | mit | RxSwiftCommunity/Action,RxSwiftCommunity/Action,RxSwiftCommunity/Action |
6e26c9135d959fd51f8dae02928cb2e50159a9c6 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- travis-ci
- finalizers
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build ou... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
- finalizers
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build outp... | Test with latest Node.js 4 on Travis CI. | Test with latest Node.js 4 on Travis CI.
| YAML | mit | bigeasy/cadence,bigeasy/cadence |
7f9148f0237d52824df214d6b326010b7c13999a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode
- ruby-head
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.1.0
- rbx-19mode
- jruby-19mode
- ruby-head
notifications:
irc: "irc.freenode.org#adhearsion"
| Test on recent Ruby releases | Test on recent Ruby releases | YAML | mit | adhearsion/future-resource |
700c2c56c951a88cd61e308f3470f6a70fca0e50 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
script:
- npm test
| language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
script:
- npm test
| Add io.js & node 0.12 | Add io.js & node 0.12 | YAML | mit | lykmapipo/alamid-schema,peerigon/alamid-schema |
d9d3b29d456449d7861e6a209ba7cc31159ecddb | .travis.yml | .travis.yml | language: node_js
node_js:
- 12
cache:
directories:
- $TRAVIS_BUILD_DIR/demo/node_modules
- $TRAVIS_BUILD_DIR/demo/functions/node_modules
before_install:
- cp -R packages/rmw-shell/cra-template-rmw/template demo/
- cd demo/template/continuous_deployment
- chmod +x before_install.sh
- ./before_inst... | language: node_js
node_js:
- 12
cache:
directories:
- $TRAVIS_BUILD_DIR/demo/node_modules
- $TRAVIS_BUILD_DIR/demo/functions/node_modules
before_install:
- mkdir -p demo/
- cp -R packages/rmw-shell/cra-template-rmw/template demo/
- cd demo/continuous_deployment
- chmod +x before_install.sh
- ./b... | Create folder demo if it doesn't exist | Create folder demo if it doesn't exist
| YAML | mit | TarikHuber/react-most-wanted,TarikHuber/react-most-wanted,TarikHuber/react-most-wanted |
172a4afb66ea8808e0268d0677721fecc9975a2b | .travis.yml | .travis.yml | language: ruby
rvm: 1.9.3
| language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| Add 2.0, 2.1, 2.2, ruby-head/jruby-head, allow failures | Add 2.0, 2.1, 2.2, ruby-head/jruby-head, allow failures
If required rubies fail tests, skip remaining tests via fast_finish.
| YAML | mit | imtayadeway/miq_tools_services,ManageIQ/miq_tools_services |
ecffdba335c8271b6fe540b98ea9ae31855b7b98 | .travis.yml | .travis.yml | sudo: required
language: generic
env:
IMAGE_NAME: vhost-proxy:test
# Only use seconds here, so that these can be used with "sleep" as well
PROJECT_INACTIVITY_TIMEOUT: 30s
PROJECT_DANGLING_TIMEOUT: 60s
PROXY_DEBUG: 1
DOCKSAL_VERSION: master
services:
- docker
install:
- sudo sudo curl -L https://raw.... | sudo: required
language: generic
env:
IMAGE_NAME: vhost-proxy:test
# Only use seconds here, so that these can be used with "sleep" as well
PROJECT_INACTIVITY_TIMEOUT: 30s
PROJECT_DANGLING_TIMEOUT: 60s
PROXY_DEBUG: 1
DOCKSAL_VERSION: develop
services:
- docker
install:
- sudo sudo curl -L https://raw... | Switch to dev version of Docksal | Switch to dev version of Docksal
| YAML | mit | docksal/service-vhost-proxy,docksal/service-vhost-proxy |
c14b733c9ff0afa04c18f2d06f6d3326c8e11c91 | .travis.yml | .travis.yml | language: clojure
lein: lein2
addons:
postgresql: "9.3"
before_script:
- createdb -e -U postgres -E UTF-8 -O $USER tamarack
- sudo apt-get install phantomjs npm
- sudo npm install -g karma karma-phantomjs-launcher karma-jasmine
script:
- lein cljsbuild once
- lein midje
- /usr/local/lib/node_modules/ka... | language: clojure
lein: lein2
addons:
postgresql: "9.3"
before_script:
- createdb -e -U postgres -E UTF-8 -O $USER tamarack
- sudo apt-get install phantomjs npm
- sudo npm install -g karma
- sudo npm install -g karma-phantomjs-launcher
- sudo npm install -g karma-jasmine
script:
- lein cljsbuild once
... | Split up npm package installation to multiple steps | Split up npm package installation to multiple steps
| YAML | bsd-3-clause | mhallin/tamarack,mhallin/tamarack |
1814af2fcbc96c42b3403685453430513d2a313e | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
- rbx
cache: bundler
sudo: false
addons:
code_climate:
repo_token: 5806cc8a21c03f4e2f9d3b9d98d5d9fe084b66243b1dbb27b467dbc795acdcac
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby
- rbx
cache: bundler
sudo: false
addons:
code_climate:
repo_token: 5806cc8a21c03f4e2f9d3b9d98d5d9fe084b66243b1dbb27b467dbc795acdcac
matrix:
allow_failures:
- rvm: jruby
| Change Travis JRuby to default and allow failures. | Change Travis JRuby to default and allow failures.
| YAML | unlicense | ruby-rdf/rdf,PerfectMemory/rdf |
d18ab05e34ac988a78503b838fb37270651c13c4 | .travis.yml | .travis.yml | language: java
before_script:
- wget -c http://download.dnscrypt.org/libsodium/releases/libsodium-0.4.1.tar.gz
- tar xzvf libsodium-0.4.1.tar.gz
- cd libsodium-0.4.1 && mkdir vendor
- ./configure --prefix=`pwd`/vendor
- make && make install
- cd ../
script: "LD_LIBRARY_PATH=/home/travis/build/abstractj/ka... | language: java
before_script:
- wget -c http://download.libsodium.org/libsodium/releases/libsodium-0.4.1.tar.gz
- tar xzvf libsodium-0.4.1.tar.gz
- cd libsodium-0.4.1 && mkdir vendor
- ./configure --prefix=`pwd`/vendor
- make && make install
- cd ../
script: "LD_LIBRARY_PATH=/home/travis/build/abstractj/k... | Update libsodium URL on Travis | Update libsodium URL on Travis
| YAML | apache-2.0 | abstractj/kalium,abstractj/kalium,vshaipov/kalium,tml/kalium,andresgalante/kalium,joshjdevl/kalium-jni,lukin0110/kalium,f24-ag/kalium-jni,joshjdevl/kalium-jni,joshjdevl/kalium-jni,f24-ag/kalium-jni |
1a21c3494fbef8cfcb34ab90fa781cd989931016 | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.3
before_script:
- npm install bower
- npm install grunt-cli
- gem install sass
- cd public
- npm install
- bower install
- cd ..
script:
- cd public
- grunt test
- cd ..
- sbt clean compile test dist
deploy:
provider: heroku
api_key:
secure: RwSpEp49ALY8s4x6/HonZXrm0URSl8rgyLsZ8Ph... | language: scala
scala:
- 2.10.3
before_script:
- npm install bower
- npm install grunt-cli
- gem install sass
- cd public
- npm install
- bower install
- cd ..
script:
- cd public
- grunt test
- cd ..
deploy:
provider: heroku
api_key:
secure: RwSpEp49ALY8s4x6/HonZXrm0URSl8rgyLsZ8PhRQHN/P/pgPnUwsEWh6yxcHKR4dyq1i... | Use the default sbt script. | Use the default sbt script.
| YAML | apache-2.0 | DwayneJengSage/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,DwayneJengSage/BridgePF,DwayneJengSage/BridgePF,alxdarksage/BridgePF |
81755a8b66de38214bb9f4087a206801fae2ff92 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
| language: node_js
node_js:
- 0.8
- 0.6
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
| Test against Node.js 0.10 at Travis CI. | Test against Node.js 0.10 at Travis CI.
| YAML | mit | bigeasy/connect-npm |
c1085c94a1f7244f261f3728885ca43fb6d0b016 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vdao3 for detail... | ---
language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
yarn: true
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vda... | Add bower installation to Travis config | Add bower installation to Travis config
| YAML | apache-2.0 | Netflix/ember-nf-graph,Netflix/ember-nf-graph |
370a7ed4c6fe74debde7a0d074de0a45fc1e896d | .travis.yml | .travis.yml | language: php
dist: trusty
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
global:
- DEFAULT=1
matrix:
fast_finish: true
include:
- php: 5.6
env: PHPCS=1 DEFAULT=0
- php: 7.1
env: PHPSTAN=4 DEFAULT=0
- php: 7.1
env: PHPSTAN=5 DEFAULT=0
allow_failures:
- env: PHPSTAN=5 ... | language: php
dist: trusty
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
global:
- DEFAULT=1
matrix:
fast_finish: true
include:
- php: 5.6
env: PHPCS=1 DEFAULT=0
- php: 7.1
env: PHPSTAN=5 DEFAULT=0
allow_failures:
- env: PHPSTAN=5 DEFAULT=0
before_script:
- if [[ $DEFAULT =... | Drop PHPStan level 4 because it's being confused by Cake's EntityInterface. | Drop PHPStan level 4 because it's being confused by Cake's EntityInterface.
| YAML | mit | robotusers/cakephp-table-inheritance |
90b1f732f6503850fbcd7923ab6d83a1c72584fd | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
- SIMPHONY_VERSION=0.2.0
- SIMPHONY_VERSION=master
matrix:
allow_failures:
- env: SIMPHONY_VERSION=master
before_install:
- sudo apt-get update -qq
- sudo apt-get install mpi-default-bin mpi-default-dev
install:
# build and install lammps
- ./install_external... | language: python
python:
- "2.7"
env:
- SIMPHONY_VERSION=0.2.0
- SIMPHONY_VERSION=master
matrix:
allow_failures:
- env: SIMPHONY_VERSION=master
before_install:
- sudo apt-get update -qq
- sudo apt-get install mpi-default-bin mpi-default-dev
install:
# build and install lammps
- ./install_external... | Use codecov instead of coveralls | Use codecov instead of coveralls
| YAML | bsd-2-clause | simphony/simphony-lammps-md,simphony/simphony-lammps-md |
8f3455692fd85761dc6c616cf59f14a6f68bff49 | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake spec'
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
| language: ruby
script: 'bundle exec rake spec'
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
allow_failures:
- rvm: jruby-19mode
- rvm: ruby-head
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
| Allow failures on jruby and ruby-head | Allow failures on jruby and ruby-head
| YAML | mit | solnic/rom-session |
178fc1c5fff113afa33f47c7c649211173509104 | .travis.yml | .travis.yml | language: erlang
otp_release:
- 19.2
services:
- docker
install: make deps plt
script: make dialyze eunit EUNIT_OPTS=verbose && ./ct-run-docker.sh
notifications:
email:
on_success: never
on_failure: always
| language: erlang
otp_release:
- 19.3
services:
- docker
install: make deps plt
script: make dialyze eunit EUNIT_OPTS=verbose && ./ct-run-docker.sh
notifications:
email:
on_success: never
on_failure: always
| Update Erlang version to 19.3 | Update Erlang version to 19.3
| YAML | mit | manifest/riak-acl |
c044890415e0b90ca68b802742c1d61d0b00e384 | .travis.yml | .travis.yml | language: python
sudo: false
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6
install:
- travis_retry pip install -r requirements-dev.txt
- travis_retry pip install -e .
script:
- flake8 --igno... | language: python
sudo: false
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6
install:
- travis_retry pip install -r requirements-dev.txt
- travis_retry pip install -e .
script:
- flake8 --igno... | Apply change in strategy in the Travis configuration as well. | Apply change in strategy in the Travis configuration as well.
| YAML | bsd-2-clause | yeatmanlab/pyAFQ,arokem/pyAFQ,yeatmanlab/pyAFQ,arokem/pyAFQ |
bd28aad894bcf14ebf7afc176a3a99dcd7a915af | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9
xcode_project: Cuckoo.xcodeproj
xcode_scheme: Cuckoo
xcode_sdk: macosx
before_script:
- gem install cucumber --no-rdoc --no-ri
- gem install aruba --no-rdoc --no-ri
script:
- pushd Generator
- make test
- popd
- xcodebuild -project 'Cuckoo.xcodeproj' -sc... | language: objective-c
osx_image: xcode10
xcode_project: Cuckoo.xcodeproj
xcode_scheme: Cuckoo
xcode_sdk: macosx
before_script:
- gem install cucumber --no-rdoc --no-ri
- gem install aruba --no-rdoc --no-ri
script:
- pushd Generator
- make test
- popd
- xcodebuild -project 'Cuckoo.xcodeproj' -s... | Use Xcode 10 for testing. | Use Xcode 10 for testing.
| YAML | mit | Brightify/Cuckoo,SwiftKit/Cuckoo,Brightify/Cuckoo,SwiftKit/Cuckoo,Brightify/Cuckoo,SwiftKit/Cuckoo |
caff4402ae066f69366e95ea33dcf75ecc0cecfb | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
- CMD=python
matrix:
allow_failures:
- python: "2.6"
- python: "3.2"
exclude:
- python: "3.5"
include:
- python: "3.5"
env: CMD="coverage run --source=pynano"
before_install:
- pip install codec... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
- CMD=python
matrix:
allow_failures:
- python: "2.6"
- python: "3.2"
- python: "3.3"
exclude:
- python: "3.5"
include:
- python: "3.5"
env: CMD="coverage run --source=pynano"
before_install:
... | Move Py3.3 tests to "allow fail" | Move Py3.3 tests to "allow fail"
We'll keep testing against it, but I'm not going to officially support it.
| YAML | mit | Kromey/pynano |
bc512d8045360a44c1405d829fac6e4abfcc9b8e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
branches:
only:
- master | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
branches:
only:
- master
addons:
code_climate:
repo_token: 4fffc4322b06a32898c1723cb47f836feeca943f6b5515d171a01afbbcf50fc6
script: "npm run-script test-travis"
after_script: codeclimate < coverage/lcov.info | Configure code coverage in Travis | Configure code coverage in Travis
| YAML | mit | ktsashes/FruitJS,ktsashes/FruitJS |
a0677eb073cd4114776a28c18452181e868212bc | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
branches:
only:
- master
rvm:
- 2.5
- 2.4
- 2.3
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
- gem update --system
- gem install bundler
| sudo: false
language: ruby
cache: bundler
branches:
only:
- master
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
- gem update --system
- gem install bundler
| Test on 2.6 on Travis | Test on 2.6 on Travis
| YAML | mit | Shopify/money |
67004983a97c8724f84b6f47d00888e3a978acf9 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
notifications:
email: false
# Setup anaconda
before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-2.0.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-2.0.0-Linux-x86_6... | language: python
python:
- 2.7
- 3.3
notifications:
email: false
# Setup anaconda
before_install:
- travis/miniconda.sh -b
- export PATH=/home/travis/anaconda/bin:$PATH
# The next couple lines fix a crash with multiprocessing on Travis
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
# Install pac... | Add miniconda.sh to repository to simplify Travis setup and prevent issues if main Continuum server goes down. | Add miniconda.sh to repository to simplify Travis setup and prevent issues if main Continuum server goes down.
| YAML | mit | has2k1/plotnine,has2k1/plotnine |
31220cc26bbf50c280c125a7cc7974fe3fd4311a | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- 4
- 6
addons:
apt:
packages:
- xvfb
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- yarn ... | language: node_js
sudo: false
node_js:
- 6
addons:
apt:
packages:
- xvfb
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- yarn instal... | Stop testing on Node 4 | Stop testing on Node 4
| YAML | mit | rtsao/styletron |
901343b02a205fcbd4f93a70bd796812a6608c17 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: ruby
rvm: "2.2.3"
cache: bundler
bundler_args: --without production --retry=6
addons:
postgresql: "9.5"
env:
global:
- OX_AR_DB_USER=postgres
- OX_AR_DB_PASS=
- OX_AR_TEST_DB=travis_ci_test
before_script: bundle exec rake --trace db:create db:schema:load db:seed
| sudo: false
dist: trusty
language: ruby
rvm: "2.2.3"
cache: bundler
branches:
only:
- master
bundler_args: --without production --retry=6
addons:
postgresql: "9.5"
env:
global:
- OX_AR_DB_USER=postgres
- OX_AR_DB_PASS=
- OX_AR_TEST_DB=travis_ci_test
before_script: bundle exec rake --trace db:create... | Make Travis run only on PRs and updates to master | Make Travis run only on PRs and updates to master
| YAML | mit | openstax/accounts-rails,openstax/accounts-rails,openstax/accounts-rails |
238533a52da360b791ba7dcafaede5cf85f04c16 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- rbx-19mode
env:
- "ADAPTER=in_memory"
- "ADAPTER=yaml"
- "ADAPTER=sqlite"
- "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''"
- "ADAPTER=postgres DM_DB_USER=postgres DM_DB_PASSWORD=''"
cache: bundler
sudo: true
services:
- mysql
- postgres... | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
env:
- "ADAPTER=in_memory"
- "ADAPTER=yaml"
- "ADAPTER=sqlite"
- "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''"
- "ADAPTER=postgres DM_DB_USER=postgres DM_DB_PASSWORD=''"
cache: bundler
sudo: true
... | Move jruby-19mode and jruby-head to rvm matrix | Move jruby-19mode and jruby-head to rvm matrix
| YAML | mit | troygnichols/dm-types,datamapper/dm-types |
809ca225df8d7176e6a6696c788b9e787b5c56db | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
# Install composer for dependency management
- wget http://getcomposer.org/composer.phar
# Set the GitHub OAuth token to make use of the 6000 per hour rate limit
- "mkdir -p ~/.composer"
- cp .travis.composer.config.json ~/.composer/config.j... | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
# Install code quality tools
- wget http://pear.phpunit.de/get/phpcpd.phar
# Install composer for dependency management
- wget http://getcomposer.org/composer.phar
# Set the GitHub OAuth token to make use of the 6000 per hour rate limit
... | Add phpcpd to main test set | Add phpcpd to main test set
| YAML | mit | webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com |
3c9348cbedfd98bfd14bd34f522465867ad9de10 | .travis.yml | .travis.yml | language: python
env:
- DOCKER_COMPOSE_VERSION=1.4.2
services:
- docker
before_install:
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv... | language: python
env:
- DOCKER_COMPOSE_VERSION=1.25.3
services:
- docker
before_install:
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo m... | Change version of docker compose | Change version of docker compose
| YAML | bsd-3-clause | Ridys/ribot,Ridys/ribot |
757d8ca8ec2c8ccf37495247470c2e4c57da400d | .travis.yml | .travis.yml | language: objective-c
before_install:
- brew update
- brew upgrade xctool
script: xctool -project "hashtag-warrior.xcodeproj" -scheme "#Warrior"
| language: objective-c
before_install:
- brew update
- brew upgrade xctool
script: xctool -project "hashtag-warrior.xcodeproj" -scheme "#Warrior" -configuration "Release" -sdk "iphonesimulator7.0" test
| Build the release configuration, run it on the simulator and run the tests. | Build the release configuration, run it on the simulator and run the tests. | YAML | mit | TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior,TuftEntertainment/hashtag-warrior |
55a5e8230b52240c8ae6ed3893a7d90cd61f3fde | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
before_install:
- gem update --system
- gem install bundler
cache: bundler
sudo: false
fast_finish: true
notifications:
email:
on_success: always
on_failure: always
| language: ruby
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
before_install:
- gem update --system
- gem install bundler
cache: bundler
sudo: false
fast_finish: true
env:
- PAYSAFE_ACCOUNT_NUMBER=test
- PAYSAFE_API_KEY=test
- PAYSAFE_API_SECRET=test
- PAYSAFE_SUT_API_KEY=test
- PAYSAFE_SUT_API_SECRET=test
... | Add env variables with test values | Add env variables with test values
The value doesn't matter here, just that each one is set. VCR is configured to replace these env variables. If you want to re-record cassettes, you need to do so locally with the working credentials.
| YAML | mit | javierjulio/optimal_payments,javierjulio/optimal_payments,javierjulio/paysafe,javierjulio/paysafe |
56fe089f4e7fcecae28d1563f25aaf879900ca22 | .travis.yml | .travis.yml | language: go
go: release
before_install:
- gocleandeps=c16c849abae90c23419d
- git clone https://gist.github.com/$gocleandeps.git
- goclean=71d0380287747d956a26
- git clone https://gist.github.com/$goclean.git
install:
- go get -d -t -v ./...
- bash $gocleandeps/gocleandeps.sh
script:
- export PATH=$PATH:$... | language: go
go:
- 1.3.3
- 1.4.1
before_install:
- gocleandeps=c16c849abae90c23419d
- git clone https://gist.github.com/$gocleandeps.git
- goclean=71d0380287747d956a26
- git clone https://gist.github.com/$goclean.git
install:
- go get -d -t -v ./...
- bash $gocleandeps/gocleandeps.sh
script:
- export ... | Update Go versions for Travis. | Update Go versions for Travis.
| YAML | isc | pkothbauer/btcutil,conseweb/coinutil,jrick/btcutil,conseweb/coinutil,btcsuite/btcutil,benma/btcutil,dajohi/btcutil,Roasbeef/btcutil,decred/dcrd,CryptocurrencyCabal/btcutil,jrick/dcrd,benma/btcutil,FactomProject/btcutil,jrick/dcrd,FactomProject/btcutil,ppcsuite/ppcutil,wallclockbuilder/btcutil,ppcsuite/ppcutil,Roasbeef/... |
d4a9c899682b95e1e4d79bf1feec452476c5ee37 | .travis.yml | .travis.yml | language: rust
addons:
postgresql: 9.3
before_script:
- createuser -U postgres -ld holmes
- psql -c "ALTER USER holmes UNENCRYPTED PASSWORD 'holmes'" -U postgres
after_success:
- sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev
- wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz
... | sudo: false
language: rust
addons:
postgresql: 9.3
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
rust:
- nightly
- beta
- stable
before_script:
# Make a holmes:holmes user for the tests
- |
createuser -U postgres -ld holmes
psql -c ... | Make build work inside a container | Make build work inside a container
Travis will build things a bit faster if you can be built w/o sudo, and
these modifications should make that possible.
| YAML | mit | BinaryAnalysisPlatform/holmes,maurer/holmes,maurer/holmes |
021bc19c46d87d35b6d0c0a4a4cdfa697ad4fdce | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.0
- 5.6
env:
global:
- COMPOSER_OPTIONS=""
matrix:
include:
- php: 5.6
env: COMPOSER_OPTIONS="--prefer-lowest"
- php: nightly
allow_failures:
- php: nightly
fast_finish: true
cache:
directories:
- vendor
... | language: php
php:
- 7.1
- 7.0
- 5.6
env:
global:
- COMPOSER_OPTIONS=""
matrix:
include:
- php: 5.6
env: COMPOSER_OPTIONS="--prefer-lowest"
- php: nightly
allow_failures:
- php: nightly
fast_finish: true
cache:
directories:
- vendor
... | Remove "composer self-update" from Travis CI (it's done automatically) | Remove "composer self-update" from Travis CI (it's done automatically)
| YAML | mit | FriendsOfBehat/VariadicExtension |
8a291c80f0152a8e9c2b51626bf20a471adc54ad | .travis.yml | .travis.yml | sudo: false
language: rust
rust:
- nightly
script:
- cargo build --verbose
- cargo test --verbose
| sudo: false
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
| Test on stable and beta channels | Test on stable and beta channels
| YAML | apache-2.0 | dtolnay/erased-serde |
709db4d76420e64c8ed5986d5a47c54a0975f45c | .travis.yml | .travis.yml | ---
dist: xenial
language: python
python: 3.6
cache: pip
env:
global:
- DJANGO_IN_MEMORY_FILES=True
- DJANGO_SECRET_KEY=test
# Don't run tests in parallel. This fixes an issue with code coverage.
- PYTEST_ADDOPTS="-n0"
install:
- pip install --upgrade pip
- pip install --upgrade pipenv
- pipe... | ---
dist: xenial
matrix:
include:
# Test suite for the application itself
- language: python
python: 3.6
cache: pip
env:
- DJANGO_IN_MEMORY_FILES=True DJANGO_SECRET_KEY=test PYTEST_ADDOPTS="-n0"
install:
- pip install --upgrade pip
- pip install --upgrade pi... | Add tests for building Docker image. | Add tests for building Docker image.
| YAML | apache-2.0 | knowmetools/km-api,knowmetools/km-api,knowmetools/km-api,knowmetools/km-api |
8061fb1f97f2c562e1056b72374c6ab91bec09af | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.7
script: bundle exec rake
branches:
only:
- gh-pages
- /pages-(.*)/
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
| language: ruby
rvm:
- 2.1.7
script: bundle exec rake
branches:
only:
- master
- /pages-(.*)/
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
| Use Travis on 'master' since this is a user GH Pages site | Use Travis on 'master' since this is a user GH Pages site
Signed-off-by: Elliot J. Voris <dee6300e151043f915cc24dbc1409935bc4ae592@voris.me>
| YAML | apache-2.0 | ElliotFriend/elliotfriend.github.io,ElliotFriend/elliotfriend.github.io,ElliotFriend/elliotfriend.github.io,ElliotFriend/elliotfriend.github.io |
d8b80f2f5ba4467d0e9696c64a718b34a0563df9 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install:
- pip install -r requirements.txt
script:
- python runtests.py
| sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install -r requirements.txt
script:
- python runtests.py
| Remove Python 3.7 from TravisCI due to lack of support | Remove Python 3.7 from TravisCI due to lack of support
| YAML | mit | contentful/contentful.py |
4ecf6b99433616c24dfd83309c0eca97cd7a54e5 | .travis.yml | .travis.yml | language: python
sudo: true
python:
- "3.5"
addons:
apt:
packages:
- g++
- gfortran
- libblas-dev
- liblapack-dev
- libopenblas-dev
- python3-dev
- enchant
- redis-server
before_install:
- npm install -g eslint
# Install packages
install:
- pip install pip --upgrade
- pip ... | language: python
sudo: true
python:
- "3.5"
addons:
apt:
packages:
- g++
- gfortran
- libblas-dev
- liblapack-dev
- libopenblas-dev
- python3-dev
- enchant
- redis-server
before_install:
- npm install -g eslint
# Install packages
install:
- pip install pip --upgrade
- pip ... | Use pytest-cov for proper coverage report | Use pytest-cov for proper coverage report
Bug: T179507
| YAML | mit | he7d3r/ores,he7d3r/ores,wiki-ai/ores,wiki-ai/ores,wiki-ai/ores,he7d3r/ores |
710694039755cfff9568730009f138b5aea9ed48 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
script: "PYTHONPATH=. py.test ."
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
script: "PYTHONPATH=. py.test ."
| Drop support for Python 2.6 | Drop support for Python 2.6
| YAML | mit | Tenchi2xh/cursebox |
a4d665609bbff281739f685bddd5f3888d05e087 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
before_install:
- pip install --upgrade coveralls
- pip install --upgrade coverage
- pip install --upgrade twitter
- pip install --upgrade pytest
- pip install --upgrade pytest-cov
script: py.test --cov pyweet
after_success:
- coveralls
n... | language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
before_install:
- pip install --upgrade coveralls
- pip install --upgrade coverage
- pip install --upgrade twitter
- pip install --upgrade pytest
script: py.test --cov pyweet
after_success:
- coveralls
notifications:
irc:
channels: ir... | Revert "Revert "Revert "forgot to add the coverage plugin for pytest""" | Revert "Revert "Revert "forgot to add the coverage plugin for pytest"""
This reverts commit 11d61ed3ff0cc101675e86dbce7e102878fe1630.
| YAML | bsd-3-clause | a-tal/pyweet |
e0219f056b400f8d0ec6f20c32448fab75b9807f | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install flake8
before_sc... | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install flake8
before_script:
flake8 . -... | Remove Python 2.6, 3.3 which are EOL | Remove Python 2.6, 3.3 which are EOL
https://docs.python.org/devguide/index.html#branchstatus | YAML | mit | xesscorp/skidl,xesscorp/skidl |
abd1f021d149393ab167b59c459c959491006a53 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.8.3
- tip
matrix:
fast_finish: true
allow_failures:
- go: tip
branches:
only:
- master
notifications:
email:
on_success: change
on_failure: change
before_install:
- make tools
install:
- make deps
before_script:
- make clean
script:
- make tes... | sudo: false
language: go
go:
- 1.9
- tip
matrix:
fast_finish: true
allow_failures:
- go: tip
branches:
only:
- master
notifications:
email:
on_success: change
on_failure: change
before_install:
- make tools
install:
- make deps
before_script:
- make clean
script:
- make test
... | Update Go version to 1.9 in Travis CI. | Update Go version to 1.9 in Travis CI.
Signed-off-by: Krzysztof Wilczynski <5f1c0be89013f8fde969a8dcb2fa1d522e94ee00@linux.com>
| YAML | apache-2.0 | kwilczynski/packer-provisioner-itamae-local |
20ceaac885d8b12f8d5972c2f5021416d8239a80 | .travis.yml | .travis.yml | sudo: false
cache:
directories:
- $HOME/.cache/pip
- tests/bot-ci
addons:
apt:
packages:
- libssl1.0.0
- zsh
- tcsh
- mksh
- busybox
# - rc
- socat
- bc
language: python
install: tests/install... | sudo: false
cache:
directories:
- $HOME/.cache/pip
- tests/bot-ci
addons:
apt:
packages:
- libssl1.0.0
- zsh
- tcsh
- mksh
- busybox
# - rc
- socat
- bc
language: python
install: tests/install... | Allow the whole CPython-2.6 UCS2 section to fail | Allow the whole CPython-2.6 UCS2 section to fail
| YAML | mit | kenrachynski/powerline,S0lll0s/powerline,EricSB/powerline,kenrachynski/powerline,QuLogic/powerline,blindFS/powerline,EricSB/powerline,QuLogic/powerline,blindFS/powerline,prvnkumar/powerline,bezhermoso/powerline,bezhermoso/powerline,kenrachynski/powerline,areteix/powerline,S0lll0s/powerline,EricSB/powerline,prvnkumar/po... |
c318dacba3a5fce9e5a89ef2bfd36a25db322271 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.12'
| sudo: false
language: node_js
node_js:
- 4
- 5
- stable
| Remove node 0.12 and add 4, 5, stable | chore(ci): Remove node 0.12 and add 4, 5, stable
| YAML | mit | moqada/aws-uncle |
8db3c9626620d8da9e9642073f7501aeff96dc16 | .travis.yml | .travis.yml | language:
- php
php:
- 5.3
- 5.4
- 5.5
before_script:
- export PHPCS_GITHUB_SRC=squizlabs/PHP_CodeSniffer
- export PHPCS_DIR=/tmp/phpcs
- export PHPCS_BRANCH=master
- mkdir -p $PHPCS_DIR && git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git -b $PHPCS_BRANCH $PHPCS_DI... | language:
- php
php:
- 5.3
- 5.4
- 5.5
before_script:
- export PHPCS_GITHUB_SRC=squizlabs/PHP_CodeSniffer
- export PHPCS_DIR=/tmp/phpcs
- export PHPCS_BRANCH=phpcs-fixer
- mkdir -p $PHPCS_DIR && git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git -b $PHPCS_BRANCH $PHPC... | Use php-fixer branch instead of master for PHPCS for now | Use php-fixer branch instead of master for PHPCS for now
| YAML | mit | borkweb/WordPress-Coding-Standards,WordPress-Coding-Standards/WordPress-Coding-Standards,xwp/WordPress-Coding-Standards,paulschreiber/WordPress-Coding-Standards,WordPress-Coding-Standards/WordPress-Coding-Standards,xwp/WordPress-Coding-Standards,borkweb/WordPress-Coding-Standards,mediarain/WordPress-Coding-Standards,pa... |
274fc2b7a4e73daa4f9094cd9ac9b6afb6eb7e19 | .travis.yml | .travis.yml | language: python
python:
- 2.7
env:
matrix:
- TEST_SPHINX="yes"
global:
secure: "Gvj1wlkQCofC20POkTos1hif3iteKFKlOqPfAX8+/K2s5Jm6v+TTHyQv59iOIm9hEaZ0UnRSel5zrgsXdj3vdT11vGbJodT+QLf4Czv8FfE9VBYxm/vYdk7m+SpPc7dikEIWMVYTotB3y88+xhCz1LfZIurAJw4CLQYPP01dXkY="
before_install:
- sudo apt-get update
- if [[ "${... | language: python
python:
- 2.7
env:
matrix:
- TEST_SPHINX="yes"
global:
secure: "Gvj1wlkQCofC20POkTos1hif3iteKFKlOqPfAX8+/K2s5Jm6v+TTHyQv59iOIm9hEaZ0UnRSel5zrgsXdj3vdT11vGbJodT+QLf4Czv8FfE9VBYxm/vYdk7m+SpPc7dikEIWMVYTotB3y88+xhCz1LfZIurAJw4CLQYPP01dXkY="
before_install:
- sudo apt-get update
- if [[ "${... | Update to the latest Sphinx | Update to the latest Sphinx
| YAML | mit | certik/theoretical-physics,certik/theoretical-physics,certik/theoretical-physics |
678672df47c63781771c128a433045607d23d90c | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "iojs"
before_install:
# Setup sources and keys for LLVM
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list"
- sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >> /etc/a... | language: node_js
node_js:
- "0.12"
- "iojs"
before_install:
# Setup sources and keys for LLVM
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list"
- sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >> /etc/a... | Add BDW GC to Travis setup | Add BDW GC to Travis setup
| YAML | bsd-3-clause | dirk/hummingbird,dirk/hummingbird,dirk/hummingbird |
a686d5f82a2be1e9cd6bee124c9aa2abbe0dd101 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
branches:
except:
- gh-pages
services:
install:
- wget http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar
- composer global require "fxp/composer-asset-plugin:1.0.0-beta2"... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
script:
- vendor/bin/codecept run # self tests | Remove everythin but the command cap'n | Remove everythin but the command cap'n
| YAML | mit | delboy1978uk/bone |
1cb2a2f4ac04a244e64c0924fba2ecdc7076a28e | .travis.yml | .travis.yml | language: java
matrix:
include:
- os: linux
sudo: false
jdk: oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
script: ./gradlew check --info --stacktrace --console=plain -Dkotlin.colors.enabled=false -Porg.gradle.jv... | language: java
matrix:
include:
- os: linux
sudo: false
jdk: oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon
before_cache:
... | Disable daemon on Travis build | Disable daemon on Travis build
| YAML | apache-2.0 | gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,blindpirate/gradle,gradle/... |
78e78a781e96c5fe3e11dbc586e900baab8c7604 | .travis.yml | .travis.yml | language: php
php: [5.3.3, 5.3, 5.4, 5.5, hhvm]
services: [rabbitmq]
before_script:
- sh -c "git clone git://github.com/alanxz/rabbitmq-c.git"
- sh -c "cd rabbitmq-c && git checkout master"
- sh -c "cd rabbitmq-c && git submodule init && git submodule update"
- sh -c "cd rabbitmq-c && autoreconf -i && ./conf... | language: php
php: [5.3.3, 5.3, 5.4, 5.5, hhvm]
env:
- LIBRABBITMQ_VERSION=v0.5.0
services: [rabbitmq]
before_script:
- sh -c "git clone git://github.com/alanxz/rabbitmq-c.git"
- sh -c "cd rabbitmq-c && git checkout ${LIBRABBITMQ_VERSION}"
- sh -c "cd rabbitmq-c && git submodule init && git submodule upda... | Use stbale version of rabbitmq-c | Use stbale version of rabbitmq-c
| YAML | mit | metfan/swarrot,lafourchette/swarrot,stof/swarrot,MattKetmo/swarrot,swarrot/swarrot,adrienbrault/swarrot,olaurendeau/swarrot,odolbeau/swarrot,metfan/swarrot,MattKetmo/swarrot,lafourchette/swarrot,adrienbrault/swarrot,odolbeau/swarrot,swarrot/swarrot,stof/swarrot,olaurendeau/swarrot |
9fb0fa1bfe3016692da626a95bb4882acb98adc3 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
env:
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django10
- TOXENV=py27-django11
- TOXENV=py27-django_trunk
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django10
- TOXENV=py34-django11
- TOXENV=py34-django_trunk
... | language: python
python:
- 2.7
- 3.4
- 3.5
env:
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django10
- TOXENV=py27-django11
- TOXENV=py27-django_trunk
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django10
- TOXENV=py34-django11
- TOXENV=py34-django_trunk
... | Fix to mirror previous allow failures setup | Fix to mirror previous allow failures setup
| YAML | bsd-3-clause | chrisdev/django-foundation-formtags,chrisdev/django-foundation-formtags |
5bffc44b35577f5e7a4eda2952852fa0db2e30f4 | .travis.yml | .travis.yml | language: perl
perl:
- "5.14"
install:
- sudo apt-get install libdb-dev libgd2-noxpm-dev
- cpanm --notest GD::Image
- cpanm --notest git://github.com/bioperl/bioperl-live.git@v1.6.x
- sh setup.sh
- npm install -g http-server
script:
- http-server -p 9000 &
- prove -Isrc/perl5 -lr tests
- phantomjs te... | language: perl
perl:
- "5.14"
install:
- sudo apt-get install libdb-dev libgd2-noxpm-dev
- cpanm --notest GD::Image
- cpanm --notest git://github.com/bioperl/bioperl-live.git@v1.6.x
- bash setup.sh
- npm install -g http-server
script:
- http-server -p 9000 &
- prove -Isrc/perl5 -lr tests
- phantomjs ... | Clarify the setup.sh step and add http-server | Clarify the setup.sh step and add http-server
| YAML | lgpl-2.1 | nathandunn/jbrowse,erasche/jbrowse,limeng12/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,erasche/jbrowse,Arabidopsis-Information-Portal/jbrowse,nathandunn/jbrowse,GMOD/jbrowse,limeng12/jbrowse,limeng12/jbrowse,Arabidopsis-Information-Portal/jbrowse,limeng12/jbrowse,erasche/jbrowse,Arabidopsis-Information-... |
dfd87f7dc4c3ace15ac58f20ac1cebde966c8317 | .travis.yml | .travis.yml | language: python
python:
# Only 2.7 to prevent having to install NumPy and SciPy from source.
- "2.7"
virtualenv:
system_site_packages: true
install:
- sudo apt-get update
- sudo apt-get install cython python-numpy python-scipy
- pip install scikit-learn
- pip install .
script:
- cd /tmp
- nosetest... | language: python
python:
# Only 2.7 to prevent having to install NumPy and SciPy from source.
- "2.7"
virtualenv:
system_site_packages: true
install:
- sudo apt-get update
- sudo apt-get install cython python-numpy
- pip install scipy
- pip install scikit-learn
- pip install .
script:
- cd /tmp
-... | FIX pip install scipy on Travis | FIX pip install scipy on Travis
| YAML | mit | OncoImmunity/seqlearn,larsmans/seqlearn,pombredanne/seqlearn |
344ae3d47b6fdaf614731dc7e4a61139b8015638 | scripts/ansible/roles/avalanche_build/defaults/main.yml | scripts/ansible/roles/avalanche_build/defaults/main.yml | avalanche_binary: ~/go/src/github.com/ava-labs/avalanchego/build/avalanchego
repo_folder: ~/go/src/github.com/ava-labs/avalanchego
repo_name: ava-labs/avalanchego
repo_url: https://github.com/{{ repo_name }}
repo_branch: dev
| avalanche_binary: "{{ repo_folder }}/build/avalanchego"
repo_folder: "~{{ ansible_user }}/go/src/github.com/ava-labs/avalanchego"
repo_name: ava-labs/avalanchego
repo_url: https://github.com/{{ repo_name }}
repo_branch: dev
| Fix installation when build user != installation user | ansible: Fix installation when build user != installation user
When the ssh user (e.g. pi) did not equal the superuser (e.g. root),
then the ava-install role could not find the binary that had been built.
Using `~{{ ansible_user }}` ensures the path expands to the same
location, regardless of whether privileges have ... | YAML | bsd-3-clause | ava-labs/avalanchego,ava-labs/avalanchego |
2f2f2e9cf8c3477cc734305c0270d266e0982a2e | .github/workflows/buildAndTest.yml | .github/workflows/buildAndTest.yml | name: Build and Test
on:
push:
branches:
- master
jobs:
runner:
name: Package Pipeline
runs-on: ubuntu-latest
steps:
- name: Skip based on commit message
uses: veggiemonk/skip-commit@1.0.0
env:
COMMIT_FILTER: skip-ci
- uses: actions/checkout@master
- n... | name: Build and Test
on:
push:
branches:
- master
jobs:
runner:
name: Package Pipeline
runs-on: ubuntu-latest
steps:
- name: Skip based on commit message
uses: veggiemonk/skip-commit@1.0.0
env:
COMMIT_FILTER: skip-ci
- uses: actions/checkout@master
- n... | Add workaround for GH Deploy | Add workaround for GH Deploy | YAML | mit | stoiveyp/Alexa.NET.Management |
188d93624a26cd7dfda3e9cd8f3bb2700d1e7ff0 | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16 ]
gradle-version: [ 7.1.1, 7.2 ]
name: Test JVM/Gradle (${{ matrix.java-version }}, ${{ matrix.gradle-vers... | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16 ]
gradle-version: [ 7.1.1, 7.2 ]
name: Test JVM/Gradle (${{ matrix.java-version }}, ${{ matrix.gradle-vers... | Upgrade to Gradle GH action v2 | Upgrade to Gradle GH action v2
| YAML | apache-2.0 | etiennestuder/gradle-plugindev-plugin |
b64c452e2cd212954667b439e97f3ef619bd72c5 | .github/workflows/publish-docs.yml | .github/workflows/publish-docs.yml | name: Build and publish documentation
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
fail-fast: false
steps:
- uses: r-lib/actions/setup-pandoc@v1
- name: Checkout Source
uses: a... | name: Build and publish documentation
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
fail-fast: false
steps:
- uses: r-lib/actions/setup-pandoc@v1
- name: Checkout Source
uses: a... | Fix docs GA atttempt 2 | Fix docs GA atttempt 2
| YAML | mit | bambinos/formulae |
05173d69555148969ae338ade8cfd3d8f55bd09c | zuul.d/projects.yaml | zuul.d/projects.yaml | - project:
name: openstack/networking-sfc
templates:
- system-required
- openstack-python-jobs-neutron
- publish-openstack-sphinx-docs-neutron
- check-requirements
- openstack-python35-jobs-neutron
- periodic-jobs-with-neutron-lib-master
- release-notes-jobs-neutron
... | - project:
name: openstack/networking-sfc
check:
jobs:
- networking-sfc-functional-dsvm
- networking-sfc-tempest-dsvm:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- networking-sfc-tempest-dsvm-multinode:
voting: f... | Remove Zuul v3 standard setups | Remove Zuul v3 standard setups
The standard jobs and templates should stay in project-config,
remove them here.
See for details:
https://docs.openstack.org/infra/manual/zuulv3.html#what-not-to-convert
Change-Id: I2f29211de18f24d6f84206cf5410ebeebfef6e0e
| YAML | apache-2.0 | openstack/networking-sfc,openstack/networking-sfc |
fce9196a5c1ac954c3a23f17467f1de5da6bf394 | openmm/meta.yaml | openmm/meta.yaml | package:
name: openmm
version: 7.0.1
source:
git_url: https://github.com/pandegroup/openmm.git
git_rev: 5e86c4f
build:
number: 0
skip: True # [win]
# by default upload binaries to 'rc' channel on anaconda.org
extras:
upload: rc
requirements:
build:
# on windows, need to install cmake manually
... | package:
name: openmm
version: 7.0.1
source:
git_url: https://github.com/pandegroup/openmm.git
git_rev: 5e86c4f
build:
number: 0
skip: True # [win]
# by default upload binaries to 'rc' channel on anaconda.org
extra:
upload: rc
requirements:
build:
# on windows, need to install cmake manually
... | Fix syntax error in openmm 'extra:' section | Fix syntax error in openmm 'extra:' section
| YAML | mit | cwehmeyer/conda-recipes,swails/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,rmcgibbo/conda-recipes,marscher/omnia-conda-recipes,marscher/omnia-conda-recipes,swails/conda-recipes,marscher/omnia-conda-recipes,rmcgibbo/conda-recipes,jchodera/conda-recipes,marsche... |
8921f8f20d7d04a9caff9f6f96475ba98dec5c48 | .kitchen.do.local.yml | .kitchen.do.local.yml | # this file is used for configuration of DigitalOcean
# for integration tests in the CI
---
driver:
name: digitalocean
size: 512mb
region: nyc3
transport:
ssh_key: '~/.ssh/ci_id_rsa'
max_wait_until_ready: 30
platforms:
- name: ubuntu-14-04
driver_config:
image: ubuntu-14-04-x64
- name: ubuntu-16-04
... | # this file is used for configuration of DigitalOcean
# for integration tests in the CI
---
driver:
name: digitalocean
size: s-1vcpu-1gb
region: nyc3
transport:
ssh_key: '~/.ssh/ci_id_rsa'
max_wait_until_ready: 30
platforms:
- name: ubuntu-14-04
driver_config:
image: ubuntu-14-04-x64
- name: ubuntu-16... | Use the new droplets with more memory | Use the new droplets with more memory
Fedora 27 fails during the converge phase with OOMs with 512mb
| YAML | apache-2.0 | hardening-io/chef-os-hardening,hardening-io/chef-os-hardening |
a62cd6d497d4bc7659c7796163ec4c547bed4e98 | data/common.yaml | data/common.yaml | ---
vision_default::hp_repo_keyid: "57446EFDE098E5C934B69C7DC208ADDE26C2B797"
vision_default::hp_repo_keysource: "http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub"
vision_default::hp_repo_location: "http://downloads.linux.hpe.com/SDR/repo/mcp"
vision_default::type: 'server'
vision_default::blacklist_kernel... | ---
vision_default::hp_repo_keyid: "57446EFDE098E5C934B69C7DC208ADDE26C2B797"
vision_default::hp_repo_keysource: "http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub"
vision_default::hp_repo_location: "http://downloads.linux.hpe.com/SDR/repo/mcp"
vision_default::type: 'server'
vision_default::blacklist_kernel... | Disable ACPI power kernel mod | Disable ACPI power kernel mod
- Error when reading sensor
- https://github.com/prometheus/node_exporter/issues/903
| YAML | apache-2.0 | vision-it/vision-default,vision-it/vision-default,vision-it/vision-default |
d717d322e531803a92e1040d9df3c4c264dbc0e3 | plugins/tempest/tasks/configure/method/rpm.yml | plugins/tempest/tasks/configure/method/rpm.yml | - name: Create the tempest directory
file:
dest: "~/{{ test.dir }}"
state: directory
- name: Get the script which configures the tempest directory
shell: ls -d /usr/share/openstack-tempest-*/tools/configure-tempest-directory
register: configure_tempest_dir
ignore_errors: true
- name: Initialize te... | - name: Create the tempest directory
file:
dest: "~/{{ test.dir }}"
state: directory
- name: Get the script which configures the tempest directory
shell: ls -d /usr/share/openstack-tempest-*/tools/configure-tempest-directory
register: configure_tempest_dir
ignore_errors: true
- name: Initialize te... | Fix missing sudo for tempestconf installation | Fix missing sudo for tempestconf installation
Change-Id: I6ae8ca47a8241612fcddf77c398aa4fc54adad76
| YAML | apache-2.0 | okolisny/InfraRed,okolisny/InfraRed,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,redhat-openstack/infrared |
8bb8c05cb75405a820759e8614ab03144b5497e4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@473e4d8fe5dd94ee32... | name: Specs
jobs:
specs:
strategy:
fail-fast: false
matrix:
task: [SPECS]
ruby: [2.6, 2.7]
os: [ubuntu-16.04]
include:
- task: SPECS
os: macos-10.15
ruby: system
- task: EXAMPLES
os: macos-10.15
ruby: ... | Copy the CI from CP | Copy the CI from CP
| YAML | mit | CocoaPods/cocoapods-trunk |
5d106f8d8379719e7f1387b719dde6c9366ea562 | config/query_param_mapping.yml | config/query_param_mapping.yml | # Mapping of cryptocompare gem parameters to CryptoCompare API query parameters
agg: aggregate
all_data: allData
e: e
from_sym: fsym
from_syms: fsyms
limit: limit
markets: markets
tc: tryConversion
to_sym: tsym
to_syms: tsyms
to_ts: toTs
ts: ts
utc_offset: UTCHourDiff
| # Mapping of cryptocompare gem parameters to CryptoCompare API query parameters
agg: aggregate
all_data: allData
e: e
from_sym: fsym
from_syms: fsyms
limit: limit
markets: markets
tc: tryConversion
to_sym: tsym
to_syms: tsyms
to_ts: toTs
ts: ts
utc_offset: UTCHourDiff
api_key: api_key
| Whitelist api_key as possible/optional query parameter | Whitelist api_key as possible/optional query parameter
| YAML | mit | alexanderdavidpan/cryptocompare,alexanderdavidpan/cryptocompare |
63f03771db6dcb547777a46ba7222407f1f1fefe | .github/workflows/aix.yaml | .github/workflows/aix.yaml | # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: AIX CI
concurrency: aix_gcc119
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into AIX server and run test on AIX 7.1
# Co... | # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: AIX CI
concurrency: aix_gcc119
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into AIX server and run test on AIX 7.2
# Co... | Update AIX test to JDK 17 | Update AIX test to JDK 17 | YAML | mit | dbwiddis/oshi |
836f92b61541e058a45a04ece788dfc986721d15 | .github/workflows/main.yml | .github/workflows/main.yml | name: Test & Publish
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Grant execute permission for gradlew
run... | name: Test & Publish
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Grant execute permission for gradlew
run... | Update the publish task name. | Update the publish task name.
| YAML | apache-2.0 | bluelinelabs/Conductor,bluelinelabs/Conductor |
b8ce731be810cf5c80c3d77f85a64a3eec98ee35 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
# need to figure out how to use redis on ma... | name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
# need to figure out how to use redis on ma... | Fix CI setting for Ruby 3.0 | Fix CI setting for Ruby 3.0
| YAML | mit | danmayer/coverband,danmayer/coverband,danmayer/coverband,danmayer/coverband |
e448afec42d447bebf45abd1d4df4dda92e19414 | .github/workflows/main.yml | .github/workflows/main.yml | name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd man... | name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd mani... | Rollback ubuntu for qemu to not segfault | Rollback ubuntu for qemu to not segfault
| YAML | mit | femtopixel/docker-google-closure-compiler-api,femtopixel/docker-google-closure-compiler-api |
426f96617a5d95b4d6304275df1164da3ee2fa00 | .github/workflows/test.yml | .github/workflows/test.yml | on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.15, 1.16]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-v... | on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.16, 1.17]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-v... | Remove Go 1.15, add 1.17 | Remove Go 1.15, add 1.17 | YAML | bsd-3-clause | cloudflare/cloudflare-go,cloudflare/cloudflare-go |
23ee8d94714a0658c384b6b2fa81c6cf4516d4f0 | .github/workflows/test.yml | .github/workflows/test.yml | name: test
on:
push:
schedule:
- cron: "0 8 * * 6" # UTC 08:00 (Sat)
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install egison
run: |
curl --retry 3 -OL https://git.io/egison.x86_64.deb
dpkg -i ./egison.x86_64.deb
- name: Run te... | name: test
on:
push:
schedule:
- cron: "0 8 * * 6" # UTC 08:00 (Sat)
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install egison
run: |
curl --retry 3 -OL https://git.io/egison.x86_64.deb
sudo dpkg -i ./egison.x86_64.deb
- name: R... | Use sudo with dpkg install | Use sudo with dpkg install
| YAML | mit | greymd/egzact |
b456df51ac46a2b56cdb0a33b51bf921f144ecd3 | install.conf.yaml | install.conf.yaml | - defaults:
link:
relink: true
relative: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.bash_profile: bash/bash_profile
~/.bashrc: bash/bashrc
~/.gitconfig: gitconfig
~/.inputrc: inputrc
~/.liquidpromptrc: bash/liquidpromptrc
~/.tmux.conf: tmux.conf
~/.vim: vim
~/.v... | - defaults:
link:
relink: true
relative: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.bash_profile: bash/bash_profile
~/.bashrc: bash/bashrc
~/.gitconfig: gitconfig
~/.inputrc: inputrc
~/.liquidpromptrc: bash/liquidpromptrc
~/.tmux.conf: tmux.conf
~/.vim: vim
~/.v... | Create ~/tmp in dotbot setup | Create ~/tmp in dotbot setup
| YAML | unlicense | akselsjogren/dotfiles,akselsjogren/dotfiles,akselsjogren/dotfiles |
620a18735d6608f2bdd1f4a2bb1234fa88b53225 | defaults/main.yml | defaults/main.yml | ---
solita_jenkins_plugins: []
solita_jenkins_users: []
solita_jenkins_absent_users: []
solita_jenkins_jobs_dir: "{{ playbook_dir }}/jobs/"
| ---
solita_jenkins_plugins: []
solita_jenkins_users: []
solita_jenkins_absent_users: []
solita_jenkins_jobs_dir: "{{ playbook_dir }}/jobs"
| Remove trailing slash from solita_jenkins_jobs_dir | Remove trailing slash from solita_jenkins_jobs_dir
| YAML | mit | solita/ansible-role-solita.jenkins,solita/ansible-role-solita.jenkins,solita/ansible-role-solita.jenkins |
e1204da909f5f28521cc0370122d8fa5019adfc4 | packages/de/desert.yaml | packages/de/desert.yaml | homepage: https://github.com/zjhmale/desert
changelog-type: ''
hash: a66e1eedefcf1470bb62224731ebb940fb2c266bde796ed0249723141217383a
test-bench-deps:
base: -any
hspec: -any
desert: -any
maintainer: zjhmale@gmail.com
synopsis: a simple build tool for OCaml projects
changelog: ''
basic-deps:
shake: -any
bytest... | homepage: https://github.com/zjhmale/desert
changelog-type: ''
hash: 8f7bd6392dfd5653a7839cc6212fd9d4f732f160f00f01d9ba00020d257befd6
test-bench-deps:
base: -any
hspec: -any
desert: -any
maintainer: zjhmale@gmail.com
synopsis: a simple build tool for OCaml projects
changelog: ''
basic-deps:
MissingH: -any
byt... | Update from Hackage at 2016-08-07T09:40:39+0000 | Update from Hackage at 2016-08-07T09:40:39+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
d5010db1ddf59158991fc001333d1f857fb9ff58 | packages/hw/hw-int.yaml | packages/hw/hw-int.yaml | homepage: http://github.com/haskell-works/hw-int#readme
changelog-type: ''
hash: 8adf260df9d8a4ce8c929d9016b3b598c41b0490b5105a23f1003dc841e6c482
test-bench-deps: {}
maintainer: newhoggy@gmail.com
synopsis: Integers
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0.0.1'
author: John Ky
latest: '0.0.0... | homepage: http://github.com/haskell-works/hw-int#readme
changelog-type: ''
hash: 620e5aac29cc4233955352b0ef77bd8d24a1afe351aa27a6492c4d5bb9d18911
test-bench-deps: {}
maintainer: newhoggy@gmail.com
synopsis: Integers
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0.0.1'
- '0.0.0.3'
author: John Ky
la... | Update from Hackage at 2017-08-26T13:53:40Z | Update from Hackage at 2017-08-26T13:53:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1f02f4e98b8497241bee454cfc8c20cd40256315 | packages/lo/looper.yaml | packages/lo/looper.yaml | homepage: https://github.com/NorfairKing/looper#readme
changelog-type: markdown
hash: 121b759df8b7fbee186fa4419cee066b5bb9f068d410880234fba87743ec441a
test-bench-deps:
unliftio: -any
base: ! '>=4.7 && <5'
time: -any
hspec: -any
text: -any
looper: -any
optparse-applicative: -any
aeson: -any
maintainer: s... | homepage: https://github.com/NorfairKing/looper#readme
changelog-type: ''
hash: badfcea5ee08935390e17fb67176024d120e6f941bf910f77ff273e41924f308
test-bench-deps:
unliftio: -any
base: '>=4.7 && <5'
looper: -any
sydtest: -any
optparse-applicative: -any
autodocodec-yaml: -any
maintainer: syd@cs-syd.eu
synopsis... | Update from Hackage at 2022-05-07T11:05:47Z | Update from Hackage at 2022-05-07T11:05:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5a56d0fe4c3442662b76bac95dbf8c6dd283830c | baseboxes/precise64-ruby/ansible/devbox.yml | baseboxes/precise64-ruby/ansible/devbox.yml | ---
- hosts: all
sudo: yes
vars:
bundler_version: "1.6.2"
ruby_version: "2.1"
tasks:
- name: Install Ansible apt dependencies
apt: pkg={{item}} state=installed
with_items:
- python-pycurl
- python-psycopg2
- libpq-dev
- name: Configure Brightbox Ruby apt repo
... | ---
- hosts: all
sudo: yes
vars:
ruby_version: "2.1"
tasks:
- name: Install Ansible apt dependencies
apt: pkg={{item}} state=installed
with_items:
- python-pycurl
- python-psycopg2
- libpq-dev
- name: Configure Brightbox Ruby apt repo
apt_repository: repo="pp... | Install latest Bundler version each time we rebuild. | Install latest Bundler version each time we rebuild.
| YAML | mit | mechfish/cannery,mechfish/cannery |
9d255cb4fcd7dd23bbf54706cf2340962a0c5a5e | .eslintrc.yaml | .eslintrc.yaml | env:
node: true
rules:
no-console: off
max-len: [error, 120]
prefer-template: off
no-constant-condition: [error, {checkLoops: false}]
no-unused-vars: [error, {argsIgnorePattern: '^(err$|_)'}]
no-param-reassign: [error, {props: false}]
extends: airbnb
installedESLint: true
| env:
node: true
rules:
no-console: off
max-len: [error, 120]
prefer-template: off
no-constant-condition: [error, {checkLoops: false}]
no-unused-vars: [error, {argsIgnorePattern: '^(err$|_)'}]
no-param-reassign: [error, {props: false}]
import/no-unresolved: [error, {ignore: ['tokens.json']}]
extends: air... | Make eslint ignore `tokens.json` resolve issues | Make eslint ignore `tokens.json` resolve issues
This will make eslint NOT report the missing `tokens.json`, so CI can be happy.
| YAML | mit | Samoxive/AwesomeBot,rgoliveira/AwesomeBot |
819a2a266becffa5f65b4e408f06c63b75065315 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- docker info
- cat /etc/hosts
after_script:
# We need to clean up any files that Toil may have made via Docker that
# aren't deletable by the Gitlab user. If we don't do this, Gitlab will try
# and clean them up before running the next job on the runner, fail, and fail
# that next job.
- p... | before_script:
- docker info
- cat /etc/hosts
after_script:
# We need to clean up any files that Toil may have made via Docker that
# aren't deletable by the Gitlab user. If we don't do this, Gitlab will try
# and clean them up before running the next job on the runner, fail, and fail
# that next job.
- p... | Test in parallel with UTF-8 encoding on standard IO | Test in parallel with UTF-8 encoding on standard IO
| YAML | apache-2.0 | BD2KGenomics/slugflow,BD2KGenomics/slugflow |
9401ff6f37d98d7c3ba75f05bc93ca9f473cc7be | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
# Report the versions of varioius software, to make diagnosing problems
# easier:
- ghc --version
- cabal --version
- capnp --version
# Update the hackage databse:
- cabal update
test:alltests:
image: zenhack/haskell-capnp-ci
script:
# Run the tests:
- cabal new-build
- ca... | before_script:
# Report the versions of varioius software, to make diagnosing problems
# easier:
- ghc --version
- cabal --version
- capnp --version
- stylish-haskell --version
- hlint --version
# Update the hackage databse:
- cabal update
test:alltests:
image: zenhack/haskell-capnp-ci
script:
... | Print out versions of a few more tools | Print out versions of a few more tools
| YAML | mit | zenhack/haskell-capnp |
f353637e21aeb811be7f9af5d3b800ebd1251336 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
build_project:
stage: build
script:
- git submodule sync # In case .gitmodules changed and we're in 'fetch' mode
- git submodule update --init --recursive
- make -k
tags:
- make
- c
- sh
- freebsd
## How-to install on FreeBSD (sshd highly recommended):
# pkg install... | stages:
- build
build_project:
stage: build
script:
- git submodule sync # In case .gitmodules changed and we're in 'fetch' mode
- git submodule update --init --recursive
# WORKAROUND 1:
# The problem:
# https://lists.freebsd.org/pipermail/freebsd-hackers/2004-October/008809.html
# The solution:
# https:... | Work around BSD make bugs | Work around BSD make bugs
| YAML | mit | BenWiederhake/endian-ci,BenWiederhake/endian-ci |
1db88a72160bf1e3ff742efc24dbb2575c222c61 | .gitlab-ci.yml | .gitlab-ci.yml | image: fedora:latest
before_script:
- dnf install 'dnf-command(copr)' git libtool make -y
- dnf copr enable @spice/nightly -y
- dnf builddep spice -y
makecheck:
script:
- ./autogen.sh
- make
- make -C server check
statistics:
script:
- CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
- make
- m... | image: fedora:latest
before_script:
- dnf install 'dnf-command(copr)' git libtool make -y
- dnf copr enable @spice/nightly -y
- dnf builddep spice -y
makecheck:
script:
- ./autogen.sh
- make
- make -C server check
statistics:
script:
- CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
- make
- ma... | Remove space at end of line | syntax-check: Remove space at end of line
Signed-off-by: Frediano Ziglio <55d48b080b2e443e395cde84d2c83b135a4ff48e@redhat.com>
Acked-by: Christophe Fergeau <05b95054a663c388a4e33d95828cb30f0370f8ef@redhat.com>
| YAML | lgpl-2.1 | fgouget/spice,fgouget/spice,fgouget/spice,fgouget/spice |
5526c3160f5d85d839af0d4860819a2e417750e0 | .gitlab-ci.yml | .gitlab-ci.yml | # some example of GitLab's CI file for python projects
# - https://dezoito.github.io/2016/05/11/django-gitlab-continuous-integration-phantomjs.html
# - https://docs.gitlab.com/ce/ci/examples/test-and-deploy-python-application-to-heroku.html
image: python:3.5
services:
- postgres:9.3
variables:
# Configure postgre... | # some example of GitLab's CI file for python projects
# - https://dezoito.github.io/2016/05/11/django-gitlab-continuous-integration-phantomjs.html
# - https://docs.gitlab.com/ce/ci/examples/test-and-deploy-python-application-to-heroku.html
image: python:3.5
services:
- postgres:9.3
variables:
# Configure postgre... | Set `--noinput` argument to test command | Set `--noinput` argument to test command
Avoid error with message *'database "web_scraper_test" already exists'* in CI environment by setting `--noinput` argument to test command.
Setting `--noinput` to a non-interactive environment seems a reasonable action anyway
| YAML | mit | fcv/simple-web-scraper,fcv/simple-web-scraper |
c929d7dc04f597981fd5c76d694b7ff8f2a88003 | web/app.yaml | web/app.yaml | application: dartpad-dev
version: prod
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: .*
script: main.app
login: required
libraries:
- name: webapp2
version: "2.5.2"
| application: dart-codepad
version: prod
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: .*
script: main.app
login: required
libraries:
- name: webapp2
version: "2.5.2"
| Move to serving location on Appengine | Move to serving location on Appengine
| YAML | bsd-3-clause | dart-lang/dart-pad,kasperpeulen/dart-pad,dart-lang/dart-pad,kasperpeulen/dart-pad,kasperpeulen/dart-pad,kasperpeulen/dart-pad,dart-lang/dart-pad,dart-lang/dart-pad |
29caaebfb5edbd23a3658eb5d238bd3a70e6dd07 | playbooks/roles/overcloud/defaults/main.yml | playbooks/roles/overcloud/defaults/main.yml | install_script: undercloud-install
install_log: "{{ working_dir }}/undercloud_install.log"
deploy_script: overcloud-deploy
deploy_log: "{{ working_dir }}/overcloud_deploy.log"
validate_script: overcloud-validate
validate_log: "{{ working_dir }}/overcloud_validate.log"
local_working_dir: ~/.quickstart
working_dir: /hom... | install_script: undercloud-install
install_log: "{{ working_dir }}/undercloud_install.log"
deploy_script: overcloud-deploy
deploy_log: "{{ working_dir }}/overcloud_deploy.log"
validate_script: overcloud-validate
validate_log: "{{ working_dir }}/overcloud_validate.log"
local_working_dir: ~/.quickstart
working_dir: /hom... | Fix HA jobs not passing HA args to deploy | Fix HA jobs not passing HA args to deploy
Change-Id: I1f54d04fedbe12191d13012a21dfab88d13415e4
| YAML | apache-2.0 | redhat-openstack/tripleo-quickstart,redhat-openstack/tripleo-quickstart |
b0ef6cf5d725731db27f03117154af013406b1e3 | docker-paas.yml | docker-paas.yml | www:
build: nginx
volumes_from:
- client
links:
- server
ports:
- "8080"
redis:
image: redis
server:
build: server
user: app
links:
- redis
ports:
- "8080"
environment:
- APP_PORT=8080
- APP_URL=http://hytte.app.dnt.no
- NODE_ENV=production
- NTB_API_ENV=api
... | www:
build: nginx
volumes_from:
- client
links:
- server
ports:
- "8080"
redis:
image: redis
server:
build: server
user: app
links:
- redis
ports:
- "8080"
environment:
- APP_PORT=8080
- APP_URL=http://hytte.app.dnt.no
- NODE_ENV=production
- NTB_API_ENV=api
... | Remove unreferenced envionment variables from prod | Remove unreferenced envionment variables from prod
| YAML | mit | Turistforeningen/Hytteadmin,Turistforeningen/Hytteadmin |
d392481b4d20995ce0312514e58cbe64ab0d1ec5 | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.29'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | rrosenblum/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.