doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
4d81dcd0-ddbc-4902-87c2-2ce9c0445e97 | {
"language": "YAML"
} | ```yaml
---
- name: pip3 install python packages
pip:
name: "{{ item }}"
state: latest
executable: pip3
with_items:
# upgrade pip
- pip
- notebook
- jupyter
- jupyterhub
- bash_kernel
tags: jupyter
- name: install configurable-http-proxy for jupyterhub
npm:
name: confi... | ```yaml
---
- name: pip3 install python packages
pip:
name: "{{ item }}"
state: latest
executable: pip3
with_items:
# upgrade pip
- pip
- notebook
- jupyter
- jupyterhub
- bash_kernel
tags: jupyter
- name: install configurable-http-proxy for jupyterhub
npm:
name: confi... |
423b7056-594a-4985-8298-63a6680ff5fe | {
"language": "YAML"
} | ```yaml
'Shel.NeosBase:RootPage':
superTypes:
'Neos.NodeTypes:Page': true
ui:
label: i18n
```
Add icon for rootpage type | ```yaml
'Shel.NeosBase:RootPage':
superTypes:
'Neos.NodeTypes:Page': true
ui:
label: i18n
icon: 'icon-globe'
``` |
830b00c8-46f5-43eb-9165-b8ceae25dbea | {
"language": "YAML"
} | ```yaml
repos:
repo_paths:
# openstack git repos
git://github.com/puppetlabs/puppetlabs-nova: nova
git://github.com/puppetlabs/puppetlabs-glance: glance
git://github.com/puppetlabs/puppetlabs-swift: swift
git://github.com/puppetlabs/puppetlabs-keystone: keystone
git://github.com/puppetlabs/pup... | ```yaml
# modulepath: /etc/puppet/modules
repos:
repo_paths:
# openstack git repos
git://github.com/puppetlabs/puppetlabs-nova: nova
git://github.com/puppetlabs/puppetlabs-glance: glance
git://github.com/puppetlabs/puppetlabs-swift: swift
git://github.com/puppetlabs/puppetlabs-keystone: keystone
... |
300cd589-dee8-4118-a1cd-2cbcf8e52f3a | {
"language": "YAML"
} | ```yaml
---
# file: oracle-java/tasks/debian/main.yml
#
# Task file to install Oracle Java Development Kit in a system with a Debian based Linux distribution.
#
- name: accept Oracle license
shell: "echo oracle-java{{ oracle_java_version }}-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/de... | ```yaml
---
# file: oracle-java/tasks/debian/main.yml
#
# Task file to install Oracle Java Development Kit in a system with a Debian based Linux distribution.
#
- name: accept Oracle license
shell: "echo oracle-java{{ oracle_java_version }}-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/de... |
6f0da4ba-cc4a-4adf-ba25-1a9963f9aefa | {
"language": "YAML"
} | ```yaml
# Data Science Toolbox base setup
---
- hosts: 127.0.0.1
sudo: yes
connection: local
vars:
- ipython_pem_file: "/home/{{ dst_username }}/.ssh/ipython_dst.pem"
vars_prompt:
- name: "ipython_password"
prompt: "IPython notebook password"
private: yes
confirm: yes
tasks:
- na... | ```yaml
# Data Science Toolbox base setup
---
- hosts: 127.0.0.1
sudo: yes
connection: local
vars:
- ipython_pem_file: "/home/{{ dst_username }}/.ssh/ipython_dst.pem"
vars_prompt:
- name: "ipython_password"
prompt: "IPython notebook password"
private: yes
confirm: yes
tasks:
- na... |
9d663604-f41d-424f-99cd-66f17bcc474e | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: ea648d2bbcded61508aa2a82aa36e47abe9210302c5329020b6b086f1e60d44f
test-bench-deps:
bytestring: -any
base: ==4.*
criterion: -any
memory: -any
binary: -any
cryptonite: -any
byteable: -any
base16-bytestring: -any
maintainer: Marcus Ofenhed <marcus@conditionraise... | ```yaml
homepage: ''
changelog-type: ''
hash: 2d050ddf3f9ececf831216e1e82fdee32f002ac764e29d7e38c0abd5ea5c03c7
test-bench-deps:
bytestring: -any
base: ==4.*
criterion: -any
memory: -any
binary: -any
cryptonite: -any
byteable: -any
base16-bytestring: -any
maintainer: Marcus Ofenhed <marcus@conditionraise... |
4cc17e1b-995e-42a8-a566-0a3003291e71 | {
"language": "YAML"
} | ```yaml
---
new_page_extension: md
auto_deploy: true
admin_path: ''
webhook_url:
sections:
- type: heading
label: Content
- type: jekyll-posts
label: News
create: all
templates:
- post
- type: directory
path: _articles
label: Articles
create: all
match: "*"
templates:
- project
- type: directory
... | ```yaml
---
new_page_extension: md
auto_deploy: true
admin_path: ''
webhook_url:
sections:
- type: heading
label: Content
- type: jekyll-posts
label: News
create: all
templates:
- post
- type: directory
path: _articles
label: Articles
create: all
match: "*"
templates:
- project
- type: directory
... |
4c625210-c02a-4246-9c7b-85b9781d5758 | {
"language": "YAML"
} | ```yaml
---
applications:
- name: ecs-cloud-launch-demo
memory: 512M
instances: 3
path: target/ecs-cloud-launch-demo-1.0.0.war
timeout: 60
services:
- cc
- jenkins
- github
```
Reduce num instances from 3 to 2 | ```yaml
---
applications:
- name: ecs-cloud-launch-demo
memory: 512M
instances: 2
path: target/ecs-cloud-launch-demo-1.0.0.war
timeout: 60
services:
- cc
- jenkins
- github
``` |
65052a39-6655-4813-8693-fc6272bb971f | {
"language": "YAML"
} | ```yaml
# Copyright (c) 2015-2018 Agalmic Ventures LLC (www.agalmicventures.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the right... | ```yaml
# Copyright (c) 2015-2018 Agalmic Ventures LLC (www.agalmicventures.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the right... |
1a43b3f9-0c41-4932-b98e-40632d280351 | {
"language": "YAML"
} | ```yaml
- job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-... | ```yaml
- job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-... |
bfb9af13-eb1c-4631-8894-5548890a3f09 | {
"language": "YAML"
} | ```yaml
resolver: lts-6.12
packages:
- location: .
- location:
git: https://github.com/aelve/cmark-sections
commit: 559a992334adb7348072c7cf7d030787a41050ce
extra-dep: true
- location:
git: https://github.com/neongreen/hs-webdriver
commit: 5a6be4720bd7c64d24c2b9d8807cb1377115e6da
extra-dep: true
- ... | ```yaml
resolver: lts-6.14
packages:
- location: .
- location:
git: https://github.com/aelve/cmark-sections
commit: 559a992334adb7348072c7cf7d030787a41050ce
extra-dep: true
- location:
git: https://github.com/neongreen/hs-webdriver
commit: 5a6be4720bd7c64d24c2b9d8807cb1377115e6da
extra-dep: true
- ... |
b90bfc66-6102-43d4-a5c2-c82f94309416 | {
"language": "YAML"
} | ```yaml
Categories:
- Writing
License: MIT
WebSite: http://ultramegasoft.com
SourceCode: https://github.com/ultramega/flavordex
IssueTracker: https://github.com/ultramega/flavordex/issues
Changelog: https://github.com/ultramega/flavordex/blob/HEAD/CHANGELOG.md
AutoName: Flavordex
RepoType: git
Repo: https://github.... | ```yaml
Categories:
- Writing
License: MIT
WebSite: http://ultramegasoft.com
SourceCode: https://github.com/ultramega/flavordex
IssueTracker: https://github.com/ultramega/flavordex/issues
Changelog: https://github.com/ultramega/flavordex/blob/HEAD/CHANGELOG.md
AutoName: Flavordex
RepoType: git
Repo: https://github.... |
ce8c5022-dd88-4134-8de6-10b1eadeaf5f | {
"language": "YAML"
} | ```yaml
---
name: _rwstauner_run_control
version: 0.0.0
files: []
private: true
preferGlobal: true
peerDependencies:
# cli app
bible: x
bower: x
coffee-script: x
# js utilities
js-beautify: x
jshint: x
jslint: x
jsonlint: x
# lesscss
#http://registry.npmjs.org/less/-/less-1.6.3.tgz: ~
less:... | ```yaml
---
name: _rwstauner_run_control
version: 0.0.0
files: []
private: true
preferGlobal: true
peerDependencies:
# cli app
bible: x
bower: x
coffee-script: x
# js utilities
js-beautify: x
jshint: x
jslint: x
jsonlint: x
# lesscss
#http://registry.npmjs.org/less/-/less-1.6.3.tgz: ~
less:... |
5bdada58-48ca-43e4-a01f-3cb4dfe47f03 | {
"language": "YAML"
} | ```yaml
image: quay.io/python-devs/ci-image
stages:
- test
- codecov
- deploy
qa:
script:
- tox -e qa
tests:
script:
- tox -e py27,py34,py35,py36,py37,py38
coverage:
script:
- tox -e py27-cov,py34-cov,py35-cov,py36-cov,py37-cov,py38-cov
artifacts:
paths:
- coverage.xml
diffcov:
... | ```yaml
image: quay.io/python-devs/ci-image
stages:
- test
- qa
- docs
- codecov
- deploy
qa:
script:
- tox -e qa
tests:
script:
- tox -e py27,py34,py35,py36,py37,py38
coverage:
script:
- tox -e py27-cov,py34-cov,py35-cov,py36-cov,py37-cov,py38-cov
artifacts:
paths:
- coverag... |
3b70a470-ab4d-47a1-8038-37ea57421327 | {
"language": "YAML"
} | ```yaml
stages:
- test
- deploy
.composer_cache: &composer_cache
cache:
paths:
- vendor/
.install_dependencies: &install_dependencies
before_script:
- composer install --prefer-dist --classmap-authoritative --no-interaction --no-progress
.composer_test: &composer_test
... | ```yaml
stages:
- test
- deploy
.composer_cache: &composer_cache
cache:
paths:
- vendor/
.install_dependencies: &install_dependencies
before_script:
- composer install --prefer-dist --classmap-authoritative --no-interaction --no-progress
.composer_test: &composer_test
... |
4e1720a4-8e24-4598-9d92-47951f563b58 | {
"language": "YAML"
} | ```yaml
stages:
- build
build:
stage: build
image: maven:3.3.3-jdk-8
script:
- mvn package -q
- ARTIFACT=$(find target -name "moneytracker-*.jar" | tr -d '[[:space:]]')
- "export sha1=$(sha1sum artifact.tar.gz | awk '{print $1}')"
- "export md5=$(md5sum artifact.tar.gz | awk '{print $1}')"
... | ```yaml
stages:
- build
build:
stage: build
image: maven:3.3.3-jdk-8
script:
- mvn package -q
- ARTIFACT=$(find target -name "moneytracker-*.jar" | tr -d '[[:space:]]')
- "export sha1=$(sha1sum $ARTIFACT | awk '{print $1}')"
- "export md5=$(md5sum $ARTIFACT | awk '{print $1}')"
- ARTIFACT_N... |
e2cf17fb-d714-4761-b796-dfbda6353a14 | {
"language": "YAML"
} | ```yaml
image: node
stages:
- build
- deploy
build:
stage: build
script:
- npm ci
- npm run lint
- npm run build
only:
- tags
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
artifacts:
paths:
- public/
- lambda/
deploy:
stage: deploy
environment:... | ```yaml
image: node
stages:
- build
- deploy
build:
stage: build
script:
- npm ci
- npm run lint
- npm run build
only:
- tags
cache:
key: node_modules
paths:
- node_modules/
artifacts:
paths:
- public/
- lambda/
deploy:
stage: deploy
environment:
name... |
8ff75e5c-c583-464b-9ded-079785afb644 | {
"language": "YAML"
} | ```yaml
image: ubuntu
variables:
DEBIAN_FRONTEND: noninteractive
stages:
- virtual
- llvm
virtual:
stage: virtual
before_script:
- apt-get update
- apt-get install -y build-essential cmake git
script:
- ./scripts/test.sh
llvm-baikal:
stage: llvm
before_script:
- apt-get update
- ... | ```yaml
image: ubuntu
variables:
DEBIAN_FRONTEND: noninteractive
stages:
- virtual
- llvm
virtual:
stage: virtual
before_script:
- apt-get update
- apt-get install -y build-essential cmake git
script:
- ./scripts/test.sh
llvm-intel:
stage: llvm
before_script:
- apt-get update
- a... |
952fe0e7-2f65-49bd-b6da-4996e4a75135 | {
"language": "YAML"
} | ```yaml
cache:
paths:
- /root/.m2/repository/
services:
- mongo:3.2
test:jdk-8:
image: maven:3-jdk-8
script: export MARK_MONGO_HOST="mongo" && mvn clean package -Dgpg.skip=true
test:jdk-7:
image: maven:3-jdk-7
script: export MARK_MONGO_HOST="mongo" && mvn clean package -Dgpg.skip=true
```
Add GitLab... | ```yaml
cache:
paths:
- /root/.m2/repository/
test:jdk-8:mongo-3.2:
image: maven:3-jdk-8
services:
- mongo:3.2
script: export MARK_MONGO_HOST="mongo" && mvn clean package -Dgpg.skip=true
test:jdk-7:mongo-3.2:
image: maven:3-jdk-7
services:
- mongo:3.2
script: export MARK_MONGO_HOST="mongo"... |
0db9fa30-b334-4a4b-b9e2-0b3d9ddcf29a | {
"language": "YAML"
} | ```yaml
image: node:8.11.3
stages:
- test
- publish
test on nodejs lts 6:
stage: test
image: node:6.14.3
script:
- npm install
- npm test
coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/'
test on nodejs lts 8:
stage: test
image: node:8.11.3
script:
- npm install
- npm test
coverage:... | ```yaml
image: node:latest
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
stages:
- setup
- test
- publish
npm ci:
stage: setup
script:
- npm ci
code quality:
stage: test
script:
- npm run lint
npm outdated:
stage: test
script:
- npm outdated
allow_failure: true
s... |
fdd0fe59-d6c9-4934-99e9-491d025c5077 | {
"language": "YAML"
} | ```yaml
# Debe estar en el mismo directorio de gulpfile.js para no tener que parsear este .yml
rules:
empty-line-between-blocks: 0
hex-notation: 0
indentation:
- 1
- size: 4
leading-zero: 0
class-name-format:
- 1
-
allow-leading-underscore: true
convention: ^[a-z][a-zA-Z0-9]*(__)?... | ```yaml
# Debe estar en el mismo directorio de gulpfile.js para no tener que parsear este .yml
rules:
empty-line-between-blocks: 0
hex-notation: 0
indentation:
- 1
- size: 4
leading-zero: 0
class-name-format:
- 1
-
allow-leading-underscore: true
convention: ^[a-z][a-zA-Z0-9]*(__)?... |
74c085ba-b8d4-40d9-a07e-82129e361d5a | {
"language": "YAML"
} | ```yaml
# rule identifiers to exclude from running
disabled_rules:
- line_length
opt_in_rules:
# paths to include during linting. `--path` is ignored if present.
included:
# paths to ignore during linting. Takes precedence over `included`.
excluded:
# configurable rules can be customized from this config... | ```yaml
# rule identifiers to exclude from running
disabled_rules:
- line_length
# some rules are only opt-in
opt_in_rules:
# Find all the available rules by running:
# swiftlint rules
# paths to include during linting. `--path` is ignored if present.
included:
# paths to ignore during linting. Takes precede... |
7269dd3a-a451-4ccf-bc94-570152c727cb | {
"language": "YAML"
} | ```yaml
openstack_package_version: 10.0-bbc66
openstack_package:
package_name: 'openstack-{{ project_name }}-{{ openstack_package_version }}'
repo: 'deb http://repo.openstack.blueboxgrid.com/bbc precise main'
repo_key_url: 'http://repo.openstack.blueboxgrid.com/blue_box_cloud.gpg.key'
rootwrap: "{{ rootwrap|def... | ```yaml
openstack_package_version: 10.0-bbc68
openstack_package:
package_name: 'openstack-{{ project_name }}-{{ openstack_package_version }}'
repo: 'deb http://repo.openstack.blueboxgrid.com/bbc precise main'
repo_key_url: 'http://repo.openstack.blueboxgrid.com/blue_box_cloud.gpg.key'
rootwrap: "{{ rootwrap|def... |
9d5a7e53-510d-4183-a5b0-1603724d8fb2 | {
"language": "YAML"
} | ```yaml
javascript_compressor: closure
css_compressor: sass
template_function: dc._.template
embed_assets: datauri
gzip_assets: off
javascripts:
note_embed:
- src/js/vendor/underscore/underscore.js
- src/js/vendor/jquery/dist/jquery.js
# jQuery.XDomainRequest is for IE8/9
... | ```yaml
javascript_compressor: closure
css_compressor: sass
template_function: dc._.template
embed_assets: datauri
gzip_assets: off
javascripts:
note_embed:
- src/js/vendor/underscore/underscore.js
- src/js/vendor/jquery/dist/jquery.js
# jQuery.XDomainRequest is for IE8/9
... |
bc3c2707-7c84-4e7f-8c32-03a39c7f3061 | {
"language": "YAML"
} | ```yaml
defaults: &defaults
seconds_to_delay_response: 0
ticket_trackers:
pivotal_story_url: "https://www.pivotaltracker.com/story/show/"
github:
appkey: <%= ENV['GITHUB_APPKEY'] %>
secret: <%= ENV['GITHUB_SECRET'] %>
development:
<<: *defaults
hostname: 'review.dev'
seconds_to_delay_response: 2... | ```yaml
defaults: &defaults
seconds_to_delay_response: 0
ticket_trackers:
pivotal_story_url: "https://www.pivotaltracker.com/story/show/"
github:
appkey: <%= ENV['GITHUB_APPKEY'] %>
secret: <%= ENV['GITHUB_SECRET'] %>
development:
<<: *defaults
hostname: 'localhost:3000'
seconds_to_delay_respons... |
8c9ab131-71ff-4967-abe2-a08bf14124c7 | {
"language": "YAML"
} | ```yaml
box: wercker/nodejs
build:
steps:
# A step that executes `npm install` command
- npm-install
# A step that executes `npm test` command
# - npm-test
deploy:
steps:
- script:
name: Remove npm modules before deploy
code: |
rm -rf node_modules
- openshift-deploy... | ```yaml
box: wercker/nodejs
build:
steps:
# A step that executes `npm install` command
- npm-install
# A step that executes `npm test` command
# - npm-test
deploy:
steps:
- script:
name: Remove npm modules before deploy
code: |
rm -rf node_modules
- script:
... |
521b198d-a45b-4fd7-bf77-2ec2a2027e3d | {
"language": "YAML"
} | ```yaml
box: wercker/rvm
build:
steps:
- rvm-use:
version: 2.1.0
- script:
name: gem install bundler
code: gem update bundler
- bundle-install
- script:
name: echo ruby information
code: |
echo "ruby vers... | ```yaml
box: wercker/rvm
build:
steps:
- rvm-use:
version: 2.1.3
- script:
name: gem install bundler
code: gem update bundler
- bundle-install
- script:
name: echo ruby information
code: |
echo "ruby vers... |
cc1643c0-f9c7-4389-8e17-647508c7aa12 | {
"language": "YAML"
} | ```yaml
- name: Snapshot Appliance as Backup
isam:
appliance: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
lmi_port: "{{ lmi_port }}"
log: "{{ log_level }}"
force: "{{ force }}"
action: ibmsecurity.isam.base.snapshots.create
isamapi:
... | ```yaml
- name: Snapshot Appliance as Backup
isam:
appliance: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
lmi_port: "{{ lmi_port }}"
log: "{{ log_level }}"
force: "{{ force }}"
action: ibmsecurity.isam.base.snapshots.create
isamapi:
... |
611d8f93-acb1-4706-b548-f973c3da21d9 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/PolyglotSymposium/mappy
changelog-type: ''
hash: 2fbad40a00c75bb83730506aef01e936bb024ab35358c35d2c05060399ad625c
test-bench-deps:
base: -any
mappy: -any
hspec: -any
parsec: -any
containers: -any
QuickCheck: -any
maintainer: mjg.py3@gmail.com
synopsis: A functional progr... | ```yaml
homepage: https://github.com/PolyglotSymposium/mappy
changelog-type: ''
hash: a4c2cf288c079983d6dae8fca9abfd45f0169f45f44baafd32521705dc6b787a
test-bench-deps:
base: -any
mappy: -any
hspec: -any
parsec: -any
containers: -any
QuickCheck: -any
maintainer: mjg.py3@gmail.com
synopsis: A functional progr... |
b99700de-8322-43ab-ba53-21c1cca8e0eb | {
"language": "YAML"
} | ```yaml
---
upstart_runtime_root: "{{ runtime_root | default('/var/run') }}/{{ upstart_name }}"
upstart_pidfile_path: "{{ upstart_runtime_root }}/{{ upstart_name }}.pid"
upstart_user: nobody
upstart_group: nobody
upstart_name: template
upstart_description: 'Nondescript Template'
upstart_start_on:
- "runlevel [2345... | ```yaml
---
upstart_runtime_root: "{{ runtime_root | default('/var/run') }}/{{ upstart_name }}"
upstart_pidfile_path: "{{ upstart_runtime_root }}/{{ upstart_name }}.pid"
upstart_user: nobody
upstart_group: nogroup
upstart_name: template
upstart_description: 'Nondescript Template'
upstart_start_on:
- "runlevel [234... |
08cb3b67-e5ac-4964-9377-fe879b44dce7 | {
"language": "YAML"
} | ```yaml
box: wercker-labs/docker
build:
steps:
- script:
name: Build and package the Docker image
code: |
cd $WERCKER_SOURCE_DIR
sudo docker build -t evandbrown/eb-py-flask .
CONTAINER_ID=$(sudo docker run -d evandbrown/eb-py-flask)
sudo docker export $CONTA... | ```yaml
box: wercker-labs/docker
build:
steps:
- script:
name: Build and package the Docker image
code: |
cd $WERCKER_SOURCE_DIR
sudo docker build -t evandbrown/eb-py-flask .
CONTAINER_ID=$(sudo docker run -d evandbrown/eb-py-flask)
sudo docker export $CONTA... |
98809a6d-01ca-42b6-8220-b1f23f5b649d | {
"language": "YAML"
} | ```yaml
ru:
plugins:
refinery_files:
title: Файлы
article: masculine
activerecord:
models:
resource: файл
must_choose_file: Вы должны выбрать файл для загрузки
file_should_be_smaller_than_max_file_size: "Файлы должны быть по размеру меньше чем %{max_file_size}"
admin:
resources:
... | ```yaml
ru:
plugins:
refinery_files:
title: Файлы
article: masculine
file_specify_for_upload: Вы должны выбрать файл для загрузки
file_should_be_smaller_than_max_file_size: "Файлы должны быть по размеру меньше чем %{max_file_size}"
admin:
resources:
delete: Удалить этот файл навсегда
... |
96f9cb15-e20f-4083-b22e-ccdcd4d0a80c | {
"language": "YAML"
} | ```yaml
version: 2
aliases:
ensembl: rattus_norvegicus_vep_83_Rnor_6.0
snpeff: Rnor_6.0.82
```
Update rn6 resources with transcriptome section. | ```yaml
version: 3
aliases:
ensembl: rattus_norvegicus_vep_83_Rnor_6.0
snpeff: Rnor_6.0.82
rnaseq:
transcripts: ../rnaseq/ref-transcripts.gtf
transcripts_mask: ../rnaseq/ref-transcripts-mask.gtf
transcriptome_index:
tophat: ../rnaseq/tophat/rn6_transcriptome.ver
dexseq: ../rnaseq/ref-transcripts.dexseq... |
0072eb8d-7319-46c2-adfa-e624edc2ef86 | {
"language": "YAML"
} | ```yaml
---
- title: Discourse
code: https://github.com/discourse/discourse
site: http://try.discourse.org/
description: "Discourse is a free, open and simple platform for community discussion."
- title: Travis CI
code: https://github.com/travis-ci/travis-web
site: https://travis-ci.org/
description: "The w... | ```yaml
---
- title: Discourse
code: https://github.com/discourse/discourse
site: http://try.discourse.org/
description: "Discourse is a free, open and simple platform for community discussion."
- title: Travis CI
code: https://github.com/travis-ci/travis-web
site: https://travis-ci.org/
description: "The w... |
f4c1a757-d7da-4f54-9659-254b86b4074b | {
"language": "YAML"
} | ```yaml
---
- :vi
- :svc
- :clo
- :inf
- :con
- :cnt
- :sto
- :mdl
- :net
- :aut
- :opt
- :set
- ems-type:foreman_configuration
- ems-type:scvmm
- ems-type:openstack_infra
- ems-type:openstack_network
- ems-type:rhevm
- ems-type:vmwarews
- ems-type:azure
- ems-type:ec2
- ems-type:openstack
- ems-type:kubernetes
- ems-t... | ```yaml
---
- :vi
- :compute
- :conf
- :svc
- :clo
- :inf
- :con
- :cnt
- :sto
- :mdl
- :net
- :aut
- :opt
- :set
- ems-type:foreman_configuration
- ems-type:scvmm
- ems-type:openstack_infra
- ems-type:openstack_network
- ems-type:rhevm
- ems-type:vmwarews
- ems-type:azure
- ems-type:ec2
- ems-type:openstack
- ems-type... |
2561a66a-582e-41b3-9a7e-efcfa8d38a60 | {
"language": "YAML"
} | ```yaml
---
# tasks file for serverspec
- name: install bundler
command: gem install bundler --no-ri --no-rdoc
args:
creates: /usr/local/bin/bundler
when: serverspec_run_tests and serverspec_install_bundler
tags:
- serverspec
- name: install bundle files
command: bundle install --path vendor
args:
... | ```yaml
---
# tasks file for serverspec
- name: install bundler
command: gem install bundler --no-ri --no-rdoc
args:
creates: /usr/local/bin/bundler
when: serverspec_run_tests and serverspec_install_bundler
tags:
- serverspec
- name: install bundle files
command: bundle install --path vendor
args:
... |
a9993675-750e-4960-9e43-80ea1c272d59 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: dc591d449c03ea2f2b5a7f633a69476f295ad7b7daa0143a978f42c3941e2535
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text:... | ```yaml
homepage: ''
changelog-type: ''
hash: ceb98ceada23b4a0b0aefec518e1d7a74d9586eff6482ddf15b2bdadbb3e7cb2
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.11 && <5'
text... |
941a615a-fb0f-49ff-9b3d-bb53af74ea76 | {
"language": "YAML"
} | ```yaml
box: node:boron
build:
steps:
- script:
name: Install bower
code: npm install -g bower
- npm-install
- npm-test
deploy:
steps:
- kwakayama/npm-publish@0.0.2
```
Add grunt-cli to build box | ```yaml
box: node:boron
build:
steps:
- script:
name: Install global npm fluff
code: npm install -g bower grunt-cli
- npm-install
- npm-test
deploy:
steps:
- kwakayama/npm-publish@0.0.2
``` |
d7b344cf-453b-46c2-abbe-cca51e332405 | {
"language": "YAML"
} | ```yaml
- title: Features
children:
- title: "@ClearSystemProperty and @SetSystemProperty"
url: /docs/system-properties/
- title: "@DefaultLocale and @DefaultTimeZone"
url: /docs/default-locale-timezone/
- title: "Range Sources"
url: /docs/range-sources
- title: "@R... | ```yaml
# NOTE: The URLs need a trailing slash or the selected nav element
# won't be highlighted.
- title: Features
children:
- title: "@ClearSystemProperty and @SetSystemProperty"
url: /docs/system-properties/
- title: "@DefaultLocale and @DefaultTimeZone"
url: /docs/default-lo... |
1b87a81a-35a1-4939-8276-e388bd5fd049 | {
"language": "YAML"
} | ```yaml
rabbit:
host: rabbit
port: 5672
vhost: /
user: guest
pass: guest
admin_pass: janusoverlord
queues:
standard:
from: from-janus
to: to-janus
admin:
from: from-janus-admin
to: to-janus-admin
janus:
cluster:
enabled: false
count: 1
session:
keepalive: 55
plugins:
... | ```yaml
rabbit:
host: rabbit
port: 5672
vhost: /
user: guest
pass: guest
admin_pass: janusoverlord
queues:
standard:
from: from-janus
to: to-janus
admin:
from: from-janus-admin
to: to-janus-admin
janus:
cluster:
enabled: false
count: 1
session:
keepalive: 55
plugins:
... |
729512d2-74ef-4888-91fd-0d2ad4e6115b | {
"language": "YAML"
} | ```yaml
name: Configlet Sync
on:
schedule:
- cron: '0 0 1 * *'
jobs:
configlet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
- name: Configlet Sync
run: configlet sync --tests --... | ```yaml
name: Configlet Sync
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
configlet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
- name: Configlet Sync
run: conf... |
29eaeae5-0e54-4ae3-9e04-15ac6fbf0145 | {
"language": "YAML"
} | ```yaml
name: xbpch-docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- dask>=0.14
- xarray>=0.9
- ipython
- future
- matplotlib
- numpydoc
- sphinx```
Add pandas and cartopy to RTD env | ```yaml
name: xbpch-docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- dask>=0.14
- xarray>=0.9
- pandas
- ipython
- future
- cartopy
- matplotlib
- numpydoc
- sphinx
``` |
879e6b0c-5c71-4dce-9202-36835debaafa | {
"language": "YAML"
} | ```yaml
name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
export UWSGI_UID=$(id -u)
export UWSGI_GID=$(id -g)
docker-compose build
- name: Start Service... | ```yaml
name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Env
run: |
export UWSGI_UID=$(id -u); echo "UWSGI_UID=${UWSGI_UID}" >> $GITHUB_ENV
export UWSGI_GID=$(id -g); echo... |
23fca3db-a231-498e-9ada-1f3cf211513e | {
"language": "YAML"
} | ```yaml
---
title: Change builds in the URL to jobs. Backward URLs were also added
merge_request: 11407
author:
```
Update changelog to reflect the new scheme | ```yaml
---
title: Change /builds in the URL to /-/jobs. Backward URLs were also added
merge_request: 11407
author:
``` |
804b0243-8f49-4653-ab23-e6729f04a1a1 | {
"language": "YAML"
} | ```yaml
version: '2'
services:
# Etcd for our service registry
etcd:
image: quay.io/coreos/etcd:v2.3.6
command: [ -advertise-client-urls, "http://${KILLRVIDEO_DOCKER_IP}:2379", -listen-client-urls, "http://0.0.0.0:2379" ]
ports:
# The client port
- "2379:2379"
environment:
SERVICE_237... | ```yaml
version: '2'
services:
# Etcd for our service registry
etcd:
image: quay.io/coreos/etcd:v2.3.6
command: [ -advertise-client-urls, "http://${KILLRVIDEO_DOCKER_IP}:2379", -listen-client-urls, "http://0.0.0.0:2379" ]
ports:
# The client port
- "2379:2379"
environment:
SERVICE_237... |
0b4d366c-b833-437e-a567-02670b658f98 | {
"language": "YAML"
} | ```yaml
ignore:
- "/Tests/*"
comment:
layout: "header, diff"
behavior: default
require_changes: no
```
Configure commit statuses (ignore coverage of Tests files). | ```yaml
ignore:
- "/Tests/*"
comment:
layout: "header, diff"
behavior: default
require_changes: no
coverage:
status:
project:
default:
target: auto
threshold: null
base: auto
paths: "Sources/*"
``` |
aa7512b5-0416-4636-8b72-06befad2200d | {
"language": "YAML"
} | ```yaml
default:
autoload:
'': %paths.base%/../features/bootstrap
suites:
default:
paths:
- %paths.base%/../features
contexts:
# Base contexts
- ActorContext
- NextcloudTestServerContext:
nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
... | ```yaml
default:
autoload:
'': %paths.base%/../features/bootstrap
suites:
default:
paths:
- %paths.base%/../features
contexts:
# Base contexts
- ActorContext
- NextcloudTestServerContext:
nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
... |
1f1c9e08-3a8c-45f0-9751-e787a1ac7fa0 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.7
- 3.0
rails_version:
- 5.2.4.4
- 6.0.3.4
- 6.1.0
steps:
- uses: acti... | ```yaml
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.4.4
- 6.0.3.4
- 6.1.0
steps:
- uses: actions/checkout@v2
... |
0ae375f1-94e7-49e8-a5ab-e393c2609fdc | {
"language": "YAML"
} | ```yaml
---
# tasks file for nightly_security_updates_aws
- name: make ~/bin if not exist
file:
state: directory
path: ~/bin/
- name: put shell script in place
copy:
src: amazon_linux_updates.sh
dest: ~/bin/amazon_linux_updates.sh
mode: 0755
- name: create nightly cron job
cron:
name: Up... | ```yaml
---
# tasks file for nightly_security_updates_aws
- name: make ~/bin if not exist
file:
state: directory
path: ~/bin/
- name: put shell script in place
copy:
src: amazon_linux_updates.sh
dest: ~/bin/amazon_linux_updates.sh
mode: 0755
- name: create nightly cron job
cron:
name: Up... |
7981c8a8-cbd8-4dc7-828f-138740d0e089 | {
"language": "YAML"
} | ```yaml
---
- name: Download
shell: "wget -O fasd.tar.gz {{ fasd_url }} chdir=/home/deploy"
- name: Extract
shell: "tar xvf fasd.tar.gz"
- name: Install
environment:
HOME: "/home/deploy"
shell: "make install chdir={{ fasd_path }}"
sudo: True
- name: Add to bash_profile
lineinfile:
line: 'eval "$(... | ```yaml
---
- name: Download
shell: "wget -O fasd.tar.gz {{ fasd_url }} chdir=/home/deploy"
- name: Extract
shell: "tar xvf fasd.tar.gz chdir=/home/deploy"
- name: Install
environment:
HOME: "/home/deploy"
shell: "make install chdir={{ fasd_path }}"
sudo: True
- name: Add to bash_profile
lineinfile:
... |
eb74d8dc-120d-45fd-a32e-e370a4f381db | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
- name: centos-7.0
- name: debian-6.0.10
- name: debian-7.7
- name: fedora-20
- name: fedora-21
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default... | ```yaml
---
driver:
name: vagrant
provisioner:
name: chef_zero
driver_config:
require_chef_omnibus: true
platforms:
- name: centos-5.10
- name: centos-6.6
- name: centos-7.1
- name: debian-6.0.10
run_list:
- recipe[apt]
- name: debian-7.8
run_list:
- recipe[apt]
- name: fedora-20
... |
fc197134-183a-4534-8b8b-e40c6f93fbc3 | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
provisioner:
name: puppet_apply
manifests_path: spec/manifests
modules_path: .kitchen-modules
require_chef_for_busser: false
resolve_with_librarian_puppet: false
puppet_detailed_exitcodes: true
require_puppet_collections: true
puppet_whitelist_exit_code:
... | ```yaml
---
driver:
name: vagrant
provisioner:
name: puppet_apply
manifests_path: spec/manifests
modules_path: .kitchen-modules
require_chef_for_busser: false
resolve_with_librarian_puppet: false
puppet_detailed_exitcodes: true
require_puppet_collections: true
puppet_detailed_exitcodes: t... |
7ad85cd2-527e-4658-b609-e4f0b751d472 | {
"language": "YAML"
} | ```yaml
# Exclude some of GitLab files
AllCops:
Exclude:
- 'spec/**/*'
- 'features/**/*'
- 'vendor/**/*'
- 'db/**/*'
- 'tmp/**/*'
- 'bin/**/*'
- 'lib/backup/**/*'
- 'lib/tasks/**/*'
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'
- 'lib/ve... | ```yaml
# Exclude some of GitLab files
AllCops:
Exclude:
- 'spec/**/*'
- 'vendor/**/*'
- 'tmp/**/*'
- 'bin/**/*'
- 'hooks/**/*'
- 'Guardfile'
Layout/DotPosition:
Enabled: false
Lint/AmbiguousBlockAssociation:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
E... |
98450829-58fc-440a-b386-54548bf0ee8f | {
"language": "YAML"
} | ```yaml
# http://rubocop.readthedocs.io
# https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
require:
- rubocop-performance
- rubocop-minitest
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 2.5
Layout/ParameterAlignment:
Enfo... | ```yaml
# http://rubocop.readthedocs.io
# https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
require:
- rubocop-performance
- rubocop-minitest
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 2.5
Layout/ParameterAlignment:
Enfo... |
60477394-a1e0-4d4b-a186-e07a8e20e519 | {
"language": "YAML"
} | ```yaml
AllCops:
Excludes:
- tmp/*
AlignParameters:
Enabled: false
ClassLength:
Max: 110
HandleExceptions:
Enabled: false
TrivialAccessors:
ExactNameMatch: true
```
Revert to default max class length | ```yaml
AllCops:
Excludes:
- tmp/*
AlignParameters:
Enabled: false
HandleExceptions:
Enabled: false
TrivialAccessors:
ExactNameMatch: true
``` |
b1d4b9c7-77ad-4485-9f92-2da1858f5e87 | {
"language": "YAML"
} | ```yaml
# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will... | ```yaml
# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will... |
f0ce2cea-903a-40aa-b2b1-a4ec5f643f4e | {
"language": "YAML"
} | ```yaml
# Buckaruby RuboCop configuration
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
DisplayStyleGuide: true
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
Enabled: false
Metrics/... | ```yaml
# Buckaruby RuboCop configuration
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
DisplayStyleGuide: true
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
Enabled: ... |
8fc12abb-fea0-44fe-9062-ad1b7c061906 | {
"language": "YAML"
} | ```yaml
steps:
- group: "Electron Tests"
steps:
#
# Node 14
#
- label: "Electron 12 tests - macOS - Node 14"
timeout_in_minutes: 40
agents:
queue: macos-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
ELECTRON_VERSION: "^12.0.0"
... | ```yaml
steps:
- group: "Electron Tests"
steps:
#
# Node 14
#
- label: "Electron {{matrix.electron_version}} tests - macOS - Node {{matrix.node_version}}"
timeout_in_minutes: 40
agents:
queue: macos-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.... |
ab9273ba-81ba-43b9-875d-172372e0b1d9 | {
"language": "YAML"
} | ```yaml
fullnameOverride: "web"
replicaCount: 2
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
podSecurityContext:
fsGroup: 65534 # nobody
containers:
- name: web
securityContext:
runAsUser: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
c... | ```yaml
fullnameOverride: "web"
replicaCount: 2
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
podSecurityContext:
fsGroup: 65534 # nobody
containers:
- name: web
securityContext:
runAsUser: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
c... |
0ec44f84-1616-4a19-a37d-1c90602f02f0 | {
"language": "YAML"
} | ```yaml
freebsd_instance:
image_family: freebsd-12-0
task:
prerequisites_script:
- sed -i '' 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
- pkg update -f
- pkg upgrade -y
- pkg install -y pkgconf vips libnghttp2 node npm
install_script:
- npm install --unsafe-perm
test_script:
- npm tes... | ```yaml
freebsd_instance:
image_family: freebsd-13-0-snap
task:
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y pkgconf vips node npm
install_script:
- npm install --unsafe-perm
test_script:
- npm test
``` |
0e0ce178-ebcb-4fd5-928b-24ce8c145af2 | {
"language": "YAML"
} | ```yaml
---
- hosts: app
become: yes
vars:
network: "{{project_name}}"
roles:
- name: docker_network
networks:
- "{{network}}"
- name: memcached
version: "1.5"
- name: forum
version: "{{app_version}}"
network: "{{project_name}}"
- name: certbot-ovh
domain:... | ```yaml
---
- hosts: app
become: yes
vars:
network: "{{project_name}}"
roles:
- name: docker_network
networks:
- "{{network}}"
- name: memcached
version: "1.5"
- name: forum
version: "{{app_version}}"
network: "{{project_name}}"
- name: certbot-ovh
domain:... |
8f78b5ca-4249-4f41-b09d-b1b497e55c11 | {
"language": "YAML"
} | ```yaml
default: &default
host: <%= Rails.application.secrets[:database][:host] %>
adapter: postgresql
encoding: UTF8
database: <%= Rails.application.secrets[:database][:name] %>
pool: 10
reaping_frequency: 30
username: <%= Rails.application.secrets[:database][:username] %>
password: <%= Rails.applicati... | ```yaml
default: &default
host: <%= Rails.application.secrets[:database][:host] %>
adapter: postgresql
encoding: UTF8
database: <%= Rails.application.secrets[:database][:name] %>
pool: 10
reaping_frequency: 30
development: *default
username: <%= Rails.application.secrets[:database][:username] %>
passwo... |
a004193f-037f-41d1-a7c9-a0d7d2ae9178 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.10"
- "0.11"
```
Test on more node versions | ```yaml
language: node_js
node_js:
- "5.0"
- "4.2"
- "0.10"
- "0.11"
``` |
e77ad12f-aa16-4190-b890-f0e9d88d030b | {
"language": "YAML"
} | ```yaml
language: python
env:
- 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.7"
- "3.3"
- "3.4"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=https://github.com/django/djang... | ```yaml
language: python
env:
- 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.7"
- "3.3"
- "3.4"
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script:
-... |
a19999e6-66cb-4bf2-b834-96d6c007a60e | {
"language": "YAML"
} | ```yaml
---
sudo: false
language: ruby
rvm:
- 2.2.0
```
Update Travis config to use Ruby 2.2.4 and 1.9.3 | ```yaml
---
sudo: false
language: ruby
rvm:
- "1.9.3-p545"
- "2.2.4"
``` |
a87213b1-13a4-4ae5-b882-5a4cdd7bc3a4 | {
"language": "YAML"
} | ```yaml
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '6.0.0'
before_install:
- npm config set spin false
- npm install -g bower
- npm install -g ember-cli@v2.10.0
- npm install -g istanbul
install:
- npm i
- bower i
script:
- npm run-script test
- npm run-script coverage
env:
global... | ```yaml
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '6.0.0'
before_install:
- npm config set spin false
- npm install -g bower
- npm install -g ember-cli@v2.13.0
- npm install -g istanbul
install:
- npm i
- bower i
script:
- npm run-script test
- npm run-script coverage
env:
global... |
f0a0e954-64f6-4279-8b9e-7250ef65c113 | {
"language": "YAML"
} | ```yaml
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.11.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-hea... | ```yaml
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.11.1
- jruby-head
- truffleruby
matrix:
allow_failures:
... |
58de6852-f5c1-479a-9c4a-a9cc600393e2 | {
"language": "YAML"
} | ```yaml
branches:
only:
- master
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.17.0
- jruby-9.2.0.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
before_install:
- rm "${BUNDLE_GEMFILE}.lock"
matrix:
fas... | ```yaml
branches:
only:
- master
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.17.0
- jruby-9.2.0.0
gemfile:
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
before_install:
- rm "${BUNDLE_GEMFILE}.lock"
matrix:
fast_finish: true
``` |
cb274723-ec66-4254-8666-fc105609ad3b | {
"language": "YAML"
} | ```yaml
language: ruby
sudo: false
cache: bundler
before_install:
- gem update --system
rvm:
- 2.4.10
- 2.5.9
- 2.6.7
- 2.7.3
```
Add Ruby 3.0.1 to Travis. | ```yaml
language: ruby
sudo: false
cache: bundler
before_install:
- gem update --system
rvm:
- 2.4.10
- 2.5.9
- 2.6.7
- 2.7.3
- 3.0.1
``` |
0f5adbec-6f26-466f-8cda-84bac5257024 | {
"language": "YAML"
} | ```yaml
language: objective-c
osx_image: xcode9.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=SwiftyNotifications.xcworkspace
- FRAMEWORK_SCHEME="SwiftyNotifications"
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
... | ```yaml
language: objective-c
osx_image: xcode9.4
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=SwiftyNotifications.xcworkspace
- FRAMEWORK_SCHEME="SwiftyNotifications"
- SDK=iphonesimulator11.4
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.4,name=iPhone 8"
... |
007f0287-e87a-49b7-b9d8-f74118e0f36e | {
"language": "YAML"
} | ```yaml
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev
script: ./waf configure build
```
Use ppa in Travis config to get newer version of libmicrohttpd. | ```yaml
language: c
compiler:
- gcc
- clang
before_install:
- echo "yes" | sudo add-apt-repository ppa:dns/gnu
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev
script: ./waf configure build
``` |
8457d06b-6772-40d3-b024-723fd2f27426 | {
"language": "YAML"
} | ```yaml
build:
main: main.go
binary: hugo
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
- dragonfly
goarch:
- amd64
- 386
- arm
- arm64
fpm:
formats:
- deb... | ```yaml
build:
main: main.go
binary: hugo
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
- dragonfly
goarch:
- amd64
- 386
- arm
- arm64
fpm:
formats:
- deb... |
1999f94b-f746-467e-ac98-92ec04ff2b53 | {
"language": "YAML"
} | ```yaml
language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
addons:
apt:
packages:
- jpegoptim
- optipng
- pngcrush
- graphicsmagick
before_install:
- "nvm install 0.12"
- "nvm use 0.12"
- "node -v"
- "npm -v"
- "npm install -g less requi... | ```yaml
language: python
sudo: false
python:
- "2.7"
- "3.5"
addons:
apt:
packages:
- jpegoptim
- optipng
- pngcrush
- graphicsmagick
before_install:
- "nvm install 4.2.1"
- "nvm use 4.2.1"
- "node -v"
- "npm -v"
- "npm install -g less requirejs autoprefixer ... |
0e534281-959c-424b-95d4-a702fa934785 | {
"language": "YAML"
} | ```yaml
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- platform-tools
# The... | ```yaml
language: android
android:
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -av... |
4db35931-919f-4b18-a0e3-1df304dce221 | {
"language": "YAML"
} | ```yaml
sudo: false
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm -... | ```yaml
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --inst... |
a824126d-4ce1-40a3-ac31-ec24c09c14a3 | {
"language": "YAML"
} | ```yaml
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
```
Add ruby 2.2.0 config for Travis | ```yaml
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
``` |
53e1c01e-aac8-4e90-83c2-219b65a9c2a9 | {
"language": "YAML"
} | ```yaml
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
install:
- "travis_retry bundle config build.nokogiri --use-system-libraries"
- "travis_retry bundle install --retry 3"
script: bundle exec rake
git:
depth: 10
```
Allow 2.3 fail as it will failed currently. | ```yaml
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
matrix:
allow_failures:
- rvm: 2.3
install:
- "travis_retry bundle config build.nokogiri --use-system-libraries"
- "travis_retry bundle install --retry 3"
script: bundle exec rake
git:
depth: 10
``` |
f0847f0d-3124-4cff-af03-8b7b876741b5 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- lts/argon
- lts/boron
- stable
cache:
directories:
- node_modules
before_install:
- if [[ $(npm --version) == 2* ]]; then npm install -g npm@latest-3; fi
after_success:
- npm i -g coveralls
- cat coverage/remapped/lcov.info | coveralls
```
Remove upgrade to npm 3 ... | ```yaml
language: node_js
node_js:
- lts/argon
- lts/boron
- stable
cache:
directories:
- node_modules
after_success:
- npm i -g coveralls
- cat coverage/remapped/lcov.info | coveralls
``` |
076bccca-fbe9-46b9-8651-1b1b2d0272f5 | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
```
Test with Node.js 5.2 on Travis CI. | ```yaml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
- '5.2'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
``` |
fb3bd05b-c04b-405b-a469-128d7096e00f | {
"language": "YAML"
} | ```yaml
language: node_js
dist: trusty
node_js:
- 10
- node
env:
- NODE_ENV=production
install:
- npm --production=false install
- npm --production=false update
sudo: false
cache:
directories:
- node_modules
jobs:
include:
- stage: test
script:
- npm run lint
- npm run docs
- npm run... | ```yaml
language: node_js
dist: trusty
node_js:
- 10
- node
env:
- NODE_ENV=production
install:
- npm --production=false install
- npm --production=false update
sudo: false
cache:
directories:
- ~/.cache/ms-playwright
- node_modules
jobs:
include:
- stage: test
script:
- npm run lint
- n... |
6bae70fe-d293-492b-b5f9-ae0e84dde991 | {
"language": "YAML"
} | ```yaml
language: python
env:
global:
- JEDI="jedi"
- IPYPARALLEL="ipyparallel"
- IPYTHON="ipython"
matrix:
include:
- python: 2.7
env:
JEDI="jedi==0.9" IPYPARALLEL="ipyparallel==5.2" IPYTHON="ipython<6.0"
- python: 3.4
- python: 3.5
install:
- travis_retry pip install c... | ```yaml
language: python
env:
global:
- JEDI="jedi"
- IPYPARALLEL="ipyparallel"
- IPYTHON="ipython"
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
install:
- travis_retry pip install coveralls $IPYTHON $IPYPARALLEL $JEDI
- travis_retry python setup.py install
- cd m... |
bb672241-6681-41f5-af11-d40622147e9d | {
"language": "YAML"
} | ```yaml
language: java
script: "mvn verify"
jdk:
- oraclejdk7
- openjdk7
- openjdk8
- oraclejdk8
```
Remove OpenJDK 8 from the build configuration as it is not supported by Travis | ```yaml
language: java
script: "mvn verify"
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
``` |
09bcb95d-0676-4187-b88b-7e52ca0ea546 | {
"language": "YAML"
} | ```yaml
cron:
- description: Refresh volues from comicvine daily
url: /tasks/volumes/refresh
schedule: every 24 hours
- description: Refresh issues hourly
url: /tasks/issues/refresh
schedule: every 60 minutes
```
Change volume update from daily to hourly | ```yaml
cron:
- description: Refresh volues from comicvine daily
url: /tasks/volumes/refresh
schedule: every 60 minutes
- description: Refresh issues hourly
url: /tasks/issues/refresh
schedule: every 60 minutes
``` |
1fc2338f-d929-427e-9f3c-622b5ad1142a | {
"language": "YAML"
} | ```yaml
### Project specific config ###
language: node_js
node_js:
- '4'
- '6'
env:
global:
- ATOM_LINT_WITH_BUNDLED_NODE="false"
os:
- linux
after_script:
- npm run lint
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u... | ```yaml
### Project specific config ###
language: node_js
node_js:
- '4'
- '6'
env:
global:
- ATOM_LINT_WITH_BUNDLED_NODE="false"
os:
- linux
after_script:
- npm run lint
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u... |
ea18525e-6ee5-44d5-8ccb-5c82f21a3b69 | {
"language": "YAML"
} | ```yaml
language: node_js
sudo: required
dist: trusty
node_js:
- '5.1'
cache:
directories:
- node_modules
before_script:
- 'export DISPLAY=:99.0'
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm install -g bower gulp
- bower install
- gulp lint
before_deploy:
- openssl aes-256-cbc -K $encrypted_7ef9... | ```yaml
language: node_js
sudo: required
dist: trusty
node_js:
- '5.1'
cache:
directories:
- node_modules
before_script:
- 'export DISPLAY=:99.0'
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm install -g bower gulp
- bower install
- gulp lint
before_deploy:
- openssl aes-256-cbc -K $encrypted_7ef9... |
e903dd5b-a8c8-45ad-bb3a-099c88b795af | {
"language": "YAML"
} | ```yaml
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
after_script:
- npm run coveralls
services:
- redis-server
notifications:
hipchat:
rooms:
secure: bS4/Cv5LNy+CK2kMkkWgSojHhiAiJCuhsvtPusfCm29kMvelvgsETy8DUV7eQyCMab/lVAp8rbbMQ0x0xcX9yXkk3ubesVY5RFoXUyoQkc2FMx48bMrQQfqMDDK4D0BPRUPwG... | ```yaml
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
after_script:
- npm run coveralls
services:
- redis-server
notifications:
hipchat:
rooms:
secure: bS4/Cv5LNy+CK2kMkkWgSojHhiAiJCuhsvtPusfCm29kMvelvgsETy8DUV7eQyCMab/lVAp8rbbMQ0x0xcX9yXkk3ubesVY5RFoXUyoQkc2FMx48bMrQQfqMDDK4D0BPRUPwGj9kvAY... |
6d60e480-27e4-4522-a09d-b5bd246442ad | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.2.0
addons:
code_climate:
repo_token: 102f93127d467b1146e3a0a7bb10fd7d24f50824db1741314d4cf746b5f06cc9
```
Load database on tribes build | ```yaml
language: ruby
rvm:
- 2.2.0
before_script:
- bundle exec rake db:schema:load RAILS_ENV=test
addons:
code_climate:
repo_token: 102f93127d467b1146e3a0a7bb10fd7d24f50824db1741314d4cf746b5f06cc9
``` |
d3d61e24-d9fc-4adb-8944-4eac162f43c5 | {
"language": "YAML"
} | ```yaml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
```
Update the version of ruby used to build project in TravisCI. | ```yaml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.7.2
install:
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
``` |
66938d9f-b5f8-4af5-b9ce-0d2e5bf0e317 | {
"language": "YAML"
} | ```yaml
---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
... | ```yaml
---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
... |
29c306f0-c147-4583-975a-5819a38e58fd | {
"language": "YAML"
} | ```yaml
language: cpp
sudo: true
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl -y
- sudo apt-get update -d
install:
- sudo apt-get install build-essential pkg-config cmake libwxgtk2.8-dev libftdi-dev freeglut3-dev zlib1g-dev libu... | ```yaml
language: cpp
sudo: true
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl -y
- sudo apt-get update -d
install:
- sudo apt-get install build-essential pkg-config cmake libwxgtk2.8-dev libftdi-dev freeglut3-dev zlib1g-dev libu... |
1a17ec85-f75c-465e-b0ed-c57d429785c7 | {
"language": "YAML"
} | ```yaml
language: cpp
dist: trusty
sudo: required
only:
- master
- develop
- \/feature\/.+
- \/fix\/.+
- \/hotfix\/.+
- \/release\/.+
addons:
apt:
sources:
- ubuntu-toolchain-r-test
before_install:
- sudo apt-get update
- sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev... | ```yaml
language: cpp
dist: trusty
sudo: required
only:
- master
- develop
- \/feature\/.+
- \/fix\/.+
- \/hotfix\/.+
- \/release\/.+
addons:
apt:
sources:
- ubuntu-toolchain-r-test
before_install:
- sudo apt-get update
- sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev... |
62ffa956-5645-4c37-a289-8754ee1d9e52 | {
"language": "YAML"
} | ```yaml
language: python
install:
- pip install tox python-coveralls
script:
- tox
after_success:
- coveralls
env:
- TOXENV=py27
```
Add apt dependencies for Travis CI | ```yaml
language: python
addons:
apt:
packages:
- pkg-config
- python-dev
# PyAV depdendencies
- libavformat-dev
- libavcodec-dev
- libavdevice-dev
- libavutil-dev
- libswscale-dev
- libavresample-dev
# Pillow dependencies
- libtiff4-dev
- li... |
4a4a37f1-23f3-483c-9e1b-4d71cfe28a04 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="/home/travis/miniconda/bin:$PATH"
- conda update --yes conda
- conda install ... | ```yaml
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="/home/travis/miniconda/bin:$PATH"
- conda update --yes conda
- conda install ... |
48f08587-ca5d-4020-98c7-7f354d6bcade | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- '10'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
```
Use latest version of node for CI | ```yaml
language: node_js
node_js: node
``` |
0c48ed24-ade8-4865-bf8a-db5d977b3e63 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
# - jruby-18mode # JRuby in 1.8 mode
# - rbx-18mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
```
Disable JRuby for regression test | ```yaml
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# - jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
# - jruby-18mode # JRuby in 1.8 mode
# - rbx-18mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
``` |
b822b1d3-8bdc-4aaa-b211-04465bcb9472 | {
"language": "YAML"
} | ```yaml
language: go
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x
- tip
matrix:
include:
- os: linux
go: 1.5.x
go: 1.6.x
before_install:
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi
script:
- while true... | ```yaml
language: go
os:
- linux
- osx
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
matrix:
exclude:
- os: osx
go: 1.5.x
- os: osx
go: 1.6.x
before_install:
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/g... |
019d3988-05a9-4f4d-80c3-216dd76666fb | {
"language": "YAML"
} | ```yaml
language: c
addons:
apt:
packages:
- xsltproc
sudo: false
script:
- make
- make test OBJDIR=../obj/
```
Make sure Travis has xmllint available | ```yaml
language: c
addons:
apt:
packages:
- xsltproc
- libxml2-utils
sudo: false
script:
- make
- make test OBJDIR=../obj/
``` |
89f22429-5b17-4a71-bba9-b8e41c275bfa | {
"language": "YAML"
} | ```yaml
language: java
env:
global:
- MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2048m -Xms1024m"
jdk:
- oraclejdk7
sudo: false
script:
- cd releng/org.obeonetwork.m2doc.parent/
- mvn -v
- mvn clean verify
```
Add the deploy phase again with a hiden token. | ```yaml
language: java
env:
global:
- MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2048m -Xms1024m"
jdk:
- oraclejdk7
sudo: false
script:
- cd releng/org.obeonetwork.m2doc.parent/
- mvn -v
- mvn clean verify
deploy:
provider: releases
api_key: "$GH_TOKEN"
file:
- "releng/org.obeonetwork.m2doc.update/targe... |
667e7aeb-3276-424e-8a44-9f7679f061d2 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- '4.0'
- '9.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
skip_cleanup: true
email: tituswormer@gmail.com
api_key:
secure: ZYtBEqa382TL3cc41KgP3Xj1chwQFkr33EdnBMb6SBX83BhMQnzLX6OeBZqxaTNA3rMF3IJvHhjkJLia+WaswO1YhYv+cncHjtlDmLc8Fl... | ```yaml
language: node_js
node_js:
- '4.0'
- '9.0'
after_script: bash <(curl -s https://codecov.io/bash)
``` |
a7662d05-b14c-451d-b55d-96f126951566 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script: composer install -n
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.co... | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
sudo: false
cache:
directories:
- $HOME/.composer/cache
install: composer install -n
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.