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 |
|---|---|---|---|---|---|---|---|---|---|
31832a484f672397d4c98909d0143efebdaca124 | .travis.yml | .travis.yml | rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- ruby-head
- rbx
- jruby
only:
- master
notifications:
disabled: true
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
only:
- master
notifications:
disabled: true
| Stop supporting RVM Rubies 1.8.6, rbx and jruby | Stop supporting RVM Rubies 1.8.6, rbx and jruby
| YAML | mit | venuenext/json_spec,collectiveidea/json_spec,irfanah/json_spec |
d4088139d4698f76d30b4f6558d69cab55d2fa53 | .travis.yml | .travis.yml | language: rust
sudo: false
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev # optional: only required for the --verify flag of coveralls
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
# Load travis-cargo
before_s... | language: rust
sudo: false
cache: cargo
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev # optional: only required for the --verify flag of coveralls
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
# Load travis-c... | Add cargo build caching to Travis-CI | Add cargo build caching to Travis-CI
| YAML | apache-2.0 | jzhu98/telescope |
c0058845e658f57fb415b6c16e2fa3db870a6bd9 | .travis.yml | .travis.yml | sudo: required
dist: precise
group: edge
language: android
jdk:
- oraclejdk7
- oraclejdk8
env:
- TEST_SUITE=codenarc integTest
- TEST_SUITE=perfTest
android:
components:
- tools
- build-tools-23.0.2
- android-23
branches:
only:
- development
- staging
- /^support-.*$/
script:
... | sudo: required
dist: precise
group: edge
language: android
jdk:
- oraclejdk7
- oraclejdk8
env:
- TEST_SUITE="codenarc integTest"
- TEST_SUITE=perfTest
android:
components:
- tools
- build-tools-23.0.2
- android-23
branches:
only:
- development
- staging
- /^support-.*$/
script:... | Make sure both, codenarc and integTest should run | Make sure both, codenarc and integTest should run
| YAML | apache-2.0 | Monits/static-code-analysis-plugin,Monits/static-code-analysis-plugin |
0b970eea4ab7b55947a0eaa3816a15380255328c | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
before_script: composer install
| language: php
php:
- 7.2
- 7.1
- 7.0
- 5.6
before_script: composer install
| Remove end of life PHP versions from Travis CI | Remove end of life PHP versions from Travis CI
PHP 5.4 and 5.5 no longer receive updates from the PHP team.
Maintaining backwards compatability for EOF PHP versions is an
overhead I'm not committing to.
| YAML | mit | adrianclay/php-git |
eed87b8780536c5e8499e4a90fe708a8d51dd1be | .travis.yml | .travis.yml | language: c
sudo: required
os: [linux]
compiler: [clang, gcc]
install:
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get update -qq
- sudo apt-get -y install lua5.2 lua5.1 liblua5.2-dev liblua5.1-dev
script:
- export VERBOSE=1
- make -j"$(nproc)" build-lua52 build-lua51 V=1
- make check-lib... | language: c
sudo: required
os: [linux]
compiler: [clang, gcc]
arch: [amd64, arm64, ppc64le, s390x]
install:
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get update -qq
- sudo apt-get -y install lua5.2 lua5.1 liblua5.2-dev liblua5.1-dev
script:
- export VERBOSE=1
- make -j"$(nproc)" build-lua52... | Enable all CPU architectures for Travis CI builds | Enable all CPU architectures for Travis CI builds
| YAML | apache-2.0 | craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo |
4fd1d0ec2d98be0501877e61a0c3c738ac0d4d24 | .travis.yml | .travis.yml | # http://docs.travis-ci.com/user/languages/go/
language: go
install: true
script: script/cibuild
notifications:
email: false
| # http://docs.travis-ci.com/user/languages/go/
language: go
install: true
script: script/cibuild
notifications:
email: false
before_install:
- repo=`basename $PWD`; localDir=`dirname $PWD`; cfDir="`dirname $localDir`/github"
- if [[ "$localDir" != "$cfDir" ]]; then mv "$localDir" "$cfDir"; cd ../../github/$repo; ... | Make it possible to enable Travis on forks | Make it possible to enable Travis on forks
Doesn't usually build with a fork because the clone path is $fork_user/git-lfs instead of github/git-lfs which breaks package references. This fixes that.
Note that this code should work on any golang repo owned by github
| YAML | mit | rubiojr/git-lfs,github/git-lfs,aleb/git-lfs,aleb/git-lfs,crealytics/git-lfs,ttaylorr/git-lfs,crealytics/git-lfs,iSC-Labs/git-lfs,modulexcite/git-lfs,Jericho25/-git-lfs_miilkyway,cnbin/git-lfs,ModernTechnologyPlayers01/git-lfs,rtyley/git-lfs,bozaro/git-lfs,clareliguori/git-lfs,jsroads/git-lfs,phungmy/git-lfs,larsxschnei... |
6b265cafd003e86ff0aec08cac29ccb159a9aef5 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "10"
services:
- docker
sudo: false
# For testing environment
addons:
chrome: stable
branches:
only:
- master
- /^greenkeeper/.*$/
- dev-1
# Version Matrix
# Testing needs to pass: test-release
# Deployment needs to pass: build-release
env:
- EMBER_TRY_SCENARIO=tes... | ---
language: node_js
node_js:
- "10"
services:
- docker
sudo: false
# For testing environment
addons:
chrome: stable
branches:
only:
- master
- /^greenkeeper/.*$/
- dev-1
# Version Matrix
# Testing needs to pass: test-release
# Deployment needs to pass: build-release
jobs:
fast_finish: true
#al... | Simplify the config in TravisCI | Simplify the config in TravisCI
| YAML | apache-2.0 | ExplorViz/explorviz-ui-frontend,ExplorViz/explorviz-ui-frontend,ExplorViz/explorviz-ui-frontend |
48a37a2c474537f17a30242a97571d5939980730 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '6'
- '5'
- '4'
- iojs-v3
- iojs-v2
- iojs-v1
- '0.12'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm test
- npm run build
after_success:
- 'curl -Lo tr... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '6'
- '5'
- '4'
- iojs-v3
- iojs-v2
- iojs-v1
- '0.12'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run build
- npm test
after_success:
- 'curl -Lo tr... | Build needs to happen before test | chore: Build needs to happen before test
| YAML | mit | mrsteele/json-truncate |
dd8904bbfaf18c45c418cdd4d14c9ee1ea4a43a0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
before_install:
- gem update --system
- gem install bundler -v 1.14.6
| language: ruby
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
before_install:
- gem update --system
- gem install bundler -v 1.14.6
| Update Travis CI settings to latest Rubies | Update Travis CI settings to latest Rubies
Signed-off-by: Grant Ramsay <4ab1b2fdb7784a8f9b55e81e3261617f44fd0585@gmail.com>
| YAML | mit | seapagan/update_repo,seapagan/update_repo,seapagan/update_repo,seapagan/update_repo |
03b64e894738ca0c99667405799242f051e47236 | .travis.yml | .travis.yml | language: go
go:
- 1.5.1
install:
- go get -v golang.org/x/tools/cmd/vet
- go get -v github.com/tools/godep
- go get -v github.com/onsi/ginkgo/ginkgo
script: bin/test --compilers=2
branches:
only:
- master
| language: go
go:
- 1.4.2
install:
- go get -v golang.org/x/tools/cmd/vet
- go get -v github.com/tools/godep
- go get -v github.com/onsi/ginkgo/ginkgo
script: bin/test --compilers=2
branches:
only:
- master
| Downgrade to go 1.4.2 in Travis | Downgrade to go 1.4.2 in Travis
It appears there is an issue with calling flag.Parse() in an init()
function when running tests via ginkgo, which passes its own flags.
Signed-off-by: Kris Hicks <6d3f751023bc04266d4da2ff94804f4240839fe2@pivotal.io>
| YAML | apache-2.0 | brybwy/cli-plugin-repo,cloudfoundry-incubator/cli-plugin-repo,kkellner/cli-plugin-repo,kkellner/cli-plugin-repo,brybwy/cli-plugin-repo,brybwy/cli-plugin-repo,cloudfoundry-incubator/cli-plugin-repo,guidowb/cli-plugin-repo,guidowb/cli-plugin-repo,brybwy/cli-plugin-repo,guidowb/cli-plugin-repo,cloudfoundry-incubator/cli-p... |
9301eb01f62a9ec2962a4c556fa418e270fbdae3 | .travis.yml | .travis.yml | language: haskell
notifications:
email: false
before_script:
- cabal configure --enable-tests
- cabal build
script:
- cabal test --show-details=always --test-options="--color"
| language: haskell
notifications:
email: false
before_script:
- cabal configure --enable-tests
- cabal build
script:
- cabal test --show-details=always --test-options="--color"
- cabal run Junior
| Add run Junior haskell interpreter to Travis | Add run Junior haskell interpreter to Travis
| YAML | apache-2.0 | holoed/Junior,holoed/Junior,holoed/Junior,holoed/Junior |
03aa3233e848971a98d44a769a88efa75c004b33 | shippable.yml | shippable.yml | language: scala
services:
env:
- SIREUM_PARALLEL_BUILD=false
build:
pre_ci:
pre_ci_boot:
image_name: sireum/v3
image_tag: latest
pull: true
options: "-e HOME=/root"
ci:
- export JAVA_OPTIONS=-Xmx2G -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G -Xss1M -XX:+CMSClassU... | language: scala
services:
env:
global:
- SIREUM_PARALLEL_BUILD=false
- JAVA_OPTIONS=-Xmx2G -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G -Xss1M -XX:+CMSClassUnloadingEnabled
build:
pre_ci:
pre_ci_boot:
image_name: sireum/v3
image_tag: latest
pull: true
options:... | Use env global for multiple env vars in one build matrix. | Use env global for multiple env vars in one build matrix.
| YAML | bsd-2-clause | sireum/v3,sireum/v3,sireum/v3,sireum/v3 |
cfa3d34ab1e99203894ad8d21aff2030520742e6 | ab_tests/ab_tests.yaml | ab_tests/ab_tests.yaml | # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- TaskListBrowse:
- A
- B
- TaskListHeader:
- A
- B
- TaskListSidebar:
- A
- B
- CivilPartnershipTaskListSidebar:
- A
- B
- CivilPartnershipTaskListHeader:
- A
- B... | # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- TaskListBrowse:
- A
- B
- TaskListHeader:
- A
- B
- TaskListSidebar:
- A
- B
- CivilPartnershipTaskListSidebar:
- A
- B
- CivilPartnershipTaskListHeader:
- A
- B... | Add Guide Chapter Nav AB test | Add Guide Chapter Nav AB test
This will be to test a new style of chapter navigation on guides that does not
use numbers, as we think this might clash with step by step navigation.
| YAML | mit | alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure |
ac367823466bf24ed4142ecf707ff49d0dba5756 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [11, 17, 18-ea]
os: [windows-2019, windows-latest]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions... | name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-latest]
java: [11, 17, 18]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/ch... | Move to jdk 18 proper | [actions] Move to jdk 18 proper
| YAML | mit | Waffle/waffle,Waffle/waffle,hazendaz/waffle,dblock/waffle,dblock/waffle,dblock/waffle,hazendaz/waffle,dblock/waffle,hazendaz/waffle,Waffle/waffle |
f782c042d0f56ace0060aa91fd9b2693dddc3b44 | packages/bi/bittrex.yaml | packages/bi/bittrex.yaml | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: 9beeb7edddc6e4072b9a78fd1bfa2b3d286efbbaa0ead52ac047d71fdd5cb6d5
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: API bindings to bittrex.com
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: bcf5692eab266781b71915e7470ff8c82e527eaab8561cca9a715e3258ef2a04
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: Bindings for the Bittrex API
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ve... | Update from Hackage at 2018-01-08T05:53:14Z | Update from Hackage at 2018-01-08T05:53:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
623cb6e1f0134c12eee1d3037e516d7610eb6ae9 | .github/workflows/google-play.yaml | .github/workflows/google-play.yaml | name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Read GitHub Secrets & Decrypt Encryp... | name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Read GitHub Secrets & Decrypt Encryp... | Print debug information `pwd` and `ls` to the output in GitHub Actions workflow. | Print debug information `pwd` and `ls` to the output in GitHub Actions workflow.
| YAML | apache-2.0 | google/evergreen-checker,google/evergreen-checker |
706bee194fba5a4eb09f102cb34e3ed6e1d01c90 | .github/workflows/publish-gem.yaml | .github/workflows/publish-gem.yaml | name: publish-gem
on:
push:
tags:
- v*
jobs:
publish-gem:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Setup credentials
run: |
mkdir -p ... | name: publish-gem
on:
push:
tags:
- v*
jobs:
publish-gem:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Setup credentials
run: |
mkdir -p ... | Update actions/checkout action to v3 | Update actions/checkout action to v3 | YAML | mit | yuya-takeyama/jr |
a38411dbc3a428304497b86d5df73ec080a229c6 | .github/workflows/windows_test.yml | .github/workflows/windows_test.yml | name: Test on windows
on:
push:
branches:
- master
pull_request:
jobs:
ci-test:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout sources
uses: actions/checkout@v1
- uses: msys2/setup-msys2@v2
with:
msystem:... | name: Test on windows
on:
push:
branches:
- master
pull_request:
jobs:
ci-test:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout sources
uses: actions/checkout@v1
- uses: msys2/setup-msys2@v2
with:
msystem:... | Print compile command in verbose mode | Print compile command in verbose mode
This will help us diagnose problems.
| YAML | apache-2.0 | mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio |
f01dec709bfcf718e5fc76c915b2a865dd610e11 | packages/gr/gridbox.yaml | packages/gr/gridbox.yaml | homepage: https://github.com/zaidan/gridbox#readme
changelog-type: ''
hash: 2ae6773549fa0bf6f8667a15718835abf83fe704395fc4713a5c56e05cbc6e27
test-bench-deps:
base: ! '>=4.9 && <5.0'
hspec: -any
gridbox: -any
maintainer: firas@zaidan.de
synopsis: A grid box model
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'... | homepage: https://github.com/zaidan/gridbox#readme
changelog-type: ''
hash: 414b8f85afeace4d3489aa054bfe1e5213ddb43ba2c24997cbda1a4517dce8bf
test-bench-deps:
base: ! '>=4.9 && <5.0'
hspec: -any
gridbox: -any
maintainer: firas@zaidan.de
synopsis: A grid box model
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'... | Update from Hackage at 2017-02-09T18:04:00Z | Update from Hackage at 2017-02-09T18:04:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0f806cd0597850a4ade558b347fae66e6d1ea387 | packages/sw/swagger.yaml | packages/sw/swagger.yaml | homepage: ''
changelog-type: ''
hash: 853b4117cdc8e6059764fe8fcbdd9985e16dc221fe294df72253106567827010
test-bench-deps:
bytestring: -any
swagger: -any
base: -any
tasty-hunit: ! '>=0.8'
tasty: ! '>=0.8'
aeson: -any
maintainer: Toralf Wittner <tw@dtex.org>
synopsis: Implementation of swagger data model
change... | homepage: ''
changelog-type: ''
hash: ecabd501ebebd2a344ed21f01adfa598fbe41d40c0619d04aaa611815b659006
test-bench-deps:
bytestring: -any
swagger: -any
base: -any
tasty-hunit: ! '>=0.8'
tasty: ! '>=0.8'
aeson: -any
maintainer: Toralf Wittner <tw@dtex.org>
synopsis: Implementation of swagger data model
change... | Update from Hackage at 2016-09-18T21:59:35+00:00 | Update from Hackage at 2016-09-18T21:59:35+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
491abbde2652fe0bb6704ecd4cb8a2a4bf7150a3 | packages/th/theatre.yaml | packages/th/theatre.yaml | homepage: https://github.com/nikita-volkov/theatre
changelog-type: ''
hash: f52a416f91a0f051b7bd29e0e55720209f15bb34e918fdd2189c3011316265e2
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Minimalistic actor library
changelog: ''
basic-deps:
base-prelude: ! '>=0.1.19 && <2'
base: !... | homepage: https://github.com/nikita-volkov/theatre
changelog-type: ''
hash: a61d0f49cf60632538dbe0e173e93481df6857ec0f96939983592375eac47722
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Minimalistic actor library
changelog: ''
basic-deps:
base: '>=4.9 && <5'
slave-thread: ==1.*
... | Update from Hackage at 2020-06-20T10:20:45Z | Update from Hackage at 2020-06-20T10:20:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6b8055adcdb5a1ba7cfdf399f027b317506adb48 | packages/go/googlepolyline.yaml | packages/go/googlepolyline.yaml | homepage: https://github.com/lornap/googlepolyline
changelog-type: ''
hash: 49e5f8d6e9f1c8b97fcefdb4ddb7258399515166c7eea1b2536d164f5b72629c
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <0.4'
bytestring: ! '>=0.10 && <0.11'
test-framework: ! '>=0.8 && <0.9'
base: ! '>=4.7 && <4.8'
googlepolyline: -any
... | homepage: https://github.com/lornap/googlepolyline
changelog-type: ''
hash: 5c43cf177cb2fac65bf499e60cea80bbedba361b1a068a0680c1ac8f671bffc7
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <0.4'
bytestring: ! '>=0.10 && <0.11'
test-framework: ! '>=0.8 && <0.9'
base: ! '>=4.7 && <4.9'
googlepolyline: -any
... | Update from Hackage at 2016-04-16T20:20:22+0000 | Update from Hackage at 2016-04-16T20:20:22+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9f632698b51e2cad00a92b96899236a7380b8b84 | config/config.example.yml | config/config.example.yml | client :
# Twitterの設定
# CK,CS,AT,ATS
twitter :
consumer_key : ""
consumer_secret : ""
access_token : ""
access_token_secret : ""
# Slackの設定
# トークンとチャンネル名のみ
slack :
token : ""
channel : ""
data :
log :
file : "/log/log.log"
level : :debug
dump :
... | client :
# Twitterの設定
# CK,CS,AT,ATS
twitter :
consumer_key : ""
consumer_secret : ""
access_token : ""
access_token_secret : ""
# Slackの設定
# トークンとチャンネル名のみ
slack :
token : ""
channel : ""
data :
log :
file : "/log/log.log"
level : :debug
dump :
... | Add urls to config file | Add urls to config file
| YAML | mit | Hiroto-K/trysail-blog-notification |
574e37282bd7de773193627e29e275ee02b82e78 | _config.yml | _config.yml | # Site settings
title: Sébastien Maret
header-img: img/home-bg.jpg
email: sebastien.maret@icloud.com
baseurl: ""
url: "http://smaret.github.io"
twitter_username: sebastienmaret
github_username: smaret
facebook_username: sebastienmaret
# Build settings
markdown: kramdown
highlighter: pygments
permalink: pretty
pagina... | # Site settings
title: Sébastien Maret
header-img: img/home-bg.jpg
email: sebastien.maret@icloud.com
baseurl: ""
url: "http://smaret.github.io"
twitter_username: sebastienmaret
github_username: smaret
# Build settings
markdown: kramdown
highlighter: pygments
permalink: pretty
paginate: 5
exclude: ["less","node_module... | Remove link to Facebook page | Remove link to Facebook page
| YAML | mit | smaret/smaret.github.io,smaret/smaret.github.io |
f2aea662cef19317c36dd5ef05548317a5a799ae | _config.yml | _config.yml | name: I. Am. Carrico.
author: http://iamcarrico.com/about/
lsi: false
debug: false
permalink: /writings/:title/
url: http://iamcarrico.com
paginate: 4
paginate_path: "writings/page/:num/"
timezone: America/Chicago
future: true
category_dir: topics
exclude:
- CONTRIBUTING.md
- README.md
- config.rb
- package.j... | name: I. Am. Carrico.
author: http://iamcarrico.com/about/
lsi: false
debug: false
# Temporarily in here while I debug stuff.
minify_html: false
permalink: /writings/:title/
url: http://iamcarrico.com
paginate: 4
paginate_path: "writings/page/:num/"
timezone: America/Chicago
future: true
category_dir: topics
exclude... | Remove HTML compression, might be messing up GA | Remove HTML compression, might be messing up GA
| YAML | mit | iamcarrico/iamcarrico,iamcarrico/iamcarrico,iamcarrico/iamcarrico,iamcarrico/iamcarrico |
4675e65b67516b1ca21f9e61eec38990e151a4b4 | _config.yml | _config.yml | # Site settings
title: "Paper Jekyll Theme"
description: >
Write a description of your website here.
author: Johnny Appleseed
email: johnny@appleseed.com
twitter_username:
github_username:
baseurl: "/paper-jekyll-theme" # the subpath of your site, e.g. /blog
url: "https://deadbeef.me" # the base hostname & protoco... | # Site settings
title: "Paper Jekyll Theme"
description: >
Write a description of your website here.
author: Johnny Appleseed
email: johnny@appleseed.com
twitter_username: _HairForceOne
github_username: mkchoi212
baseurl: "/paper-jekyll-theme" # the subpath of your site, e.g. /blog
url: "https://deadbeef.me" # the... | Add dummy twitter and github accounts | Add dummy twitter and github accounts
| YAML | mit | surajsharma/surajsharma.github.io,surajsharma/surajsharma.github.io,surajsharma/surajsharma.github.io |
7f5c6676d7fbbf8da0dc6152ae2adf73670b742a | _config.yml | _config.yml | name: Jekyll Index Config Plugin
markdown: redcarpet
highlighter: false
index: home.markdown
defaults:
-
scope:
path: ""
values:
layout: default
exclude:
- LICENSE
- README.md
- spec
| name: Jekyll Index Config Plugin
markdown: redcarpet
highlighter: false
index: home.markdown
defaults:
-
scope:
path: ""
values:
layout: default
exclude:
- LICENSE
- README.md
- spec
- Gemfile
- Gemfile.lock
| Add Gemfiles to jekyll ignore | Add Gemfiles to jekyll ignore | YAML | mit | ngmaloney/jekyll-index-config,ngmaloney/jekyll-index-config |
45b85871f62154659216602645980722912669f7 | _config.yml | _config.yml | markdown: redcarpet
highlighter: pygments
permalink: /:title
url: "http://jonnyparris.github.io"
baseurl: ""
twitter_username: jonnyparris
github_username: jonnyparris
description: "Ruskin's tech blog"
title: ruskindex.html
email: ruskin.constant@gmail.com
redcarpet:
extensions: [strikethrough, tables]
sass:
... | highlighter: rouge
permalink: /:title
url: "http://jonnyparris.github.io"
baseurl: ""
twitter_username: jonnyparris
github_username: jonnyparris
description: "Ruskin's tech blog"
title: ruskindex.html
email: ruskin.constant@gmail.com
redcarpet:
extensions: [strikethrough, tables]
sass:
sass_dir: public/css
... | Address build errors from config file | Address build errors from config file
| YAML | mit | jonnyparris/jonnyparris.github.io,jonnyparris/jonnyparris.github.io |
8d44ffbd3958b24ddae0248de440f7c9baa1f86d | _config.yml | _config.yml | title: John Doe # your name (or website title) here
logo: "/images/profile-pic-2.png?raw=true" # your photo (or logo) here
description: > # your text below (remove <br> elements if you don't need line breaks)
First description
<br><br>
Second description
<br><br>
<a href="https://www.linkedin.com/in/example... | title: Darius Atmar # your name (or website title) here
logo: "/images/profile-pic-2.png?raw=true" # your photo (or logo) here
description: > # your text below (remove <br> elements if you don't need line breaks)
Data Scientist
<br><br>
<a href="https://www.linkedin.com/in/dariusatmar/">View My LinkedIn Profile<... | Change personal info and add google analytics | Change personal info and add google analytics
| YAML | mit | datmar/datmar.github.io |
f5a0b1410218d71c85e3cb2a358d4280a4b1ce8a | _config.yml | _config.yml | # Site settings
title: thirty-four
email: blog@posnick.org
description: "thirty-four is crafted with love in Brooklyn, by Jeff Posnick."
baseurl: ""
url: "https://jeffy.info"
github:
username: jeffposnick
twitter:
username: jeffposnick
logo: /assets/images-min/34.png
# Build settings
markdown: kramdown
exclude: [... | # Site settings
title: thirty-four
email: blog@posnick.org
description: "thirty-four is crafted with love in Brooklyn, by Jeff Posnick."
baseurl: ""
url: "https://jeffy.info"
github:
username: jeffposnick
twitter:
username: jeffposnick
logo: /assets/images-min/34.png
# Build settings
markdown: kramdown
exclude: [... | Exclude gulpfile.js from the build. | Exclude gulpfile.js from the build.
| YAML | cc0-1.0 | jeffposnick/jeffposnick.github.io,jeffposnick/jeffposnick.github.io,jeffposnick/jeffposnick.github.io |
e46cbec28afb245b231780b49bcdf5a7ebfdfd5b | _config.yml | _config.yml | title: seattle.rs
email: trey@seattle.rs
description: >
Seattle's Rust meetup group, seattle.rs. We have talks about learning
and using Rust in today's industry.
baseurl: ""
url: "http://seattle.rs"
twitter_username: seattlers
github_username: seattlers
# Build settings
excerpt_separator: "<!--more-->"
markdown: ... | title: seattle.rs
email: joe@lemma.co
description: >
Seattle's Rust meetup group, seattle.rs. We have talks about learning
and using Rust in today's industry.
baseurl: ""
url: "https://seattle.rs"
twitter_username: seattlers
github_username: seattlers
# Build settings
excerpt_separator: "<!--more-->"
markdown: kr... | Update URL scheme and contact | Update URL scheme and contact
| YAML | mit | seattlers/seattle.rs |
c0798ad19fdf84e9712beba54c794b677e266b85 | data/building-hours/8-alh.yaml | data/building-hours/8-alh.yaml | name: Alumni Hall
image: alumni-hall
category: Academia
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '5:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Hours
hours:
- {days: ... | name: Alumni Hall
image: alumni-hall
category: Academia
schedule:
- title: Hours
hours:
# - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '5:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Hours
hours:
- {days... | Comment out AY hours for ALH | Comment out AY hours for ALH
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
869447cbf3e1207f04bba116585af3cb02b6e3e1 | generators/deployment/templates/manifest_master.yml | generators/deployment/templates/manifest_master.yml | ---
applications:
- instances: 1
timeout: 180
{{#if this.name }}
name: {{{this.name}}}
{{/if ~}}
{{#if this.buildpack }}
buildpack: {{{this.buildpack}}}
{{/if ~}}
{{#if this.command }}
command: {{{this.command}}}
{{/if ~}}
{{#if this.path }}
path: {{{this.path}}}
{{/if ~}}
{{#if this.disk_qu... | ---
applications:
- instances: 1
timeout: 180
{{#if this.name }}
name: {{{this.name}}}
{{/if ~}}
{{#if this.buildpack }}
buildpack: {{{this.buildpack}}}
{{/if ~}}
{{#if this.command }}
command: {{{this.command}}}
{{/if ~}}
{{#if this.path }}
path: {{{this.path}}}
{{/if ~}}
{{#if this.disk_qu... | Add support for health check | Add support for health check
| YAML | apache-2.0 | ibm-developer/generator-ibm-cloud-enablement,ibm-developer/generator-ibm-cloud-enablement,ibm-developer/generator-ibm-cloud-enablement |
1f1421a2fd3d5e286efc91578bcc46f574179e78 | packages/sy/symantic-base.yaml | packages/sy/symantic-base.yaml | homepage: ''
changelog-type: ''
hash: dc696611471b6f0bb0de72b83d6ebd0e2c8f5e6eeee34afa36240fc3e0e53806
test-bench-deps: {}
maintainer: Julien Moutinho <julm+symantic-base@sourcephile.fr>
synopsis: Basic symantics for writing Embedded Domain-Specific Languages (EDSL).
changelog: ''
basic-deps:
base: '>=4.10 && <5'
all... | homepage: ''
changelog-type: ''
hash: 1ccbb4ed274fb77cdfc345cf314fc6b9440230139bd98c5c6ddf3051c05b5e93
test-bench-deps: {}
maintainer: Julien Moutinho <julm+symantic-base@sourcephile.fr>
synopsis: Basic symantics for writing Embedded Domain-Specific Languages (EDSL).
changelog: ''
basic-deps:
base: '>=4.10 && <5'
all... | Update from Hackage at 2020-08-18T09:27:06Z | Update from Hackage at 2020-08-18T09:27:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
96f0c1128bc4683687f3abad67f070581cfc5864 | app.yaml | app.yaml | application: kaffeeshare
version: alpha2go
runtime: go
api_version: go1
instance_class: F1
automatic_scaling:
min_idle_instances: 1
max_idle_instances: automatic # default value
min_pending_latency: 30ms # default value
max_pending_latency: automatic
max_concurrent_requests: 15
default_expiration: "10m"... | application: kaffeeshare
version: alpha2go
runtime: go
api_version: go1
instance_class: F1
automatic_scaling:
min_idle_instances: 0
max_idle_instances: automatic # default value
min_pending_latency: 30ms # default value
max_pending_latency: automatic
max_concurrent_requests: 15
default_expiration: "10m"... | Disable the instance that is always running. | Disable the instance that is always running.
| YAML | mit | koffeinsource/kaffeeshare,koffeinsource/kaffeeshare,koffeinsource/kaffeeshare |
41845e7a1700ec9f517c6c095f4e82cb176a598c | handlers/main.yml | handlers/main.yml | ---
- name: restart mysql
service: >
name={{ mysql_daemon }}
state=restarted
| ---
- name: restart mysql
command: "service {{ mysql_daemon }} restart"
# - name: restart mysql
# service: >
# name={{ mysql_daemon }}
# state=restarted
| Use command instead of service module for mysql restart. | Use command instead of service module for mysql restart.
| YAML | mit | singleplatform-eng/ansible-role-mysql |
17c041372536601d3d3f4b104589a5ec884d538e | rest-api/src/main/resources/paths/subpopulations/v3_subpopulations.yml | rest-api/src/main/resources/paths/subpopulations/v3_subpopulations.yml | get:
operationId: getSubpopulations
summary: Get all subpopulations in this study
tags:
- Subpopulations
- _For Developers
security:
- BridgeSecurity: []
parameters:
- name: includeDeleted
in: query
type: boolean
default: false
... | get:
operationId: getSubpopulations
summary: Get all subpopulations in this study
tags:
- Subpopulations
- _For Developers
security:
- BridgeSecurity: []
parameters:
- $ref: ../../index.yml#/parameters/includeDeleted
responses:
200:
description... | Consolidate definition of includeDeleted flag. | Consolidate definition of includeDeleted flag.
| YAML | apache-2.0 | Sage-Bionetworks/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK |
9876175c476bdd7fe0506f5eae407172b6815e26 | app-go.yaml | app-go.yaml | # Use the go runtime for restoncoffeemachine.
runtime: go
api_version: go112
#env: flex
version: 5
handlers:
- url: /favicon\.ico
static_files: img/favicon.ico
upload: img/favicon\.ico
- url: /img/(.*)
static_files: img/\1
upload: img/(.*)
mime_type: image/jpeg
expiration: "30d"
- url: /.*
script: _go_ap... | # Use the go runtime for restoncoffeemachine.
runtime: go
api_version: go112
#env: flex
version: 6
handlers:
- url: /favicon\.ico
static_files: img/favicon.ico
upload: img/favicon\.ico
- url: /img/(.*)
static_files: img/\1
upload: img/(.*)
mime_type: image/jpeg
expiration: "30d"
- url: /.*
script: _go_ap... | Move the app version from 5 to 6 to pick up go112 changes. | Move the app version from 5 to 6 to pick up go112 changes.
| YAML | apache-2.0 | morrowc/restoncoffeemachine |
6817963da801c5f5bcf4f2958159ab3291348ab0 | .github/workflows/audit.yaml | .github/workflows/audit.yaml | name: Code Audit
on: pull_request
jobs:
audit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '12', '14' ]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
... | name: Code Audit
on: pull_request
jobs:
audit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '12', '14' ]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
... | Update CSS properties before running tests so CI fails when changed | Update CSS properties before running tests so CI fails when changed
Closes #197
| YAML | isc | Siilwyn/css-declaration-sorter |
5b496539f222b295c323d727044c8806fc7ecaf7 | src/Phlexible/Bundle/FrontendMediaBundle/Resources/config/services.yml | src/Phlexible/Bundle/FrontendMediaBundle/Resources/config/services.yml | services:
# event listeners
phlexible_frontend_media.listener.element:
class: Phlexible\Bundle\FrontendMediaBundle\EventListener\ElementListener
arguments:
- "@phlexible_frontend_media.usage_updater"
- "@phlexible_queue.job_manager"
tags:
- {name: kern... | services:
# event listeners
phlexible_frontend_media.listener.element:
class: Phlexible\Bundle\FrontendMediaBundle\EventListener\ElementListener
arguments:
- "@phlexible_frontend_media.usage_updater"
- "@phlexible_element.element_service"
- "@phlexible_queue.j... | Add element service as dependency for ElementListener | Add element service as dependency for ElementListener
| YAML | mit | phlexible/phlexible,phlexible/phlexible,phlexible/phlexible |
352a48d5628b226ea6637ce82c86e3ce792a4cc3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
before_install: "./.travis.sh"
install: pip install -r requirements.txt .
before_script:
- git config --global user.name "travis-test"
- git config... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
before_install: "./.travis.sh"
install: pip install -r requirements.txt .
before_script:
- git config --global user.name "travis-test"
- git config... | Fix $(PWD) should be $(pwd) or ${PWD} | Fix $(PWD) should be $(pwd) or ${PWD}
| YAML | mit | sdg-mit/gitless,sdg-mit/gitless |
db157c15e3a49d2204d14d20400d6dd143e690a8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
- jruby
- rbx
- ree
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y poppler-utils poppler-data
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
| language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
- jruby
- rbx
- ree
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y poppler-utils poppler-data
matrix:
allow_failures:
- rvm: rbx
| Support ruby-head in CI, and don't allow failures. | Support ruby-head in CI, and don't allow failures.
| YAML | mit | newspaperclub/pdf_info |
9bd07e9d56652d538d4c437c01d5f48d94885777 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '4'
- node
sudo: false
script:
- npm test
- npm run lint
| ---
language: node_js
node_js: node
sudo: false
script:
- npm test
- npm run lint
| Configure Travis CI to test only on latest Node.js | Configure Travis CI to test only on latest Node.js
| YAML | apache-2.0 | commonform/commonform-markup-parse |
e85932d0e2d35ad112fae66ea809b62fb8f460b3 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
before_script: composer install --dev --prefer-source
script: bin/phpspec run -fpretty --verbose
| language: php
php:
- 5.5
- 5.6
- 7.0
before_script: composer install --no-interaction --prefer-source
script: bin/phpspec run -fpretty --verbose
| Fix invalid deps and move AttributeFactory to component | Fix invalid deps and move AttributeFactory to component
| YAML | mit | Sylius/Storage |
994ed8f8a876bdfabb3d7a05097c2179f8aae5d1 | .travis.yml | .travis.yml | language: php
matrix:
allow_failures:
- php: hhvm
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install --dev
script: vendor/bin/phpunit --coverage-clover clover
after_success:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar cod... | language: php
matrix:
allow_failures:
- php: hhvm
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
before_script:
- composer self-update
- composer install --dev
script: vendor/bin/phpunit --coverage-clover clover
after_success:
- wget https://scruti... | Add PHP 7 on Travis | Add PHP 7 on Travis | YAML | apache-2.0 | kuborgh/serializer,scasei/serializer,ArteGEIE/serializer,mpoiriert/serializer,schmittjoh/serializer,progrupa/serializer,Soullivaneuh/serializer,sesch/serializer,megazoll/serializer,leberknecht/serializer,paali/serializer,sloba88/serializer,ahsanity/serializer,Nilead/serializer,Bluestart83/serializer,marcoleong/serializ... |
3c753e26716d3b5de87c109b1a79e9de77b5ac93 | .travis.yml | .travis.yml | language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("Julimaps")'
- julia -e 'Pkg.test("Julimaps", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Julimaps")); Pkg.add("Coverage"); using Coverage; Codecov.subm... | language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
after_success:
- julia -e 'cd(Pkg.dir("Julimaps")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' | Update yml for Travis CI | Update yml for Travis CI
| YAML | mit | seung-lab/Julimaps,seung-lab/Julimaps |
a10280959092b74762d1f74d5b5e69e3178b3861 | .travis.yml | .travis.yml | language: generic
os:
- linux
- osx
dist: focal
osx_image: xcode12
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
jobs:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
addons:
apt:
packages:
- libgconf-2-4
script:
- curl -s -O https://raw.githubuserconten... | language: generic
os:
- linux
- osx
dist: focal
osx_image: xcode12.1
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
jobs:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
addons:
apt:
packages:
- libgconf-2-4
script:
- curl -s -O https://raw.githubusercont... | Use Xcode 12.1 on Travis CI | Use Xcode 12.1 on Travis CI
| YAML | mit | matthesjh/autocomplete-curry |
66d031f928229829775d71f8f67226917174f2f2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install
script: phpunit --coverage-clover coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
before_script:
- composer install
script: phpunit --coverage-clover coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.cl... | Add PHP 7.1 and 7.2 to text matrix | Add PHP 7.1 and 7.2 to text matrix | YAML | mit | rybakit/arguments-resolver |
b1c998832171eeddd98e42024014b2dbc332f504 | .travis.yml | .travis.yml | language: go
go:
- "1.x"
env:
- DEP_VERSION="0.5.0"
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
| language: go
go:
- "1.x"
env:
- DEP_VERSION="0.5.0"
before_install:
# Install dep
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
# Install golint
- go get golang.org/x/lint/golint
| Install golint in Travis CI. | Install golint in Travis CI.
| YAML | mit | DreamItGetIT/statuscake |
b5a0cb09b0f78952c46323ee16529694491d52b2 | .travis.yml | .travis.yml | language: php
sudo: false
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- coverage=no
matrix:
- setup=basic
- setup=lowest
- setup=stable
before_script:
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-i... | language: php
sudo: false
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- coverage=no
matrix:
- setup=basic
- setup=lowest
- setup=stable
before_script:
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-i... | Revert "Enforce minimum stability test." | Revert "Enforce minimum stability test."
This reverts commit ef2076ef7fbcaa0a2fddd71b297681dc9bc49461.
| YAML | mit | jomweb/billplz,h2akim/billplz |
06a34103cdbd82086351153128b43ea6422f0371 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script: nosetests
| language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script: nosetests
| Remove Python3 support from Travis. Mutagen on P3 needs investigation | Remove Python3 support from Travis. Mutagen on P3 needs investigation
| YAML | mit | guywithprtzl/SoundScrape,guywithprtzl/SoundScrape,Miserlou/SoundScrape,Miserlou/SoundScrape,huntrar/SoundScrape,huntrar/SoundScrape |
283d8dddd1030d20a4e09cf8402684a95e1a3e59 | .travis.yml | .travis.yml | language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
- pip install pytest>=2.7.3 --upgrade
script:
- tox -e $TOX_ENV
after_success:
- cover... | language: python
python: 2.7
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
- pip install pytest>=2.7.3 --upgrade
script:
- tox -e $TOX_ENV
after_succes... | Use the container-based Travis-CI infrastructure | Use the container-based Travis-CI infrastructure
| YAML | apache-2.0 | ahmadshahwan/ipopo,tcalmant/ipopo,ahmadshahwan/ipopo |
018902425aa81790523a77440d32e00f30bdf30f | .travis.yml | .travis.yml | ---
addons:
apt:
packages:
- aspcud
- opam
- libffi-dev
sources:
- avsm
before_cache:
- rm -rf ~/.opam/log/
cache:
directories:
- $HOME/.opam
env:
- OCAML_VERSION=4.05.0 COQ_VERSION=8.7.2 OPAMYES=yes OCB_VERSION=0.12.0
matrix:
include:
- os: osx
env: ... | ---
addons:
apt:
packages:
- aspcud
- opam
- libffi-dev
sources:
- avsm
before_cache:
- rm -rf ~/.opam/log/
cache:
directories:
- $HOME/.opam
env:
- OCAML_VERSION=4.05.0 COQ_VERSION=8.7.2 OPAMYES=yes OCB_VERSION=0.12.0
before_install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]];... | Simplify the way we generate extensions. | Simplify the way we generate extensions.
| YAML | unknown | cogumbreiro/habanero-coq,cogumbreiro/habanero-coq,cogumbreiro/hj-coq,cogumbreiro/habanero-coq |
bcdd31728fd4604a8f7801f8d878be7e4714427d | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
install:
- composer install
- composer self-update
- composer update
- chmod +x ./tests/phpunit.sh
script: ./tests/phpunit.sh travis | language: php
php:
- "7.0"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- "hhvm"
sudo: false
matrix:
fast_finish: true
allow_failures:
- php: "7.0"
- php: "hhvm"
install:
- composer install
- composer self-update
- composer update
- chmod +x ./tests/phpunit.sh
script: ./tests/phpunit.sh travis
| Add HHVM + PHP 7, allow both to fail | Add HHVM + PHP 7, allow both to fail | YAML | mit | paragonie/random_compat,jedisct1/random_compat,stof/random_compat,juliangut/random_compat,redragonx/random_compat,jedisct1/random_compat,juliangut/random_compat,stof/random_compat,paragonie/random_compat,redragonx/random_compat |
b45a17b9cdd36dce11995846c0233fead56e907c | .travis.yml | .travis.yml | language: ruby
rvm: 2.2.0
before_script: bundle exec berks install
script: bundle exec thor test:all
| language: ruby
rvm: 2.2.2
before_script: bundle exec berks install
script: bundle exec thor test:all
| Update Travis CI to Ruby 2.2.2. | Update Travis CI to Ruby 2.2.2.
| YAML | apache-2.0 | seanfisk/personal-chef-repo |
97e3843bff37ce2b6fba7e385e8d255504d60289 | .travis.yml | .travis.yml | language: go
go:
- "1.6"
- "1.5"
- tip
script: make test
| language: go
go:
- "1.7"
- "1.6"
- "1.5"
- tip
script: make test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f037a5b8287e8b7561fe
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on... | Add Travis integration to Gitter | Add Travis integration to Gitter
| YAML | mit | aichaos/rivescript-go,aichaos/rivescript-go |
6c6fbe7cac6d3c56535180b1b11fcbc6476d793c | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "iojs"
| language: node_js
node_js:
- "node"
- "12"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "iojs"
| Check node 12 in CI | Check node 12 in CI | YAML | mit | MikeMcl/decimal.js,MikeMcl/decimal.js |
2d00400439264103f77938eb0c46d3090b91d83a | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
sudo: required
dist: trusty
before_install:
# Add repositories
- sudo add-apt-repository -y 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.8 main'
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get update -qq
# Insta... | language: cpp
compiler:
- gcc
- clang
sudo: required
dist: trusty
before_install:
# Add repositories
- sudo add-apt-repository -y 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main'
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get update -qq
# Remov... | Update Travis to LLVM 3.9 to fix CI | Update Travis to LLVM 3.9 to fix CI
| YAML | bsd-3-clause | mpflanzer/Oclgrind,mpflanzer/Oclgrind,mpflanzer/Oclgrind,surround-io/oclgrind,surround-io/oclgrind,surround-io/oclgrind,surround-io/oclgrind,mpflanzer/Oclgrind |
c1ac8bc38e2b8d55660c900d437975fb60134d0f | .travis.yml | .travis.yml | rvm:
- 1.9.3
gemfile:
- Gemfile
- gemfiles/mongoid-2.4.gemfile
- gemfiles/mongoid-master.gemfile
| rvm:
- 1.9.3
- 2.0.0
gemfile:
- Gemfile
- gemfiles/mongoid-2.4.gemfile
- gemfiles/mongoid-master.gemfile
| Add Ruby 2 to Travis CI | Add Ruby 2 to Travis CI | YAML | mit | tiagogodinho/localized_fields |
df0b8065a791f3bb6ba8e42263eefef6b41f7a2e | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/ssrs-api,realityforge/ssrs-api |
8ced368cf56eda535802daa9d6c70e282db9d842 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run
| language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run
| Remove PHP 5.4 for Travis CI tests (not supported by phpSpec) | Remove PHP 5.4 for Travis CI tests (not supported by phpSpec)
| YAML | mit | codezero-be/browser-locale |
9815d4f3bf248bacbf43028dcc4f1b918de7e1a1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.3"
- "5.4"
- "5.5"
git:
depth: 1
script:
- make check
- make lint
- make test
| language: node_js
node_js:
- '5.3'
- '5.4'
- '5.5'
git:
depth: 1
script:
- make check
- make lint
- make test
- make dist
| Build dist target and use single quotes for node versions | Build dist target and use single quotes for node versions
| YAML | mit | ostera/tldr.jsx,ostera/tldr.jsx,ostera/tldr.jsx,ostera/tldr.jsx |
3553ac8acd07bc6dff14bac53198e54be48c7c01 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '10'
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| Build with Node.js 12 on Travis CI. | Build with Node.js 12 on Travis CI.
| YAML | mit | bigeasy/reconfigure,bigeasy/reconfigure |
7b2db28a71b229aa153bf9970a3cba0b31a1b7f1 | .travis.yml | .travis.yml | branches:
only:
- master
- rust-0.8
- rust-0.9
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- yes | sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
- yes | sudo apt-add-repository 'deb http://repos.codelite.org/wx2.9/ubuntu/ precise universe'
- sudo apt-g... | branches:
only:
- master
- rust-0.8
- rust-0.9
- rust-mac
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- yes | sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
- yes | sudo apt-add-repository 'deb http://repos.codelite.org/wx2.9/ubuntu/ precise universe'... | Add the rust-mac branch to CI build target branches. | Add the rust-mac branch to CI build target branches.
| YAML | lgpl-2.1 | tempbottle/wxRust,tempbottle/wxRust |
0e8ee10f44880cf92ceeede5d74dfab2d3862531 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- rbx-3.72
- jruby-9.1.8.0
before_install: gem install bundler -v 1.14.6
| sudo: false
language: ruby
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- rbx-3.72
- jruby-9.1.8.0
before_install: gem install bundler -v 1.14.6
| Remove ruby version 2.1.10 (no longer supported by ruby team), upgrade to the latest patches. | Remove ruby version 2.1.10 (no longer supported by ruby team), upgrade to the latest patches.
| YAML | mit | styd/sleep2,styd/sleep2 |
254c4dc56b14a9c3b7d5cb9a40f783acf1aefc7e | .travis.yml | .travis.yml | os:
- osx
osx_image: xcode8
language: node_js
sudo: false
node_js: node
script:
- npm run dist
| os:
- osx
osx_image: xcode7.3
language: node_js
sudo: false
node_js: node
script:
- npm run dist
| Use Xcode 7.3 on Travis | Use Xcode 7.3 on Travis
| YAML | mit | albinekb/kap,albinekb/kap,wulkano/kap,albinekb/kap |
a260e63b8c2aec5a973b24adc2c5b8ab018bb385 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
branches:
only:
- master
- 0.x
- 1.0.0
# Set up keys to allow pushes, and update npm to the latest version
before_install: npm update -g npm
# travis runs 'npm install' by default, as the 'install' step
before_script: npm run dist;
# travi... | language: node_js
node_js:
- "10"
branches:
only:
- master
- 0.x
- 1.0.0
# Set up keys to allow pushes, and update npm to the latest version
before_install: npm update -g npm
# travis runs 'npm install' by default, as the 'install' step
before_script: npm run dist;
# travis runs 'n... | Update Travis to use Node 10 | Update Travis to use Node 10
| YAML | apache-2.0 | sdesai/falcor,sdesai/falcor,Netflix/falcor,Netflix/falcor |
67573ca5839d8e222f395e8b87063b5b35347af8 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "8"
- "6"
- "4"
install:
- YARN_IGNORE_ENGINES=true yarn
git:
depth: 5
| language: node_js
cache: yarn
node_js:
- node
- "9"
- "8"
- "6"
- "4"
install:
- YARN_IGNORE_ENGINES=true yarn
git:
depth: 5
| Add Node.js 9 to CI | Add Node.js 9 to CI
| YAML | mit | logux/logux-core |
c304334eb7bfc80081f045e60aba3fa1119c4af1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install: npm i -g grunt-cli
install: npm i
before_script: grunt | language: node_js
node_js:
- "0.10"
before_install: npm i -g grunt-cli
install: npm i
before_script: grunt
script: "./test/cli/syno.sh"
| Update Travis config to launch CLI tests | Update Travis config to launch CLI tests | YAML | mit | JimRobs/syno,kwent/syno,kwent/syno,JimRobs/syno,JimRobs/syno,kwent/syno |
e8c02a3096e520c4698599d2ffc72b1ee5e62b3b | .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 ... | # 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 ... | Augment install step to reduce output in test step | Augment install step to reduce output in test step
| YAML | apache-2.0 | typetools/commons-bcel,typetools/commons-bcel,typetools/commons-bcel |
f6dbdb2b1693d4e269cf48a9a79d2ea01f9e9799 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3
- rbx-2
- jruby-9000
- jruby-head
- ruby-head
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
include:
- rvm: jruby-19mode
- rv... | ---
language: ruby
sudo: false
cache: bundler
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby-9000
- jruby-head
- ruby-head
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
allow_failures:
- rvm: ruby-head
- rvm: j... | Change to remove jruby versions. | Change to remove jruby versions.
| YAML | mit | peter-murach/pastel-cli |
4c19d316f6adfc156cc8a17522f1bd8a2cdbc9b6 | .travis.yml | .travis.yml | language: python
python: 3.3
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
# - TOXENV=py34
- TOXENV=pypy
- TOXENV=pep8
- TOXENV=py2pep8
- TOXENV=docs
install:
- pip install tox coveralls
script:
- tox
after_success:
coveralls
| language: python
python: 3.4
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pep8
- TOXENV=py2pep8
- TOXENV=docs
install:
- pip install tox coveralls
script:
- tox
after_success:
coveralls
| Enable Python 3.4 on Travis | Enable Python 3.4 on Travis
| YAML | apache-2.0 | jmvrbanac/symantecssl,cloudkeep/symantecssl,chelseawinfree/symantecssl,glyph/symantecssl,grigouze/symantecssl |
b5c07ab56a73db6f9d5762581108a25c93c19bcd | .travis.yml | .travis.yml | sudo: false
language: ruby
bundler_args: --path vendor/bundle --jobs=3 --retry=3
script: bundle exec rspec
cache: bundler
before_install:
- gem install bundler
- bundle config --local without local_development yard guard
rvm:
# 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220
- 2.4... | sudo: false
language: ruby
bundler_args: --path vendor/bundle --jobs=3 --retry=3
script: bundle exec rspec
cache: bundler
before_install:
- gem install bundler
- bundle config --local without local_development yard guard
rvm:
# 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220
- 2.4... | Allow `jruby` to fail in Travis CI | Allow `jruby` to fail in Travis CI
| YAML | mit | metricfu/metric_fu,metricfu/metric_fu,metricfu/metric_fu |
49a18ff3afc1f1644bad6031dc0f60e0f6871cde | .travis.yml | .travis.yml | language: android
jdk:
- oraclejdk7
- openjdk7
install:
- composer install --no-interaction
android:
components:
- build-tools-19.0.0
- android-19
script:
- bash gradlew uploadArchives
- ./vendor/bin/phpunit
| language: android
jdk:
- oraclejdk7
- openjdk7
install:
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --no-interaction
android:
components:
- build-tools-19.0.0
- android-19
script:
- bash gradlew uploadArchives
- ./vendor/bin/phpunit
| Install composer on this machine as well | Install composer on this machine as well
| YAML | apache-2.0 | testfairy/testfairy-gradle-plugin,dant3/testfairy-gradle-plugin,dant3/testfairy-gradle-plugin |
47e3626aa7cda2be777653870fdd94f93e731b2d | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
before_install:
- gem install xcpretty
script:
- xcodebuild -workspace SDCAlertView.xcworkspace -scheme "SDCAlertView"
-destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty -s
- xcodebuild -workspace SDCAlertView.xcworkspace -scheme "Example" -destination
"platfor... | language: objective-c
osx_image: xcode8.1
before_install:
- gem install xcpretty
script:
- xcodebuild -workspace SDCAlertView.xcworkspace -scheme "SDCAlertView"
-destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty -s
- xcodebuild -workspace SDCAlertView.xcworkspace -scheme "Example" -destination
"platf... | Update Travis CI to Xcode 8.1 | Update Travis CI to Xcode 8.1
| YAML | mit | sberrevoets/SDCAlertView,sberrevoets/SDCAlertView |
b2b9d91424199eea54b3e0e702bc9bf53655f213 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "io.js"
- "4.0"
- "5.0"
| language: node_js
node_js:
- "0.10"
- "0.12"
- "io.js"
- "4.0"
- "5.0"
sudo: false
| Switch to Travis container-based infrastructure | Switch to Travis container-based infrastructure
Should speed up our builds | YAML | apache-2.0 | vqvu/highland,caolan/highland,svozza/highland,svozza/highland,vqvu/highland,caolan/highland |
13911ef3cbedfb0b9df63f83f1ea57b408b4d329 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- sys-img-x86_64-google_apis-24
- extra
- extra-android-m2repository
script:
./gradlew build test
jdk:
- oraclejdk8
sudo: false
before_cache:
- rm -rf $HOME/.m2/reposito... | language: android
android:
components:
- tools
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- sys-img-armeabi-v7a-google_apis-24
- extra
- extra-android-m2repository
script:
./gradlew build test
jdk:
- oraclejdk8
sudo: false
before_cache:
- rm -rf $HOME/.m2/rep... | Use armeabi-v7a ABI when running tests in Travis CI | Use armeabi-v7a ABI when running tests in Travis CI
| YAML | apache-2.0 | MichaelRocks/lightsaber,MichaelRocks/lightsaber |
015521d3378f2478f76d7546bd2ad4f372dc8b09 | .travis.yml | .travis.yml | dist: bionic
language: ruby
jobs:
include:
- rvm: 2.7
env: AR_VERSION=6.0.0
- rvm: 2.6
env: AR_VERSION=5.2.0
- rvm: 2.5
env: AR_VERSION=5.1.0
- rvm: 2.4
env: AR_VERSION=5.0.0
- rvm: 2.4
env: AR_VERSION=4.2.0
- rvm: 2.7
gemfile: test/gemfiles/mongoid7.gemfile... | dist: bionic
language: ruby
jobs:
include:
- rvm: 2.7
env: AR_VERSION=6.0.0
- rvm: 2.6
env: AR_VERSION=5.2.0
- rvm: 2.5
env: AR_VERSION=5.1.0
- rvm: 2.4
env: AR_VERSION=5.0.0
- rvm: 2.3
env: AR_VERSION=4.2.0
- rvm: 2.7
gemfile: test/gemfiles/mongoid7.gemfile... | Test against min Ruby version | Test against min Ruby version
| YAML | mit | ankane/hightop |
ad076214178eace562e9e87e66b14ce89ac8fbce | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- '1.10'
- 1.11.x
- master
install:
- go get github.com/pkg/errors
- go get golang.org/x/lint/golint
before_script:
# golint is no longer available for go versions 1.7 and 1.8
- INSTALLED_GO_VERSION=`go version | sed 's/go version go\(.*\) .*/\1/'`
- if [ "$INSTALLED_GO_... | language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- '1.10'
- 1.11.x
- master
install:
- go get github.com/pkg/errors
- go get golang.org/x/lint/golint
before_script:
# golint is no longer available for go versions 1.7 and 1.8
- |
INSTALLED_GO_VERSION=`go version | sed 's/go version go\(.*\) .*/\1/'`
echo $INSTALLED_... | Use block text in Travis yaml | Use block text in Travis yaml
| YAML | mit | adlio/trello |
0f167d6ba29aeb778ba9585252a16a2c6a43245b | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
| language: node_js
node_js:
- "0.10"
before_install: npm install -g grunt-cli
| Add grunt to Travis CI env | Add grunt to Travis CI env
| YAML | mit | bjornharrtell/javascript.util,sshiting/javascript.util,bjornharrtell/javascript.util,sshiting/javascript.util |
f304403855dcb3aa5b8483cb974c47cf731f992e | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
allow_failures:
- php: 7
- php: hhvm
before_install:
- wget http://get.sensiolabs.org/php-cs-fixer.phar
before_script:
- composer self-update
- composer install --dev
- mkdir -p build/cov
- mkdir -p build/logs
script:
- ./vendo... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
allow_failures:
- php: 7
- php: hhvm
before_install:
- wget http://get.sensiolabs.org/php-cs-fixer.phar
before_script:
- composer self-update
- composer install --dev
- mkdir -p build/cov
- mkdir -p build/logs
script:
- ./vendo... | Test running php-cs-fixer without any script wrapper | Test running php-cs-fixer without any script wrapper
| YAML | bsd-2-clause | phergie/phergie-irc-bot-react |
0a0eefe4f9c0c6d6b34f8890f3aceaaff5e8ae78 | .travis.yml | .travis.yml | script: rspec
rvm:
- 1.9.2
- jruby
notifications:
irc: "irc.freenode.org#travis"
| script: rspec
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
notifications:
irc: "irc.freenode.org#travis"
| Add Rubies 1.8.7 and 1.9.3 to the Travis build | Add Rubies 1.8.7 and 1.9.3 to the Travis build
| YAML | mit | travis-ci/travis-deploy |
76f17fb3d94e8fef432d313b7e2454c7bc5fa780 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
branches:
except:
- gh-pages
- /^v\d+(\.\d+){2}/
after_script:
- if [[ `node --version` == *v0.10* ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi
sudo: false
cache:
directories:
- node_modules
... | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
branches:
except:
- gh-pages
- /^v\d+(\.\d+){2}/
before_install:
- npm i -g npm
after_script:
- if [[ `node --version` == *v0.10* ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi
sudo: false
cache:... | Fix npm install on node v4 | Fix npm install on node v4
| YAML | mit | stacywile/spectcl,ryanbmilbourne/spectcl,stacywile/spectcl,ryanbmilbourne/spectcl |
548be1169f2168dfc540057f47364f737a44bd41 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.10"
script:
- "jasmine"
addons:
code_climate:
repo_token: e60c282228c0f17903a258babfc8c4a461ddd555667da5d5c5550e7046c3381c
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < lcov.info | language: node_js
node_js:
- "6.10"
script:
- "jasmine"
addons:
code_climate:
repo_token: e60c282228c0f17903a258babfc8c4a461ddd555667da5d5c5550e7046c3381c
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < lcov.info | Remove space from yaml file | Remove space from yaml file
| YAML | mit | DesHorsley/Pipes,DesHorsley/Pipes |
ca3499921939710e4e6eff64ccaf15e736ebf546 | .travis.yml | .travis.yml | # For more information about the configurations used
# in this file, please see the Travis CI documentation.
#
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: linux
dist: trusty
- os: osx
... | # For more information about the configurations used
# in this file, please see the Travis CI documentation.
#
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: linux
dist: trusty
- os: osx
... | Use `xcode8.1` image to test macOS code | [test] Use `xcode8.1` image to test macOS code
Ref: https://blog.travis-ci.com/2016-11-15-xcode-81-is-here
| YAML | mit | mickael83/ubuntu-dotfiles,oddlord/dotfiles,makabde/dotfiles,pbrooks/dotfiles,b-boogaard/dotfiles,girishramnani/dotfiles,AlbertoElias/dotfiles,girishramnani/dotfiles,makabde/dotfiles,AlbertoElias/dotfiles,christophermoura/dotfiles,christophermoura/dotfiles,mickael83/ubuntu-dotfiles |
7d2b252eff9cfc12d791a9e646caed721f4553d3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -U pip
- pip install --only-binary=numpy,scipy numpy scipy
- pip install -r requirements.txt
# command to run tests
script:
- rm DSTK/tests/tests_gam/test_p_spline_train.py
- tox --sitepackages
| language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -U pip
- pip install --only-binary=numpy,scipy numpy scipy
- pip install -r requirements.txt
- pip upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc0-cp27-none-linux_x86_64.whl
# command to ... | Make sure to install linux version of TF | Make sure to install linux version of TF
| YAML | mit | jotterbach/dstk |
3b11477341814aed052cbab3509a665fa2e4814e | .travis.yml | .travis.yml | # Use the language closest to rust, as rust itself is not supported
language: c
notifications:
email:
on_success: never
on_failure: always
before_install:
- curl http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz | tar xz
install:
- sudo apt-get install libsdl1.2-dev libsdl-mi... | # Use the language closest to rust, as rust itself is not supported
language: c
notifications:
email:
on_success: never
on_failure: always
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install libsdl1.2-dev rust-nightly
script:
- rust... | Revert to Travis to use PPA | Revert to Travis to use PPA | YAML | mit | mvdnes/rboy |
f911651541e548f379b2d7ec6e3ec0422daf8b30 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
env:
- ADAPTER=MemoryStore
- ADAPTER=Apc
- ADAPTER=Memcached
- ADAPTER=Redis
- ADAPTER=Couchbase
- ADAPTER=MySQL
- ADAPTER=SQLite
- ADAPTER=PostgreSQL
- ADAPTER=Filesystem
services:
- memcached
- redis
before_script:
- tests... | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
env:
- ADAPTER=MemoryStore
- ADAPTER=Apc
- ADAPTER=Memcached
- ADAPTER=Redis
- ADAPTER=Couchbase
- ADAPTER=MySQL
- ADAPTER=SQLite
- ADAPTER=PostgreSQL
- ADAPTER=Filesystem
services:
- memcached
- redis
before_script:
- tests... | Fix matrix & allow-failures from PHP7-APC | Fix matrix & allow-failures from PHP7-APC
| YAML | mit | matthiasmullie/scrapbook,matthiasmullie/scrapbook |
3042855b239218824ddea0db3d9c96f4af717947 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
addons:
postgresql: 9.4
before_script:
- mvn versions:display-dependency-updates
- mvn versions:display-plugin-updates
| sudo: false
language: java
jdk:
- oraclejdk8
- openjdk8
addons:
postgresql: 9.4
before_script:
- mvn versions:display-dependency-updates
- mvn versions:display-plugin-updates
| Test on OpenJDK 8 too, because the Docker image uses it | Test on OpenJDK 8 too, because the Docker image uses it
| YAML | apache-2.0 | dustalov/mtsar,dustalov/mtsar,mtsar/mtsar,mtsar/mtsar,dustalov/mtsar,mtsar/mtsar |
00cd95306f7494382fb5953e69d52c2761c186b6 | .travis.yml | .travis.yml | language: cpp
matrix:
include:
- os: linux
dist: xenial
compiler: clang
- os: linux
dist: xenial
compiler: gcc
- os: osx
osx_image: xcode10.2
compiler: clang
addons:
apt:
packages:
- freeglut3-dev
- libglfw3-dev
- python3-dev
homebrew:... | language: cpp
matrix:
include:
- os: linux
dist: xenial
compiler: clang
- os: linux
dist: xenial
compiler: gcc
- os: osx
osx_image: xcode10.2
compiler: clang
- os: windows
addons:
apt:
packages:
- freeglut3-dev
- libglfw3-dev
- pyth... | Test Windows build with Travis | Test Windows build with Travis
| YAML | apache-2.0 | DIPlib/diplib,DIPlib/diplib,DIPlib/diplib,DIPlib/diplib,DIPlib/diplib,DIPlib/diplib |
e97cfd3668c1218463c462f77029e54379d1fc02 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- '3.4'
addons:
postgresql: '9.3'
env:
- DJANGO_SETTINGS_MODULE="service_info.settings.dev"
install:
- pip install -r requirements/dev.txt --use-mirrors
- npm install
before_script:
- createdb -E UTF-8 service_info -U postgres -O $USER
- psql service_info -c "CREATE EXTENSION post... | language: python
sudo: false
python:
- '3.4'
addons:
postgresql: '9.3'
cache:
directories:
- $HOME/.cache/pip
env:
- DJANGO_SETTINGS_MODULE="service_info.settings.dev"
install:
- pip install -r requirements/dev.txt --use-mirrors
- npm install
before_script:
- createdb -E UTF-8 service_info -U postgres -O $USER
... | Enable pip caching per the Travis docs. | Enable pip caching per the Travis docs.
| YAML | bsd-3-clause | theirc/ServiceInfo-ircdeploy,theirc/ServiceInfo,theirc/ServiceInfo,theirc/ServiceInfo,theirc/ServiceInfo |
ef8bed58481ee43ebf13a3d1ea4aeee55fe405b3 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk6
branches:
only:
- master
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
branches:
only:
- master
| Enable oraclejdk8 in Travis CI. | Enable oraclejdk8 in Travis CI. | YAML | apache-2.0 | julianhyde/eigenbase-properties,julianhyde/eigenbase-properties |
3523d7211250edd2127e9722b5f0cf82f0bf301e | .travis.yml | .travis.yml | language: python
python: '2.7'
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt
install:
- pip install ansible
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
script:
- ansible-playbook -i tests/inventory tests/test.yml --syntax-check
- ansib... | language: python
python: '2.7'
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt
install:
- pip install ansible
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
script:
- ansible-playbook -i tests/inventory tests/test.yml --syntax-check
- ansib... | Update secure hash for deploy key | Update secure hash for deploy key
| YAML | mit | threatstack/threatstack-ansible |
55683fe5de4a5bae5a3e05e47ad2efda4fedfb1c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.4.0"
- "5.8.0"
| sudo: false
language: node_js
node_js:
- "6.9.4"
- "7.4.0"
| Support builds for node v6+ | Support builds for node v6+
| YAML | mit | stevelacy/gulp-bump |
f84fb796621608ed670d7a87beb8876f3accf5e6 | .travis.yml | .travis.yml | language: ruby
script: "script/test_all"
bundler_args: "--standalone --binstubs"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ree
- jruby-18mode
- jruby-19mode
- rbx
| language: ruby
script: "script/test_all"
bundler_args: "--standalone --binstubs"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ree
- jruby-18mode
- jruby-19mode
- rbx
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
| Add temporary workaround for failing build on Ruby 1.8.7 | Add temporary workaround for failing build on Ruby 1.8.7
Rubygems broke builds on Ruby 1.8.7:
travis-ci/travis-ci#1793
rubygems/rubygems#763
This patch is a temporary workaround until rubygems is updated. | YAML | mit | hackling/rspec-support,AEgan/rspec-support,rspec/rspec-support,AEgan/rspec-support,hackling/rspec-support,rspec/rspec-support |
7ae7bb9dc7438a6643be87a5a0835584eec6a57e | .travis.yml | .travis.yml | language: groovy
jdk:
- oraclejdk8
services:
- rabbitmq
install:
- export CDIR=`pwd`
- git clone https://github.com/olliefreeman/grails-rabbitmq-native.git ~/olliefreeman/grails-rabbitmq-native
- git checkout v3.2.1-rabbitmq-native3
- cd ~/olliefreeman/grails-rabbitmq-native
- ./gradlew install
- cd $CDI... | language: groovy
jdk:
- oraclejdk8
services:
- rabbitmq
install:
- export CDIR=`pwd`
- git clone --branch v3.2.1-rabbitmq-native3 https://github.com/olliefreeman/grails-rabbitmq-native.git ~/olliefreeman/grails-rabbitmq-native
- cd ~/olliefreeman/grails-rabbitmq-native
- ./gradlew install
- cd $CDIR
befor... | Fix version of rabbitmq-native3 to what we have in gradle properties | Fix version of rabbitmq-native3 to what we have in gradle properties
Attempt 2
| YAML | mit | jamesrwelch/BuRST |
9c93259eae65cec8a3fb9acad97a46d7c91a3fcb | .travis.yml | .travis.yml | language: ruby
sudo: false
cache:
bundler: true
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- jruby-9.1
- jruby
matrix:
allow_failures:
- rvm: 2.6
before_install:
# Keep track of which version of node and phantomjs we're running the specs against
- gem update --system
- node -v
- phantomjs -v
| language: ruby
sudo: false
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
- jruby-9.1
- jruby
matrix:
allow_failures:
before_install:
# Keep track of which version of node and phantomjs we're running the specs against
- gem update --system
- node -v
- phantomjs -v
| Remove outdated Rubies and use 2.6 for real | Remove outdated Rubies and use 2.6 for real
| YAML | mit | clearwater-rb/clearwater,clearwater-rb/clearwater |
656b6b7a0dd2d5a0189c698040ec9fb8b430dad4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "4"
- "0.12"
- "0.10"
- "0.8"
install:
- "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"
- "npm install -g npm"
- "npm install -g grunt-cli"
- "npm install"
- "./node_modules/.bin/node-gyp install"
matrix:
fast_finish: true
| language: node_js
node_js:
- "6"
- "4"
- "0.12"
- "0.10"
- "0.8"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"
- "npm install -g npm"
- "npm install -g grunt-cli"
- "npm i... | Install GCC v4.8 on Travis CI | Install GCC v4.8 on Travis CI
Required to compile native modules for Node.js v4 and newer. See https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements.
| YAML | bsd-2-clause | SonicHedgehog/grunt-node-gyp |
1da491ea4189f392a3693241237d9ccfc874ce31 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
before_script:
- npm run lint
- sleep 15
script:
- npm run test-cov
- npm run test-e2e-saucelabs
sudo: required
notifications:
email:
- jed@keystonejs.com
services:
- mongodb
git:
depth:
10
cache:
directories:
- node_modules
addons:
apt:
so... | language: node_js
node_js:
- "0.12"
before_script:
- npm run lint
- sleep 15
script:
- npm run test-cov
sudo: required
notifications:
email:
- jed@keystonejs.com
services:
- mongodb
git:
depth:
10
cache:
directories:
- node_modules
addons:
apt:
sources:
- mongodb-3.0-prec... | Disable saucelabs tests until further analysis. | Disable saucelabs tests until further analysis.
| YAML | mit | creynders/keystone,creynders/keystone |
aaa11ca1053b5456c6220aeb7eeea4851d5f5bec | .travis.yml | .travis.yml | language: node_js
dist: trusty
env:
- DISPLAY=:99.0 CHROME_BIN=chromium-browser
branches:
only:
- master
node_js:
- "7"
addons:
firefox: latest
before_script:
- sh -e /etc/init.d/xvfb start
| language: node_js
dist: trusty
env:
- DISPLAY=:99.0 CHROME_BIN=chromium-browser
node_js:
- "7"
addons:
firefox: latest
before_script:
- sh -e /etc/init.d/xvfb start
notifications:
slack:
secure: Kwe1KBh4SMzgXaj6GQg3ZmopRYcDR3Vnd4C/gyiEOJsXzKRlU5dA7WwM/mbyOe9+ZvWDyp+g2CoQYYyvLR0SHEy1m0gn6M8fBzgSZQlWxOxAJxk... | Add Travis integration for slack | Add Travis integration for slack
| YAML | mpl-2.0 | pyoor/octo,MozillaSecurity/octo,pyoor/octo,pyoor/octo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.