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 |
|---|---|---|---|---|---|---|---|---|---|
a777dd13f4075418ec883f4eb42e5de1739d50d1 | .travis.yml | .travis.yml | language: c
os:
- linux
- osx
compiler:
- clang
- gcc
# when https://github.com/travis-ci/apt-package-whitelist/issues/792 is closed, use the container-based infrastructure
#sudo: false
#addons:
# apt:
# packages:
# - mlton
before_install:
- export CONFIGURE_ARGS=""
- if command -v apt-get &>/dev... | language: c
os:
- linux
- osx
compiler:
- clang
- gcc
# when https://github.com/travis-ci/apt-package-whitelist/issues/792 is closed, use the container-based infrastructure
#sudo: false
#addons:
# apt:
# packages:
# - mlton
before_install:
- export CONFIGURE_ARGS=""
- if command -v apt-get &>/dev... | Use official MLton Homebrew package | Use official MLton Homebrew package
| YAML | bsd-3-clause | urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb |
f0e16fb27a4e2439f03709086ac3ba9c06a10e82 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| Use the standard Jade Travis configuration | Use the standard Jade Travis configuration
| YAML | mit | pugjs/pug-runtime,jadejs/jade-runtime,pugjs/jade-runtime |
fda92d90a62a1266bdf91821e409b93f2cb5ea2d | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
script: "rake"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0-head
- rbx-19mode
script: "rake"
| Add Ruby 2.1 head to Travis config | Add Ruby 2.1 head to Travis config
Might as well ensure this works whilst JRuby is crapping out.
| YAML | mit | joecorcoran/pannier |
bed10eacaff0fb15dafd48fb311f80178a60cb5f | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=post... | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=mysq... | Remove Solidus v2.3 from Travis config | Remove Solidus v2.3 from Travis config
| YAML | bsd-3-clause | StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm |
216c7f9abe270c6233c02e53d21ce905bcf8b97c | .travis.yml | .travis.yml | language: objective-c
notifications:
email:
on_success: never
on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| language: objective-c
notifications:
email:
on_success: never
on_failure: change
before_script: ./travis-bootstrap.sh
script:
- export GOROOT=`pwd`/.go/go
- export GOPATH=`pwd`/.go/gopath
- 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
| Make Bootstrap Script Run Before Build | Make Bootstrap Script Run Before Build
| YAML | apache-2.0 | crispinb/go-plus,alex/go-plus,greensnark/go-plus,rodumani/go-plus,danielchatfield/go-plus,ma314smith/go-plus,alex/go-plus,alecthomas/go-plus,rengawm/go-plus,Gurpartap/go-plus,akutz/go-plus,crispinb/go-plus,timesking/go-plus |
4bc6b501b2590dc71f56b37da4686d9121362af7 | .travis.yml | .travis.yml | language: java
after_success:
- mvn jacoco:report coveralls:jacoco
jdk:
- openjdk6
- oraclejdk7
| language: java
after_success:
- mvn jacoco:report coveralls:jacoco
jdk:
- oraclejdk7
- oraclejdk8
| Test on JDK7 and JDK8 | Test on JDK7 and JDK8
JDK6 is not supported anymore in TravisCI.
| YAML | mit | arteam/simple-json-rpc |
20f2bf048be2b49128a11b098ab843fe0061db1f | .travis.yml | .travis.yml | language: node_js
sudo: required
node_js:
- "0.11"
- "0.10"
script:
- sudo apt-get install mapnik
- npm install tilestrata
- make test && (make test-ci-coverage || true)
| language: node_js
sudo: required
node_js:
- "0.11"
- "0.10"
before_install:
- sudo apt-get install mapnik
install:
- npm install tilestrata
script:
- make test && (make test-ci-coverage || true)
| Install mapnik before npm install. | Install mapnik before npm install.
| YAML | apache-2.0 | naturalatlas/tilestrata-blend |
cf62edce1270da9df37f814cd8bc95397d12bb86 | .travis.yml | .travis.yml | branches:
except:
- gh-pages
language: perl6
sudo: false
perl6:
- latest
install:
- rakudobrew build-panda
- panda installdeps .
| language: generic
env:
global:
- PATH=/opt/rakudo-pkg/bin:$PATH
matrix:
- VERSION=2018.03-01
branches:
except:
- gh-pages
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y asciidoc
- cd $(mktemp -d)
- wget "https://github.com/nxadm/rakudo-pkg/releases/download/${TAG:-v${VE... | Update Travis configuration to be able to run tests again | Update Travis configuration to be able to run tests again
| YAML | mit | retupmoca/P6-Net-IMAP |
c6075a547419f3b2305c67aeb592fd51dee6028a | .travis.yml | .travis.yml | language: ruby
cache: bundler
addons:
code_climate:
repo_token: a90c101f21f133cdd427ded6b8b9e3e293b901d6c95050fe6fba481655a4d583
after_script:
- bundle exec codeclimate-test-reporter
| language: ruby
cache: bundler
addons:
code_climate:
repo_token: a90c101f21f133cdd427ded6b8b9e3e293b901d6c95050fe6fba481655a4d583
after_script:
- bundle exec codeclimate-test-reporter
dist: xenial
| Use xenial (Ubuntu 16.04) on Travis CI | Use xenial (Ubuntu 16.04) on Travis CI
| YAML | mit | levups/http-tester |
ba636d9ef5134397fc3227f2faf95959f4419282 | .travis.yml | .travis.yml | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
before_script:
- curl -L https://gist.githubusercontent.com/JimMackin/c3db403bae59c2c9a27c/raw/f7dccb1fad965fb3d2b2fa0f7ba0e1d4ef52cddb/config_si.php > config_si.php
- php -B "\$_REQUEST = array('goto' => 'SilentInstall', 'cli' => true)... | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
before_script:
- curl -L https://gist.githubusercontent.com/JimMackin/c3db403bae59c2c9a27c/raw/f7dccb1fad965fb3d2b2fa0f7ba0e1d4ef52cddb/config_si.php > config_si.php
- php -r "\$_SERVER['HTTP_HOST'] = 'localhost'; \$_SERVER['REQUEST_URI... | Improve the silent install kickoff script. | Improve the silent install kickoff script.
| YAML | agpl-3.0 | krzyc/SuiteCRM,daniel-samson/SuiteCRM,lionixevolve/LionixCRM,scottiems/crm-limai,haris-raheem/SuiteCRM,Dillon-Brown/SuiteCRM,shogunpol/SuiteCRM,JanSiero/SuiteCRM,Accendere/SuiteCRM,dfstrauss/SuiteCRM,JanSiero/SuiteCRM,willrennie/SuiteCRM,cumanacr/SuiteCRM,ryoon/SuiteCRM,horus68/SuiteCRM-Horus68,cumanacr/SuiteCRM,recci/... |
27a70276e88ee04c9684a1b68185e7202b313ba6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4
notifications:
email: false
cache:
bundler: true
npm: true
services:
- postgresql
install:
- bundle install
- nvm install 10
- cd client && npm cache clean && npm install && cd -
before_script:
- psql -c 'create database lessy_test;' -U postgres
script:
- bundle exec ... | language: ruby
rvm:
- 2.4
notifications:
email: false
cache:
bundler: true
npm: true
services:
- postgresql
install:
- bundle install
- nvm install 10
- cd client && npm cache verify && npm install && cd -
before_script:
- psql -c 'create database lessy_test;' -U postgres
script:
- bundle exec... | Verify cache on Travis instead of deleting it | tec: Verify cache on Travis instead of deleting it
| YAML | mit | marienfressinaud/project-zero,marienfressinaud/lessy,marienfressinaud/lessy,marienfressinaud/lessy,marienfressinaud/project-zero,marienfressinaud/project-zero |
a1bcdd3f5a704d44cd76212bac715afeb5d00457 | .travis.yml | .travis.yml | language: julia
julia:
- 1.1
- nightly
env:
global:
- APM_TEST_PACKAGES="ink language-julia"
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ""
- ATOMJL=master
os:
- linux
matrix:
include:
# Sanity check for OS X
# - os: osx
# julia: 1.1
# env: ATOMJL=master
# San... | language: julia
julia:
- 1.1
- nightly
env:
global:
- APM_TEST_PACKAGES="ink language-julia"
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ""
- ATOMJL=master
os:
- linux
matrix:
include:
# Sanity check for OS X
# - os: osx
# julia: 1.1
# env: ATOMJL=master
# San... | Remove no longer needed libgconf2-4 addon | Remove no longer needed libgconf2-4 addon
| YAML | mit | JunoLab/atom-julia-client |
0423563161112ea8cb780b84fa148b329af8f8ce | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 5.5
- 5.4
env:
- TRAVIS_DB=cfp_travis
# cache composer downloads so installing is quicker
cache:
directories:
- $HOME/.composer/cache
addons:
code_climate:
repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3
before_install:
- co... | language: php
sudo: false
php:
- 5.6
- 5.5
- 5.4
env:
- TRAVIS_DB=cfp_travis
# cache composer downloads so installing is quicker
cache:
directories:
- $HOME/.composer/cache
addons:
code_climate:
repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3
before_install:
- co... | Validate composer in before_install section | Enhancement: Validate composer in before_install section
| YAML | mit | MidwestPHP/opencfp_mwphp15,localheinz/opencfp,PHPBenelux/opencfp,DallasPHP/opencfp,jugisahunk/200OK_CFP,sunshinephp/opencfp,opencfp/opencfp,sunshinephp/opencfp,MidwestPHP/opencfp_mwphp15,mdwheele/opencfp,noahd1/opencfp,monoku/opencfp,OpenWestConference/opencfp,monoku/opencfp,brynary/opencfp,GrUSP/opencfp,phphants/openc... |
84c430e2f98255dfb74b6efc0b0ebd35f3b3af8f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
before_install:
- sudo apt-get install libev-dev libssl-dev
after_script:
- rake test
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
- sudo apt-get install libev-dev libssl-dev
after_script:
- rake test
| Add Ruby 2.0.0 and 2.1.0 to Travis. | Add Ruby 2.0.0 and 2.1.0 to Travis.
| YAML | mit | procandi/OverSIP,yuan-/OverSIP,procandi/OverSIP,yuan-/OverSIP,yuan-/OverSIP,yuan-/OverSIP,procandi/OverSIP,procandi/OverSIP |
6ef46a26a349b31de209669f527f16fd891c542d | .travis.yml | .travis.yml | language: node_js
node_js:
- "8.4"
services:
- mongodb
cache:
directories:
- node_modules
git:
depth: 3
script:
- yarn test:check-coverage
after_script:
- yarn report-coverage
| language: node_js
node_js:
- "8.10"
- "9.9"
services:
- mongodb
cache:
directories:
- node_modules
git:
depth: 3
script:
- yarn test:check-coverage
after_script:
- yarn report-coverage
| Update node version in Travis | Update node version in Travis
| YAML | mit | KunalKapadia/express-mongoose-es6-rest-api,KunalKapadia/express-mongoose-es6-rest-api |
2abffb2ccc1e41a6a67ba2b8922e0446ddfd8a79 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
| language: node_js
before_install:
- npm install -g npm@latest
node_js:
- "0.12"
- "0.11"
- "0.10"
| Upgrade NPM on Travis CI | Upgrade NPM on Travis CI
| YAML | apache-2.0 | resin-io-modules/resin-image-write,resin-io-modules/etcher-image-write,resin-io/resin-image-write |
0dcc4c68f8258f86674cf162926b39175d939b35 | .travis.yml | .travis.yml | language: ruby
before_install:
- "gem install rjack-tarpit -v'~>2.1' || \
( sleep 1; gem install rjack-tarpit -v'~>2.1' ) || \
( sleep 5; gem install rjack-tarpit -v'~>2.1' )"
- "gem install bundler --version 1.13.7"
install: "bundle _1.13.7_ install --retry=3"
script: "bundle _1.13.7_ exec rake test"
sudo:... | language: ruby
before_install: "gem install rjack-tarpit -v'~>2.1' || \
( sleep 1; gem install rjack-tarpit -v'~>2.1' ) || \
( sleep 5; gem install rjack-tarpit -v'~>2.1' )"
bundler_args: ""
script: "bundle exec rake test"
sudo: false
matrix:
include:
- rvm: jruby-1.7.26
jdk: openjdk7
gemf... | Revert "Travis bundler 1.13.7 workaround" | Revert "Travis bundler 1.13.7 workaround"
This reverts commit c4801e4b73c65acbe4a708dfa631aed9965a14e3.
| YAML | apache-2.0 | dekellum/fishwife,dekellum/fishwife |
563ed12b7865d677d14b06c2150c672071b88a73 | .travis.yml | .travis.yml | language: c
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y gfortran scons
script:
- scons --clean
- scons
- scons test
- ./test-udsp
- scons test --clean
- scons --clean
- export CFLAGS="-coverage -g -O0 $CFLAGS"
- export LDFLAGS="-coverage $LDFLAGS"
- scons test
- ... | language: c
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y gfortran scons
script:
- scons --clean
- scons
- scons test
- ./test-udsp
- scons test --clean
- scons --clean
- export CFLAGS="-coverage -g -O0 $CFLAGS"
- export LDFLAGS="-coverage $LDFLAGS"
- scons test
- ... | Revert "Ignore SCons files from code coverage report." | Revert "Ignore SCons files from code coverage report."
This reverts commit 1f4de39a3f680f5832c36c39ef5971bdad5c4319.
| YAML | isc | eliteraspberries/udsp,eliteraspberries/udsp |
77cbdfb75d5932354ed05acc79a1db4843638947 | .travis.yml | .travis.yml | language: ruby
matrix:
include:
- os: osx
osx_image: xcode8
before_install:
- bundle install
before_script:
- match development
- match appstore
after_success:
- bash < (curl -s https://codecov.io/bash)
branches:
only:
- release
- dev
script:
- fastlane beta
- swiftlint
| language: ruby
matrix:
include:
- os: osx
osx_image: xcode8
before_install:
- brew install carthage
- bundle install
before_script:
- match development
- match appstore
after_success:
- bash < (curl -s https://codecov.io/bash)
branches:
only:
- release
- dev
script:
- carthage bu... | Build carthage dependencies before fastlane starts | CI: Build carthage dependencies before fastlane starts
| YAML | mit | 3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client |
7e378be2ca05369048615b2b9f6469cd60bd6bf1 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
install:
- ./Scripts/install_swiftlint.sh
script:
- swiftlint
| language: objective-c
osx_image: xcode7.3
xcode_workspace: ReceptionKit.xcworkspace
xcode_scheme: ReceptionKit
install:
- ./Scripts/install_swiftlint.sh
script:
- swiftlint
| Make Travis actually build the app | Make Travis actually build the app
| YAML | mit | otoshimono/mamorio-reception,otoshimono/mamorio-reception,AcroMace/receptionkit,AcroMace/receptionkit,AcroMace/receptionkit,otoshimono/mamorio-reception |
06ad2e15bbf343f47b606d4f7838596a390e0103 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6.2.0'
before_script:
- 'npm install -g bower'
- 'npm install -g gulp'
- 'bower install'
script: gulp travisBuild
cache:
directories:
- node_modules
- bower_components
| language: node_js
node_js:
- '6.2.0'
before_script:
- 'npm install -g bower'
- 'npm install -g gulp'
- 'bower install'
script: gulp travisBuild
notifications:
slack: gotofail:RPKX6AZBeUvMjVQPEdoCn1Vq
email: false
cache:
directories:
- node_modules
- bower_components
| Add Slack Hook To Webserver Builds | Add Slack Hook To Webserver Builds
| YAML | apache-2.0 | bartdejonge1996/goto-fail-webserver,bartdejonge1996/goto-fail-webserver |
565235c0c80e1e96032b838965e6a8aa58a1e946 | .travis.yml | .travis.yml | language: objective-c
xcode_workspace: Tests/VTAck Tests.xcworkspace
xcode_scheme: VTAck Tests
xcode_sdk: iphonesimulator
osx_image: xcode8
| language: objective-c
xcode_workspace: Tests/VTAck Tests.xcworkspace
xcode_scheme: VTAck Tests
xcode_sdk: iphonesimulator
| Update Travis CI config to default macOS image | Update Travis CI config to default macOS image | YAML | mit | ElaWorkshop/VTAcknowledgementsViewController,ElaWorkshop/VTAcknowledgementsViewController,vtourraine/VTAcknowledgementsViewController |
f74c55596fbf4b6f386494ba7b3c9050d9e24c24 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
| Test on some newer Rubies | Test on some newer Rubies
| YAML | mit | hybridgroup/taskmapper-kanbanpad |
768058774bca84fbdca137c8efccd115ae1a4ab4 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.1.0"
- "2.1.1"
script: bundle exec rake
notifications:
webhooks:
- https://idobata.io/hook/6a98db40-ac68-45ec-a1b4-d8dd5851c2e3
| language: ruby
rvm:
- 1.9.3
- 2.1.0
- 2.1
- 2.2
script: bundle exec rake
notifications:
webhooks:
- https://idobata.io/hook/6a98db40-ac68-45ec-a1b4-d8dd5851c2e3
| Test against Ruby 2.2 on Travis CI | Test against Ruby 2.2 on Travis CI
| YAML | mit | idobata/capybara_screenshot_idobata |
bd375301527a1623534f3759be0424495a538bed | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
script:
- bundle exec rspec spec
| language: ruby
before_install:
- gem install bundler
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
script:
- bundle exec rspec spec
| Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | koic/azuma |
52ba86e613b87cbf292842d7e3e913f59c033f1d | .travis.yml | .travis.yml | language: clojure
lein: 2.8.1
script:
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
- lein with-profile +plugin.mranderson/config test
- lein with-profile +1.9,+plugin.mranderson/config test
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
notifications:
webhooks:
urls:
- https://webhooks.... | language: clojure
lein: 2.8.1
script:
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
- lein with-profile +plugin.mranderson/config test
- lein with-profile +1.9,+plugin.mranderson/config test
jdk:
- oraclejdk8
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/69f4ae3e4e772d83... | Remove JDK1.7 from test suite | Remove JDK1.7 from test suite
We have already dropped support for it. | YAML | epl-1.0 | clojure-emacs/refactor-nrepl,clojure-emacs/refactor-nrepl |
79d2f4c62532b049392b67af3401110ca02a59b9 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
os:
- linux
- osx
osx_image: xcode6.4
dist: trusty
sudo: false
matrix:
fast_finish: true
allow_failures:
- os: osx
install:
- pip install pytest
- python setup.py install
script:
- pytest -v
| language: python
python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
os:
- linux
- osx
dist: trusty
sudo: false
matrix:
fast_finish: true
allow_failures:
- os: osx
install:
- pip install pytest
- python setup.py install
script:
- pytest -v
| Use default version of Xcode for macOS (depricated), added py3.7 | Tests: Use default version of Xcode for macOS (depricated), added py3.7
| YAML | mit | bobbypaton/GoodVibes,bobbypaton/GoodVibes,bobbypaton/GoodVibes |
59a0b39f4f155d7541fcf8b488b30fc9f2123b91 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12.10"
- "4.1.0"
- "6.9.2" | language: node_js
node_js:
- "8"
- "10"
- "12"
| Drop support for deprecated nodejs versions | Drop support for deprecated nodejs versions
| YAML | mit | AllSmartObjects/smartobject-watchify |
47fd415377d3fb5742690ce4eb9c2611557049c8 | .travis.yml | .travis.yml | ---
before_install:
- gem update --system
- gem install bundler -v "~> 2.0"
language: ruby
sudo: false
cache:
- bundler
rvm:
- 2.5
- 2.6
- jruby
- rbx
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx
script: bundle exec rake spec
| ---
before_install:
- gem update --system
- gem install bundler -v "~> 2.0"
language: ruby
sudo: false
cache:
- bundler
rvm:
- 2.5
- 2.6
- jruby
matrix:
allow_failures:
- rvm: jruby
script: bundle exec rake spec
| Remove rbx from the test matrix since RVM is getting 404s. | Remove rbx from the test matrix since RVM is getting 404s.
| YAML | mit | postmodern/spidr |
5d460bf8ba88bdf82e27464544609e916a7eeee3 | .travis.yml | .travis.yml | language: java
#// TODO:09-11-16:dmytro.dashenkov: Configure javafx dependencies and change to oraclejdk7.
jdk:
- oraclejdk8
before_script:
- chmod +x ./gradlew
script:
- ./gradlew build --stacktrace
| language: java
#// TODO:09-11-16:dmytro.dashenkov: Configure javafx dependencies and change to oraclejdk7.
jdk:
- oraclejdk8
before_script:
- chmod +x ./gradlew
script:
- ./gradlew build --debug
| Change logging level to 'debug'. | Change logging level to 'debug'.
| YAML | apache-2.0 | SpineEventEngine/gae-java,SpineEventEngine/gae-java |
58387c11881bf82a52dbefee110023b758436cb4 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.5.0
# FIXME: Disabled for now as we're not using it yet - enable if we do!
# We have to install Rust manually, as Travis does not yet allow multiligual
# builds. We install the latest stable Rust build.
# before_install:
# - mkdir ~/rust-installer
# - curl -sL https://static.r... | sudo: false
language: ruby
rvm:
- 2.5.0
# FIXME: Disabled for now as we're not using it yet - enable if we do!
# We have to install Rust manually, as Travis does not yet allow multiligual
# builds. We install the latest stable Rust build.
# before_install:
# - mkdir ~/rust-installer
# - curl -sL https://static.r... | Upgrade Bundler to 1.16.1 on Travis. | Upgrade Bundler to 1.16.1 on Travis.
| YAML | mit | shantytown/shanty,shantytown/shanty |
0a379bb4764115961364a5793ef5a31cb78219e2 | .travis.yml | .travis.yml | language: groovy
notifications:
email: false
| language: groovy
jdk:
- openjdk7
- oraclejdk8
matrix:
allow_failures:
- jdk: oraclejdk8
fast_finish: true
notifications:
email:
on_success: never
| Test on JDK 8, in prevision of error_prone being updated to support it | Test on JDK 8, in prevision of error_prone being updated to support it
Allow JDK 8 to fail.
Also send mail on build failure.
| YAML | apache-2.0 | ManivelThiruvengam/gradle-errorprone-plugin |
def40c5195ef22eb9916d3326ba5b49bf259ce6b | .travis.yml | .travis.yml | sudo: false
language: java
before_script:
- test "x$RUN_CHECKSTYLE" != 'x' || ant -Djava.awt.headless=true download_jars install
- test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle
# skip default "install" command
install: true
matrix:
include:
- jdk: oraclejdk8
e... | sudo: false
language: java
before_script:
- test "x$RUN_CHECKSTYLE" != 'x' || ant -Djava.awt.headless=true download_jars install
- test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle
# skip default "install" command
install: true
matrix:
include:
- jdk: oraclejdk8
e... | Revert test of Java 9 | Revert test of Java 9
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1808585 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5900e56a0b86375083c276fdfddbd545983df8cd | YAML | apache-2.0 | ham1/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,etnetera/jmeter,apache/jmeter,benbenw/jmeter,benbenw/jmeter |
9406b4b41a98895a9079154bf5d42bc47e4dcf46 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "2.7"
- "3.4"
- "3.5"
sudo: false
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=master
matrix:
fast_finish: true
include:
- python: "3.6"
env: DJANGO=master
... | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.5"
- "3.4"
- "2.7"
sudo: false
env:
- DJANGO=master
- DJANGO=1.11
- DJANGO=1.10
- DJANGO=1.9
- DJANGO=1.8
matrix:
fast_finish: true
include:
- python: "3.6"
env: DJANGO=master
... | Change order of Travis jobs | Change order of Travis jobs
This ensures that the most recent Python/Django versions (which are
also the longing-running) run first
| YAML | mit | pbaranay/django-magic-cards,pbaranay/django-magic-cards |
7c38b33f700e878a620d45af1fe5f18dcf508b33 | .travis.yml | .travis.yml | language: erlang
otp_release:
- R16B02
script: "./rebar compile && ./rebar xref skip_deps=true && ./rebar eunit skip_deps=true"
| language: erlang
otp_release:
- R16B02
before_install:
- sudo apt-get install -qq screen default-jre
script: "./rebar compile && ./rebar xref skip_deps=true && ./rebar eunit skip_deps=true"
| Install test deps for on Travis CI | Install test deps for on Travis CI
| YAML | mit | GameAnalytics/current |
80153648f39a115b29c9742d816169b125c57cbf | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
after_success:
- ./gradlew build -Pcoverage
- bash <(curl -s https://codecov.io/bash | language: java
jdk:
- oraclejdk8
after_success:
- ./gradlew build -Pcoverage
- bash <(curl -s https://codecov.io/bash)
| Fix typo in bash exec for codecov.io | Fix typo in bash exec for codecov.io | YAML | mit | 4finance/featuros,4finance/featuros,4finance/featuros |
cc12dc9447693f61a903fc955e13c03469f656b1 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- tip
install:
- npm install gulp
- make deps
script:
- make lint
- make test
- make build
notifications:
slack:
secure: oNlkgQYC3BRmQ49wr4lhAB/16AqsTfOWp7kHfaEnmQ728mHRLh+NnT1YM6voy1a0ibHpTdo2xva0fQUBgGUsEkNWLgXHmoxLHgaewykKI0KiRE1pvbmuw/cjO0RWfgZJUKzcm1u60HjdY4hD0niKWqCdtLaCvu8znd9bwXYBq7... | language: go
go:
- 1.4
- tip
install:
- npm install gulp
- make deps
script:
- make lint
- make test
- make build
notifications:
urls:
- https://webhooks.gitter.im/e/5a157feece092e3584cd
on_success: change
on_failure: always
on_start: false
| Remove slack notifications, add gitter notifications | Remove slack notifications, add gitter notifications
| YAML | bsd-2-clause | tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik |
20a9805781cfeee691a266f0f247483d5bf644fb | .travis.yml | .travis.yml | language:
- node_js
node_js:
- 0.10.13
before_install:
- npm install grunt-cli bower -g
- npm install
- bower install
# install CasperJS
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- git checkout tags/1.0.2
- export PATH=$PATH:`pwd`/bin
- cd -
before_script:
- p... | language:
- node_js
node_js:
- 0.10.12
before_install:
- npm install grunt-cli bower -g
- npm install
- bower install
# install CasperJS
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- git checkout tags/1.0.2
- export PATH=$PATH:`pwd`/bin
- cd -
before_script:
- p... | Use available node js version. | Use available node js version.
| YAML | mit | lucassus/angular-seed,webdev1001/angular-seed,webdev1001/angular-seed,lucassus/angular-seed |
6f5b000e3dffacb2a627c8f094749a68e50b26ea | .travis.yml | .travis.yml | language: haskell
before_install:
# Uncomment whenever hackage is down.
# - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update
- cabal update
# Try installing some of the build-deps with apt-get for speed.
- travis/cabal-apt-install $mode
install:
- cabal configure -flib-Werror $mode
... | language: haskell
env:
- GHCVER=7.4.2
- GHCVER=7.6.3
# - >
# GHCVER=7.4.2
# MODE="-fsafe"
before_install:
# If $GHCVER is the one travis has, don't bother reinstalling it.
# We can also have faster builds by installing some libraries with
# `apt`. If it isn't, install the GHC we want from hvr's PP... | Build on Travis with hvr's GHC versions PPA. | Build on Travis with hvr's GHC versions PPA.
Preserve other environment variables for travis.
I didn't really think about what would happen with $mode and $script.
>.>
Install dependencies for travis in the `install` step.
Rewrite the .travis.yml almost completely.
This .travis.yml allows us to specify versions mo... | YAML | bsd-3-clause | Icelandjack/lens,omefire/lens,hvr/lens,cdepillabout/lens,rpglover64/lens,hvr/lens,timjb/lens,Fuuzetsu/lens,danidiaz/lens,Gabriel439/lens,cchalmers/lens,ddssff/lens |
0a05c226e1a22455a8c18078ffba5bb893d178d5 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/coveralls -v
| language: php
php:
- 5.6
- 7
- 7.1
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/coveralls -v
| Add PHP 7.1 to Travis CI | Add PHP 7.1 to Travis CI
| YAML | mit | brick/date-time |
c76e0f8f24c4894f388b509caa3551900160d461 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| Add some additional node js versions | Add some additional node js versions
| YAML | mit | honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js |
5de1994f069e37eb731982ece9dbc4ca7c294094 | .travis.yml | .travis.yml | sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps ... | sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet -... | Add v5.24 to Travis config | Add v5.24 to Travis config
| YAML | artistic-2.0 | briandfoy/Tie-Toggle,briandfoy/Tie-Toggle |
601f19ccd2654721bbdda5bfb62c930c1e31fb73 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
gemfile: Gemfile.travis
script: bundle exec rake test
| language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
gemfile: Gemfile.travis
script: bundle exec rake test
| Disable Ruby 2.5.0 (for now) | Disable Ruby 2.5.0 (for now)
| YAML | mit | sometimesfood/wright |
ef94985a969773d58df4c12fb6604083afe591ce | .travis.yml | .travis.yml | language: objective-c
before_install:
- chmod a+x ./Assets/.scripts/install.sh
- chmod a+x ./Assets/.scripts/build.sh
install:
- "./Assets/.scripts/install.sh"
script:
- "./Assets/.scripts/build.sh"
notifications:
slack: whoa-algebraic:tLEAtVerwFc3QVb13Skv5ZL6
| language: objective-c
before_install:
- chmod a+x ./Assets/.scripts/install.sh
- chmod a+x ./Assets/.scripts/build.sh
install:
- "./Assets/.scripts/install.sh"
script:
- "./Assets/.scripts/build.sh"
notifications:
slack:
secure: QLqfhvR6bJlM9fNxCFxd6YyPgMvbMuGGfZalbDEFaITov9kUdyLfo31tFDhXv/B22YK2kw6lY/fphwYECv0Kh... | Use encrypted Travis CI token | Use encrypted Travis CI token
| YAML | mit | whoa-algebraic/game-off-2016,whoa-algebraic/game-off-2016,virtuoushub/game-off-2016,virtuoushub/game-off-2016,virtuoushub/game-off-2016,whoa-algebraic/game-off-2016 |
9c11ce59852365ca9d91e187017ccb6c597d2896 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
| Add Ruby 2.1.0 to Travis CI. | Add Ruby 2.1.0 to Travis CI.
Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
| YAML | apache-2.0 | kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz |
acf2f2f511016f69fe16b4bf4dd3025f2f8cde37 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install -qr requirements.txt
- pip install coveralls
script: ./test.sh
after_success:
coveralls
deploy:
provider: pypi
user: edx
password:
secure: Jx4zxLqiy16+zkeJw0FLlwFJNGlxfJLVxAaGbDMohrGO98EVvD4wivvGnybqAq65wqlbPVq3uFijV/ozqaRFCGnK/jdQy4QLdeU... | language: python
python:
- "2.7"
install:
- pip install -qr requirements.txt
- pip install coveralls
script: ./test.sh
after_success:
coveralls
deploy:
provider: pypi
user: edx
password:
secure: dLYdt8dZKsqaYsyZu630xtP8itgthOtRlj9X/hZY10yKTgBGrJeDEkd6bac/Bf17jr5242oanWfsbABAJ18noB1wdeutBTOyFCT... | Update the pypi password (ECOM-3912) | Update the pypi password (ECOM-3912)
| YAML | agpl-3.0 | edx/auth-backends |
73535b843763d1f5002b8d955e851e1f50160164 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- '2.3.8'
- '2.4.5'
- '2.5.3'
- '2.6.1'
before_install: gem install bundler -v 2.0.1
script: bundle exec rspec
addons:
code_climate:
repo_token: 06a44082b0f5a5114eec226952c45443a4ac8c86e59e098869b5c07e420505ab
| sudo: false
language: ruby
rvm:
- '2.3.8'
- '2.4.5'
- '2.5.3'
- '2.6.1'
before_install: gem install bundler -v 2.0.1
script:
- bundle exec rubocop
- bundle exec rspec
| Remove Code Climate repo token from Travis config | Remove Code Climate repo token from Travis config
| YAML | mit | tlux/vnstat-ruby |
f80e896d75de0761d955abd8cba0f9b82e404ffa | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- jruby
- ree
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y graphicsmagick imagemagick
matrix:
allow_failures:
- rvm: ruby-head | language: ruby
cache: bundler
rvm:
- 2.2
- 2.3
- ruby-head
- jruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y graphicsmagick imagemagick
matrix:
allow_failures:
- rvm: ruby-head
| Remove old ruby versions from Travis-CI | Remove old ruby versions from Travis-CI
Support major ruby versions and enable bundler caching | YAML | mit | WaYdotNET/carrierwave-imagesorcery |
1dee9af504025e8f58185a3a5fed5ec6166ee2f6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
- ruby-head
script: bundle exec rspec
| language: ruby
rvm:
- 1.9.3
- 2.1.1
- ruby-head
script: bundle exec rspec
| Make backwards compatible with ruby 1.9.3. | Make backwards compatible with ruby 1.9.3.
| YAML | mit | datapipe/swagger-blocks,fotinakis/swagger-blocks |
397b2d9b25a110fa184b26ffac8423f7c2865c87 | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 2.1.2
before_script:
- gem update bundler
script:
- bundle exec rspec --no-drb --format progress
| ---
language: ruby
rvm:
- 2.1.2
script:
- bundle exec rspec --no-drb --format progress
| Remove bundler update from Travis config | Remove bundler update from Travis config
| YAML | mit | paulfioravanti/toy_robot |
3d56d11d037c47f0795f1b99c6b613d570a7e5cd | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
install:
- pip install Django==$DJANGO
- pip install -e .
- pip install -r tests/requirements.txt
- pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django
script:
- export PYTHONPATH=.
- flake8 --ignore=W801,E128,E501,W402 cab
- coverage run ... | language: python
python:
- 2.6
- 2.7
install:
- pip install Django==$DJANGO
- pip install -e .
- pip install -r tests/requirements.txt
script:
- export PYTHONPATH=.
- flake8 --ignore=W801,E128,E501,W402 cab
- coverage run `which django-admin.py` test --settings=tests.settings
- coverage report
env:
... | Remove no-longer used test requirement | Remove no-longer used test requirement
| YAML | bsd-3-clause | django-de/djangosnippets.org,django/djangosnippets.org,django/djangosnippets.org,django/djangosnippets.org,django/djangosnippets.org,django-de/djangosnippets.org,django/djangosnippets.org,django-de/djangosnippets.org,django-de/djangosnippets.org |
00fbdffe98973d031421e5e650b12a1f48a9fc97 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
services: mongodb | language: node_js
node_js:
- "0.10"
before_install: npm install -g grunt-cli mocha
services: mongodb | Install grunt and mocha before hand | Install grunt and mocha before hand
| YAML | mit | will-weiss/mongoose-rest-endpoints,jraede/mongoose-rest-endpoints,enspencer/mongoose-rest-endpoints |
86bc286a20e63e5e75590884c0b7c5a8b8123ab3 | .travis.yml | .travis.yml | language: generic
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-26.2-travis
- EVM_EMACS=emacs-git-snapshot-travis
install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source... | dist: trusty
language: generic
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-26.2-travis
- EVM_EMACS=emacs-git-snapshot-travis
install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis... | Add specific distribution for EVM | Add specific distribution for EVM
https://github.com/rejeep/evm/issues/125
| YAML | apache-2.0 | rust-lang/rust-mode,rust-lang/rust-mode |
8fe715b959652f354608a24972b555c6719c09e8 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.3'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.3'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 4 on Travis CI. | Test with latest Node.js 4 on Travis CI.
| YAML | mit | bigeasy/vizsla |
37923df0387b68f6d94efe4e2e10e54651117c90 | .travis.yml | .travis.yml | rvm: 2.2
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
# Don't `bundle i... | sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
# Don't `bundle install`
in... | Remove RVM from Travis since we use Ruby in ChefDK | Remove RVM from Travis since we use Ruby in ChefDK
| YAML | apache-2.0 | chef-cookbooks/jetty,chef-cookbooks/jetty,opscode-cookbooks/jetty,opscode-cookbooks/jetty |
e881d7c42c8b3175f93031e7695a71e88062ea36 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -U pip
- pip install -r requirements/dev.txt
script:
nosetests --with-coverage --cover-package=stacktraces --cover-min-percentage=77
flake8 .
notifications:
email:
- trawick@gmail.com
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -U pip
- pip install -r requirements/dev.txt
script:
- nosetests --with-coverage --cover-package=stacktraces --cover-min-percentage=77
- flake8 .
notifications:
email:
- trawick@gmail.com
| Drop 3.3 for Travis SI, fix YAML foo | Drop 3.3 for Travis SI, fix YAML foo
| YAML | apache-2.0 | trawick/stacktraces.py,trawick/stacktraces.py |
51e61658d43499de444f4d6195848c31a2ca9635 | .travis.yml | .travis.yml | language: node_js
node_js:
- "13.5"
install:
- npm install
script:
- npm run build:static
before_deploy:
- source scripts/4660933598635778-openrc.sh
- pip install python-swiftclient python-keystoneclient --user
deploy:
# deploy next to the staging environment
- provider: script
skip_cleanup: true
... | language: node_js
node_js:
- "13.5"
install:
- npm install
script:
- npm run build:static
before_deploy:
- source scripts/4660933598635778-openrc.sh
- pip install python-swiftclient python-keystoneclient --user
deploy:
# deploy next to the staging environment
- provider: script
skip_cleanup: true
... | Fix broken path to builded source | Fix broken path to builded source
| YAML | mit | sebastienbarbier/sebastienbarbier.com,sebastienbarbier/sebastienbarbier.com,sebastienbarbier/sebastienbarbier.com,sebastienbarbier/sebastienbarbier.com |
afc7a8c4f5659ace3e58debba3cac81c661d52f1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
os:
- linux
- osx
before_deploy:
- npm run build
deploy:
provider: npm
email: "info@valentineus.link"
api_key: $NPM_PROJECT_TOKEN
notifications:
email:
- "info@valentineus.link"
before_install:
- n... | language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
os:
- linux
- osx
before_deploy:
- npm run build
deploy:
provider: npm
email: "info@valentineus.link"
api_key: $NPM_PROJECT_TOKEN
notifications:
email:
- "info@valentineus.link"
before_install:
- n... | Add code validation to the standardization | Add code validation to the standardization
| YAML | mit | AncientSouls/Channels |
35659d82ec7eb714c693c89836aadf932c04dbfc | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
script:
- xctool -scheme 'Then-iOS' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -parallelize
- xctool -scheme 'Then-OSX' test -parallelize
| language: objective-c
osx_image: xcode8
script:
- xcodebuild -scheme 'Then-iOS' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
- xcodebuild -scheme 'Then-OSX' test | xcpretty -c
| Use xcodebuild for xcode8 CI | Use xcodebuild for xcode8 CI
| YAML | mit | devxoul/Then,devxoul/Then |
23612197346202c5ef458a80d26fdede0d50a73d | .travis.yml | .travis.yml | language: php
php:
- '7.0'
- '7.1'
- nightly
matrix:
allow_failures:
- php: 7.1
- php: nightly
services:
- postgresql
addons:
postgresql: "9.2"
cache:
directories:
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini
- echo "no" | pecl install apcu... | language: php
php:
- '7.0'
- '7.1'
- nightly
matrix:
allow_failures:
- php: 7.1
- php: nightly
services:
- postgresql
addons:
postgresql: "9.2"
cache:
directories:
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini || true
- echo "no" | pecl inst... | Fix The command "phpenv config-rm xdebug.ini" failed and exited with 1 during . | Fix The command "phpenv config-rm xdebug.ini" failed and exited with 1 during . | YAML | mit | plachance/simple-time-tracker,plachance/simple-time-tracker,plachance/simple-time-tracker,plachance/simple-time-tracker |
f62417c0fb672c9a6469419d1dd5afc7ea2db69e | .travis.yml | .travis.yml | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.3
# The SDK version used to compile your project
- android-19
... | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.3
# The SDK version used to compile your project
- android-23
... | Update sdk version in Travis CI config | Update sdk version in Travis CI config
| YAML | apache-2.0 | thedrover/android-integration-test-patterns |
bcd97d85ed63e5da0937aa1472472099ed76fbaa | .travis.yml | .travis.yml | dist: trusty
language: python
python: '2.7'
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt
- mkdir -p ~/.ansible/vars
- touch ~/.ansible/vars/toad_vars.yml
- sudo docker pull projectatomic/dockerfile-lint
install:
- pip install ansible
- pip install ansible-l... | ---
env:
DOCKER_COMPOSE_VERSION: 1.9.0
sudo: required
language: python
python: '2.7'
services:
- docker
before_install:
# perform updates
- sudo apt-get update -qq
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
# check for docker-compose version
... | Update CI infra to test Docker Compose deployment | Update CI infra to test Docker Compose deployment
This commit enhances the CI environment (Travis-CI) to deploy Docker
containers via our docker-compose scripts. We then deploy with Ansible
against those containers in order to test our Ansible plays.
| YAML | apache-2.0 | redhat-nfvpe/ansible-cira,redhat-nfvpe/toad,leifmadsen/toad |
e852aca6f26d98db55a72932a5d4f511e8c806fa | .travis.yml | .travis.yml | language: ruby
dist: trusty
rvm:
- 2.1
- 2.2
- ruby-2.3.0
- jruby
before_install:
- rvm get head
- gem install bundler
script:
- rake
- rubocop
| language: ruby
dist: trusty
rvm:
- 2.1
- 2.2
- ruby-2.3.0
- jruby-20mode
- jruby-21mode
- jruby-9000
before_install:
- gem install bundler
script:
- rake
- rubocop
| Add more specific jruby versions to build | Add more specific jruby versions to build
| YAML | mit | waterlink/cars_api,waterlink/cars_api |
96322ae1c9abd445da81f509e5cf2e42e66bb55f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rspec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
script: bundle exec rspec
| Enable testing with JRuby and Rubinius on Travis CI | Enable testing with JRuby and Rubinius on Travis CI
| YAML | mit | yujinakayama/guard-rubocop,backus/guard-rubocop,guard/guard-rubocop |
f900674458482f745edcd7e7bc48877737b1950d | .travis.yml | .travis.yml | language: python
python:
- '2.7'
env:
- TOXENV=docs
- TOXENV=py27
install:
- pip install tox
script: make test
jobs:
include:
- stage: "Elasticsearch"
env:
- TOXENV=py27 ES_VERSION=7.0.0-rc1
install:
- pip install tox
- wget https://artifacts.elastic.co/downloads/elasticsearch/... | language: python
python:
- '2.7'
env:
- TOXENV=docs
- TOXENV=py27
install:
- pip install tox
script: make test
jobs:
include:
- stage: "Elasticsearch"
env:
- TOXENV=py27 ES_VERSION=7.0.0-rc1
install:
- pip install tox
- wget https://artifacts.elastic.co/downloads/elasticsearch/... | Fix broken TravisCI Elasticsearch build stage | Fix broken TravisCI Elasticsearch build stage
| YAML | apache-2.0 | Yelp/elastalert |
82250d288188ebb55477db713b6ab878f8cd9e3d | .travis.yml | .travis.yml | language: cpp
matrix:
include:
- os: linux
dist: trusty
sudo: required
compiler: gcc
- os: linux
dist: trusty
sudo: required
compiler: clang
- os: osx
osx_image: xcode7.3
compiler: gcc
- os: osx
osx_image: xcode7.3
compiler: clang
- os: o... | language: cpp
matrix:
include:
- os: linux
dist: trusty
sudo: required
compiler: gcc
- os: linux
dist: trusty
sudo: required
compiler: clang
- os: osx
osx_image: xcode7.3
compiler: gcc
- os: osx
osx_image: xcode7.3
compiler: clang
- os: o... | Remove sanitizer's leak flag since it's only supported on certain versions of clang | Remove sanitizer's leak flag since it's only supported on certain versions of clang | YAML | mit | RichardWarburton/honest-profiler,RichardWarburton/honest-profiler,RichardWarburton/honest-profiler,RichardWarburton/honest-profiler,RichardWarburton/honest-profiler,jvm-profiling-tools/honest-profiler,jvm-profiling-tools/honest-profiler,RichardWarburton/honest-profiler,jvm-profiling-tools/honest-profiler,jvm-profiling-... |
05bcaf1f4e0b7ad6231f9d607795da84057b0f8b | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- mysql -e 'create database travis_ci_test;'
addons:
postgresql: "9.3"
| language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- mysql -e 'create database travis_ci_test;'
addons:
postgresql: "9.3"
| Add iojs and node 0.12 | Add iojs and node 0.12
| YAML | isc | llambda/connect-session-knex |
735c5cf2adaba6901dbaea226bd374e1ac9c2365 | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: bash
before_script:
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
script:
- docker build -t $DOCKER_USER/docker-magicmirror:amd64 .
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- docke... | sudo: required
services:
- docker
language: bash
addons:
apt:
packages:
- docker-ce
before_script:
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
script:
- docker build -t $DOCKER_USER/docker-magicmirror:amd64 .
- docker run --rm --privileged multia... | Use the newest docker version | Use the newest docker version
| YAML | mit | bastilimbach/docker-MagicMirror,bastilimbach/docker-MagicMirror |
da9ad8a84cd105fe8a652b20027a5833a4056909 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 0.12
- 4
- 6
matrix:
fast_finish: true
allow_failures:
env:
global:
- CXX=g++-4.8
script: "npm run travis"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
-... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 4
- 6
matrix:
fast_finish: true
allow_failures:
env:
global:
- CXX=g++-4.8
script: "npm run travis"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
... | Remove Node.js 0.12 from TravisCI | Remove Node.js 0.12 from TravisCI
| YAML | mit | tadjik1/wof-admin-lookup,tadjik1/wof-admin-lookup |
151182aae3d31a465acb7fc4850cf7f470239871 | .travis.yml | .travis.yml | language: csharp
solution: BuildAMation.sln
matrix:
include:
- os: linux
mono: latest
script:
- msbuild /p:Configuration=Release BuildAMation.sln && python codingtools/test_bam.py && python tests/runtests.py -k -c debug -t Test5
# DotNetCore axis removed as the referenced assemblies in the .sln
# ... | language: csharp
solution: BuildAMation.sln
matrix:
include:
- os: linux
mono: latest
script:
- msbuild /p:Configuration=Release BuildAMation.sln && python codingtools/test_bam.py && source env.sh && python tests/runtests.py -k -c debug -t Test5
# DotNetCore axis removed as the referenced assemblies... | Add BAM to the PATH in order to test | [TravisCI] Add BAM to the PATH in order to test
| YAML | bsd-3-clause | markfinal/BuildAMation,markfinal/BuildAMation,markfinal/BuildAMation,markfinal/BuildAMation,markfinal/BuildAMation |
04a3b58aded8f415d4e1d6b83230f1d6bde75153 | .travis.yml | .travis.yml | language: python
python: 3.5
env:
- TOXENV=flake8
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
matrix:
fast_finish: true
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7-dev
env: TOXENV=py37
- python: pypy-5.4
env: TOXENV=pypy_54
al... | language: python
cache: pip
python: 3.5
env:
- TOXENV=flake8
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
matrix:
fast_finish: true
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7-dev
env: TOXENV=py37
- python: pypy-5.4
env: TOXENV=pypy... | Enable pip cache in Travis CI | Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
| YAML | bsd-3-clause | andialbrecht/sqlparse |
7384b39bbb007feb566757f503941bf19e0ad33a | .travis.yml | .travis.yml | language: "perl"
perl:
- "5.10"
sudo: required
services:
- docker
install:
- pushd scripts/docker-htcondor
- docker build -t docker-htcondor .
- popd
- git clone --depth 1 --branch master https://github.com/Ensembl/ensembl-hive
- env
script:
- docker run -v /home/travis:/home/travis dock... | language: "perl"
perl:
- "5.10"
sudo: required
services:
- docker
install:
- docker pull muffato/docker-htcondor
- git clone --depth 1 --branch master https://github.com/Ensembl/ensembl-hive
- env
script:
- docker run -v /home/travis:/home/travis muffato/docker-htcondor /home/travis/build/muffat... | Use the image available on the docker hub to save time | Use the image available on the docker hub to save time
| YAML | apache-2.0 | muffato/ensembl-hive-htcondor,muffato/ensembl-hive-htcondor |
2defed4d14c0184817e3a9f0d10753539a46fb0b | .travis.yml | .travis.yml | language: ruby
cache:
bundler: true
directories:
- bower_components
sudo: false
rvm:
- 2.3.0
before_script:
- npm install bower
- bundle exec rake compile
- bundle exec rake serve > /dev/null 2>&1 &
- export PID=$!
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 5 # give xvfb s... | language: ruby
cache:
bundler: true
directories:
- bower_components
sudo: false
rvm:
- 2.3.0
before_script:
- npm install bower
- bundle exec rake compile
- bundle exec rake serve > /dev/null 2>&1 &
- export PID=$!
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 5 # give xvfb s... | Allow zero-tolerance tests to fail | Allow zero-tolerance tests to fail
| YAML | apache-2.0 | skateman/patternfly-sass,patternfly/patternfly-sass,skateman/patternfly-sass,patternfly/patternfly-sass,patternfly/patternfly-sass,skateman/patternfly-sass |
4e129a6759912284caf4b965a4143d016dc3bc44 | .travis.yml | .travis.yml | # Copyright (c) 2014-2016 Software Architecture Group (Hasso Plattner Institute)
language: smalltalk
sudo: false
smalltalk:
- Squeak-trunk
- Squeak-5.0
- Squeak-4.6
- Squeak-4.5
| # Copyright (c) 2014-2016 Software Architecture Group (Hasso Plattner Institute)
language: smalltalk
sudo: false
smalltalk:
- Squeak-trunk
- Squeak-5.1
- Squeak-5.0
- Squeak-4.6
- Squeak-4.5
matrix:
allow_failures:
- smalltalk: Squeak-5.0
- smalltalk: Squeak-4.6
- smalltalk: Squeak-4.5
fast... | Add 5.1, drop support for 4.5, 4.6, 5.0 | Add 5.1, drop support for 4.5, 4.6, 5.0 | YAML | mit | hpi-swa/signals |
0d833caeeb53f5ff69aa1f084d8c15a8a2b66540 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.2
- ruby-head
- jruby-20mode # JRuby in 1.9 mode
- rbx
matrix:
allow_failures:
- rvm: ruby-head
cache: bundler
before_install:
- sudo apt-get install haskell-platform
- cabal update
- cabal install texmath
| language: ruby
rvm:
- 2.0.0
- 2.1.2
- ruby-head
- jruby-20mode # JRuby in 1.9 mode
- rbx
matrix:
allow_failures:
- rvm: ruby-head
cache: bundler
before_install:
- sudo apt-get install haskell-platform
- cabal update
- cabal install -fexecutable texmath
| Install texmath executable on Travis CI | Install texmath executable on Travis CI
| YAML | mit | hollingberry/texmath-ruby |
b42a35fcf7e74126761c409a926631d24cf61c9a | .travis.yml | .travis.yml | language: objective-c
notifications:
email:
on_success: always
env:
matrix:
- MONO_VERSION="3.2.5"
before_install:
- wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg MonoFramework-MDK-${MONO_VERSION}.macos10.xam... | language: c
notifications:
email:
on_success: always
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq mono-devel gtk-sharp2
script: "xbuild /target:test"
| Revert " Upgrade to Mono 3.2.5 on Travis." | Revert " Upgrade to Mono 3.2.5 on Travis."
This reverts commit fe1f2d4111b170f8e375e4e071323c2d6eb40178.
| YAML | bsd-3-clause | ForNeVeR/Pash,WimObiwan/Pash,WimObiwan/Pash,sburnicki/Pash,WimObiwan/Pash,mrward/Pash,Jaykul/Pash,Jaykul/Pash,mrward/Pash,WimObiwan/Pash,mrward/Pash,ForNeVeR/Pash,ForNeVeR/Pash,ForNeVeR/Pash,sburnicki/Pash,sillvan/Pash,sillvan/Pash,Jaykul/Pash,Jaykul/Pash,sburnicki/Pash,sillvan/Pash,sburnicki/Pash,sillvan/Pash,mrward/P... |
1363b6fbc3de5aeba90b6e1052f1f87ac0aabf3a | vars/main.yml | vars/main.yml | ---
# vars file for ansible-puppet
hieradata: /etc/puppet/hieradata
hieraenvironment: production
copy_hieradata: False
| ---
# vars file for ansible-puppet
hieradata: /etc/puppet/hieradata
hieraenvironment: production
| Remove copy_hieradata value from vars file | Remove copy_hieradata value from vars file
Putting this here makes it not possible to specify the setting in our
in-tree vars file. We also already account for it not being set in the
role logic.
Change-Id: I0e06b750a23b46c39ff675b5ac842e6a0d25bfff
| YAML | apache-2.0 | openstack-infra/ansible-puppet,nibalizer/ansible-puppet,nibalizer/ansible-puppet,openstack-infra/ansible-puppet |
dd3b8ee4415e7b38b7a77d21bc0d55a3f3eacc6e | .travis.yml | .travis.yml | # Travis CI Configuration
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run -m nose
after_success:
- coveralls
| # Travis CI Configuration
language: python
python:
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run -m nose
after_success:
- coveralls
| Replace Python 3.6 with 3.9 on Travis | Replace Python 3.6 with 3.9 on Travis
| YAML | mit | caleb531/youversion-suggest,caleb531/youversion-suggest |
629040340093ffa66adeb919d0218af48d35e874 | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Update Java requirement from version 7 to 8. | DBCP-505: Update Java requirement from version 7 to 8.
Travis CI: Remove Java 7
| YAML | apache-2.0 | apache/commons-dbcp,apache/commons-dbcp,apache/commons-dbcp |
9aef47fa373180eef307fb7a568f178f36b176ed | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- sudo rm -rf /dev/shm
- s... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- sudo rm -rf /dev/shm
- s... | Add cython and dateutil among dependencies of NetCDF4 | Add cython and dateutil among dependencies of NetCDF4
| YAML | bsd-3-clause | matteobachetti/MaLTPyNT |
c6a7920e884ec96c2d803d136878ac2f92ebf83f | .coveralls.yml | .coveralls.yml | service_name: travis-ci
repo_token: Hr7j4omnfY0n6awXlcKesg42djsYmmFBj
| repo_token: Hr7j4omnfY0n6awXlcKesg42djsYmmFBj
| Revert "add service name for coverall" | Revert "add service name for coverall"
This reverts commit 641d1121d07aa0ea1e9cf171a68f5a811644c041.
| YAML | mit | marcusg/foreign_key_validation |
76ebd633b9308ecdf060c89a7f9b6efbc60b4550 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.3"
- "2.4"
- "2.5"
branches:
only:
- "master"
env:
global:
-
LC_ALL=en_US.UTF_8
LANG=en_US.UTF_8
jobs:
include:
- script: bundle exec rake rubocop
env: JOB=rubocop
rvm: "2.4"
matrix:
fast_finish: true
include:
- rvm: ruby-head
- r... | language: ruby
rvm:
- "2.3"
- "2.4"
- "2.5"
branches:
only:
- "master"
env:
global:
-
LC_ALL=en_US.UTF_8
LANG=en_US.UTF_8
jobs:
include:
- script: bundle exec rake rubocop
env: JOB=rubocop
rvm: "2.4"
matrix:
fast_finish: true
include:
- rvm: ruby-head
- r... | Upgrade Rubygems and Bundler before installing | Upgrade Rubygems and Bundler before installing
| YAML | mit | nanoc/nanoc |
18e998e1c68637ef9735bfc5e785b08b365882fd | .travis.yml | .travis.yml | matrix:
include:
- os: linux
language: android
sudo: false
android:
components:
- build-tools-23.0.1
- android-23
- extra-google-m2repository
- extra-android-m2repository
env: TERM=dumb
- os: ... | matrix:
include:
- os: linux
language: android
sudo: false
android:
components:
- build-tools-23.0.1
- android-23
- extra-google-m2repository
- extra-android-m2repository
env: TERM=dumb
- os: ... | Fix typo in script path | Fix typo in script path
| YAML | mit | Zip753/react-native-lock,Zip753/react-native-lock,auth0/react-native-lock-ios,auth0/react-native-lock-ios,auth0/react-native-lock,Zip753/react-native-lock,auth0/react-native-lock,auth0/react-native-lock,Zip753/react-native-lock,auth0/react-native-lock,Zip753/react-native-lock,auth0/react-native-lock |
0652211ced47a9505fe2a311dc037cfd107803bc | metadata/com.guillaumepayet.remotenumpad.yml | metadata/com.guillaumepayet.remotenumpad.yml | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Update Remote Numpad to 1.8.0 (30) | Update Remote Numpad to 1.8.0 (30)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5c191a1ff637f72a63ab77d808a37f134e000138 | metadata/io.github.z3r0c00l_2k.aquadroid.yml | metadata/io.github.z3r0c00l_2k.aquadroid.yml | Categories:
- Sports & Health
License: GPL-3.0-only
SourceCode: https://github.com/z3r0c00l-2k/AquaDroid
IssueTracker: https://github.com/z3r0c00l-2k/AquaDroid/issues
Changelog: https://github.com/z3r0c00l-2k/AquaDroid/releases
AutoName: AquaDroid
RepoType: git
Repo: https://github.com/z3r0c00l-2k/AquaDroid
Builds... | Categories:
- Sports & Health
License: GPL-3.0-only
SourceCode: https://github.com/z3r0c00l-2k/AquaDroid
IssueTracker: https://github.com/z3r0c00l-2k/AquaDroid/issues
Changelog: https://github.com/z3r0c00l-2k/AquaDroid/releases
AutoName: AquaDroid
RepoType: git
Repo: https://github.com/z3r0c00l-2k/AquaDroid
Builds... | Update AquaDroid to 1.3 (5) | Update AquaDroid to 1.3 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
4cd73069d71312ce4528532fd7574c3e06d5a9a3 | .travis.yml | .travis.yml | branches:
only:
- master
language: node_js
os:
- linux
sudo: false
services:
- docker
node_js:
- "12"
- "10"
- "8"
cache:
directories:
- node_modules
matrix:
fast_finish: true
git:
depth: 1
install:
- npm install
- npm install coveralls --save-dev
before_script:
- npm run build... | branches:
only:
- master
language: node_js
os:
- linux
sudo: false
services:
- docker
node_js:
- "12"
- "10"
cache:
directories:
- node_modules
matrix:
fast_finish: true
git:
depth: 1
install:
- npm install
- npm install coveralls --save-dev
before_script:
- npm run build;
scrip... | Drop support of Node.js 8.x | Drop support of Node.js 8.x
Signed-off-by: Remy Suen <553f7e7fc51e9ff47ae89d5a0ebd06651241b998@gmail.com>
| YAML | mit | rcjsuen/dockerfile-language-server-nodejs,rcjsuen/dockerfile-language-server-nodejs |
af5a2f35cbbec478d6f7b34d0d672c55288f5e5e | src/fixtures/users.yaml | src/fixtures/users.yaml | - model: auth.User
pk: 1
fields:
first_name: admin
last_name: admin
username: admin
email: admin@happening.com
password: sha1$aaac6$37fae882af0912ced5577ed0f512b4014b9c8551
is_active: True
is_superuser: True
is_staff: True
| - model: auth.User
pk: 1
fields:
first_name: admin
last_name: admin
username: admin
email: admin@happening.com
password: pbkdf2_sha256$30000$bbtXGlvNvGRV$KW3KAt9mRMw7vOAYI+GEoiu+aO8CMRA8vAWyKODxuxg=
is_active: True
is_superuser: True
is_staff: True
| Update default password (still "password") | Update default password (still "password")
| YAML | mit | jscott1989/happening,jscott1989/happening,happeninghq/happening,jscott1989/happening,happeninghq/happening,happeninghq/happening,jscott1989/happening,happeninghq/happening |
69f697fda9e1ca335a875aadaa1012deaadf6a94 | docker-compose.yml | docker-compose.yml | version: '2'
services:
dhtbay:
build: .
image: dhtbay
container_name: dhtbay
links:
- aria2
- mongo
- redis
ports:
- "6881:6881/udp"
aria2:
image: flyersweb/aria2
container_name: dhtaria2
restart: always
volumes:
- ./torrent:/dataComplete
- ./c... | version: '2'
services:
dhtbay:
build: .
image: dhtbay
container_name: dhtbay
restart: always
links:
- aria2
- mongo
- redis
ports:
- "6881:6881/udp"
volumes:
- ./torrent:/var/www/torrent
aria2:
image: flyersweb/aria2
container_name: dhtaria2
rest... | Add torrent folder as volume | Add torrent folder as volume
| YAML | unlicense | FlyersWeb/dhtbay,FlyersWeb/dht-bay,FlyersWeb/dhtbay |
ba848918fe4200458af4712ae2113fb5bfd1b3b6 | .travis.yml | .travis.yml | language: python
sudo: false
script: ./scripts/travis.sh
os:
- linux
python:
- 3.5
- 3.6
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
- python: 3.9
dist: xenial
sudo: true
- python: 3.10
dist: focal
s... | language: python
sudo: false
script: ./scripts/travis.sh
os:
- linux
python:
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
dist: "xenial"
sudo: true
- python: "3.8"
dist: "xenial"
sudo: true
- python: "3.9"
dist: "xenial"
sudo: true
- python: "3.10"
d... | Put 3.10 in Quotes for Travis | Put 3.10 in Quotes for Travis
| YAML | bsd-3-clause | datafolklabs/cement,datafolklabs/cement,datafolklabs/cement |
8ca5c21920aa767e41032d8bb780ada85990d1bd | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
env:
- DB=postgresql
script:
- bundle exec rake spec
before_script:
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate
- bundle exec rake db:test:prepare
bundler_args: --binstubs=./bundler_stubs
# uncomment this line if your project needs to run something o... | language: ruby
cache: bundler
rvm:
- "2.0.0"
env:
- DB=postgresql
script:
- bundle exec rake spec
before_script:
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate
- bundle exec rake db:test:prepare
bundler_args: --binstubs=./bundler_stubs
notifications:
email: false
# uncomment this ... | Add few more config items | Add few more config items
| YAML | mit | mccallumjack/sinder,mccallumjack/sinder,mccallumjack/sinder |
399b06297f9036de5177b46a542e18c758db0334 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
# command to install dependencies
install: pip install -r rnacentral/requirements.txt
# command to run tests
script: python rnacentral/apiv1/tests.py --base_url=http://test.rnacentral.org
# whitelist
branches:
only:
- django
| language: python
python:
- "2.6"
# command to install dependencies
install: pip install -r rnacentral/requirements.txt --allow-all-external
# command to run tests
script: python rnacentral/apiv1/tests.py --base_url=http://test.rnacentral.org
# whitelist
branches:
only:
- django
| Allow external pip downloads in Travis | Allow external pip downloads in Travis
| YAML | apache-2.0 | RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode |
40055eb8b8d0c56d5888dc485fd94e18e81732dc | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
bundler_args: --jobs 7 --retry 3
gemfile: gemfiles/chefspec.gemfile
env:
- CHEF_VERSION=master
- CHEF_VERSION=12.5.1
- CHEF_VERSION=12.4.3
- CHEF_VERSION=12.4.0
- CHEF_VERSION=12.3.0
- CHEF_VERSION=1... | language: ruby
cache: bundler
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
bundler_args: --jobs 7 --retry 3
gemfile: gemfiles/chefspec.gemfile
env:
- CHEF_VERSION=master
- CHEF_VERSION=12.6.0
- CHEF_VERSION=12.5.1
- CHEF_VERSION=12.4.3
- CHEF_VERSION=12.4.0
- CHEF_VERSION=1... | Add Chef 12.6.0 to the test matrix | Add Chef 12.6.0 to the test matrix | YAML | mit | chefspec/chefspec,mcoolive/chefspec,lamont-granquist/chefspec,mcoolive/chefspec,chefspec/chefspec,lamont-granquist/chefspec,sethvargo/chefspec,gsavage/chefspec,gsavage/chefspec,sethvargo/chefspec |
acca7b5d8a857d42ff42f0f790be26a832d92c0e | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- which angr-test && angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
... | before_script:
- which angr-test && angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
... | Test colorguard on angr pushes | Test colorguard on angr pushes
| YAML | bsd-2-clause | schieb/angr,f-prettyland/angr,f-prettyland/angr,iamahuman/angr,angr/angr,axt/angr,tyb0807/angr,axt/angr,tyb0807/angr,f-prettyland/angr,chubbymaggie/angr,iamahuman/angr,axt/angr,tyb0807/angr,iamahuman/angr,schieb/angr,chubbymaggie/angr,chubbymaggie/angr,schieb/angr,angr/angr,angr/angr |
9c1649930a3b1bb87422b7ca8aae93409b7b4e4a | .github/workflows/php.yml | .github/workflows/php.yml | name: CI test suite
on:
pull_request:
paths:
- 'composer.*'
- phpcs.xml
- phpstan.neon
- '**.php'
push:
paths:
- 'composer.*'
- phpcs.xml
- phpstan.neon
- '**.php'
jobs:
build:
strategy:
matrix:
php-versions: ['8.0', '7.4', '7.3', '7.2']
... | name: CI test suite
on:
pull_request:
paths:
- 'composer.*'
- phpcs.xml
- phpstan.neon
- '**.php'
push:
paths:
- 'composer.*'
- phpcs.xml
- phpstan.neon
- '**.php'
jobs:
build:
strategy:
matrix:
php-versions: ['7.4', '7.3', '7.2']
ru... | Revert addition of PHP 8.0 to CI matrix | Revert addition of PHP 8.0 to CI matrix
Hold on PHP 8 support for now.
| YAML | unlicense | chesio/bc-security,chesio/bc-security,chesio/bc-security |
54f4e83b443cc9bd997b119bb03ce87fd5e23462 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
variables:
REGISTRY: hub.alterway.fr
.build_push_template: &build_push_definition
stage: build
only:
- preprod
- master
script:
- docker build --pull -t $REGISTRY/php:${CI_JOB_NAME:1} ${CI_JOB_NAME:1}/ >> /dev/null
- docker push $REGISTRY/php:${CI_JOB_NAME:1} > /dev/null
... | stages:
- build
.build_push_template: &build_push_definition
stage: build
only:
- preprod
- master
script:
- docker build --pull -t $REGISTRY/php:${CI_JOB_NAME:1} ${CI_JOB_NAME:1}/ >> /dev/null
- docker push $REGISTRY/php:${CI_JOB_NAME:1} > /dev/null
- docker tag $REGISTRY/php:${CI_JOB_NA... | Move registry variable to CI/CD variables to hide value when sync with github | Move registry variable to CI/CD variables to hide value when sync with github | YAML | mit | alterway/docker-mysql |
69f752b2001c31a2b162104963dc49d0117a28eb | .github/workflows/run.yml | .github/workflows/run.yml | name: .NET Core
on:
push
jobs:
Run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
- name: Build benchmarks
run: dotnet publish -c Release
- name: Run be... | name: .NET Core
on:
push
jobs:
Run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build benchmarks
run: dotnet publish -c Release
- name: Run benc... | Update GitHub Actions workflow to use .NET 5 | Update GitHub Actions workflow to use .NET 5
| YAML | mit | stevedesmond-ca/BenchmarkMockNet |
52a784a9b548aa8f133fa2e08efe25088e042de5 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: php
php:
- 7.1
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- composer self-update
install: travis_retry composer update -... | dist: trusty
sudo: false
language: php
php:
- 7.1
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- composer self-update
install: travis_retry composer update -... | Sort checked files to avoid random order | CI: Sort checked files to avoid random order
| YAML | mit | doctrine/coding-standard,doctrine/coding-standard |
ceec70408851c2fe11924fee216005aa684b6077 | .travis.yml | .travis.yml | addons:
apt:
packages:
- cmake
sources:
- kalakris-cmake
language: c++
before_script:
- mkdir build
- cd build
- cmake ..
compiler:
- clang
- gcc
| addons:
apt:
packages:
- cmake
- cmake-data
sources:
- george-edison55-precise-backports
language: c++
before_script:
- mkdir build
- cd build
- cmake ..
compiler:
- clang
- gcc
| Change to george edisons cmake thingy | Change to george edisons cmake thingy
| YAML | mit | GustavHager/pig-latinizer,GustavHager/pig-latinizer |
9ee91f914194bd5b541d0e29852ea73d4b41649e | .gitlab-ci.yml | .gitlab-ci.yml | image: ubuntu:vivid
test-stable:
script:
- apt-get install -y curl file build-essential
- curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo
- grep -v "maud_macros" Cargo.toml > Cargo.toml.new
- mv Cargo.toml.new Cargo.toml
- cargo build --release --verbose
- cargo ... | image: ubuntu:vivid
stages:
- test
- publish
test-stable:
script:
- apt-get install -y curl file build-essential
- curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo
- cargo build --release --verbose
- cargo test --verbose
test-beta:
script:
- apt-get install -y... | Add in publish job for tags | Add in publish job for tags
| YAML | apache-2.0 | Nemo157/maud-pulldown-cmark,Nemo157/maud-pulldown-cmark |
f4cbd97e74c71fccc319d1d1cf766f1d76231875 | metadata/com.bald.uriah.baldphone.yml | metadata/com.bald.uriah.baldphone.yml | Categories:
- System
License: Apache-2.0
AuthorName: Uriah Shaul Mandel
AuthorEmail: baldphone.contact@gmail.com
WebSite: https://sites.google.com/view/baldphone
SourceCode: https://github.com/UriahShaulMandel/BaldPhone
IssueTracker: https://github.com/UriahShaulMandel/BaldPhone/issues
Changelog: https://github.com/U... | Categories:
- System
License: Apache-2.0
AuthorName: Uriah Shaul Mandel
AuthorEmail: baldphone.contact@gmail.com
WebSite: https://sites.google.com/view/baldphone
SourceCode: https://github.com/UriahShaulMandel/BaldPhone
IssueTracker: https://github.com/UriahShaulMandel/BaldPhone/issues
Changelog: https://github.com/U... | Update BaldPhone to 11.4.0 (81) | Update BaldPhone to 11.4.0 (81)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.