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 |
|---|---|---|---|---|---|---|---|---|---|
ffbec093b9604d2ebef78e584ee845ad96ae7a43 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
environment:
SBT_VERSION: 0.13.9
dependencies:
# Cache the resolution-cache and build streams to speed things up
cache_directories:
- "~/.sbt"
- "target/resolution-cache"
- "target/streams"
- "project/target/resolution-cache"
- "project/target/stre... | machine:
java:
version: oraclejdk8
environment:
SBT_VERSION: 0.13.9
dependencies:
# Cache the resolution-cache and build streams to speed things up
cache_directories:
- "~/.sbt"
- "target/resolution-cache"
- "target/streams"
- "project/target/resolution-cache"
- "project/target/stre... | Move Hyperion Web to its own repo | Move Hyperion Web to its own repo
| YAML | mit | mthmulders/hyperion |
06574887c0b2abb6def0fb7f729e95dfe09954bd | circle.yml | circle.yml | # clone cdk too
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
# fix gradlew not begin marked as executable
dependencies:
override:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25,build-tools-25
- echo y | android update sdk --no-... | # clone cdk too
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
# fix gradlew not begin marked as executable
dependencies:
override:
- echo yy | android update sdk --no-ui --all --filter tools,platform-tools,android-25,build-tools-25
- echo y | android update sdk --no... | Make CircleCI build accept build tools 25 license | Make CircleCI build accept build tools 25 license
| YAML | mit | spaarmann/PhysikBioProfilHomework,HomeworkProject/android-client |
c9061b38e37930a4197576eeb608616d245aa250 | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
pre:
- pip install awscli
- wget https://dl.bintray.com/mitchellh/terraform/terraform_0.6.4_linux_amd64.zip
- unzip terraform_0.6.4_linux_amd64.zip
override:
- if [[ -e ~/docker/image.tar ]]; then docker load -i... | machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
pre:
- cd .terraform && wget https://dl.bintray.com/mitchellh/terraform/terraform_0.6.4_linux_amd64.zip && unzip terraform_0.6.4_linux_amd64.zip
override:
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/i... | Move TF executables to .terraform directory and execute | Move TF executables to .terraform directory and execute
| YAML | unlicense | listenrightmeow/dbot,listenrightmeow/dbot |
41f574363b42133b11f8620f8811f9ad7c91c02b | circle.yml | circle.yml | machine:
node:
version: 8
checkout:
post:
- git submodule update --init
dependencies:
cache_directories:
- "node_modules"
override:
- npm install
deployment:
s3:
branch: /^(master|version-.*)/
commands:
- npm run deploy
| machine:
node:
version: 8
checkout:
post:
- git submodule update --init
dependencies:
cache_directories:
- "node_modules"
override:
- npm install
| Remove CircleCI deployment section, handled by Netlify now. | Remove CircleCI deployment section, handled by Netlify now.
| YAML | mit | Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor |
b02e745d6e01bdfe1c1c2c5c5a7fd67a2e30dee6 | circle.yml | circle.yml | machine:
services:
- docker
environment:
ci: "true"
dependencies:
override:
- docker info
- go version
test:
override:
- docker build -t quay.io/opsee/gozer:latest .
deployment:
quay:
branch: master
owner: opsee
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USERNAM... | machine:
services:
- docker
environment:
ci: "true"
dependencies:
override:
- docker info
- go version
test:
override:
- docker build -t quay.io/opsee/gozer:$(CIRCLE_SHA1) .
deployment:
quay:
branch: master
owner: opsee
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER... | Tag gozer with git sha | Tag gozer with git sha
| YAML | mit | grepory/gozer,opsee/gozer |
1b22127f6f18b89e22e29d4d70ff91c2c4d3ddfd | circle.yml | circle.yml | machine:
python:
version: 3.5.1
dependencies:
post:
- sudo apt-get install llvm-3.8 && export LLVM_CONFIG=$(which llvm-config-3.8)
test:
override:
- export PYTHONPATH=$(pwd); py.test -rap -v --tb=long --cov=pymask --junit-xml=$CIRCLE_TEST_REPORTS/tests.xml
| machine:
python:
version: 3.5.1
dependencies:
post:
- sudo apt-get install llvm-3.8
test:
override:
- export PYTHONPATH=$(pwd); export LLVM_CONFIG=$(which llvm-config-3.8); py.test -rap -v --tb=long --cov=pymask --junit-xml=$CIRCLE_TEST_REPORTS/tests.xml
| Move LLVM_CONFIG export to test phase | tests: Move LLVM_CONFIG export to test phase
| YAML | mit | philipdexter/rain,scizzorz/rain,philipdexter/rain,philipdexter/rain,scizzorz/rain,philipdexter/rain,scizzorz/rain,scizzorz/rain |
47a6e03af39cc68a2744ded6baa20ee016223e2b | circle.yml | circle.yml | machine:
environment:
PORT: 8080
dependencies:
post:
- npm install saucelabs # allow sending Watai results to SauceLabs
- wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
- tar -xzf sc-latest-linux.tar.gz
test:
pre:
- mkdir $HOME/.watai && cp test/config-ci.js $HOME/.watai/config.... | machine:
environment:
PORT: 8080
# SAUCE_USERNAME is defined in the CircleCI web UI
# SAUCE_ACCESS_KEY is defined in the CircleCI web UI
dependencies:
post:
- npm install saucelabs # allow sending Watai results to SauceLabs
- wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
- tar... | Document origin of SAUCE_USERNAME and SAUCE_ACCESS_KEY env variables | Document origin of SAUCE_USERNAME and SAUCE_ACCESS_KEY env variables
| YAML | agpl-3.0 | sgmap/cout-embauche,sgmap/cout-embauche,sandcha/cout-embauche,sandcha/cout-embauche |
d18c30c9436c8ec25fcd99470205c616c5d9a09e | template/ssh-seed.yml | template/ssh-seed.yml | passphrase:
# Available options and default values
# https://github.com/brendanashworth/generate-password#available-options
# If you change the option values, erase the comment out.
# length: 12
# numbers: true
# symbols: true
# uppercase: false
# exclude:
# strict: true
# options of pwgen command
... | passphrase:
# Available options and default values
# https://github.com/brendanashworth/generate-password#available-options
# If you change the option values, erase the comment out.
# length: 12
# numbers: true
# symbols: true
# uppercase: false
# exclude:
# strict: true
# options of pwgen command
... | Remove unused configuration options in the template | fix: Remove unused configuration options in the template
| YAML | mit | suzuki-shunsuke/ssh-seed,suzuki-shunsuke/ssh-seed |
c2f947113ff16678dc0f8bb65ae1b4a466a14c26 | lib/data/copy/leaders_controller.yml | lib/data/copy/leaders_controller.yml | welcome: >
Hey <%= info[:name] %>! Noticed you just filled out the intake form – welcome to Hack Club! My name is Hackbot, I'm our Slack's friendly robotic helper.
I currently only know how to do a few things. Firstly, I can get GIFs for you with `hackbot gif <search-term-here`. Secondly, once you've got a few... | welcome: |
Hey <%= info[:name] %>! Noticed you just filled out the intake form – welcome to Hack Club! My name is Hackbot, I'm our Slack's friendly robotic helper.
I can respond to specific commands you give me. For example, if you type `hackbot gif pugs`, I'll send you a gif of some adorable dogs. If you want... | Update leader welcome message copy | Update leader welcome message copy
| YAML | mit | hackclub/api,hackclub/api,hackclub/api |
0eebb8c5ec332f6c8a38550de93f201bde5719aa | environment.yml | environment.yml | name: img_registration
channels:
- defaults
- alex-marty
- conda-forge
- anaconda
- pytorch
dependencies:
- ca-certificates=2021.4.13=haa95532_1
- certifi=2020.12.5=py39haa95532_0
- openssl=1.1.1k=h2bbff1b_0
- pip=21.1.2=pyhd8ed1ab_0
- python=3.9.5=h6244533_3
- setuptools=52.0.0=py39haa95532_0
-... | name: img_registration
channels:
- defaults
- conda-forge
- anaconda
dependencies:
- pip:
- astropy==4.2.1
- cycler==0.10.0
- fits-tools==0.2
- image-registration==0.2.4
- kiwisolver==1.3.1
- matplotlib==3.4.2
- numpy==1.20.3
- pillow==8.2.0
- pyerfa==2.0.0
- pyparsing==2... | Update according to proposed changes | Update according to proposed changes | YAML | mit | keflavich/image_registration |
8eff9d78285594f262f54c6a31290d38ba4d3301 | config.yml | config.yml | accounts:
- name: alice
coins: ["20000token", "200000000stake"]
- name: bob
coins: ["10000token", "100000000stake"]
validator:
name: alice
staked: "100000000stake"
client:
openapi:
path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["5token", "100000stak... | accounts:
- name: alice
coins: ["20000token", "200000000stake"]
- name: bob
coins: ["10000token", "100000000stake"]
validator:
name: alice
staked: "100000000stake"
client:
# openapi:
# path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["5token", "100000... | Disable openapi generation for starport | Disable openapi generation for starport
| YAML | apache-2.0 | zigbee-alliance/distributed-compliance-ledger,zigbee-alliance/distributed-compliance-ledger,zigbee-alliance/distributed-compliance-ledger,zigbee-alliance/distributed-compliance-ledger,zigbee-alliance/distributed-compliance-ledger,zigbee-alliance/distributed-compliance-ledger |
152133f3182fca25c9dca9681ac2fd5ac0afdef8 | .github/ISSUE_TEMPLATE/bug-report.yml | .github/ISSUE_TEMPLATE/bug-report.yml | name: Bug report
description: Something is not working correctly.
labels: "S: needs triage, type: bug"
body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attrib... | name: Bug report
description: Something is not working correctly.
labels: "S: needs triage, type: bug"
body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attrib... | Tweak wording in the bug report issue form | Tweak wording in the bug report issue form
| YAML | mit | pypa/pip,pfmoore/pip,sbidoul/pip,sbidoul/pip,pradyunsg/pip,pradyunsg/pip,pypa/pip,pfmoore/pip |
18db0928524754d4411bd72eca74dceac499305e | .github/workflows/update-gh-pages.yml | .github/workflows/update-gh-pages.yml | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- name... | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- name... | Use Matplotlib <= 3.3.4 on GitHub actions | [ci] Use Matplotlib <= 3.3.4 on GitHub actions
At least until figbox is re-introduced or fixed on PhiFlow side.
| YAML | mit | tum-pbs/PhiFlow,tum-pbs/PhiFlow |
3d4d02a9526dec08b528f6d51fe2d69b581c406c | packages/qu/quickcheck-string-random.yaml | packages/qu/quickcheck-string-random.yaml | homepage: https://github.com/hiratara/hs-string-random#readme
changelog-type: ''
hash: c733d7676d47a34a964734432f1d8707d49b46cb990a0df6f3abf595c8e530b0
test-bench-deps:
base: -any
quickcheck-string-random: -any
text: -any
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
maintainer: hiratara@cpan.org
syno... | homepage: https://github.com/hiratara/hs-string-random#readme
changelog-type: ''
hash: 5bd441bba820f424d56367e570b29b72eb62f69517f3d17d35fc28caf208dc6e
test-bench-deps:
base: -any
quickcheck-string-random: -any
text: -any
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
maintainer: hiratara@cpan.org
syno... | Update from Hackage at 2019-09-27T04:12:00Z | Update from Hackage at 2019-09-27T04:12:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0df83fbf154e51ef1efadcb7d8b83db8532592e8 | packages/at/attoparsec-time.yaml | packages/at/attoparsec-time.yaml | homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: 170e366908be6d028cf1fc8f46117f51ebffacbda0d4855ce1f63bda6f3167af
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Attoparsec parsers of time
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=... | homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: 7254ee92d32a5e9c95ac1f570b0a2cea34003428b01b2f50f9b96dd71339355d
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Attoparsec parsers of time
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=... | Update from Hackage at 2019-10-25T17:41:11Z | Update from Hackage at 2019-10-25T17:41:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b6902bde2e6a1d9ae5873bef725687a429f94e97 | packages/pr/primitive-sort.yaml | packages/pr/primitive-sort.yaml | homepage: https://github.com/andrewthad/primitive-sort
changelog-type: ''
hash: 5cc048fa166660192bc0d0bce6d37ca9f0409f8ee1bffa3706d4967345e5a4d1
test-bench-deps:
tasty-smallcheck: -any
base: -any
doctest: ! '>=0.10'
primitive-sort: -any
HUnit: -any
smallcheck: -any
gauge: -any
containers: -any
ghc-pri... | homepage: https://github.com/andrewthad/primitive-sort
changelog-type: ''
hash: 631f605f66d310e5677f7e32c87a0ea4b2d60efc2073db6b769b18b69212f798
test-bench-deps:
tasty-smallcheck: -any
base: -any
doctest: ! '>=0.10'
primitive-sort: -any
HUnit: -any
smallcheck: -any
gauge: -any
containers: -any
ghc-pri... | Update from Hackage at 2019-10-27T21:24:14Z | Update from Hackage at 2019-10-27T21:24:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
031aeca56923fd733787be02d0b4403cb830f5e8 | packages/cr/cryptoids-class.yaml | packages/cr/cryptoids-class.yaml | homepage: ''
changelog-type: markdown
hash: 2fe840548236fb59da0e8f19523d431a4f992f0b89295700566e42fd290a232f
test-bench-deps: {}
maintainer: Gregor Kleen <aethoago@141.li>
synopsis: Typeclass-based interface to cryptoids
changelog: ! '# 0.0.0
First published version
'
basic-deps:
exceptions: ! '>=0.8.3 && <0.9'
... | homepage: ''
changelog-type: markdown
hash: 8c9e1f32842b36e2c8534f2de39d1499479fdcbb917431e425fcc6eee57539b6
test-bench-deps: {}
maintainer: Gregor Kleen <aethoago@141.li>
synopsis: Typeclass-based interface to cryptoids
changelog: ! '# 0.0.0
First published version
'
basic-deps:
exceptions: ! '>=0.8.3 && <0.9'
... | Update from Hackage at 2018-02-20T18:02:39Z | Update from Hackage at 2018-02-20T18:02:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d843d729aa6900992345c95bf61696c4a988dec8 | packages/fr/free-categories.yaml | packages/fr/free-categories.yaml | homepage: http://github.com/morphismtech/free-categories
changelog-type: markdown
hash: 0d03ce481c507622d4381213b6cf7e9be06930ca5b8287ac12514ec416cc6235
test-bench-deps: {}
maintainer: eitan@morphism.tech
synopsis: free categories
changelog: |
# Revision history for free-categories
## 0.2.0.0 -- 2020-02-12
* Se... | homepage: http://github.com/morphismtech/free-categories
changelog-type: markdown
hash: ce634c030c1dd9a40d101166876ae1d80fb6e4cb02c1755e2cefbcd74a161a69
test-bench-deps: {}
maintainer: eitan@morphism.tech
synopsis: free categories
changelog: |
# Revision history for free-categories
## 0.2.0.0 -- 2020-02-12
* Se... | Update from Hackage at 2020-09-29T23:26:44Z | Update from Hackage at 2020-09-29T23:26:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6f7a8fd41274689cfa54c7e495295ddc1f2ad1ff | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc3"
- uses: actions/setup-node@v1
... | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"
- uses: actions/setup-node@v1
... | Update the compiler version used on CI to 0.14.0-rc5 | Update the compiler version used on CI to 0.14.0-rc5 | YAML | bsd-3-clause | purescript/purescript-foldable-traversable |
caadcaa4daa0510f2c12748a98d8e378d56dfd74 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-versio... | name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
... | Test against all LTS versions | Test against all LTS versions
| YAML | apache-2.0 | easymock/objenesis,easymock/objenesis,easymock/objenesis |
6a3d41904b583a5daa53b58062ebfe897843385a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
build:
name: Python ${{ matrix.python }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-18.04
- macOS-10.14
- windows-2019
python:
- '2.7'
- '3.7'
steps:
- uses: actio... | name: CI
on: [push]
jobs:
build:
name: Python ${{ matrix.python }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-18.04
- macOS-10.14
- windows-2019
python:
- '2.7'
- '3.7'
arch:
- 'x86... | Add some Mac and Windows envs from CircleCI and AppVeyor | Add some Mac and Windows envs from CircleCI and AppVeyor
| YAML | mit | wbond/asn1crypto |
7c0ae5a727175f492929ac49252a21672eebe193 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | Add sudo to apt-get install | Add sudo to apt-get install
| YAML | mit | helpermethod/up |
dd27586e4fa342815ea67dfde1dada1389d55c64 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-node... | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 18]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-... | Add node v18 to CI environments | Add node v18 to CI environments
| YAML | mit | lo1tuma/pr-log |
38d4909974733a98550dd09f81bf23dc7e138a21 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.7
rails_version:
- 5.2.6
- 6.0.4.1
- 6.1.4.1
steps:
- uses: actions/checkout@v2
- na... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.7
rails_version:
- 5.2.7
- 6.0.4.7
- 6.1.5
steps:
- uses: actions/checkout@v2
- name... | Update to latest patch versions of rails | Update to latest patch versions of rails
| YAML | mit | cbeer/engine_cart |
dbaa259ca9d83fb6a0de131825a36e03ac35cd3b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
- push
jobs:
cruby:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
ruby:
- 3.0.0-preview2
- 2.7
- 2.6
- 2.5
- 2.4
... | name: CI
on:
- push
jobs:
cruby:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
ruby:
- 3.0.0-preview2
- 2.7
- 2.6
- 2.5
- 2.4
... | Stop doing gem update --system on CI | Stop doing gem update --system on CI
| YAML | mit | mrkn/enumerable-statistics,mrkn/enumerable-statistics,mrkn/enumerable-statistics,mrkn/enumerable-statistics,mrkn/enumerable-statistics |
9864e7fffbecfbcfd0ad03a5bce3b8b9931ebf3c | .github/workflows/go.yml | .github/workflows/go.yml | name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Ge... | name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Ge... | Move to the correct Go lint action | Move to the correct Go lint action
| YAML | apache-2.0 | square/certstrap |
9e4225ef421c0a7882910cc0c3c5968f63bba717 | packages/hs/hspec-dirstream.yaml | packages/hs/hspec-dirstream.yaml | homepage: https://hub.darcs.net/vmchale/hspec-dirstream
changelog-type: ''
hash: 921fce3249bddc8e4d19db26085b8fa0643991bf8bcc8a26c0f74823af86227e
test-bench-deps:
base: -any
hspec: -any
hspec-dirstream: -any
maintainer: vamchale@gmail.com
synopsis: Helper functions to simplify adding integration tests.
changelog:... | homepage: https://hub.darcs.net/vmchale/hspec-dirstream
changelog-type: ''
hash: 29054de96f8d69cf2bf15b0103097564856d49c693e3f032624d2f57d72e551c
test-bench-deps:
base: -any
hspec: -any
hspec-dirstream: -any
maintainer: vamchale@gmail.com
synopsis: Helper functions to simplify adding integration tests.
changelog:... | Update from Hackage at 2018-01-09T23:10:22Z | Update from Hackage at 2018-01-09T23:10:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1f4e26e0a9f3ac5fb02c21cc8e2789ec3e1369d0 | _data/gpgc.yml | _data/gpgc.yml | repo_owner: __your_github_username__
repo_name: __your_github_repository__
disabled: false
use_show_action: false
label_name: Post Comments
label_color: 666666
github_application:
client_id: __your_github_app_client_id__
code_authenticator: __your_github_code_authenticator_url__
callback_url: http://__your_host__... | repo_owner: pixated
repo_name: pixated.github.io
disabled: false
use_show_action: false
label_name: Post Comments
label_color: 666666
github_application:
client_id: 38892d2131cecce2c043
code_authenticator: https://pixated-comments.herokuapp.com/authenticate/
callback_url: http://pixated.github.io/public/html/gpgc... | Configure comments for my blog | Configure comments for my blog
| YAML | mit | pixated/pixated.github.io,pixated/pixated.github.io |
809f2582f244f537fa7b7188cda8a5cdbd44fbbf | _data/orgs.yml | _data/orgs.yml | - name: "Алексей Корнев"
photo: "static/images/orgs/ako.jpg"
link: "https://vk.com/id138723690"
- name: "Александр Кириллов"
photo: "static/images/orgs/aki.jpg"
link: "https://vk.com/saratovsource"
- name: "Евгений Хорохорин"
photo: "static/images/orgs/eho.jpg"
link: "https://vk.com/ehorohorin"
- name: "Анд... | - name: "Алексей Корнев"
photo: "static/images/orgs/ako.jpg"
link: "https://vk.com/id138723690"
- name: "Александр Кириллов"
photo: "static/images/orgs/aki.jpg"
link: "https://vk.com/saratovsource"
- name: "Евгений Хорохорин"
photo: "static/images/orgs/eho.jpg"
link: "https://vk.com/ehorohorin"
- name: "Анд... | Fix link to organisator's vk page | Fix link to organisator's vk page
| YAML | apache-2.0 | ehorohorin/youcon.github.io,youcon/youcon.github.io,ehorohorin/youcon.github.io,youcon/youcon.github.io,youcon/youcon.github.io,youcon/youcon.github.io,ehorohorin/youcon.github.io,ehorohorin/youcon.github.io |
39b8c6560b07d071b174caaf33a7b572e259889a | examples/lab-gsuite/qwiklabs.yml | examples/lab-gsuite/qwiklabs.yml | entity_type: Lab
schema_version: 1
id: minimal-gsuite-lab-example
default_locale: en
title:
locales:
en: Minialist Gsuite Domain Example
description:
locales:
en: Just the basics, nothing more.
length: 20
level: easy-peasy
instruction:
type: html
locales:
en: './instruction.html'
environment_r... | entity_type: Lab
schema_version: 1
id: minimal-gsuite-lab-example
default_locale: en
title:
locales:
en: Minimalist Gsuite Domain Example
description:
locales:
en: Just the basics, nothing more.
length: 20
level: introductory
instruction:
type: html
locales:
en: 'instruction.html'
environment_... | Fix typos and sample level value | Fix typos and sample level value
Co-Authored-By: jgan <33388aff0acca6fe23bc275b50436096f717c9d0@gmail.com> | YAML | apache-2.0 | CloudVLab/qwiklabs-content-bundle-spec |
e3f0426831bcf9b4020e50c1cbdbea1d7edc5bf4 | packages/se/SecureHash-SHA3.yaml | packages/se/SecureHash-SHA3.yaml | homepage: https://github.com/cartazio/securehash-sha3
changelog-type: markdown
hash: e6dd451ad6922d3c4374270ca16f757a3f4c471d110a2199a90caa43a07ee63f
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: simple static linked SHA3 using private symbols and the ref impl
changelog: ! '# Revision history fo... | homepage: https://github.com/cartazio/securehash-sha3
changelog-type: markdown
hash: c601bc0dcb9dd3202f3300dbb2519d6617381444dd206ef52a82249e8a19acb8
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: simple static linked SHA3 using private symbols and the ref impl
changelog: |
# Revision history f... | Update from Hackage at 2019-01-25T20:55:26Z | Update from Hackage at 2019-01-25T20:55:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b7cde18e19c16470364acaee9025366c5aa1e086 | habitat/config/config.yml | habitat/config/config.yml | {{cfg.omnitruck.rack_env}}:
virtual_path: '{{cfg.omnitruck.virtual_path}}'
metadata_dir: '{{pkg.svc_var_path}}{{cfg.omnitruck.metadata_dir}}'
| {{cfg.omnitruck.rack_env}}:
virtual_path: '{{cfg.omnitruck.virtual_path}}'
| Remove one more reference to metadata_dir | Remove one more reference to metadata_dir
Signed-off-by: Mark Harrison <f1b5a91d4d6ad523f2610114591c007e75d15084@mivok.net>
| YAML | apache-2.0 | chef/omnitruck,chef/omnitruck,chef/opscode-omnitruck,chef/opscode-omnitruck,chef/opscode-omnitruck,chef/omnitruck |
59c0312a38ce4074e8a9b7c1532ed18470543124 | .cirrus.yml | .cirrus.yml | test_task:
container:
matrix:
image: ruby:2.5
image: ruby:2.4
bundle_cache:
folder: /usr/local/bundle
fingerprint_script:
- echo $CIRRUS_TASK_NAME:$CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemspec
populate_script: bundle update
environment:
CODECOV_TOKEN: E... | bundle_cache: &bundle_cache
bundle_cache:
folder: /usr/local/bundle
fingerprint_script:
- echo $CIRRUS_TASK_NAME:$CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemspec
populate_script: bundle update
test_task:
container:
matrix:
image: ruby:2.5
image: ruby:2.4
<<:... | Add RuboCop task for Cirrus CI | Add RuboCop task for Cirrus CI
| YAML | mit | AlexWayfer/flame,AlexWayfer/flame |
7898c4570c79765f4cb53a5e9778e1938f7c94d7 | .travis.yml | .travis.yml | # ref. http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
osx_image: xcode10
before_install:
- gem install xcpretty
script:
set -o pipefail &&
travis_retry
xcodebuild test
-workspace CotEditor.xcworkspace
-scheme CotEditor
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
| xc... | # ref. http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
osx_image: xcode10.1
before_install:
- gem install xcpretty
script:
set -o pipefail &&
travis_retry
xcodebuild test
-workspace CotEditor.xcworkspace
-scheme CotEditor
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
| ... | Update osx_image for Travis CI | Update osx_image for Travis CI
| YAML | apache-2.0 | onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor |
c8bf5f29af2effbc436b25967d1b0a17e5813139 | .travis.yml | .travis.yml | sudo: required
addons:
apt_packages:
libmagic-dev
services:
- docker
script:
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
- echo "T... | sudo: required
language: generic
services:
- docker
script:
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
- echo "TRAVIS_BRANCH=$TRAVIS_BR... | Remove all unused stuff, since all check inside docker | Remove all unused stuff, since all check inside docker
| YAML | agpl-3.0 | ONLYOFFICE/doc-builder-testing,ONLYOFFICE/doc-builder-testing,ONLYOFFICE/doc-builder-testing |
74a2cc1e9a1179015ada7a389ccb7d6fc61e5b95 | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| 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
| Remove unrecognized sudo configuration section | Remove unrecognized sudo configuration section
| YAML | apache-2.0 | realityforge/gwt-eventsource,realityforge/gwt-eventsource |
b1138e08db3cc52a76aa82dfcf23bded0d3c8c07 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
env:
global:
- secure: Xy1Jl53Yovuj9tProdpmMmPThyA+iBxQYhceOqb+1O9FX8+6/9ohrgN+yF7VqvwX5cLPiico7/NCbS/BG/yufuxK8nddc4hPOYR1zZlwz0j1QBGDRsRG8PK3DlOtxyNHJTiDkNGjrDeeuM31uxL2qErl9IpEbE+8qi1bswRpKi8=
- secure: A39ISE6SAsqOCGJNV2UdqVlGEpg0VefYOw6qVuihksRIy5UoBtlmq1YzaXq0Q9Vd6TsYbMdE... | language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
sudo: false
env:
global:
- secure: Xy1Jl53Yovuj9tProdpmMmPThyA+iBxQYhceOqb+1O9FX8+6/9ohrgN+yF7VqvwX5cLPiico7/NCbS/BG/yufuxK8nddc4hPOYR1zZlwz0j1QBGDRsRG8PK3DlOtxyNHJTiDkNGjrDeeuM31uxL2qErl9IpEbE+8qi1bswRpKi8=
- secure: A39ISE6SAsqOCGJNV2UdqVlGEpg0VefYOw6qVuihks... | Add tests for node 0.12 and iojs, container-based | Add tests for node 0.12 and iojs, container-based | YAML | apache-2.0 | connexta/wellknown |
e2a6ea76a4914fe369e513ee0be6d663c8ea074d | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
- ree
- ruby-head
- jruby-head
bundler_args: -j4
before_install:
- gem update --system
- gem --version
- gem install bundler --pre
script: bundle exec rake spec
matrix:
allow_failures:
-
rvm:
- ruby-head
- jru... | ---
language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
- ruby-head
- jruby-head
bundler_args: -j4
before_install:
- gem update --system
- gem --version
- gem install bundler --pre
script: bundle exec rake spec
matrix:
allow_failures:
-
rvm:
- ruby-head
- jruby-head
| Remove ree from Ruby versions to test | Remove ree from Ruby versions to test
| YAML | mit | aereal/hatena-bookmark-restful |
28f44b82691f71220f610bfaa1f544f49253a2bd | .github/workflows/build-pr.yml | .github/workflows/build-pr.yml | name: build-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install golangci-lint
... | name: build-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: Install golangci-lint
... | Revert "Use official golangci-lint action" | Revert "Use official golangci-lint action"
Signed-off-by: Josh Dolitsky <c028c213ed5efcf30c3f4fc7361dbde0c893c5b7@dolit.ski>
| YAML | apache-2.0 | bacongobbler/helm,bacongobbler/helm,helm/helm,helm/helm |
c96407bea9f64e827d53347450e8fff240b9cbe9 | appveyor.yml | appveyor.yml | build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | Fix AppVeyor git line ending config | Fix AppVeyor git line ending config
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
ffcacbbd5016bc3593e2c94203902715fc3b8c73 | .github/workflows/publish.yaml | .github/workflows/publish.yaml | name: Publish
on:
push:
branches:
- master
jobs:
release:
name: Release
if: "!contains(github.event.head_commit.message, 'skip-ci')"
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup dotnet
... | name: Publish
on:
push:
branches:
- master
jobs:
release:
name: Release
if: "!contains(github.event.head_commit.message, 'skip-ci')"
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup dotnet
... | Use 'preview' as build metadata | Use 'preview' as build metadata
| YAML | mit | spectresystems/commandline |
86907672b9a949e67503509bd4e1ed7fb8e6edbc | appveyor.yml | appveyor.yml | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
environment:
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: c:\projects\kitchen-machine\.kitchen.appveyor.yml
SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem
matrix:
- ruby_version: "21"
cl... | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
environment:
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: c:\projects\kitchen-machine\.kitchen.appveyor.yml
SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem
matrix:
- ruby_version: "21"
cl... | Add bundle exec rake to script | Add bundle exec rake to script
| YAML | apache-2.0 | Nordstrom/chefdk_bootstrap,Nordstrom/chefdk_bootstrap,Nordstrom/chefdk_bootstrap |
e4f8003a18638ed91dc2d7142f9e37d8ccd6453f | appveyor.yml | appveyor.yml | # AppVeyor for Pyslvs-UI
image: Visual Studio 2019
platform: x64
environment:
matrix:
- MSYS_DIR: &msys2 C:\msys64
PYTHON_DIR: C:\Python36-x64
- MSYS_DIR: *msys2
PYTHON_DIR: C:\Python37-x64
install:
# Environment variables
- set Path=%MSYS_DIR%\mingw64\bin;%MSYS_DIR%\usr\bin;%Path%
- set... | # AppVeyor for Pyslvs-UI
image: Visual Studio 2019
platform: x64
environment:
matrix:
- MSYS_DIR: &msys2 C:\msys64
PYTHON_DIR: C:\Python36-x64
- MSYS_DIR: *msys2
PYTHON_DIR: C:\Python37-x64
install:
# Environment variables
- set Path=%MSYS_DIR%\mingw64\bin;%MSYS_DIR%\usr\bin;%Path%
- set P... | Remove blank lines of config file. | Remove blank lines of config file.
| YAML | agpl-3.0 | KmolYuan/pyslvs,KmolYuan/pyslvs,KmolYuan/pyslvs,KmolYuan/pyslvs |
b8d78d9035909f713bc1255569e9b0026d3adb5c | .travis.yml | .travis.yml | # vim ft=yaml
# travis-ci.org definition for MOxUnit build (based on CoSMoMVPA,
# which is based on PyMVPA, which is based on nipype configuration,
# which in turn was based on nipy)
#
# We pretend to be erlang because we need GNU Octave which is not
# available (as of April 2015)
language: erlang
cache:
- apt
env... | # vim ft=yaml
# travis-ci.org definition for MOxUnit build (based on CoSMoMVPA,
# which is based on PyMVPA, which is based on nipype configuration,
# which in turn was based on nipy)
#
# We pretend to be erlang because we need GNU Octave which is not
# available (as of April 2015)
language: erlang
cache:
- apt
env... | Resolve Travis issue with apt-get update | Resolve Travis issue with apt-get update
Travis has move their built environment to use GCE instead of
OpenVZ.
https://blog.travis-ci.com/2015-11-27-moving-to-a-more-elastic-future
The change in environment means the initial apt-cache does not
include `software-properties-common`, so the build started failing.
The f... | YAML | mit | MOxUnit/MOxUnit,nno/MOxUnit,nno/MOxUnit,MOxUnit/MOxUnit |
9a108d8be7f85305ca6a95dbe55eef5d2616f386 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "8"
env:
- CXX=g++-4.8
before_install:
# Qt
- sudo apt-add-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get update -qq
install:
# Qt
#- sudo apt-get -y install qt55[QTPACKAGE]
#- sudo apt-get -y install qmlscene qt5-default qtdeclarative5-dev qtba... | language: node_js
node_js:
- "4"
- "6"
- "8"
env:
- CXX=g++-4.8
before_install:
# Qt
- sudo apt-add-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get update -qq
install:
# Qt
- sudo apt-get -y install qt55[QTPACKAGE]
- sudo apt-get -y install qmlscene qt5-default qtdeclarative5-dev qtbase... | Undo last change -- we do need qt in order to compile | Undo last change -- we do need qt in order to compile
| YAML | apache-2.0 | iLib-js/iLib,iLib-js/iLib,iLib-js/iLib,iLib-js/iLib,iLib-js/iLib |
29940d091744651e8f80e91dc60b5e611bb1c0bb | .travis.yml | .travis.yml | language: php
php:
- 7
- 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
matrix:
allow_failures:
- php: hhvm
| language: php
php:
- 7
- 7.1
- 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
matrix:
allow_failures:
- php: hhvm
| Add PHP 7.1 to Travis CI | Add PHP 7.1 to Travis CI
| YAML | mit | brick/brick |
948a5e584d967f0647a6fe297f6c0a0a7114f158 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- master
- temp-appveyor-integration
os: Windows Server 2012 R2
install:
- cmd: git submodule update --init
- cmd: nuget restore
- ps: .\prebuild.ps1
platform: Any CPU
configuration: Release
build:
publish_nuget: true
| version: 1.0.{build}
branches:
only:
- master
- temp-appveyor-integration
os: Windows Server 2012 R2
install:
- cmd: git submodule update --init
- ps: .\prebuild.ps1
- cmd: nuget restore
platform: Any CPU
configuration: Release
build:
publish_nuget: true
| Add '-pre' suffix to version when the branch is not 'release' | Add '-pre' suffix to version when the branch is not 'release'
| YAML | mit | derFunk/YamlDotNet,steinbitglis/YamlDotNet,aaubry/YamlDotNet,Schumix/YamlDotNet,vwxyzh/YamlDotNet,vwxyzh/YamlDotNet,aaubry/YamlDotNet,steinbitglis/YamlDotNet,aaubry/YamlDotNet,Schumix/YamlDotNet,kwaak/YamlDotNet |
e181252cc18e2698369cccc7e46b54c5035a9aff | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
ftppassword:
secure: eK/zCvZEGU6BcRfo1CoYng2sjeywm69Q0JpJoJBdYqA=
build_script:
- ps: Pretzel/Pretzel bake site
test: off
artifacts:
- path: site/_site
name: compiled_site
before_deploy:
- ps: "$ftprequest = [System.Net.FtpWebRequest]::Create('laedit.net:21/httpdocs/re... | version: 1.0.{build}
environment:
ftppassword:
secure: eK/zCvZEGU6BcRfo1CoYng2sjeywm69Q0JpJoJBdYqA=
build_script:
- ps: Pretzel/Pretzel bake site
test: off
artifacts:
- path: site/_site
name: compiled_site
before_deploy:
- ps: "$ftprequest = [System.Net.FtpWebRequest]::Create('ftp://laedit.net:21/httpd... | Fix missing protocol in ftp url | Fix missing protocol in ftp url
| YAML | apache-2.0 | laedit/ReadingList,laedit/ReadingList |
2fd344fddf733adc802ab2652091d7a7306550e1 | appveyor.yml | appveyor.yml | environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
clone_depth: 5
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
test_script:
- yarn test
cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"
build: off
deploy: off... | environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
clone_depth: 5
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
test_script:
- yarn test
cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"
build: off
deploy: off
| Remove Node.js 9 from AppVeyor | Remove Node.js 9 from AppVeyor
| YAML | mit | ai/size-limit,ai/size-limit |
4d5b2db142e893cf3e0a054a5a87b5c4e2645091 | .travis.yml | .travis.yml |
language: scala
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.cache/coursier
- $HOME/.ivy2/cache
- $HOME/.sbt
before_cache:
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
# Cleanup the cached directories to avoid unnecessary cache updates
- find $HOME/.ivy2/cache -... |
language: scala
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.cache/coursier
- $HOME/.ivy2/cache
- $HOME/.sbt
before_cache:
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
# Cleanup the cached directories to avoid unnecessary cache updates
- find $HOME/.ivy2/cache -... | Move `after_success` script to coverage job | Move `after_success` script to coverage job
There is no reason to run the coverage reports after all jobs,
it just does not work when there is no instrumentation data.
| YAML | mit | leanovate/play-mockws |
37be2f918a72958eb4481eafbbe6eb144b272a79 | .travis.yml | .travis.yml | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image:
- xcode7
- xcode7.1
xcode_sdk:
- iphonesimulator9.0
# Check out nested dependencies
before_install: git submodule update --init --recursive
# A custom te... | # Configuration for Travis (https://travis-ci.org)
language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword
osx_image: xcode7.1
xcode_sdk: iphonesimulator9.1
env:
matrix:
- DESTINATION="OS=8.1,name=iPhone 4S"
- DESTINATION="OS=8.2,name=iPhone 5"
- DESTINATION="O... | Test on multiple devices and OS versions | [Travis] Test on multiple devices and OS versions
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
145e82e314b322884b494803ad4432e094804f39 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
sudo: false
services:
- rabbitmq
install:
# Build/test dependencies
- pip install -r requirements-dev.txt --use-mirrors
# Install Julython
- pip install -e .
script:
- fab test:skip_js=True
notifications:
irc:
channels: "irc.freenode.org#julython"
on_success: cha... | language: python
python:
- "2.7"
sudo: false
services:
- rabbitmq
install:
# Build/test dependencies
- pip install -r requirements-dev.txt
# Install Julython
- pip install -e .
script:
- fab test:skip_js=True
notifications:
irc:
channels: "irc.freenode.org#julython"
on_success: change
on_fai... | Use mirrors is now deprecated | Use mirrors is now deprecated
| YAML | mit | julython/julython.org,julython/julython.org,julython/julython.org,julython/julython.org |
f101016c5d3fadaeacba0c9677a906782280d734 | .travis.yml | .travis.yml | language: ruby
script: bundle exec rake
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- ree
| language: ruby
script: bundle exec rake
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- ree
matrix:
allow_failures:
- rvm: jruby-head
| Allow jruby-head failures just because | Allow jruby-head failures just because
| YAML | mit | harvesthq/time-warp |
03f6390bf0942cf7c6aee901abe8796791b4ca80 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "2.7"
- "2.6"
install: pip install flake8
script:
- flake8 eve
- python setup.py test
services:
- mongodb
- redis-server
before_script:
- "ulimit -n 1024"
- sleep 5
- mongo eve_test --eval 'db.addUser("test_user", "test_pw");'
branches:
only:
- master
-... | language: python
python:
- "3.3"
- "2.7"
- "2.6"
install: pip install flake8
script:
- flake8 eve
- python setup.py test
services:
- mongodb
- redis-server
before_script:
- "ulimit -n 1024"
- mongo eve_test --eval 'db.addUser("test_user", "test_pw");'
branches:
only:
- master
- develop
| Remove vain attempts at fixing CI mongodb issues. | Remove vain attempts at fixing CI mongodb issues.
See https://github.com/travis-ci/travis-ci/issues/1967
| YAML | bsd-3-clause | kidaa/eve,hustlzp/eve,kalbasit/eve,yanyanqin/eve,eduardomb/eve,jzorrof/eve,opticode/eve,superdesk/eve,elpoisterio/eve,bcrochet/eve,mcreenan/eve,julianhille/eve,mugurrus/eve,amagdas/eve,stratosgear/eve,EasonYi/eve,matthieuprat/eve,pjs7678/eve,sebest/eve |
67d245da717c4ff775a0d92fae87fb9074a0a088 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
| Remove old node versions, deps need >0.10 | Remove old node versions, deps need >0.10
| YAML | mit | mgarbacz/nordrassil,mgarbacz/nordrassil |
8be3f0e6ea963cde56ade8d0daa42868c3c85a8b | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
dist: trusty
branches:
only:
- master
before_install: bash etc/ci-setup.sh
install: true
script: eval $TEST_CMD
after_script: if [ -z "$HEROKU_API_KEY" ]; then heroku keys:remove $USER@`hostname`; fi
env:
global:
- IS_RUNNING_ON_TRAVIS=true
- SHUNIT_HOME="/tmp/shunit2-2.1.6"... | language: java
jdk:
- oraclejdk8
dist: trusty
branches:
only:
- master
before_install: bash etc/ci-setup.sh
install: true
script: eval $TEST_CMD
after_script: if [ -n "$HEROKU_API_KEY" ]; then heroku keys:remove $USER@`hostname`; fi
env:
global:
- IS_RUNNING_ON_TRAVIS=true
- SHUNIT_HOME="/tmp/shunit2-2.1.6"... | Fix key setup and removal on circle ci | Fix key setup and removal on circle ci
| YAML | mit | Scalingo/java-buildpack,heroku/heroku-buildpack-java,heroku/heroku-buildpack-java,Scalingo/java-buildpack |
cdf66d5bdd6f6cbae3662b84e9a44cc941204bbc | .travis.yml | .travis.yml | language: groovy
jdk:
- oraclejdk8
script:
- chmod +x grailsw
- ./grailsw clean
- ./grailsw test-app
- ./grailsw package
| language: groovy
jdk:
- openjdk8
script:
- chmod +x grailsw
- ./grailsw clean
- ./grailsw test-app
- ./grailsw package
| Replace oraclejdk8 with openjdk8 for Travis CI. | Replace oraclejdk8 with openjdk8 for Travis CI. | YAML | apache-2.0 | damienbeaufils/epn-pointeuse,damienbeaufils/epn-pointeuse |
43941e4d2100438a09680f5a40b0e3498598585d | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: tests/install.sh
script: tests/test.sh
# vim: et
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: tests/install.sh
script: tests/test.sh
# vim: et
| Enable testing on Python 3.4 | Enable testing on Python 3.4 | YAML | mit | areteix/powerline,IvanAli/powerline,magus424/powerline,xxxhycl2010/powerline,magus424/powerline,EricSB/powerline,Liangjianghao/powerline,cyrixhero/powerline,EricSB/powerline,bartvm/powerline,QuLogic/powerline,QuLogic/powerline,junix/powerline,lukw00/powerline,DoctorJellyface/powerline,QuLogic/powerline,prvnkumar/powerl... |
20e4981224b0f3ce7d6c058606510e22031fe0a2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
- cp handoverservice/handoverservice/settings.template cp handoverservice/handoverservice/settings.py
# command to run tests
script: cd handoverservice && python manage.py test
| language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
- cp handoverservice/handoverservice/settings.template handoverservice/handoverservice/settings.py
# command to run tests
script: cd handoverservice && python manage.py test
| Fix typo in cp line | Fix typo in cp line
| YAML | mit | Duke-GCB/DukeDSHandoverService,Duke-GCB/DukeDSHandoverService,Duke-GCB/DukeDSHandoverService |
6330842b8ed78afe6107d349e3ba1f2102df6796 | .travis.yml | .travis.yml | language: php
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
- hhvm-nightly
- before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/b... | language: php
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- hhvm-nightly
matrix:
include:
- php: 5.3
dist: precise
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "hhvm"* ]]; then
# Use PHPUnit 5.7 for HHVM due to compatability issues between ... | Fix before script to properly install PHPUnit 5.7 for HHVM | Fix before script to properly install PHPUnit 5.7 for HHVM
| YAML | bsd-2-clause | dennisvdvliet/php-rest-api,messagebird/php-rest-api |
5991bcaa94544968fcd88ca3f71307489b545277 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
os:
- linux
- osx
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
osx_image: xcode8.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
matrix:
allow_failures:
- os: osx
... | language: node_js
node_js:
- "4"
- "6"
- "7"
os:
- linux
- osx
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
osx_image: xcode8.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 CC=gcc-4.8; fi
matrix:
allow_failures:
- o... | Update Travis CI to use gcc v4.8 | Update Travis CI to use gcc v4.8
| YAML | apache-2.0 | lovell/64,lovell/64,lovell/64,lovell/64 |
146fd70f7977b0c3ae58523cf6e4e1492545ff88 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: required
env:
- "DB=postgresql"
before_install:
- nvm install v6.7.0
- node -v
- npm -v
- npm install -g phantomjs-prebuilt
- phantomjs -v
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :9... | language: ruby
# This is going to enable build on VMs instead of containers
sudo: required
cache:
bundler: true
directories:
- $HOME/.nvm/versions/node/v6.7.0/
rvm:
- 2.2.5
- 2.3.1
env:
- "DB=postgresql"
before_install:
- nvm install v6.7.0
- node -v
- npm -v
- npm install -g phantomjs-prebui... | Add cache to Travis CI | Add cache to Travis CI
| YAML | agpl-3.0 | privatt/privatt-agile-tracker,privatt/privatt-agile-tracker,privatt/privatt-agile-tracker |
3e606e65d8e5b20cb37fd5be1db2f80990091115 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1"
- "4.0"
- "node"
after_success: 'npm run coveralls'
| language: node_js
node_js:
- "6.3"
- "6.2"
- "6.1"
- "6.0"
- "4.1"
- "4.0"
- "node"
after_success: 'npm run coveralls'
| Expand CI test cover to node 6.x | Expand CI test cover to node 6.x
| YAML | isc | lekoder/consul-kv-object |
bca959328c003de6b87b2084838cc0e24c059e72 | .travis.yml | .travis.yml | language: cpp
sudo: required
compiler:
- clang
- gcc
env:
global:
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
- "APT_DEPENDENCIES=doxygen doxygen-latex libboost-all-dev libeigen3-... | language: cpp
sudo: required
compiler:
- clang
- gcc
env:
global:
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
- "APT_DEPENDENCIES=doxygen doxygen-latex libboost-all-dev libeigen3-... | Put APT_DEPENDENCIES at the before_install step | [Travis] Put APT_DEPENDENCIES at the before_install step
| YAML | bsd-2-clause | fvalenza/pinocchio,fvalenza/pinocchio,fvalenza/pinocchio,aelkhour/pinocchio,fvalenza/pinocchio,aelkhour/pinocchio,aelkhour/pinocchio,aelkhour/pinocchio |
aa754f3717a7ccec519ca3f6c0fb46d7573d80e6 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- tip
install:
- go get golang.org/x/crypto/ssh/terminal
script: go test -v ./...
| language: go
go:
- 1.3
- 1.4
install:
- go get golang.org/x/crypto/ssh/terminal
script: go test -v ./...
| Remove tip from Travis versions | Remove tip from Travis versions
| YAML | mit | alfredxing/calc |
0f096e0c21b29827d28e71b1f16fa14febbd62e2 | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake test:coverage'
sudo: false
cache: bundler
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.1.6
- 2.2.0
- 2.2.1
- 2.2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="... | language: ruby
script: 'bundle exec rake test:coverage'
sudo: false
cache: bundler
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.1.6
- 2.2.0
- 2.2.1
- 2.2.2
- rbx-2
matrix:
include:
- rvm: jruby-head
allow_failures:
- rvm: rbx-2
- rvm: jruby-head
| Test only against JRuby 9k on Travis | Test only against JRuby 9k on Travis
| YAML | mit | theocodes/view,AlfonsoUceda/view,wangsucheng0715/view,vyper/view,farrel/view |
ead7878c12bcf8da6c61c05a75d3c9113a1b2c25 | .travis.yml | .travis.yml | language: php
php:
- hhvm
- 5.6
- 5.5
- 5.4
- 5.3
install:
- travis_retry composer install --prefer-dist
before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutiniz... | language: php
php:
- hhvm
- 5.6
- 5.5
- 5.4
- 5.3
install:
- travis_retry composer install --prefer-dist
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
script:
- phpunit --coverage-clover=cover... | Disable mongodb extension on Travis for HHVM | Disable mongodb extension on Travis for HHVM
| YAML | mit | kgilden/pager |
c8d1c0fac562d541effbb4ff1478914ed41d985e | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
git:
submodules: false
before_install:
- brew update; brew update
# - brew outdated xctool || brew upgrade xctool
- brew install carthage
install: script/update
script: script/test
| language: objective-c
osx_image: xcode7
git:
submodules: false
before_install:
- brew update; brew update
- brew install carthage
install: script/update
script: script/test
| Remove commented out xctool upgrade. | Remove commented out xctool upgrade.
| YAML | mit | imgflo/ImgFlo.swift,the-grid/ImgFlo.swift,imgflo/ImgFlo.swift,the-grid/ImgFlo.swift,the-grid/ImgFlo.swift,imgflo/ImgFlo.swift |
223935d7bd92d6f2dea15f044302f608a2511fda | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- rbx-19mode
| language: ruby
rvm:
- 1.9.3
- 2.1
- rbx
| Update list of rubies to test against. | Update list of rubies to test against.
| YAML | mit | toddthomas/signed_xml,openlogic/signed_xml |
fb92b4cdc36d8aaad35343cf1eaba9320b2f9ea7 | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "iojs"
- "0.12"
after_success:
- npm run report-coverage | language: node_js
node_js:
- "node"
- "iojs"
- "4.1"
- "4.0"
- "0.12"
after_success:
- npm run report-coverage
| Include node 4 when testing | Include node 4 when testing
| YAML | mit | mauricedb/polly-js |
6bac7dd1922ed13b79668504978d59f14854aa17 | .travis.yml | .travis.yml | language: csharp
matrix:
include:
- env: Ubuntu=14.04
os: linux
dist: trusty
sudo: required
- env: OSX=10.11
os: osx
osx_image: xcode7.3
rvm: system
before_install:
- ./.ci/before_install.sh
install:
- ./.ci/install.sh
script:
- ./.ci/script.sh
notifications:
s... | language: csharp
matrix:
fast_finish: true
include:
- env: Ubuntu=14.04
os: linux
dist: trusty
sudo: required
allow_failures:
- env: OSX=10.11
os: osx
osx_image: xcode7.3
rvm: system
before_install:
- ./.ci/before_install.sh
install:
- ./.ci/install.sh
script:... | Allow failures for Mac OS X build and notify as soon as Linux build finishes | Allow failures for Mac OS X build and notify as soon as Linux build finishes
| YAML | apache-2.0 | YaccConstructor/FStar,A-Manning/FStar,hoheinzollern/FStar,A-Manning/FStar,hoheinzollern/FStar,YaccConstructor/FStar,MallabaevAzamat/FStar,MallabaevAzamat/FStar,A-Manning/FStar,YaccConstructor/FStar,FStarLang/FStar,FStarLang/FStar,MallabaevAzamat/FStar,YaccConstructor/FStar,hoheinzollern/FStar,MallabaevAzamat/FStar,FSta... |
dfc0c7e3c62a5553782cee11319a081da35849ea | .travis.yml | .travis.yml | language: "ruby"
rvm:
- "2.0"
- "2.4.0"
sudo: false
install:
- bundle install --retry=3
- npm install
script:
- bundle exec rspec
- npm test
addons:
code_climate:
repo_token: cad4913c49d614008c332cda660cf909de208e335201aa8bfab373b9740e85be
after_success:
- bundle exec codeclimate-test-reporter... | language: "ruby"
rvm:
- "2.0"
- "2.5.0"
sudo: false
install:
- bundle install --retry=3
- npm install
script:
- bundle exec rspec
- npm test
addons:
code_climate:
repo_token: cad4913c49d614008c332cda660cf909de208e335201aa8bfab373b9740e85be
after_success:
- bundle exec codeclimate-test-reporter... | Use ruby 2.5.0 in test build | Use ruby 2.5.0 in test build
| YAML | mit | jalyna/oakdex-pokedex,jalyna/oakdex-pokedex |
efb5ad2a4083e675c25eacefa4f435d246bddc51 | .travis.yml | .travis.yml | env:
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.16 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update -qq
install:
- sud... | env:
- CABALVER=1.20 GHCVER=7.4.2
- CABALVER=1.20 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update -qq
install:
- sud... | Use higher cabal versions for ghc 7.4.* and ghc 7.6.* | Use higher cabal versions for ghc 7.4.* and ghc 7.6.*
| YAML | bsd-3-clause | markus1189/xmonad-contrib-710,markus1189/xmonad-contrib-710 |
60503e69d4ecf581f138e957df6b9d7b3f44da06 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer/cache
env:
- SYMFONY_VERSION=2.6.*
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION=2.3.*
- php: 5.6
env: SYMFONY_VERSION=2.5.*
- php: 5.6
env: SYMFONY_VERSION=2.7.... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer/cache
env:
- SYMFONY_VERSION=2.6.*
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION=2.3.*
- php: 5.6
env: SYMFONY_VERSION=2.5.*
- php: 5.6
env: SYMFONY_VERSION=2.7.... | Make Symfony 2.7 support a requirement | Make Symfony 2.7 support a requirement | YAML | mit | ZnanyLekarz/Routing,sustmi/Routing,pk16011990/Routing,aheinz-sg/Routing,timplunkett/Routing |
9ad2f5feac8991fe3aad2194afcb59add31399a3 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
env:
global:
- setup=basic
- coverage=no
before_script:
- travis_retry composer self-update
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $set... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
global:
- setup=basic
- coverage=no
before_script:
- travis_retry composer self-update
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setu... | Remove hhvm and add 7.1 | Remove hhvm and add 7.1
Signed-off-by: crynobone <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
| YAML | mit | orchestral/publisher |
07f88ea49c8f39fe8ef12d71643e2bbdae8da414 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- jruby
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2
- 2.3
- 2.4
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby-9
- rvm: rbx-3
dist: trusty
| Use Travis "trusty" build and wildcard Ruby versions. | Use Travis "trusty" build and wildcard Ruby versions.
| YAML | unlicense | ruby-rdf/rdf-n3,ruby-rdf/rdf-n3 |
1866f8822c6fb7f831b387460f153914b9f8f3d2 | .travis.yml | .travis.yml | sudo: false
language: java
# whitelist
branches:
only:
- master
jdk:
- oraclejdk8
# Run the commit message check and then check out some required dependencies.
# TODO Currently check in messages are not checked for dawnsci.
# - chmod +x ./org.eclipse.dawnsci.releng/build/commit-msg.sh
# - bash ./org.eclipse.da... | sudo: false # use containers
language: java
cache:
directories:
- $HOME/.m2 # Maven dependencies
# whitelist
branches:
only:
- master
jdk:
- oraclejdk8
# Run the commit message check and then check out some required dependencies.
# TODO Currently check in messages are not checked for dawnsci.
# - chmod ... | Add caching of Maven artifacts for Travis-CI | Add caching of Maven artifacts for Travis-CI | YAML | epl-1.0 | DawnScience/dawnsci,colinpalmer/dawnsci,eclipse/dawnsci,xen-0/dawnsci,belkassaby/dawnsci,jamesmudd/dawnsci,colinpalmer/dawnsci,jamesmudd/dawnsci,jamesmudd/dawnsci |
ad2772172b1e589df88d4c065ceb685b7fe442af | .travis.yml | .travis.yml | language: python
env:
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.4.x.zip
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
python:
- "2.... | language: python
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4
- python: "3.4"
env: DJANGO_VERSION=1.4
... | Test against PyPI Django releases | Test against PyPI Django releases
| YAML | bsd-3-clause | AlexHill/djpj,AlexHill/djpj |
b9735415ae70fccda0716619bc57eabbf92a9b90 | .travis.yml | .travis.yml | language: clojure
script: lein with-profile production compile :all
| language: clojure
script: lein with-profile production compile :all
deploy:
provider: releases
api_key:
secure: kvygJ/E+YVe0sSuDZXaNYtn9DXxx8RovAvCDnsdMjEkWYwTfg8yUaMdlqvzzYojym/FKRr05RzSjClDbWJ8JnU4su2iMjOMuHzrhH8UALZQIM2yaxporVugh32OYSFZDYEA2oUwg0TRD7GPfb7aJYbkmu2AWb5ZubCwXQKSWauOFVnXY6xmCZl7Z+0xAZJBHFch7LyGX... | Add GitHub Releases Uploading to Travis | Add GitHub Releases Uploading to Travis
| YAML | epl-1.0 | alexanderkiel/lens-app,alexanderkiel/lens-app |
ed9bda7e025ddd1ffcec57fd5195603aae18d7ed | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
before_script:
- composer install
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/php-coveralls -v
| language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
before_script:
- composer install
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/php-coveralls -v
| Test PHP 7.4 on Travis | Test PHP 7.4 on Travis
| YAML | mit | brick/event |
4fbb996b3a4a7919293ff12284a7766e8563c45b | .travis.yml | .travis.yml | services:
- docker
before_script:
- docker-compose build
script:
- docker-compose run wscef
| services:
- docker
before_script:
- docker-compose build
script:
- docker-compose run wscef
after_success:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=sebestblog/travis-demo
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH ;... | Add new commands for build dockerhub images | Add new commands for build dockerhub images | YAML | mit | farribeiro/wscef-docker |
66dde16c4b8457a5fd693176bb9727d99f5728a1 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install --editable ".[all]"
- pip install pytest>=3.6 pytest-cov coverage pathlib
script:
- pytest
notifications:
email:
recipients:
- kinverarity@hotmail.com
on_success: change
on_failure: ch... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install --editable ".[all]"
- pip install pytest>=3.6 pytest-cov coverage pathlib
- python -c "import lasio; print(lasio.__version__)"
script:
- pytest
notifications:
email:
recipients:
- kinverarit... | Add debug lasio version for Travis CI | Add debug lasio version for Travis CI
| YAML | mit | kwinkunks/lasio,kinverarity1/lasio,kinverarity1/las-reader |
82ce72861a131c934db668b593cc2897b0d7a809 | .travis.yml | .travis.yml | language: java
env:
global:
- MAVEN_OPTS="-Xmx2g"
| language: java
jdk:
- oraclejdk8
env:
global:
- MAVEN_OPTS="-Xmx2g"
| Change Travis config to use Java 8 | Change Travis config to use Java 8
| YAML | apache-2.0 | zjshen/presto,takari/presto,losipiuk/presto,deciament/presto,geraint0923/presto,springning/presto,shixuan-fan/presto,prateek1306/presto,Praveen2112/presto,DanielTing/presto,idemura/presto,martint/presto,XiaominZhang/presto,mpilman/presto,TeradataCenterForHadoop/bootcamp,dongjoon-hyun/presto,aramesh117/presto,yu-yamada/... |
8d090e79a7aff61fce2e9c7669acd1a4ce359970 | .travis.yml | .travis.yml | language: php
php:
- "5.6"
- "7.1"
services:
- mysql
before_install:
- sudo apt-get update
install:
- composer self-update
before_script:
- mv .env.travis .env
- mv travis.phpunit.xml phpunit.xml
- mysql -e 'create database test_timegrid;'
- composer install --dev --no-interaction
- php artisan... | language: php
php:
- "5.6"
- "7.1"
services:
- mysql
before_install:
- sudo apt-get update
install:
- composer self-update
before_script:
- mv .env.travis .env
- mv travis.phpunit.xml phpunit.xml
- mysql -e 'create database test_timegrid;'
- composer install --dev --no-interaction
- php artisan... | Disable geoip update for Travis-CI builds | Disable geoip update for Travis-CI builds
| YAML | agpl-3.0 | timegridio/timegrid,timegridio/timegrid,timegridio/timegrid |
7864163214d2bf476589fdc650d9d551c98aa669 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
install:
- git clone https://github.com/sstephenson/bats.git && cd bats && ./install.sh .. && cd -
- pip install -U pip setuptools
- pip install -U . -r dev-requirements.txt
# command to run tests
script:
- paver lint
... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
install:
- git clone https://github.com/sstephenson/bats.git && cd bats && ./install.sh .. && cd -
- pip install -U pip setuptools
- pip install -U . -r dev-requirements.txt
# command to run tests
script:
- paver lint
... | Update codeclimate token for coverage | Update codeclimate token for coverage
| YAML | bsd-3-clause | EvgeneOskin/termius-cli,EvgeneOskin/termius-cli,Crystalnix/serverauditor-sshconfig,Crystalnix/serverauditor-sshconfig,EvgeneOskin/serverauditor-sshconfig |
d3b78d05d25290dffa002daf7021fa874a84adde | .travis.yml | .travis.yml | language: node_js
node_js:
- stable
- "4"
- "0.10"
script: npm run build
| language: node_js
node_js:
- stable
- "4"
- "0.10"
script: npm run build
notifications:
email:
on_failure: change
| Stop notifications for every failing build | Stop notifications for every failing build
| YAML | mit | absortium/frontend,chaintng/react-boilerplate,blockfs/frontend-react,JonathanMerklin/react-boilerplate,jasoncyu/always-be-bulking,shiftunion/bot-a-tron,codermango/BetCalculator,dbrelovsky/react-boilerplate,Proxiweb/react-boilerplate,bsr203/react-boilerplate,be-oi/beoi-training-client,Demonslyr/Donut.WFE.Customer,perry-... |
f5f2085b290d4518119a1455744f83e644e5eea3 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.4
- DJANGO_VERSION=1.4.2
# command to install dependencies
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install -r requirements.txt --use-mirrors
# command to run tests
script: python setup.py test
| language: python
python:
# Disable 2.5 for now due to a bug in django-setuptest
# Ref: https://github.com/praekelt/django-setuptest/pull/6
# - "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.4
- DJANGO_VERSION=1.4.2
# command to install dependencies
install:
- pip install -q Django==$DJANGO_VERSION --use... | Disable 2.5 testing (for now). | Disable 2.5 testing (for now). | YAML | agpl-3.0 | ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,viaregio/django-newsletter,ctxis/django-newsletter,viaregio/django-newsletter,dsanders11/django-newsletter,dsanders11/django-newsletter |
718c4317e5abdd9f7b92c60cf2c14f7cc23ab668 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- tip
install:
- go get github.com/tools/godep
- godep restore
sudo: false
| language: go
go:
- 1.4
#- tip
install:
- go get github.com/tools/godep
- godep restore
sudo: false
| Disable tip testing on Travis | Disable tip testing on Travis | YAML | bsd-3-clause | cloudpipe/cloudpipe,cloudpipe/cloudpipe,cloudpipe/cloudpipe |
4c29c3d01a4afc8718ffb8b89a4fc97f8fa2c6c1 | hieradata/bgo/roles/compute.yaml | hieradata/bgo/roles/compute.yaml | ---
ntp::servers:
- 172.16.0.100
- 172.16.0.101
- 172.16.0.102
profile::base::network::manage_httpproxy: 'true'
puppet::cron_cmd: "if [ -e /etc/profile.d/proxy.sh ] ; then source /etc/profile.d/proxy.sh ; fi ; \
/usr/bin/env puppet agent --config %{puppet::dir}/puppet.conf --onetime --no-daemonize"
#########... | ---
include:
default:
- profile::openstack::compute::migration
ntp::servers:
- 172.16.0.100
- 172.16.0.101
- 172.16.0.102
profile::base::network::manage_httpproxy: 'true'
puppet::cron_cmd: "if [ -e /etc/profile.d/proxy.sh ] ; then source /etc/profile.d/proxy.sh ; fi ; \
/usr/bin/env puppet agent --conf... | Add shell to nova user in bgo | Add shell to nova user in bgo
| YAML | apache-2.0 | eckhart/himlar,raykrist/himlar,tanzr/himlar,eckhart/himlar,TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,eckhart/himlar,TorLdre/himlar,mikaeld66/himlar,raykrist/himlar,TorLdre/himlar,raykrist/himlar,tanzr/himlar,mikaeld66/himlar,TorLdre/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar,norcams/himlar,eckhart/himlar... |
6dfa0f5a98fd1db6f5fc6ae891fa3b621ddf7399 | kubernetes/helm/values.dev.yaml | kubernetes/helm/values.dev.yaml | # The HX cluster has 3 workers. Each k8s worker comes with 8 cores and 32GB of RAM.
# The resources of this cluster will be divided as follows:
# - Failover public website (2 workers)
# - Test website (1 worker)
# Database
database: db-dev
# Proxy
proxy: proxy-hx
# EBI search index
searchIndex: search-index-dev
# M... | # The HX cluster has 3 workers. Each k8s worker comes with 8 cores and 32GB of RAM.
# The resources of this cluster will be divided as follows:
# - Failover public website (2 workers)
# - Test website (1 worker)
# Database
database: db-dev
# Proxy
proxy: proxy-hx
# EBI search index
searchIndex: search-index-dev
# M... | Update values for the test website | Update values for the test website
| YAML | apache-2.0 | RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode |
aee66272fdc335ba8b1166398d830fa2256f2987 | yosys/meta.yaml | yosys/meta.yaml | {% set version = '%s_%04i_%s'|format(GIT_DESCRIBE_TAG|replace('yosys-', '') or '0.X', GIT_DESCRIBE_NUMBER|int, GIT_DESCRIBE_HASH or 'gUNKNOWN') %}
package:
name: yosys
version: {{ version }}
source:
git_url: https://github.com/YosysHQ/yosys.git
git_rev: master
patches:
- makefile-conda-config.patch
bui... | {% set version = '%s_%04i_%s'|format(GIT_DESCRIBE_TAG|replace('yosys-', '') or '0.X', GIT_DESCRIBE_NUMBER|int, GIT_DESCRIBE_HASH or 'gUNKNOWN') %}
package:
name: yosys
version: {{ version }}
source:
git_url: https://github.com/timvideos/yosys.git
git_rev: master
patches:
- makefile-conda-config.patch
b... | Use TimVideos Yosys for building packages. | Use TimVideos Yosys for building packages.
| YAML | apache-2.0 | litex-hub/litex-conda-compilers,litex-hub/litex-conda-prog,timvideos/conda-misoc-lm32,timvideos/conda-hdmi2usb-packages,timvideos/conda-hdmi2usb-packages,litex-hub/litex-conda-eda,timvideos/conda-misoc-lm32 |
224031423676779fbb919bee7e875add02da25de | _config.yml | _config.yml | # Site settings
title: samyakchoudhary.com
email: samyakchoudhary@gmail.com
description: Computer Science, IIT Roorkee, graduate. Aspiring Entrepreneur. ENTP.
baseurl: "" # the subpath of your site, e.g. /blog
url: "samyakchoudhary.com" # the base hostname & protocol for your site
enable_retina: false
permalink: :title... | # Site settings
title: samyakchoudhary.com
email: samyakchoudhary@gmail.com
description: Computer Science, IIT Roorkee, graduate. Aspiring Entrepreneur. ENTP.
baseurl: "" # the subpath of your site, e.g. /blog
url: "samyakchoudhary.com" # the base hostname & protocol for your site
enable_retina: false
permalink: :title... | Use fa icons in nav bar | Use fa icons in nav bar
| YAML | mit | samyak45/samyak45.github.io,samyak45/samyak45.github.io |
a7b6fc7c62250a35bef2b8e3834b744acb6ee55e | src/gcloudbuild.yaml | src/gcloudbuild.yaml | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Add timeout to individual build step | Add timeout to individual build step
| YAML | apache-2.0 | GoogleCloudPlatform/covid-19-open-data,GoogleCloudPlatform/covid-19-open-data |
df3cb3e98e1008819f4498a7890a61cac4f2636a | roles/shellcheck/tasks/main.yml | roles/shellcheck/tasks/main.yml | ---
- name: Install requirements
become: true
apt: name={{item}} state=latest
with_items:
- cabal-install
- ghc
- name: Install shellcheck
shell: cabal update && cabal install shellcheck
args:
creates: ~/.cabal/bin/shellcheck
| ---
- name: Install requirements
become: true
apt: name={{item}} state=latest
with_items:
- cabal-install
- ghc
- name: Install tmux
become: true
apt: name=tmux state=latest
- name: Install shellcheck
shell: cabal update && cabal install shellcheck
args:
creates: ~/.cabal/bin/shellcheck
| Install tmux in new dev machines | Install tmux in new dev machines
| YAML | mit | deivid-rodriguez/dotfiles,deivid-rodriguez/dotfiles |
d5762e4c7c7bffcb3e5fa8ba1c63e6ee6d345027 | playbook/include/syslog.inc.yml | playbook/include/syslog.inc.yml | - name: "Create /usr/local/etc/syslog.d/"
file:
path: /usr/local/etc/syslog.d/
state: directory
owner: root
group: wheel
mode: "0755"
- name: "Remove obsolete syslog files"
file:
path: "{{ item }}"
state: absent
loop:
- /usr/local/etc/syslog.d/console.conf
notify: restart_syslog... | - name: "Create /usr/local/etc/syslog.d/"
file:
path: /usr/local/etc/syslog.d/
state: directory
owner: root
group: wheel
mode: "0755"
- name: "Remove obsolete syslog files"
file:
path: "{{ item }}"
state: absent
loop:
- /usr/local/etc/syslog.d/console.conf
notify: restart_syslog... | Fix disabling of '/dev/console' in syslog. | Fix disabling of '/dev/console' in syslog.
| YAML | bsd-2-clause | olgeni/bsdkit |
4ba60696158b90423a8d8d7197ab6a36755bb186 | recipes/Sanic-HTTPAuth/meta.yaml | recipes/Sanic-HTTPAuth/meta.yaml | {% set name = "Sanic-HTTPAuth" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/Sanic-HTTPAuth-{{ version }}.tar.gz
sha256: a4f9fb15165a470d53ba1bd42acb8b0d9f579acb1c0af2c9752d1ed38e41cb89
build:
num... | {% set name = "Sanic-HTTPAuth" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/Sanic-HTTPAuth-{{ version }}.tar.gz
sha256: a4f9fb15165a470d53ba1bd42acb8b0d9f579acb1c0af2c9752d1ed38e41cb89
build:
num... | Add the compat module back | Add the compat module back
| YAML | bsd-3-clause | ocefpaf/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,mariusv... |
3dcb27158763b1470ac25923e291b72dce9615c0 | roles/python-3/defaults/main.yml | roles/python-3/defaults/main.yml | ---
python_3_version: "3.6.7"
python_3_version_output: "Python {{ python_3_version }}"
# TODO: determine these strings using python_3_version
python_3_executable: "python3.6"
pip_3_executable: "pip3.6"
python_3_dir: "Python-{{ python_3_version }}"
python_3_filename: "{{ python_3_dir }}.tgz"
python_3_url: "https://ww... | ---
python_3_version: "3.6.7"
python_3_version_output: "Python {{ python_3_version }}"
python_3_executable: "python{{ python_3_version.split('.')[0:2] | join('.') }}"
pip_3_executable: "pip{{ python_3_version.split('.')[0:2] | join('.') }}"
python_3_dir: "Python-{{ python_3_version }}"
python_3_filename: "{{ python_3... | Determine python and pip executable names from python 3 version | Determine python and pip executable names from python 3 version
| YAML | apache-2.0 | osu-mist/ansible-roles |
8e4beac736d0050820e5181bbb5ac3e3ba5524bb | common/tasks/main.yml | common/tasks/main.yml | ---
- include: zsh.yml
- include: postgres.yml
- include: chrome.yml
- include: java.yml
- include: vim.yml
- include: intellij.yml
- include: node.yml
- include: wine.yml
- include: hipchat.yml
- include: gimp.yml
- include: spotify.yml
- include: vlc.yml
- include: docker.yml
- include: go... | ---
- include: zsh.yml
- include: postgres.yml
- include: chrome.yml
- include: java.yml
- include: vim.yml
- include: intellij.yml
- include: node.yml
- include: wine.yml
- include: hipchat.yml
- include: gimp.yml
- include: spotify.yml
- include: vlc.yml
- include: docker.yml
- include: go... | Add monit but commented out | Add monit but commented out
| YAML | apache-2.0 | lilleswing/dev_box |
cb8e6f08eb010fed201dfeac058f1a7b1cb05881 | docs/antora.yml | docs/antora.yml | name: rubocop-rspec
title: RuboCop RSpec
version: '2.1'
nav:
- modules/ROOT/nav.adoc
| name: rubocop-rspec
title: RuboCop RSpec
version: master
nav:
- modules/ROOT/nav.adoc
| Switch docs version back to master | Switch docs version back to master
| YAML | mit | bquorning/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec,backus/rubocop-rspec |
6a3f7fa3a19df2394ef74aa3c376a43e5d90e0eb | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
- journal
- typ... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
- journal
- typ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.