doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
ea1f92e7-3d8c-4fba-a4b7-d7e6661f7489 | {
"language": "YAML"
} | ```yaml
sudo: false
language: ruby
before_install: gem install bundler -v 1.13.6
matrix:
fast_finish: true
include:
- rvm: ruby-head
gemfile: gemfiles/railsmaster.gemfile
- rvm: jruby-9.1.0.0
gemfile: gemfiles/jruby.gemfile
- rvm: 2.4.1
gemfile: Gemfile
- rvm: 2.4.1
gemfile:... | ```yaml
sudo: false
language: ruby
before_install: gem install bundler -v 1.13.6
matrix:
fast_finish: true
include:
- rvm: ruby-head
gemfile: gemfiles/railsmaster.gemfile
- rvm: jruby-9.1.0.0
gemfile: gemfiles/jruby.gemfile
- rvm: 2.5.0
gemfile: Gemfile
- rvm: 2.4.1
gemfile:... |
7f4ec66b-22fd-47ae-aab4-e9c97ff146cf | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.8.7
- ree
env: THEME=bridgepdx
```
Downgrade rubygems to 1.8.25 before Travis CI runs | ```yaml
language: ruby
rvm:
- 1.8.7
- ree
env: THEME=bridgepdx
before_install:
- rvm rubygems 1.8.25
``` |
e419da08-89af-4916-923f-7896324a9c30 | {
"language": "YAML"
} | ```yaml
language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
services:
- postgresql
- docker
before_script:
- psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres
- psql -c 'create database "mongo-java-server-test" with o... | ```yaml
language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
- openjdk14
services:
- postgresql
- docker
before_script:
- psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres
- psql -c 'create database "mongo-java-ser... |
219f4389-c372-44ef-b59b-126fdb2d5386 | {
"language": "YAML"
} | ```yaml
sudo: false
install: true
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.sonar/installs'
language: java
jdk:
- oraclejdk8
addons:
sonarqube: true
script:
- openssl aes-256-cbc -K $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d
- gpg --fa... | ```yaml
sudo: false
install: true
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.sonar/installs'
language: java
jdk:
- oraclejdk8
addons:
sonarqube: true
script:
- openssl aes-256-cbc -k $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d
- gpg --fa... |
33475ec7-b754-4daf-a371-3fc63e190bfd | {
"language": "YAML"
} | ```yaml
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
... | ```yaml
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
... |
fa4885fe-e5f6-4dbe-8d71-3031cc55fffd | {
"language": "YAML"
} | ```yaml
language: cpp
script: make
compiler:
- clang-3.7
env:
- CXX=clang-3.7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- gcc-5
- g++-5
- clang-3.7
```
Remove language cpp from Travis CI configuration | ```yaml
script: make
compiler:
- clang-3.7
env:
- CXX=clang-3.7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- gcc-5
- g++-5
- clang-3.7
``` |
acb4caf8-5d6f-42a4-bfe7-8a45b5dd599a | {
"language": "YAML"
} | ```yaml
language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: "$SONARCLOUD_ORGANIZATION"
token: "$SONAR_TOKEN"
before_script:
- export DISPLAY=:99.0
script:
- mvn test
... | ```yaml
language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: $SONARCLOUD_ORGANIZATION
token: $SONAR_TOKEN
before_script:
- export DISPLAY=:99.0
script:
- mvn test
- ... |
ae00f3ab-3124-4bac-92b1-62f30b75a47b | {
"language": "YAML"
} | ```yaml
services:
- hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
```
Move fabric8-tenant to fabric8-services org | ```yaml
services:
- hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8-services/fabric8-tenant/
``` |
b07c87da-7e1c-471e-a328-3711f8b6ce52 | {
"language": "YAML"
} | ```yaml
debug: true
database:
url: "postgresql://localhost/warehouse"
paths:
packages: "data/packages"
cache:
browser:
packages: 900
varnish:
packages: 86400
```
Remove the browser cache from in development | ```yaml
debug: true
database:
url: "postgresql://localhost/warehouse"
paths:
packages: "data/packages"
cache:
varnish:
packages: 86400
``` |
d1b5822b-50d7-43a1-957e-31cb4b1b2c86 | {
"language": "YAML"
} | ```yaml
DEFAULTS:
type: Version
created_at: 2006-03-10
updated_at: 2006-04-11
publish_from: 2006-03-10
status: pub
lang: en
comment: ""
summary: ""
text: ""
number: 1
ocean_en:
type: Version
node: ... | ```yaml
DEFAULTS:
type: Version
created_at: 2006-03-10
updated_at: 2006-04-11
publish_from: 2006-03-10
status: pub
lang: en
comment: ""
summary: ""
text: ""
number: 1
ocean_en:
type: Version
node: ... |
98518969-7111-41a6-adcc-762948ca3644 | {
"language": "YAML"
} | ```yaml
package:
name: qtawesome
version: 0.1.8.post1
source:
git_url: ../
git_tag: a9e3d1e
build:
noarch_python: True
requirements:
build:
- python
- six
- qtpy
run:
- python
- qtpy
- six
test:
imports:
- qtawesome
requires:
- pyqt
about:
home: https://github.co... | ```yaml
package:
name: qtawesome
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }}
source:
git_url: ../
git_tag: {{ environ.get('GIT_DESCRIBE_TAG') }}
build:
noarch_python: True
requirements:
build:
- python
- six
- qtpy
run:
- python
- qtpy
- six
test:
impo... |
826419ca-99f1-4479-b5b8-6b09381be8e4 | {
"language": "YAML"
} | ```yaml
site_name: Cartography
docs_dir: src-cartography
site_dir: dist-cartography
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'API reference': 'api-reference.md'
- 'Basemap styles': 'styles.md'
- 'Icons': 'icons.md'
- 'Versioning': 'versioning.md'
extra:
site_subtitle: 'Get everything ... | ```yaml
site_name: Cartography
docs_dir: src-cartography
site_dir: dist-cartography
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Basemap styles': 'styles.md'
- 'Themes': 'themes.md'
- 'Icons': 'icons.md'
- 'API reference': 'api-reference.md'
- 'Versioning': 'versioning.md'
extra:
site_... |
803c6e9d-3bf3-424d-a112-d9df3d4fe8ce | {
"language": "YAML"
} | ```yaml
---
site: bis_rc
whitehall_slug: department-for-business-innovation-skills
redirection_date: 31st July 2014
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA
host: renewableconsultation.bis.gov.uk
h... | ```yaml
---
site: bis_rc
whitehall_slug: department-for-business-innovation-skills
redirection_date: 31st July 2014
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA
host: renewableconsultation.bis.gov.uk
h... |
3267ebfc-1c45-4149-be4f-791980b42de1 | {
"language": "YAML"
} | ```yaml
# Authors
rachel_whitton:
name: Rachel Whitton
avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg
github: //github.com/rachelwhitton
twitter: rachwhitton
bio: "Technical Content Writer"
jennifer_rondeau:
name: Jennifer Rondeau
avatar: http://docslikecode.com/i... | ```yaml
# Authors
rachel_whitton:
name: Rachel Whitton
avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg
github: //github.com/rachelwhitton
twitter: rachwhitton
bio: "Technical Content Writer"
jennifer_rondeau:
name: Jennifer Rondeau
avatar: http://docslikecode.com/i... |
86614cc2-9018-401b-8c7a-3fab19334814 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/vincenthz/hs-cryptohash-cryptoapi
changelog-type: ''
hash: 49419ef7ca92d358e92fd10e2f8e186d12d42947f396470cbca2fdd276f6e92d
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Crypto-api interfaces for cryptohash
changelog: ''
basic-deps:
cereal: ! '>=0.2'... | ```yaml
homepage: https://github.com/vincenthz/hs-cryptohash-cryptoapi
changelog-type: ''
hash: 4b09482d864dfe816af2ad1d1037ff916fb03d0b45eff1770b64c08574ea8e68
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Crypto-api interfaces for cryptohash
changelog: ''
basic-deps:
cereal: ! '>=0.2... |
4623bbea-0c79-4865-8da2-f605e8ac145d | {
"language": "YAML"
} | ```yaml
version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:trilinos-12.10.1
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
- TERM=xterm
# Append user name to the container name. Specifying a container ... | ```yaml
version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:trilinos-12.10.1
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
- TERM=xterm
# Append user name to the container name. Specifying a container ... |
07bd597a-a80d-4b8b-8d09-f18cf7871879 | {
"language": "YAML"
} | ```yaml
name: 3325-self-subject-attributes-review-api
title: Review attibutes of a current user
kep-number: "3325"
authors:
- "@nabokihms"
owning-sig: sig-auth
participating-sigs:
- sig-auth
reviewers:
- "@enj"
- "@deads2k"
- "@mikedanese"
approvers:
- TBD
prr-approvers: []
creation-date: "2022-05-30"
status: implement... | ```yaml
name: 3325-self-subject-attributes-review-api
title: Review attibutes of a current user
kep-number: "3325"
authors:
- "@nabokihms"
owning-sig: sig-auth
participating-sigs:
- sig-auth
reviewers:
- "@enj"
- "@deads2k"
- "@mikedanese"
approvers:
- TBD
prr-approvers: []
creation-date: "2022-05-30"
status: implement... |
e264f609-04e3-4b5d-b8fd-ec279019ba8a | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/haskell-works/hw-fingertree-strict#readme
changelog-type: ''
hash: a11e14643c64be9de3d092b82089ac108ba11493f1eb4437a4e3f256dcf96d0e
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=4.2 && <6'
hspec: -any
test-framework-quickcheck2: -any
hedgeho... | ```yaml
homepage: https://github.com/haskell-works/hw-fingertree-strict#readme
changelog-type: ''
hash: 345799cda63a85e765e6692dac549835ebbc8f793fd21335a2876780263ae222
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=4.2 && <6'
hspec: -any
test-framework-quickcheck2: -any
hedgeho... |
6ddf415d-d55e-485c-8c89-2371dad36192 | {
"language": "YAML"
} | ```yaml
---
bacula::director::messages:
Daemon:
mname: 'Daemon'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/log" = all, !skipped'
Standard-dir:
mname: 'Standard'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/log"... | ```yaml
---
bacula::director::messages:
Daemon:
mname: 'Daemon'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/bacula-dir.log" = all, !skipped'
Standard-dir:
mname: 'Standard'
console: 'all, !skipped, !saved'
append: '"/var/log/... |
09a05a23-e48f-4e84-bd24-d154d2e72a29 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/jxv/animate-sdl2#readme
changelog-type: ''
hash: e26f1306fb29f678de88ff7a470804c73e4c1ca0d999a97d36148f46ace284cb
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: sdl2 + animate auxiliary library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
sdl2: ! '>=2.4.0.1 && <2.5'
a... | ```yaml
homepage: https://github.com/jxv/animate-sdl2#readme
changelog-type: ''
hash: b917411ff96a1f12f62d8adc5a006a027de3ba1d50a49981128a5f4f330f9102
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: sdl2 + animate auxiliary library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
sdl2: ! '>=2.4.0.1 && <2.5'
a... |
6dfbe9da-aa6e-4166-889d-409813ea0f9d | {
"language": "YAML"
} | ```yaml
name: Build Documentation
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
push:
branches:
- develop
- main
tags: '[0-9]+.[0-9]+.[0-9]+'
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
release:
types:
- created
jobs:
docs:
runs-... | ```yaml
name: Build Documentation
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
push:
branches:
- develop
- main
tags: '[0-9]+.[0-9]+.[0-9]+'
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
release:
types:
- created
jobs:
docs:
runs-... |
4af7e1b9-39f6-42cd-a82e-79dcbcc8bd53 | {
"language": "YAML"
} | ```yaml
name: Main
on:
push:
branches: master
pull_request:
jobs:
pipeline:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.3', '7.4']
name: ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses... | ```yaml
name: CI
on:
push:
branches: master
pull_request:
jobs:
pipeline:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.3', '7.4']
name: ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: ... |
dd63a6a9-b78e-4a34-ba38-dbd2e833b6a3 | {
"language": "YAML"
} | ```yaml
---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 3
routes:
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service.gov.uk
- search-api.digitalmarketplace.service.gov.uk
- assets.digitalmarketplace.service.gov.uk
api:
... | ```yaml
---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 3
routes:
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service.gov.uk
- search-api.digitalmarketplace.service.gov.uk
- assets.digitalmarketplace.service.gov.uk
api:
... |
2919aa50-7a96-4450-b24d-182bf10dcc71 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/NorfairKing/cursor-brick#readme
changelog-type: markdown
hash: fd138204da91b9d9332ba2a9d3da82c8e174f8481e1fa7ad8dd1cb65c729a252
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog for cursor-brick
## Unreleased changes
basic-deps:
cursor: -any
... | ```yaml
homepage: https://github.com/NorfairKing/cursor-brick#readme
changelog-type: markdown
hash: 38fdc31258e960a586cd64c9459a17f9e4fc6257b3da412348f0379f3877c7d5
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog
## [0.1.0.1] - 2021-11-21
* Code cleanup using hlint
basic-deps... |
650f4854-cd56-4456-aa67-07ba6002796b | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/sergv/emacs-module
changelog-type: ''
hash: 5ee802b7c0fc7e92ea9641910b3d7657c71db38ffe64c2f191a57a18073ac7af
test-bench-deps: {}
maintainer: Sergey Vinokurov <serg.foo@gmail.com>
synopsis: Utilities to write Emacs dynamic modules
changelog: ''
basic-deps:
exceptions: -any
void: ... | ```yaml
homepage: https://github.com/sergv/emacs-module
changelog-type: ''
hash: ef0f970155717bc7cfbccfbaaf9ed38020fcec2085bb2d971a1c79b63fa3a0d7
test-bench-deps: {}
maintainer: Sergey Vinokurov <serg.foo@gmail.com>
synopsis: Utilities to write Emacs dynamic modules
changelog: ''
basic-deps:
exceptions: -any
void: ... |
66ff8e11-4cc0-4d6e-b13c-71e6060527c4 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macOS:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: |
# Ha... | ```yaml
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
macOS:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: |
# Have t... |
aa36bdea-e83a-4926-b58a-829ac0a52fb9 | {
"language": "YAML"
} | ```yaml
name: Deploy
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_... | ```yaml
name: Deploy
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_... |
25079ef2-ae16-4a79-b632-b3fcc788c00d | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && c... | ```yaml
name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd... |
8e05515d-f15f-4b92-8c19-bd3d79e8f229 | {
"language": "YAML"
} | ```yaml
name: Ruby
on: [push,pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby-version: ['3.0', 2.7, 2.6, 2.5]
# From https://docs.github.com/en/actions/guides/creating-redis-service-containers
services:
# Label used to... | ```yaml
name: Ruby
on: [push,pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', 2.7, 2.6, 2.5]
# From https://docs.github.com/en/actions/guides/creating-redis-service-containers
services:
redis:
image: redis
options: >-
... |
89e52f8c-b7f2-41d1-90e1-03162cd4e56d | {
"language": "YAML"
} | ```yaml
name: GitHub Actions CI
on: [push]
jobs:
build:
name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})"
runs-on: "${{ matrix.image_name }}"
strategy:
matrix:
image_name: ["macOS-10.14", "windows-2016", "ubuntu-18.04"]
no_libc: ["", "-DZYAN_NO_LIBC=ON"]
... | ```yaml
name: GitHub Actions CI
on: [push]
jobs:
build:
name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})"
runs-on: "${{ matrix.image_name }}"
strategy:
matrix:
image_name: ["macOS-latest", "windows-2016", "ubuntu-18.04"]
no_libc: ["", "-DZYAN_NO_LIBC=ON"]
... |
209ce52c-1acb-423f-ab18-910bb5fa23b5 | {
"language": "YAML"
} | ```yaml
name: Test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:... | ```yaml
name: Test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:... |
9c72152c-bf4c-4e37-bef1-0ca5437ab64c | {
"language": "YAML"
} | ```yaml
version: '2'
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc.bionano.autodesk.com:9000"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com"
URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.a... | ```yaml
version: '2'
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc-internal.${BNR_ENVIRONMENT}.bionano.autodesk.com"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com"
URL: "http://molsim${BNR_EN... |
7cab6b12-93d6-4da3-9214-22f6f127ddad | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 24ef5df4d21bb96e3e3c1ef1a5a937b3bdb7bd384134907cf9ad665be750e041
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
containers:... | ```yaml
homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 65ccd315578d3927d77733b4e48273416e9f1ae4f610425245409f434729920e
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
containers:... |
bb5a6fb1-0fec-4fe7-a2d4-88ca1839fc74 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nikita-volkov/text-builder
changelog-type: ''
hash: 7ef9a34269b6a83bcb0593542cb462c372edc0f21cbfa9e072ab8c3a0400a87a
test-bench-deps:
tasty-smallcheck: ==0.8.*
rerebase: ==1.*
criterion: ==1.1.*
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ==0.8.*
tasty-h... | ```yaml
homepage: https://github.com/nikita-volkov/text-builder
changelog-type: ''
hash: 2be145360c8ba1dcd9dd72c2268ee24797dacd1a65c2d1635c587e70a47873c7
test-bench-deps:
tasty-smallcheck: ==0.8.*
rerebase: ==1.*
criterion: ==1.1.*
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ==0.8.*
tasty-h... |
54a4e966-7145-4236-86de-0c8760644a4d | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/haskell-trasa/trasa#readme
changelog-type: ''
hash: 8fca7dcb9e604450741e107db38df83788da7a324cac39c399bce40c049d679e
test-bench-deps:
warp: -any
http-client: -any
bytestring: -any
base: -any
trasa: -any
trasa-server: -any
text: -any
doctest: -any
vinyl: -any
tast... | ```yaml
homepage: https://github.com/haskell-trasa/trasa
changelog-type: ''
hash: 6b7d203e027e09f9e22a2dab7b3e38d62bc830ff9cf15dcfbca2a2330a3641e1
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
Kyle McKean <mckean.kylej@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Type safe w... |
07454def-52cc-4ec8-a78d-f1d5491f3250 | {
"language": "YAML"
} | ```yaml
variants:
canary:
TYPE: 'canary'
CONFIG: 'canary'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-canary-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-1'
PROTOBUF_VERSION: '3... | ```yaml
variants:
canary:
TYPE: 'canary'
CONFIG: 'canary'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-canary-2'
PROTOBUF_VERSION: '3.7.0'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.... |
0d924964-65c0-446f-ab59-a29b41d82d78 | {
"language": "YAML"
} | ```yaml
app:
data:
sources:
# Set here references from sources defined on data.sources
- session
pythonpath: ..
port: 8888
data:
sources:
- name: session
connector: redis
# host: localhost
# port: 6379
# db: 0
components:
- id: skell
class: skell.SkellCompo... | ```yaml
app:
component: skell
data:
sources:
# Set here references from sources defined on data.sources
- session
pythonpath: ..
port: 8888
data:
sources:
- name: session
connector: redis
# host: localhost
# port: 6379
# db: 0
components:
- id: skell
clas... |
8350d3e8-463a-473e-8575-af6b6182d96b | {
"language": "YAML"
} | ```yaml
apiVersion: batch/v1
kind: Job
metadata:
namespace: default # namespace where the pvc's exist
name: volume-migration
spec:
completions: 1
parallelism: 1
backoffLimit: 3
template:
metadata:
name: volume-migration
labels:
name: volume-migration
spec:
restartPolicy: N... | ```yaml
apiVersion: batch/v1
kind: Job
metadata:
namespace: default # namespace where the pvc's exist
name: volume-migration
spec:
completions: 1
parallelism: 1
backoffLimit: 3
template:
metadata:
name: volume-migration
labels:
name: volume-migration
spec:
restartPolicy: N... |
5e7edc19-a5fc-4df1-b340-47f284658c54 | {
"language": "YAML"
} | ```yaml
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
# NOTE (rpittau) sadly temporary disabling grenade... | ```yaml
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade
- ironic-inspec... |
e9c1c506-18fa-4246-8485-829437d80c34 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.14
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
- run:
name: Install ... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.14
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
- run:
name: Install ... |
749be271-7a30-45d0-95fc-515716e42704 | {
"language": "YAML"
} | ```yaml
Categories:
- Navigation
License: Apache-2.0
AuthorName: Serge Helfrich
SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer
IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues
Donate: https://ko-fi.com/U7U372JJ
Name: OpenTopoMap Viewer
AutoName: OpenTopoMap
Summary: OpenTopoMap vie... | ```yaml
Categories:
- Navigation
License: Apache-2.0
AuthorName: Serge Helfrich
SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer
IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues
Donate: https://ko-fi.com/U7U372JJ
Name: OpenTopoMap Viewer
AutoName: OpenTopoMap
Summary: OpenTopoMap vie... |
a5e9a172-a9d6-4b6e-adab-bdd7281444a6 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4
working_directory: ~/marli
steps:
- checkout
- setup_remote_docker
- run:
name: Install Docker Compose
command: |
set -x
sudo curl -L https://github.com/docker/compose/rel... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4
working_directory: ~/marli
steps:
- checkout
- setup_remote_docker
- run:
name: Install Docker Compose
command: |
set -x
sudo curl -L https://github.com/docker/compose/rel... |
828478ad-8079-48f2-87cd-b89d00525655 | {
"language": "YAML"
} | ```yaml
#
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Install bash
command: apk add --no-cac... | ```yaml
#
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Install bash
command: apk add --no-cac... |
b694dccc-5d02-4e44-a5dd-9ef8a6dfe5f0 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:6-browsers
environment:
JOBS: 2
working_directory: ~/appknox
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Bra... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:6-browsers
environment:
JOBS: 2
working_directory: ~/appknox
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Bra... |
9f03605b-e445-4290-93ea-d044585f1f42 | {
"language": "YAML"
} | ```yaml
version: 2.1
workflows:
version: 2.1
test:
jobs:
- node-lts
- node-current
jobs:
node-lts: &node-template
docker:
- image: circleci/node:lts
working_directory: ~/src
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pa... | ```yaml
version: 2.1
workflows:
version: 2.1
test:
jobs:
- node-lts
- node-current
- node-8.17.0
jobs:
node-lts: &node-template
docker:
- image: circleci/node:lts
working_directory: ~/src
steps:
- checkout
- restore_cache:
keys:
- v1-dependen... |
bb86a95d-767f-4f96-a7ae-d23a9af0efa5 | {
"language": "YAML"
} | ```yaml
test: &test
steps:
- checkout:
path: ~/slumba
working_directory: ~/slumba
- run:
name: Echo
command: |
echo $PWD
ls $PWD
- run:
name: Install dependencies
command: pip install -r requirements.txt
- run:
name: Install p... | ```yaml
test: &test
steps:
- checkout
- run:
name: Echo
command: |
echo $PWD
ls
- run:
name: Install dependencies
command: pip install -r requirements.txt
- run:
name: Install pytest
command: pip install pytest
- run:
name... |
33c5e278-df6f-4c62-8747-ca2c63ce4417 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.19.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key:... | ```yaml
version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.20.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key:... |
fb60947f-6cc6-4302-801a-16e3750c8335 | {
"language": "YAML"
} | ```yaml
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb3... | ```yaml
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
# Specify service dependencies here if necessary
# Circl... |
2e4978af-6b8c-453f-9477-9ec6640d0bd3 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the lates... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the lates... |
9d6e2e0a-3ef7-4b25-b586-a400fdaed1c6 | {
"language": "YAML"
} | ```yaml
version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build:
<<: *buil... | ```yaml
version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build_ruby2_6rc:
... |
99c66898-e7ce-4251-81b3-b9b6908573d9 | {
"language": "YAML"
} | ```yaml
# PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# Image for build runner.
- image: docker:17.06
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build runner... | ```yaml
# PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# Image for build runner.
- image: docker:17.06
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build runner... |
a29318c9-9a4f-403e-8812-40fd99762a98 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/cxfreeio/unit#readme
changelog-type: ''
hash: d56ae5e3a36574aeb98a0a4328c8e6a19b71f8870566bffaab0fa48edb6f0728
test-bench-deps:
base: -any
hspec: -any
unit: -any
maintainer: cxfreeio@gmail.com
synopsis: Aliases for ().
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versi... | ```yaml
homepage: https://github.com/amohrland/haskell-unit
changelog-type: ''
hash: 602bbac68b9f77a568f63e2bcd9642232973afab10bbf4f7759eb5e62efa90ae
test-bench-deps:
base: -any
hspec: -any
unit: -any
maintainer: amohrland@gmail.com
synopsis: Aliases for `()`.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all... |
d9fefde9-1ea6-44c2-b132-ac0f47b7dcc1 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 591b7ca825e8b61df1e2856de60fb9c3b8768294181e1f006ee1c4e0e6879c00
test-bench-deps: {}
maintainer: lanablack@amok.cc
synopsis: Persistent instances for types in iproute
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
persistent: -any
iproute: -any
all-v... | ```yaml
homepage: ''
changelog-type: ''
hash: 9733762e01c978a43378196f2a35f831a53b61350a241a9d30ebcd3de48fc082
test-bench-deps: {}
maintainer: lanablack@amok.cc
synopsis: Persistent instances for types in iproute
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
persistent: -any
iproute: -any
all-v... |
dc0c5c00-815a-47f9-b124-1b3e6f63f9d1 | {
"language": "YAML"
} | ```yaml
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
... | ```yaml
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
... |
f416942e-78ac-403b-8fe1-c3500c918e79 | {
"language": "YAML"
} | ```yaml
name: kotlin-jupyter
dependencies:
- kotlin-jupyter-kernel>=0.8.0.10
- python=3.6
channels:
- jetbrains
```
Update kernel version for binder | ```yaml
name: kotlin-jupyter
dependencies:
- kotlin-jupyter-kernel>=0.8.1.83
- python=3.6
channels:
- jetbrains
``` |
ad421b05-3c74-4561-8ddf-4b8e1fd692b9 | {
"language": "YAML"
} | ```yaml
application:
logo: JuiceShopCTF_Logo.png
favicon: favicon_ctf.ico
showVersionNumber: false
showGitHubLinks: false
localBackupEnabled: false
welcomeBanner:
showOnFirstStart: false
challenges:
showHints: false
showCodeSnippets: solved
safetyOverride: true
hackingInstructor:
isEnabled: fals... | ```yaml
application:
logo: JuiceShopCTF_Logo.png
favicon: favicon_ctf.ico
showVersionNumber: false
showGitHubLinks: false
localBackupEnabled: false
welcomeBanner:
showOnFirstStart: false
challenges:
showHints: false
safetyOverride: true
hackingInstructor:
isEnabled: false
ctf:
showFlagsInNotific... |
c5f69361-d454-4c82-a68c-00f09396a13b | {
"language": "YAML"
} | ```yaml
---
:verbose: true
:concurrency: 2
:logfile: ./log/sidekiq.json.log
:queues:
- content_store # Deprecated, will be removed once all jobs are worked
- content_store_high
- content_store_low
- dependency_resolution
- experiments
- default
```
Use the default concurency level | ```yaml
---
:verbose: true
:logfile: ./log/sidekiq.json.log
:queues:
- content_store # Deprecated, will be removed once all jobs are worked
- content_store_high
- content_store_low
- dependency_resolution
- experiments
- default
``` |
beba69fe-6287-42b1-b49a-322dffde61b6 | {
"language": "YAML"
} | ```yaml
# This is a sample build configuration for Javascript.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: node-jdk-chrome-firefox... | ```yaml
# This is a sample build configuration for Javascript.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
pipelines:
default:
- s... |
dfbc6791-584e-49a4-8eae-4c645f326a8e | {
"language": "YAML"
} | ```yaml
machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install... | ```yaml
machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install... |
80985149-fb7d-42f4-9907-01aff1c79487 | {
"language": "YAML"
} | ```yaml
machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location=fieldk... | ```yaml
machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov flake8
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location... |
8d2359bd-8e20-4789-bd07-c529aa4ad484 | {
"language": "YAML"
} | ```yaml
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/tar... | ```yaml
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/tar... |
6c409a15-ac26-43cd-881c-1e1ecb03c0d7 | {
"language": "YAML"
} | ```yaml
dependencies:
pre:
- createdb pigeon-backend-test
- createuser pigeon-backend-test
- echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-back... | ```yaml
dependencies:
pre:
- createdb pigeon-backend-test
- createuser pigeon-backend-test
- echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-back... |
72f13305-5627-4819-bca2-6dac2470d533 | {
"language": "YAML"
} | ```yaml
dependencies:
pre:
- pip install --upgrade setuptools
- pip install --upgrade pip
```
Update python version at Circle CI | ```yaml
machine:
python:
version: 3.5.2
dependencies:
pre:
- pip install --upgrade setuptools
- pip install --upgrade pip
``` |
395bc94c-a36c-4992-8488-569dd8997d9e | {
"language": "YAML"
} | ```yaml
dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) nvm use 0.10 ;; 1) nvm use 0.12 ;; 2) nvm use 4.2 ;; 3) nvm use 5.5 ;; esac
deployment:
preview:
branch: /.*/
commands:
- ./preview.sh
npm:
tag: /release-.*/
owner: palantir
commands:
- ./publish.sh```
Add artifacts to... | ```yaml
general:
artifacts:
- docs
- preview
dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) nvm use 0.10 ;; 1) nvm use 0.12 ;; 2) nvm use 4.2 ;; 3) nvm use 5.5 ;; esac
deployment:
preview:
branch: /.*/
commands:
- ./preview.sh
npm:
tag: /release-.*/
owner: palantir
comm... |
e1d417de-801e-4aa3-9123-ec3af1a23fbe | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 053fbfe644b98a0620987eb507266d4348343acd78d8c9cae0fd16fff1a9f0b8
test-bench-deps: {}
maintainer: athan.clark@localcooking.com
synopsis: Some extensions to Chris Done's path library, for use with urlpath and attoparsec-uri.
changelog: ''
basic-deps:
path: -any
base: ! '>... | ```yaml
homepage: https://github.com/athanclark/path-extra#readme
changelog-type: ''
hash: 8142903201421b862911d9f60a66b44e583f1b64af5e84c03dd66bcac4c99aa5
test-bench-deps: {}
maintainer: athan.clark@localcooking.com
synopsis: Some extensions to Chris Done's path library, for use with urlpath and attoparsec-uri.
change... |
49f3afea-44b6-4c10-a850-6e3f98917ea7 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: 3c01a4c53afe3c102d8895d8513b93eb913655466db6a8938791e1f7d59afdb1
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semi... | ```yaml
homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: b8554a2b667292fbc5af37c24652018755e1c5e05393c68bae46b5081b2a1b88
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semi... |
e6b5ab27-4f7d-4ca0-8225-80f0108bb20c | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: 83040b6c0613921786d8a62da8d0713f873529fbf7f748869b39160f306f2bff
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
... | ```yaml
homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: ecbfaf4c8bd6ce1f5a2443d149d0d529fbd019fe8247aa17d4e67ee1c03873be
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
... |
9a107e1d-7f49-455a-ab0a-10055ffb7041 | {
"language": "YAML"
} | ```yaml
dependencies:
pre:
- sudo apt-get update; sudo apt-get install unzip openssl lua5.1 luarocks libev-dev -y; sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu; sudo luarocks install copas; sudo luarocks install moonscript; sudo luarocks install lua-ev; sudo luarocks install busted;... | ```yaml
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install unzip openssl lua5.1 luarocks libev-dev -y
- sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
- sudo luarocks install busted
- sudo luarocks install ldoc
test:
override:
-... |
db5c1e7d-8875-4d5b-ae59-7ddc1e38f57d | {
"language": "YAML"
} | ```yaml
dependencies:
override:
- bash ./get_selenium.sh
- yes | lein upgrade
cache_directories:
- "libs/"
- "target/"
test:
override:
- bash test.sh
post:
- bash cp_artifacts.sh $CIRCLE_ARTIFACTS/
```
Make lein deps an explicit part of the build. | ```yaml
dependencies:
override:
- bash ./get_selenium.sh
- yes | lein upgrade
- lein deps
cache_directories:
- "libs/"
- "target/"
test:
override:
- bash test.sh
post:
- bash cp_artifacts.sh $CIRCLE_ARTIFACTS/
``` |
6426fb9f-1fb2-483b-aeca-94903fcb0e42 | {
"language": "YAML"
} | ```yaml
machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork... | ```yaml
machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork... |
530faeaf-5ca4-466e-8166-be50a53a1cfa | {
"language": "YAML"
} | ```yaml
machine:
python:
version: 2.7.10
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install osm2pgsql proj-data
- pip install -U python-dateutil
- pip install -r requirements.txt
test:
override:
- ./scripts/setup_and_run_tests.sh
```
Add 900913 to proj4 data files. Install ... | ```yaml
machine:
python:
version: 2.7.10
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install osm2pgsql proj-data
- sudo sh -c 'echo -e "# WGS 84 / Pseudo-Mercator\n<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +... |
0e7b1faf-e81f-455d-b317-981f181cd59d | {
"language": "YAML"
} | ```yaml
machine:
node:
version: 4.2.1
dependencies:
pre:
- bash ./circleci/set-configs.sh
test:
override:
- "true"
deployment:
production:
branch: deploy
commands:
- npm run build
- aws s3 sync build/ s3://cookbook-club-site/
```
Upgrade node version to 8.9.3 | ```yaml
machine:
node:
version: 8.9.3
dependencies:
pre:
- bash ./circleci/set-configs.sh
test:
override:
- "true"
deployment:
production:
branch: deploy
commands:
- npm run build
- aws s3 sync build/ s3://cookbook-club-site/
``` |
886188fd-8639-4dcc-bdcd-e94ab2934f4f | {
"language": "YAML"
} | ```yaml
# Circle.yml for testing python3 with Ubuntu 14.04
machine:
environment:
REQUESTED_PYTHON_VER: 3.5.1
SRC_PREFIX_DIR: ${HOME}/src
INSTALL_PREFIX_DIR: ${HOME}/opt
PATH: ${INSTALL_PREFIX_DIR}/Python-3.5.1/bin:${PATH}
dependencies:
cache_directories:
#- ${INSTALL_PREFIX_DIR}
- ~/opt
... | ```yaml
# Circle.yml for testing python3 with Ubuntu 14.04
machine:
pre:
- rm .python-version
python:
version: 3.5.1
test:
pre:
- which python
- python --version
- which python2
- python2 --version
- which python3
- python3 --version
override:
- python3 -c 'print("OK")'
``... |
9876dcb7-5f5e-49ce-a5a0-29ef17cc7c9e | {
"language": "YAML"
} | ```yaml
version: '2'
services:
postgres:
image: postgres:9.4
container_name: postgres
environment:
- POSTGRES_DB=brp_dev
volumes:
- /opt/apps/postgres/data:/var/lib/postgresql/data
restart: always
redis:
container_name: redis
image: redis:3.0.5
restart: always
logst... | ```yaml
version: '2'
services:
postgres:
image: postgres:9.4
container_name: postgres
environment:
- POSTGRES_DB=brp_dev
volumes:
- /opt/apps/postgres/data:/var/lib/postgresql/data
restart: always
redis:
container_name: redis
image: redis:3.0.5
restart: always
logst... |
9611b0dc-3128-4265-942a-14519081d853 | {
"language": "YAML"
} | ```yaml
# Add configuration values here, as shown below.
#
# pusher_app_id: "2954"
# pusher_key: 7381a978f7dd7f9a1117
# pusher_secret: abdc3b896a0ffb85d373
# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r
# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK
#
# production:
# stripe_api_key: sk_live_EeHnL644i6... | ```yaml
# Add configuration values here, as shown below.
#
# pusher_app_id: "2954"
# pusher_key: 7381a978f7dd7f9a1117
# pusher_secret: abdc3b896a0ffb85d373
# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r
# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK
#
# production:
# stripe_api_key: sk_live_EeHnL644i6... |
e5297488-c7a2-4d63-b4d2-e76d05b82795 | {
"language": "YAML"
} | ```yaml
# ===================================================================
# JHipster Sample Spring Cloud Config.
# ===================================================================
# Property used on app startup to check the config server status
configserver:
name: JHipster Sample Spring Cloud Config
sta... | ```yaml
# ===================================================================
# JHipster Sample Spring Cloud Config.
# ===================================================================
# Property used on app startup to check the config server status
configserver:
name: JHipster Sample Spring Cloud Config
sta... |
7e0143a4-ae19-461e-aa6b-be62f18ac89d | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.7
- 1.8
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
```
Add -race -ignore main.go -show to goveralls | ```yaml
language: go
go:
- 1.7
- 1.8
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci -race -ignore main.go -show
``` |
0ac9fca1-ae66-4534-9a2b-648d150a64be | {
"language": "YAML"
} | ```yaml
language: ruby
before_install:
- gem update --system
rvm:
- "2.4"
addons:
apt:
packages:
- libqtwebkit-dev
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/site.example.yml config/site.yml
- bundle exec rake db:migrate RAILS_ENV=test
script:
- bundle exec r... | ```yaml
language: ruby
before_install:
- gem update --system
rvm:
- "2.5"
addons:
apt:
packages:
- libqtwebkit-dev
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/site.example.yml config/site.yml
- bundle exec rake db:migrate RAILS_ENV=test
script:
- bundle exec r... |
e40d65b3-3263-4e18-835a-8c115de170ef | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 0.10
before_script:
- bower install
- bower install
after_success:
- grunt coveralls
deploy:
provider: heroku
api_key:
secure: bNRd9ba3QLhBfSbxMBb1chOZ0EogBbiGTjDP+R44BdwXkZSlu/2w5Jg4w/VGzG82IfZLYHDjCFCMJflQQlmCSE0/IStq3P+y/yu/4DIVY5GNLfTE6EUxF66YMsv0HorG8OMg6KR/e... | ```yaml
language: node_js
node_js:
- 0.10
before_script:
- bower install
- bower install
after_success:
- grunt coveralls
deploy:
provider: heroku
api_key:
secure: bNRd9ba3QLhBfSbxMBb1chOZ0EogBbiGTjDP+R44BdwXkZSlu/2w5Jg4w/VGzG82IfZLYHDjCFCMJflQQlmCSE0/IStq3P+y/yu/4DIVY5GNLfTE6EUxF66YMsv0HorG8OMg6KR/e2US... |
7d267998-46a9-4e00-a36a-e31ae138f91a | {
"language": "YAML"
} | ```yaml
language: python
python:
- "3.5"
- "3.6"
- "2.7"
install:
- pip install "tox<2.5"
- pip install "coveralls>=1.0a"
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . ) -- -a "\"--cov-report term-missing --cov critics\""
after_success:
- coveralls
deploy:
provider: script
script: ... | ```yaml
language: python
python:
- "3.5"
- "3.6"
install:
- pip install "tox<2.5"
- pip install "coveralls>=1.0a"
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . ) -- -a "\"--cov-report term-missing --cov critics\""
after_success:
- coveralls
deploy:
provider: script
script: make travi... |
34ef9e93-7429-4be1-b337-86a9ea1227c1 | {
"language": "YAML"
} | ```yaml
language: objective-c
osx_image: xcode9.1
## Setup
# Travis initializes git submodules before `install` runs
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild build test -workspace AnalyticsKit/AnalyticsKit.xcworkspace -scheme AnalyticsKi... | ```yaml
language: objective-c
osx_image: xcode10
## Setup
# Travis initializes git submodules before `install` runs
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild build test -workspace AnalyticsKit/AnalyticsKit.xcworkspace -scheme AnalyticsKit... |
45859261-86ef-4fcb-837f-385c7340f0f4 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.11"
- "0.10"
notifications:
email: false
```
Test against the latest node | ```yaml
language: node_js
node_js:
- node
notifications:
email: false
``` |
7d9add2a-000a-4dcb-95a8-1fcb9abe23cf | {
"language": "YAML"
} | ```yaml
env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
script:
- cargo build -v
- cargo test -v
- cargo doc
compiler: clang
after_script:
- mv... | ```yaml
env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
before_install:
- yes | sudo add-apt-repository "deb http://llvm.org/apt/precise/ llvm-tool... |
e8d71256-0d3f-44fc-82d0-460aebb2c5d0 | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- '4'
- '6'
- '7'
```
Update Travis CI node versions | ```yaml
sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
``` |
ea088cc9-01ac-4084-b919-3d6ed7ff53fc | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install --use-mirrors -q pytest
- pip install --use-mirrors -q django==$DJANGO_VERSION
- python setup.py develop
script: py.test
```
Set DJANGO_SETTINGS_MODULE for Travis-CI tests | ```yaml
language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install --use-mirrors -q pytest
- pip install --use-mirrors -q django==$DJANGO_VERSION
- python setup.py develop
script: DJANGO_SETTINGS_MODULE=tests.settings py.test
``` |
5f251e4d-fbae-488e-95b2-41d3dee7c9ed | {
"language": "YAML"
} | ```yaml
language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: nightly
allow_failures:
- php: nightly
fast_finish: true
install: composer... | ```yaml
language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7
- php: hhvm
install: composer update $COMPOSER_FLAGS -n
script: vendor/bin/... |
cbfe25aa-73d7-443c-8f80-c9d58b33b80d | {
"language": "YAML"
} | ```yaml
language: python
python:
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
script: nosetests -s -v tests/```
Remove Python 3.2 support for now | ```yaml
language: python
python:
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
script: nosetests -s -v tests/``` |
a4f700bb-a722-41a0-91f8-54fb51aa99dd | {
"language": "YAML"
} | ```yaml
sudo: required
dist: trusty
language: c++
compiler:
- clang
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
before_script:
- export PATH=$PATH:/opt/qt57/bin
script:
- cmake -DBUILD_TESTS=on .
- make
... | ```yaml
sudo: required
dist: trusty
language: c++
compiler:
- clang
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
before_script:
- export PATH=$PATH:/opt/qt58/bin
script:
- cmake -DBUILD_TESTS=on .
- make
... |
31d67af2-031b-4cd3-aa36-aad96ebca942 | {
"language": "YAML"
} | ```yaml
language: php
sudo: false
php:
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer update --prefer-source --ignore-platform-reqs
script:
- ... | ```yaml
language: php
sudo: false
php:
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer update --prefer-source --ignore-platform-reqs
script:
- ... |
e3684e98-f196-45a3-af70-7fa4c68d2419 | {
"language": "YAML"
} | ```yaml
language: java
```
Add @statuswoe as a build status change receiver | ```yaml
language: java
notifications:
email:
recipients:
- brent.smith@redspace.com
- mark.mckenna@redspace.com
on_success: change
on_failure: change
``` |
2ad5f3a6-f2cf-480c-9b8c-aea652ebf020 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 7.0
- 7.1
- nightly
install: composer install
addons:
code_climate:
repo_token: 146c9c0df65c4144142d6065c580dcbed2c0130a2203adae38a4ce13e8afcfca```
Add PHP 7.2 and update Code Climate | ```yaml
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
install: composer install
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- ./vendor/phpunit/p... |
bd0e02cb-44a7-4b97-8169-9a0ea70dee51 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "6"
- "4"
- "0.12"
```
Add latest node.js to Travis CI | ```yaml
language: node_js
node_js:
- stable
- "6"
- "4"
- "0.12"
``` |
0a2b7131-52d0-4eee-8b52-b7f3ad6c3036 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem update --s... | ```yaml
language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem ... |
fb4dc8f1-6f73-4ee4-b9b7-a3645af568c5 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.6"
- "2.7"
install: "pip install --user ."
script: pygraphc```
Remove Python 2.6 test and remove --user parameter in pip | ```yaml
language: python
python: "2.7"
install: "pip install ."
script: pygraphc``` |
afaa0566-de85-4d96-8de0-80a5bedca1ff | {
"language": "YAML"
} | ```yaml
language: php
services: mongodb
sudo: false
php:
- 5.6
- 7.0
before_script:
- yes "" | pecl install mongodb
- yes "" | pecl install APCu || true
- echo 'apc.enable_cli = 1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- ./composer.phar install
script: vendor/bin/phpunit
``... | ```yaml
language: php
services: mongodb
sudo: false
php:
- 5.6
- 7.0
before_script:
- yes "" | pecl install mongodb
- yes "" | pecl install APCu || true
- echo 'extension = apc.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'apc.enabled = 1' >> ~/.phpenv/versions/$(phpenv ... |
5aa971bb-2c59-4af7-bd75-768d875874fd | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
```
Install pngcrush in the before_install hook. | ```yaml
language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "sudo apt-get update && sudo apt-get install -y pngcrush && npm install -g npm && npm cache clean"
script: "npm run-script travis"
``` |
c2628946-01ee-4ba3-b14e-9063988365e0 | {
"language": "YAML"
} | ```yaml
language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...
```
Add gfmxr integration for checking examples in README.md | ```yaml
language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
before_script:
- go get github.com/meatballhat/gfmxr/...
script:
- go vet ./...
- go test -v ./...
- gfmxr
``` |
040eb9c1-e76c-401c-a41f-a1476d8ef258 | {
"language": "YAML"
} | ```yaml
script: "gem install foodcritic -v 1.7.0 && foodcritic -f any ."
rvm:
- 1.9.3
```
Update to the latest TravisCI | ```yaml
script: "gem install foodcritic -v 2.0.0 && foodcritic -f any ."
rvm:
- 1.9.3
``` |
761a4fb0-31cf-4a84-bf93-39e0fe36e643 | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
```
Update node versions for Travis CI. | ```yaml
sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
``` |
1eb7072a-9dbc-47e4-9aaa-6815a613c279 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
gemfile:
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/rails_4.1.gemfile
before_install:
- gem update bundler
before_scrip... | ```yaml
language: ruby
cache:
bundler: true
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
gemfile:
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/rails_4.1.gemfile
before_install:
- gem upda... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.