doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
d109c1fc-0a0c-4988-b6e8-e5e5433a1b34 | {
"language": "YAML"
} | ```yaml
on:
push:
branches:
- main
name: Test in GitHub Actions Environment
jobs:
release-please:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Disable fail-fast so that one matrix-job failing doesn't make the other
# ones end early. We want t... | ```yaml
on:
push:
branches:
- main
name: Test in GitHub Actions Environment
jobs:
release-please:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Disable fail-fast so that one matrix-job failing doesn't make the other
# ones end early. We want t... |
6c86519e-106e-4185-8891-a67b205c4a8b | {
"language": "YAML"
} | ```yaml
package:
name: empyrical
version: "0.1.10"
source:
fn: empyrical-0.1.10.tar.gz
url: https://pypi.python.org/packages/2c/b4/658f06c8bc05f847e9ccd6b8131e6e4589bbeb875e239d568a821fd1babc/empyrical-0.1.10.tar.gz
md5: cf4439bad083150639ae5b27698c64d4
requirements:
build:
- python
- setuptools
... | ```yaml
package:
name: empyrical
version: "0.1.10"
source:
fn: empyrical-0.1.10.tar.gz
url: https://pypi.python.org/packages/2c/b4/658f06c8bc05f847e9ccd6b8131e6e4589bbeb875e239d568a821fd1babc/empyrical-0.1.10.tar.gz
md5: cf4439bad083150639ae5b27698c64d4
requirements:
build:
- python
- setuptools
... |
7436cf4e-1222-4ba2-94a2-2898c7ef9350 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/expipiplus1/vector-sized#readme
changelog-type: markdown
hash: 341c568d40a0aca9514ee78173c2149f3092b2c11c53e0671a2efe97e1d06c80
test-bench-deps: {}
maintainer: whats.our.vector.victor@monoid.al
synopsis: Size tagged vectors
changelog: ! '# Change Log
## [0.1.0.0] - 2016-02-28
... | ```yaml
homepage: http://github.com/expipiplus1/vector-sized#readme
changelog-type: markdown
hash: 5501de349ea94ce23a9224969f6460483701e802ad3554c31a0d29cef9c04ef9
test-bench-deps: {}
maintainer: whats.our.vector.victor@monoid.al
synopsis: Size tagged vectors
changelog: ! '# Change Log
## [0.1.0.0] - 2016-02-28
... |
7f978d6a-dcae-4468-a4d6-f5f21df8bbf8 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/plindbe2/xmonad-windownames
changelog-type: ''
hash: 2e150a4e570af9451dec51c017092aab50811e3b44d90dadd86c635bb9e509ab
test-bench-deps: {}
maintainer: plindbe2@gmail.com
synopsis: A library to automatically put named windows into the DynamicLog.
changelog: ''
basic-deps:
base: ! '>... | ```yaml
homepage: https://github.com/plindbe2/xmonad-windownames
changelog-type: ''
hash: 67c739e6bb34824d5a6ff744da0dafcc65ee5f7acf546b76edd7a1aaf65d5c3b
test-bench-deps: {}
maintainer: plindbe2@gmail.com
synopsis: A library to automatically put named windows into the DynamicLog.
changelog: ''
basic-deps:
base: <5 &... |
f6a0ed3f-6665-47b5-aaef-618ed19236fc | {
"language": "YAML"
} | ```yaml
name: notes
# Note on version: $UPSTREAM_VERSION~.git$GIT_COMMIT_ID
version: '0.9.0~git8b202cf'
summary: Note taking application, write down your thoughts.
description: |
Notes is a tool for the things you need to write down off your
brain. It is your place of expressing yourself. Notes is an open
source ... | ```yaml
name: notes
# Note on version: $UPSTREAM_VERSION~.git$GIT_COMMIT_ID
version: '0.9.0~gitef78f37'
summary: Note taking application, write down your thoughts.
description: |
Notes is a tool for the things you need to write down off your
brain. It is your place of expressing yourself. Notes is an open
source ... |
5871eba7-326a-4632-8f64-ee6cfd145d2a | {
"language": "YAML"
} | ```yaml
---
# This is necessary to install the latest versions of Postgres
# For details see https://wiki.postgresql.org/wiki/Apt
- name: Add Postgres repo to sources list
apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ distro }}-pgdg main' state=present
sudo: yes
- name: Add key for Postgre... | ```yaml
---
# This is necessary to install the latest versions of Postgres
# For details see https://wiki.postgresql.org/wiki/Apt
- name: Add key for Postgres repo
apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present
sudo: yes
- name: Add Postgres repo to sources list
apt_repository: re... |
c71660cb-dfe0-4b17-8106-8102491f169a | {
"language": "YAML"
} | ```yaml
name: qtyaml
source:
git: https://github.com/uranusjr/qtyaml.git
project:
sources:
- "3rdparty/libyaml/src/*.c"
- "src/*.cpp"
headers:
- src/qtyaml_global.h
- src/qyamldocument.h
- src/qyamlmapping.h
- src/qyamlsequence.h
- src/qyamlvalue.h
... | ```yaml
name: qtyaml
source:
http: https://github.com/uranusjr/qtyaml/archive/master.zip
project:
sources:
- "3rdparty/libyaml/src/*.c"
- "src/*.cpp"
headers:
- src/qtyaml_global.h
- src/qyamldocument.h
- src/qyamlmapping.h
- src/qyamlsequence.h
- src/... |
3c4ebab0-6037-4853-adf6-b9c63b8509d9 | {
"language": "YAML"
} | ```yaml
TIME_ZONE: Rome
LOCALE: it
SECRET_TOKEN: SecretToken1
MAIL_SENDER: noreply@example.com
DEVISE_SECRET: SecretToken2
DEVISE_PEPPER: SecretToken3
FORCE_SSL: false
```
Use strings for Figaro configuration | ```yaml
TIME_ZONE: 'Rome'
LOCALE: 'it'
SECRET_TOKEN: 'SecretToken1'
MAIL_SENDER: 'noreply@example.com'
DEVISE_SECRET: 'SecretToken2'
DEVISE_PEPPER: 'SecretToken3'
FORCE_SSL: 'false'
``` |
beffb9ab-c6b5-4e5e-af1e-591fcb696857 | {
"language": "YAML"
} | ```yaml
---
yaml_strings_to_extract:
db/fixtures/miq_product_features{.yml,.yaml,/*.yml,/*.yaml}:
- name
- description
db/fixtures/miq_report_formats.*:
- description
db/fixtures/notification_types.*:
- message
product/charts/layouts/*.yaml:
- title
product/charts/layouts/*/*.yaml:
- title
produ... | ```yaml
---
yaml_strings_to_extract:
db/fixtures/miq_product_features{.yml,.yaml,/*.yml,/*.yaml}:
- name
- description
db/fixtures/miq_report_formats.*:
- description
db/fixtures/notification_types.*:
- message
product/charts/layouts/*.yaml:
- title
product/charts/layouts/*/*.yaml:
- title
produ... |
da867a1c-73a3-4330-af25-6ad27302279b | {
"language": "YAML"
} | ```yaml
Categories:
- Development
License: GPL-3.0-or-later
AuthorName: sunilpaulmathew
AuthorEmail: sunil.kde@gmail.com
AuthorWebSite: https://smartpack.github.io/
WebSite: https://smartpack.github.io/translator/
SourceCode: https://github.com/sunilpaulmathew/Translator
IssueTracker: https://github.com/sunilpaulmath... | ```yaml
Categories:
- Development
License: GPL-3.0-or-later
AuthorName: sunilpaulmathew
AuthorEmail: sunil.kde@gmail.com
AuthorWebSite: https://smartpack.github.io/
WebSite: https://smartpack.github.io/translator/
SourceCode: https://github.com/sunilpaulmathew/Translator
IssueTracker: https://github.com/sunilpaulmath... |
96793622-8fbe-40ac-85e5-e88c32976683 | {
"language": "YAML"
} | ```yaml
---
version: '2'
services:
metaphysics:
extends:
file: common.yml
service: metaphysics
environment:
- MEMCACHED_URL=metaphysics-memcached:11211
env_file: ../.env
ports:
- 5001:5001
depends_on:
- metaphysics-memcached
metaphysics-memcached:
image: memcached
... | ```yaml
version: "2"
services:
metaphysics:
extends:
file: common.yml
service: metaphysics
environment:
- MEMCACHED_URL=metaphysics-memcached:11211
env_file: ../.env
ports:
- 5001:5001
depends_on:
- metaphysics-memcached
metaphysics-memcached:
image: memcached
... |
360f2563-82f7-4813-97f3-ba4852051cd7 | {
"language": "YAML"
} | ```yaml
name: E-Mail Release Notification
on:
release:
types: [released]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.6
env:
SENDGRID_API_TOKEN: ... | ```yaml
name: E-Mail Release Notification
on:
release:
types: [prereleased, released]
jobs:
notify-prerelease:
runs-on: ubuntu-latest
steps:
- name: Notify about a new PRE-release
if: github.event.action == 'prereleased'
uses: daysofwonder/sendgrid... |
9ee4c5b9-cf37-4c9c-a708-e87707889e05 | {
"language": "YAML"
} | ```yaml
name: Build and Release Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 8
- name: Compilation
uses:... | ```yaml
name: Build and Release Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 8
- name: Set up Docker private reg... |
0b0ec630-33a9-4790-9508-a000327ae7b8 | {
"language": "YAML"
} | ```yaml
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
# Starting at two years of no activity
daysUntilStale: 730
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 30
# Issues or... | ```yaml
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
# Starting at two years of no activity
daysUntilStale: 730
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 30
# Issues or... |
04b45e1a-60fe-4f5a-8cf7-7f9807f6d6e5 | {
"language": "YAML"
} | ```yaml
---
# onos-load-apps/tasks/main.yml
#
# Install CORD ONOS apps from local containers
- name: Disable loading from Maven repo
command: ansible xos-1 -u ubuntu -m lineinfile \
-a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'"
- name: L... | ```yaml
---
# onos-load-apps/tasks/main.yml
#
# Install CORD ONOS apps from local containers
- name: Disable loading from Maven repo
command: ansible xos-1 -u ubuntu -m lineinfile \
-a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'"
- name: L... |
a5fec0f5-fd53-458d-bfc7-f6c4aace5732 | {
"language": "YAML"
} | ```yaml
name: Tomson Hall
image: tomson
category: Academia
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '11:00pm'}
- {days: [Fr], from: '7:00am', to: '8:00pm'}
- {days: [Sa], from: '8:00am', to: '8:00pm'}
- {days: [Su], from: '8:00am', to: '11:00pm'}
bre... | ```yaml
name: Tomson Hall
image: tomson
category: Academia
schedule:
- title: Hours
hours:
# - {days: [Mo, Tu, We, Th], from: '7:00am', to: '11:00pm'}
# - {days: [Fr], from: '7:00am', to: '8:00pm'}
# - {days: [Sa], from: '8:00am', to: '8:00pm'}
# - {days: [Su], from: '8:00am', to: '11:00p... |
c34d08b6-a814-44d9-a165-f68a958a6915 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/sol/hpack-dhall#readme
changelog-type: ''
hash: a648c54e4dd580f7a32ec3dcc15585a33adb35f0a0a0686839ee1ae96b298323
test-bench-deps:
base: ==4.*
dhall: -any
hspec: ==2.*
text: -any
megaparsec: -any
mockery: -any
interpolate: -any
dhall-json: -any
transformers: -any
... | ```yaml
homepage: https://github.com/blockscope/hpack-dhall#readme
changelog-type: ''
hash: a1c088b8c65c348b82eeb191acdcf88ca5d641fc32f2f39ef3e2056cfc115c62
test-bench-deps:
base: ==4.*
dhall: -any
hspec: ==2.*
text: -any
megaparsec: -any
mockery: -any
interpolate: -any
dhall-json: -any
transformers: ... |
269fca13-d237-4a42-b893-b154ca89a502 | {
"language": "YAML"
} | ```yaml
"3.10": "v3.10.0-devel"
"3.9": "v3.9.0-alpha.1"
"3.8": "v3.8.4"
"3.7": "v3.7.16"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
```
Create 'release/3.9.0-beta.1' for 3.9.0-beta.1 release | ```yaml
"3.10": "v3.10.0-devel"
"3.9": "v3.9.0-beta.1"
"3.8": "v3.8.4"
"3.7": "v3.7.16"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
``` |
0fa7be63-2281-4056-a631-20f73d9e0123 | {
"language": "YAML"
} | ```yaml
version: "2"
services:
rocketchat:
image: rocketchat/rocket.chat:0.73.1
ports:
- 127.0.0.1:3000:3000
restart: always
environment:
- PORT=3000
- ROOT_URL=http://localhost:3000
- MONGO_URL=mongodb://mongo:27017/rocketchat
depends_on:
- mongo
links:
-... | ```yaml
version: "3"
services:
rocketchat:
image: rocketchat/rocket.chat:0.73.1
ports:
- 127.0.0.1:3000:3000
restart: always
environment:
- PORT=3000
- ROOT_URL=http://localhost:3000
- MONGO_URL=mongodb://mongo:27017/rocketchat
depends_on:
- mongo
links:
-... |
5c82b0e8-9b42-4019-b25c-836ec73463e9 | {
"language": "YAML"
} | ```yaml
no_build: true
name: ITSwitch
src-url: https://github.com/xamarin/XamarinComponents/iOS/ITSwitch
id: itswitch
publisher: Xamarin Inc
license: ../License.md
icons:
- icons/itswitch_512x512.png
- icons/itswitch_128x128.png
publisher-url: http://www.xamarin.com/
libraries:
mac-unified: ../source... | ```yaml
no_build: true
name: ITSwitch
src-url: https://github.com/xamarin/XamarinComponents/Mac/ITSwitch
id: itswitch
publisher: Xamarin Inc
license: ../License.md
icons:
- icons/itswitch_512x512.png
- icons/itswitch_128x128.png
publisher-url: http://www.xamarin.com/
libraries:
mac-unified: ../source... |
302654d5-d1e1-4be8-ad2c-e928216d933c | {
"language": "YAML"
} | ```yaml
---
engines:
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- "tests/"
- "settings/"
- "app/management/"
```
Include full path in code climate config | ```yaml
---
engines:
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- "project/app/tests/"
- "project/app/settings/"
- "project/app/management/"
``` |
c3c5fb9d-14e1-4404-8ab4-378b2428555a | {
"language": "YAML"
} | ```yaml
---
engines:
brakeman:
enabled: true
checks:
dangerous_attr_accessible:
enabled: false
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings... | ```yaml
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rake"
- "**.rb"
exclude_paths:
- bin/
``` |
bca7c324-313d-4220-b2e8-76459fa23551 | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.12"
- "4.1"
- "4.2"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/cover... | ```yaml
sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lc... |
1a184b6e-2a65-4c51-b0d8-b670dd2678b8 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 0.10
env:
global:
- secure: UR3Fth+3x7k4zAiYUe/GNM19HhaboA/v1XhHC9IO239beIzZAwqbIi0IKpt8rNWXxnoSS8oVlz7ABoFy3iilXDNGE2t6r53mDllWT8SlcBNMgDp+A56VzClVGodJatTkrPTWmu8dGsa9YaIVOBbAvytalEgd3ib4rk0MQl/y1zs=
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb sta... | ```yaml
language: node_js
node_js:
- 0.10
env:
global:
- secure: UR3Fth+3x7k4zAiYUe/GNM19HhaboA/v1XhHC9IO239beIzZAwqbIi0IKpt8rNWXxnoSS8oVlz7ABoFy3iilXDNGE2t6r53mDllWT8SlcBNMgDp+A56VzClVGodJatTkrPTWmu8dGsa9YaIVOBbAvytalEgd3ib4rk0MQl/y1zs=
- secure: QBa2wL7RpzffwO7oKM0pecfnMO9dExnsJv9AuOt8FY60vWD8aoa8nVVo6G... |
ddc2b50c-16ca-4a94-b1f3-aed7ed91482c | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 4
before_install:
- sudo apt-get update
- sudo apt-get install graphviz```
Enable Node.js 6 on Travis | ```yaml
language: node_js
node_js:
- 4
- 6
before_install:
- sudo apt-get update
- sudo apt-get install graphviz``` |
81a5fa42-62d4-45dc-9693-9993bc7698af | {
"language": "YAML"
} | ```yaml
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- "status: accepted"
- "status: gathering feedback"
- "status: blocked"
# ... | ```yaml
# Configuration for Stale (https://github.com/apps/stale)
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- "status: accept... |
276acfa7-747b-40d2-a7e8-7b222ae072e9 | {
"language": "YAML"
} | ```yaml
---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.2.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.3.0" STRICT_VARIABLES=yes
- P... | ```yaml
---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=... |
f61029bb-5180-44ce-b292-e921310436f1 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- composer install
script: phpunit --coverage-text
notifications:
email:
- travis@knplabs.com
```
Add PHP 7 on Travis | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install
script: phpunit --coverage-text
notifications:
email:
- travis@knplabs.com
``` |
425df85a-651f-4fbb-88ca-2c67b8756e59 | {
"language": "YAML"
} | ```yaml
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-release
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-beta
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: tr... | ```yaml
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-release
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-beta
- PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: tr... |
2aa772df-660b-420c-a235-9bf137e07798 | {
"language": "YAML"
} | ```yaml
language: ruby
env:
- ANSIBLE_VERSION=2.0.2
- ANSIBLE_VERSION=2.1.6
- ANSIBLE_VERSION=2.2.3
- ANSIBLE_VERSION=2.3.3
- ANSIBLE_VERSION=2.4.6
- ANSIBLE_VERSION=2.5.15
- ANSIBLE_VERSION=2.6.19
- ANSIBLE_VERSION=2.7.12
- ANSIBLE_VERSION=2.8.5
rvm:
- 2.1.10
- 2.2.7
- 2.3.7
- 2.4.7
- 2.5.6... | ```yaml
language: minimal
services:
- docker
env:
- ANSIBLE_VERSION=2.0.2
- ANSIBLE_VERSION=2.1.6
- ANSIBLE_VERSION=2.2.3
- ANSIBLE_VERSION=2.3.3
- ANSIBLE_VERSION=2.4.6
- ANSIBLE_VERSION=2.5.15
- ANSIBLE_VERSION=2.6.19
- ANSIBLE_VERSION=2.7.12
- ANSIBLE_VERSION=2.8.5
- RUBY_VERSION=2.1.10
- RUB... |
e8fb5c07-8740-4235-918b-5d20398aefbe | {
"language": "YAML"
} | ```yaml
language: python
sudo: false
dist: trusty
python:
- "2.7"
addons:
postgresql: "9.6"
services:
- postgresql
- docker
install:
- pip install tox==2.3.2
before_script:
- psql -c 'create database filmfest;' -U postgres
script:
- tox -e "py27-{sqlite,pg}"
before_deploy:
- sudo apt-get update
- sudo... | ```yaml
language: python
sudo: false
dist: trusty
python:
- "2.7"
addons:
postgresql: "9.6"
services:
- postgresql
- docker
install:
- pip install tox==2.3.2
before_script:
- psql -c 'create database filmfest;' -U postgres
script:
- tox -e "py27-{sqlite,pg}"
before_deploy:
- sudo apt-get update
- sudo... |
2315b682-3f88-4fcf-92df-a07bd428ebaa | {
"language": "YAML"
} | ```yaml
language: go
notifications:
email: false
env:
global:
- PATH=$HOME/gopath/bin:$PATH
before_install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
... | ```yaml
language: go
notifications:
email: false
env:
global:
- PATH=$HOME/gopath/bin:$PATH
before_install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
install... |
9815e26e-6109-4ea2-9c12-b4479ebb0cda | {
"language": "YAML"
} | ```yaml
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
pip install --use-mirrors ssl;
fi
- pip install --use-mirrors tox
script:
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
sed --regexp-extend... | ```yaml
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
pip install --use-mirrors --insecure ssl;
fi
- pip install --use-mirrors tox
script:
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
sed --re... |
a9cbaf35-9a4e-417c-99fb-4f393e491b22 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "4"
- "6"
- "7"
script: "npm run-script travis"
```
Build with node.js 6, 8, 10, drop 4 and 7 | ```yaml
language: node_js
node_js:
- "6"
- "8"
- "10"
script: "npm run-script travis"
``` |
167e835c-fe37-43f0-9727-1cfb1f4651af | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.5
- 5.6
- 7.0
before_install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install "5.3.0"
- npm install -g gulp
install:
- php composer.phar install
-... | ```yaml
language: php
php:
- 5.6
- 7.0
- 7.1
before_install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install "5.3.0"
- npm install -g gulp
install:
- php composer.phar install
-... |
2acb33d8-9366-43eb-a537-89268fa8e494 | {
"language": "YAML"
} | ```yaml
language: rust
sudo: false
addons:
apt:
packages:
# for building MPI libraries
- build-essential
- gfortran
# bindgen dependency
- libclang-3.4-dev
# travis-cargo dependencies
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
rust:
- stable
# - be... | ```yaml
language: rust
sudo: false
addons:
apt:
packages:
# for building MPI libraries
- build-essential
- gfortran
# bindgen dependency
- libclang-3.4-dev
# travis-cargo dependencies
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
rust:
- stable
# - be... |
35510c3e-7e80-4f98-9b1d-1cc1a4a6d730 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 6.2
script:
- npm run lint
- npm test
```
Test on latest version of node | ```yaml
language: node_js
node_js:
- 6
script:
- npm run lint
- npm test
``` |
b167fd80-1285-414f-8fb0-f728dcd27f93 | {
"language": "YAML"
} | ```yaml
language: objective-c
osx_image: xcode9
xcode_sdk: iphonesimulator10.0
script:
- set -o pipefail
- travis_retry xcodebuild -workspace SwiftyJSON.xcworkspace -scheme "SwiftyJSON iOS" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty
- travis_retry xcodebuild -workspace SwiftyJ... | ```yaml
language: objective-c
osx_image: xcode9.3
xcode_sdk: iphonesimulator10.0
script:
- set -o pipefail
- travis_retry xcodebuild -workspace SwiftyJSON.xcworkspace -scheme "SwiftyJSON iOS" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty
- travis_retry xcodebuild -workspace Swift... |
cd32cfcb-1ff5-41a7-b7a3-6e02a7f2013c | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
script: npm run ci
```
Remove support for old versions of node | ```yaml
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
script: npm run ci
``` |
351c6e31-ca1c-4bf6-8e3c-b9af342e4a50 | {
"language": "YAML"
} | ```yaml
language: python
python:
- 2.7
- 3.5
- 3.6
cache: pip
install:
- pip install -e .
- pip install tensorflow
- pip install coverage
- pip install jupyter
- pip install matplotlib
- pip install scipy
script:
- pytest tests/
```
Check if fixed TF version resolves numeric issue | ```yaml
language: python
python:
- 2.7
- 3.5
- 3.6
cache: pip
install:
- pip install -e .
- pip install tensorflow==1.12.0
- pip install coverage
- pip install jupyter
- pip install matplotlib
- pip install scipy
script:
- pytest tests/
``` |
3fe2f7cd-6333-4477-8807-1459e6afc4d8 | {
"language": "YAML"
} | ```yaml
language: rust
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&
... | ```yaml
language: rust
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&
... |
af2a5938-1a94-4cc5-8881-c49df9f09d3c | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.11"
- "0.10"
- iojs
- iojs-v1.0.2
services:
- redis-server
before_install:
- if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi
- npm config set spin false
- printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
```
Drop iojs-v1.... | ```yaml
language: node_js
node_js:
- "0.11"
- "0.10"
- iojs
services:
- redis-server
before_install:
- if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi
- npm config set spin false
- printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
``` |
dcaaef99-7318-4909-9165-a49a254912bd | {
"language": "YAML"
} | ```yaml
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install: python setup.py install
script: python setup.py test
```
Add Python 3.5 to Travis configuration, use nose to run all tests. | ```yaml
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
install:
- pip install .
script: python setup.py nosetests
``` |
52047fda-9c76-4dac-93a0-96049107a99a | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 0.4
- 0.6
- 0.7
```
Drop 0.4 for now. If it is needed later then we can look into it. | ```yaml
language: node_js
node_js:
- 0.6
- 0.7
``` |
6f6aaf2c-2a41-4ad3-92ff-209096f604ee | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.7.4
env:
- SUITE=lint
- SUITE=check
- SUITE=test
install:
- make install-tools
script:
- make ${SUITE}
```
Build the project in Travis to make sure that building it works | ```yaml
language: go
go:
- 1.7.4
env:
- SUITE=lint
- SUITE=check
- SUITE=test
- SUITE=build
install:
- make install-tools
script:
- make ${SUITE}
``` |
189546bc-2829-4895-b8d1-b11388794910 | {
"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 latest Node.js 4 on Travis CI. | ```yaml
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
``` |
0031a5bd-f803-40fc-afcf-30ad314a8f5b | {
"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
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda
install:
- conda install --yes python=... | ```yaml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda
install:
- conda i... |
d27eb123-1129-4c8b-936e-ff35c832eb3d | {
"language": "YAML"
} | ```yaml
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pipenv install
script:
- scripts/test
# after_script:
# - codecov
```
Install flit and install package with flit | ```yaml
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pip install flit
- flit install
script:
- scripts/test
# after_script:
# - codecov
``` |
31ed3f53-565a-46f3-81b2-1506c9bbb221 | {
"language": "YAML"
} | ```yaml
language:
ruby
java
cache: bundler
rvm:
- 2.3.1
env:
AWS_ACCESS_KEY_ID=boop
AWS_REGION=local
AWS_SECRET_KEY=beep
DATABASE_URL=postgres://localhost/splits-io-test
DYNAMODB_URL=http://localhost:8000
S3_BUCKET=splits
script:
- RAILS_ENV=test bundle exec rake db:migrate
- bundle exec rake db:te... | ```yaml
language:
ruby
java
cache: bundler
rvm:
- 2.3.4
env:
AWS_ACCESS_KEY_ID=boop
AWS_REGION=local
AWS_SECRET_KEY=beep
DATABASE_URL=postgres://localhost/splits-io-test
DYNAMODB_URL=http://localhost:8000
S3_BUCKET=splits
script:
- RAILS_ENV=test bundle exec rake db:migrate
- bundle exec rake db:te... |
15ff607a-0263-455c-8605-86472243a89d | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
before_install:
- gem update --system
notifications:
email:
on_success: change
```
Add Bundler caching for Travis CI | ```yaml
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
before_install:
- gem update --system
cache: bundler
notifications:
email:
on_success: change
``` |
5707b1e9-c627-4bdd-8e44-5b8bf3de4532 | {
"language": "YAML"
} | ```yaml
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_features:
- rust: nightly```
Update build workflow to build documentation | ```yaml
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_features:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
sudo: required
after_success: |
[ $TRAVIS_BRANCH = master ] &&
sudo pip install --upgrade pip &&
sudo pip install ghp-import2 &&
ghp... |
df700f61-ce03-4ed2-b37c-dac845bd849b | {
"language": "YAML"
} | ```yaml
language: bash
before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- npm install newman --global;
script:
- bats --tap test/
after_script:
- echo "`./Newman-to-Slack.sh`"
```
Add Environment Vars for Travis test | ```yaml
language: bash
before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- npm install newman --global;
script:
- bats --tap test/
after_script:
- echo "`./Newman-to-Slack.sh` -c $COLLECTION -w $SLACK_WEBHOOK"
``` |
c0eba997-142b-48a1-85f8-c08960491387 | {
"language": "YAML"
} | ```yaml
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- ruby-head
matrix:
fast_finish: true
env:
global:
- "JRUBY_OPTS=-Xcext.enabled=true"
```
Test latest Ruby versions and Rbx. | ```yaml
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
- ruby-head
matrix:
fast_finish: true
env:
global:
- "JRUBY_OPTS=-Xcext.enabled=true"
``` |
c24b6f76-71aa-4386-9f03-25fcb111b567 | {
"language": "YAML"
} | ```yaml
language: go
go:
- master
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- npm rebuild node-sass --force
script:
- make
```
Rebuild node-sass in the correct directory... | ```yaml
language: go
go:
- master
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- cd static && npm rebuild node-sass --force
script:
- make
``` |
122eea56-1e7e-4b2a-875c-472e77a69476 | {
"language": "YAML"
} | ```yaml
sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
before_install: gem install bundler -v '~> 1.14' --conservative
```
Add latest versions of Ruby to Travis | ```yaml
sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
before_install: gem install bundler -v '~> 1.14' --conservative
``` |
88e68134-e571-4bc0-a564-df91c9c0b008 | {
"language": "YAML"
} | ```yaml
language: python
python: 3.5
sudo: false
script:
- python manage.py test
after_success:
- pip install flake8 && flake8 .
```
Make flake8 actually cause errors on Travis | ```yaml
language: python
python: 3.5
sudo: false
install:
- pip install -r requirements.txt
- pip install flake8
before_script:
- flake8 .
script:
- python manage.py test
``` |
addafae7-4fce-406e-8723-1b437c9779ca | {
"language": "YAML"
} | ```yaml
language: php
sudo: false
cache: vendor
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
before_install:
- composer config -g repositories.packagist path $(pwd)
- composer global require 'hirak/prestissimo:@dev'
- composer config -g --unset repositories.packagist
in... | ```yaml
language: php
sudo: false
cache: vendor
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
before_install:
- composer config -g repositories.packagist path $(pwd)
- composer global require 'hirak/prestissimo:@dev'
- composer config -g --unset repositories.packagist
in... |
853a1de1-5367-4ca6-ba34-247b60b60e88 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7" # Default
install:
- pip install -r requirements.txt -q # Default
addons:
postgresql: "9.3"
before_script:
- cp .env.example .env
- psql -c 'create database brainiac;' -U postgres
script:
- python manage.py test
- flake8 .
notifications:
email: false
```
Add cov... | ```yaml
language: python
python:
- "2.7" # Default
install:
- pip install -r requirements.txt -q # Default
- pip install coveralls
addons:
postgresql: "9.3"
before_script:
- cp .env.example .env
- psql -c 'create database brainiac;' -U postgres
script:
- coverage run --source=hello,brainiac manage.py test... |
b0cbcb2c-f360-4384-95d1-7b0cea5fd21b | {
"language": "YAML"
} | ```yaml
language: ruby
script: bundle exec rake --trace
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: ruby-head
env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development
notifications:
irc: "irc.freenode.org#adhearsio... | ```yaml
language: ruby
script: bundle exec rake --trace
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: ruby-head
- rvm: jruby-19mode
env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development
notifications:
irc: "ir... |
c876daa5-c298-4b3c-9c33-7d16dcdba6d2 | {
"language": "YAML"
} | ```yaml
dist: xenial
language: java
# Codacy download uses hardcoded version instead of latest version
# Codacy coverage reporter README at https://github.com/codacy/codacy-coverage-reporter documents a new method for fetching latest binary
# However, we had difficulty using it: https://github.com/codacy/codacy-covera... | ```yaml
dist: xenial
language: java
# Codacy download uses hardcoded version instead of latest version
# Codacy coverage reporter README at https://github.com/codacy/codacy-coverage-reporter documents a new method for fetching latest binary
# However, we had difficulty using it: https://github.com/codacy/codacy-covera... |
2f3dd05b-0e2d-4cac-8267-0569c30bbc3e | {
"language": "YAML"
} | ```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... | ```yaml
sudo: false
language: perl
perl:
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet... |
15fbfc51-8083-420c-810b-ec2d077705ac | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
notifications:
email: false
addons:
apt:
packages:
- git
- golang
before_install:
- export GOPATH=~/go
- go get github.com/BurntSushi/toml-test
install:
- pip install tox-travis
- python setup.py install
- chmod... | ```yaml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
notifications:
email: false
addons:
apt:
packages:
- git
- golang
before_install:
- export GOPATH=~/go
- go get github.com/BurntSushi/toml-test
install:
- pip install tox-travis
- python setup.py install
- chmod... |
0fd1d0d1-3790-4b56-a293-af79fed299ab | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
script:
- make lint
- make test/coverage
after_success:
- make test/coverage/publish
```
Remove go 1.6 from tests | ```yaml
language: go
go:
- 1.7.x
- 1.8.x
- master
script:
- make lint
- make test/coverage
after_success:
- make test/coverage/publish
``` |
14f10679-9a83-47c3-9abb-63aa0cc03aba | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs-v1"
- "iojs-v2"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
```
Add node 5 to Travis | ```yaml
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
``` |
b38fa4ee-fb06-4eb5-9998-a42b3cadcf02 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.6
- 2.3.2
- jruby-18mode
- jruby-19mode
- jruby-9.0.5.0
- jruby-9.1.6.0
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
gemfile: .travis.gemfile
before_install:
- gem insta... | ```yaml
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.6
- 2.3.3
- 2.4.0
- jruby-18mode
- jruby-19mode
- jruby-9.0.5.0
- jruby-9.1.6.0
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
gemfile: .travis.gemfile
before_install:
-... |
9b6408ae-f637-402c-aa11-afb956390d8c | {
"language": "YAML"
} | ```yaml
sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
cache:
directories:
- $HOME/.m2
install:
- mvn install -DskipTests=true -DdryRun=true
script:
- mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=true -Dlicense.failOnNotUptodateHeader=true
```
Add secure env v... | ```yaml
sudo: false
language: java
env:
global:
- secure: "I9fqcwUoApU+MBNpgv5uJJxytXg00lcJlNfaBDhwfQWz63NUpglJsIART/iT0MU88fK7WxaaLXonBlTwlYv6hKAiuYftKh7tB/oLmdlHQgN8k508JiuVQYTMxhV3H4mcZKkaXFw6Alo/ZRcFCbAox5Y73DBiEq3u39p8DP8X8kI="
- secure: "Kd7j12QVk9xgKeltFu1+s/lLSdy+z8la4E9AnTTQS67cgZ5wvs+LdT/LCvASSIcwx... |
5757036d-473a-40ec-95b3-2849c4daf0a8 | {
"language": "YAML"
} | ```yaml
sudo: false
language: ruby
rvm:
- 2.4.4
- 2.5.1
- ruby-head
before_install:
- gem update --system
- gem install bundler
cache: bundler
matrix:
allow_failures:
- rvm: ruby-head
notifications:
email: false
```
Remove bundler installation because it is already included in CI | ```yaml
sudo: false
language: ruby
rvm:
- 2.4.4
- 2.5.1
- ruby-head
before_install:
- gem update --system
cache: bundler
matrix:
allow_failures:
- rvm: ruby-head
notifications:
email: false
``` |
69703a36-d45b-48e8-bad5-df40b54e7547 | {
"language": "YAML"
} | ```yaml
language: ruby
bundler_args: --without documentation
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
```
Use earlier version of Rubygems to avoid Bundler fatal error. | ```yaml
language: ruby
bundler_args: --without documentation
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
before_install:
- gem update bundler
- bundle --version
- gem update --syst... |
62811bfa-bbb5-449b-8b8d-4ae2060d2915 | {
"language": "YAML"
} | ```yaml
sudo: false
language: python
python:
- "3.8-dev"
- "3.7"
- "3.6"
- "3.5.5"
- "3.5.2"
- "3.5.1"
- "3.4"
- "2.7"
install:
- pip install -r test-requirements.txt
script:
- py.test
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then fl... | ```yaml
sudo: false
language: python
python:
- "3.8-dev"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install:
- pip install -r test-requirements.txt
script:
- py.test
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8 --config=.flake8-test... |
fbc554c9-20db-4c80-a609-432991fad3d7 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
allow_failures:
- php: 7
- php: hhvm
fast_finish: true
before_script:
- composer install --dev --prefer-source
script:
- phpunit --coverage-text
```
Abort on all Travis errors | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
install:
- composer install --prefer-source
script:
- phpunit --coverage-text
``` |
c9e90de4-97c1-4e5d-9c2a-da4e15c6b024 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- '5.6'
notifications:
hipchat:
rooms:
secure: acPMr1q1JGCyV629lmYML4krXW4nOeqLJYDVANm538tdyGP5vavQ3vULCCiGOtLay/QFTb9Z4EEdP0W+EBgwVnelb19IYegzeQKjhJFvNdJWpUBNnH1Z9F9n76oR3NXXpvZ2mS8zzqYncFG9rH7AAAI2a+oSgFExhdMfoA/xTXk=
```
Update node.js version to 7.2 | ```yaml
language: node_js
node_js:
- '7.2'
notifications:
hipchat:
rooms:
secure: acPMr1q1JGCyV629lmYML4krXW4nOeqLJYDVANm538tdyGP5vavQ3vULCCiGOtLay/QFTb9Z4EEdP0W+EBgwVnelb19IYegzeQKjhJFvNdJWpUBNnH1Z9F9n76oR3NXXpvZ2mS8zzqYncFG9rH7AAAI2a+oSgFExhdMfoA/xTXk=
``` |
3301a27f-ea47-48de-a3c5-66149f45a6a2 | {
"language": "YAML"
} | ```yaml
language: python
python: "3.5"
install:
- "pip install numpy"
- "pip install scipy"
- "pip install networkx"
- "pip install pytest"
- "pip install pytest-cov"
- "pip install codecov"
- "pip install -e ."
script: "py.test --cov=choix"
after_success:
- "codecov"
```
Set up Travis CI to deploy to ... | ```yaml
language: python
python: '3.5'
install:
- pip install numpy
- pip install scipy
- pip install networkx
- pip install pytest
- pip install pytest-cov
- pip install codecov
- pip install -e .
script: py.test --cov=choix
after_success:
- codecov
deploy:
provider: pypi
user: lum
password:
secure: iTrRZX/o... |
0591141f-1e04-48b5-88ee-05e82398a49c | {
"language": "YAML"
} | ```yaml
sudo: required
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy-5.4"
services:
- rabbitmq
addons:
apt:
packages:
- stompserver
env:
- RABBITMQ_HOST=localhost RABBITMQ_PORT=61613 RABBITMQ_USER=guest RABBITMQ_PASSWORD=guest STOMPSERVER_HOST=localhost STOMPSERVER_PORT=6361... | ```yaml
sudo: required
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.4"
services:
- rabbitmq
addons:
apt:
packages:
- stompserver
env:
- RABBITMQ_HOST=localhost RABBITMQ_PORT=61613 RABBITMQ_USER=guest RABBITMQ_PASSWORD=guest STOMPSERVER_HOST=localhost STOMPSERVER... |
6568da5c-d686-4fb6-ba53-27a77835fcc4 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- node
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://pgp.mit.edu/pks/lookup?op=get&fingerprint=on&search=0x1646B01B86E50310'
packages:
- libcairo2-dev
... | ```yaml
language: node_js
node_js:
- node
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
before_install:
- npm explore npm -g -- npm install node-gyp@late... |
06dd483d-8bf4-46fe-a6b5-73a718845ebb | {
"language": "YAML"
} | ```yaml
language: python
python:
- '3.6'
- '3.7'
env:
- GCTTS=0.4.0 HASS=0.98.5
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install yamllint
- pip3 install google-cloud-texttospeech==$GCTTS
- pip3 install homeassistant==$HASS
script:
- yamllint .
- hass -c . --script check_con... | ```yaml
language: python
python:
- '3.6'
- '3.7'
env:
- GCTTS=0.4.0 HASS=0.99.3
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install yamllint
- pip3 install google-cloud-texttospeech==$GCTTS
- pip3 install homeassistant==$HASS
script:
- yamllint .
- hass -c . --script check_con... |
ad9c5317-9442-4dc5-9058-c48b36aa865c | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.3
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
- go get gopkg.in/check.v1
script:
- go test -v -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/gover... | ```yaml
language: go
go:
- 1.3
- tip
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get gopkg.in/check.v1
script:
- go test -v -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/goveralls -co... |
769280cf-6247-4294-bbba-644d7eb2e061 | {
"language": "YAML"
} | ```yaml
language: python
python:
- 2.7
branches:
only:
- development
notifications:
email:
- pfuideibel@gmx.net
# Setup anaconda in a new virtual environment
before_install:
- wget http://repo.continuum.io/archive/Anaconda-2.1.0-Linux-x86_64.sh -O anaconda.sh
- chmod +x anaconda.sh
- ./anaconda.sh... | ```yaml
language: python
python:
- 2.7
branches:
only:
- master
- development
# Setup anaconda in a new virtual environment
before_install:
- wget http://repo.continuum.io/archive/Anaconda-2.1.0-Linux-x86_64.sh -O anaconda.sh
- chmod +x anaconda.sh
- ./anaconda.sh -b
- export PATH=/home/travis/ana... |
88a9166b-23dd-411f-97ee-1697a3a211ac | {
"language": "YAML"
} | ```yaml
language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: "$(SONARCLOUD_ORGANIZATION)"
token:
secure: "$(SONAR_TOKEN)"
before_script:
- export DISPLAY=:99.0
sc... | ```yaml
language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: "$SONARCLOUD_ORGANIZATION"
token:
secure: "$SONAR_TOKEN"
before_script:
- export DISPLAY=:99.0
script... |
9947b8f7-1331-40f1-a430-314262a8afbe | {
"language": "YAML"
} | ```yaml
# Config file for automatic testing at travis-ci.org
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
# command to install dependencies
install:
- make travisci-install
# command to run tests
script:
- make travisci-test
# tasks to execute after successful test
after_success:
- pip ... | ```yaml
# Config file for automatic testing at travis-ci.org
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
addons:
apt:
sources:
- travis-ci/sqlite3
packages:
- sqlite3
# command to install dependencies
install:
- make travisci-install
# command to run tests
script:
-... |
f4a608ec-d9a3-4317-b032-557a4cedb0be | {
"language": "YAML"
} | ```yaml
---
language: python
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOM... | ```yaml
---
language: python
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOM... |
91b6b023-7ea5-4006-b531-64369ecd4904 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "4.8.6"
- "6.12"
- "8.9.1"
script:
- npm run test
notifications:
email: false
sudo: false
```
Remove node 4.x from ci, add node 10.x, bump others | ```yaml
language: node_js
node_js:
- "6.14.2"
- "8.11.1"
- "10.1.0"
script:
- npm run test
notifications:
email: false
sudo: false
``` |
09c996f6-2d75-4d72-be5a-c3fced37428a | {
"language": "YAML"
} | ```yaml
language: ruby
sudo: false
cache: bundler
rvm:
- 2.1
- 2.2.4
- 2.3.0
env:
matrix:
- SPROCKETS_VERSION="~> 3.3.0"
- SPROCKETS_VERSION="~> 3.4.0"
- SPROCKETS_VERSION="~> 3.5.0"
- SPROCKETS_VERSION="~> 3.6.0"
- SPROCKETS_VERSION="~> 3.7.0"
- SPROCKETS_VERSION="~> 4.0.0.beta2"
```
U... | ```yaml
language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.10
- 2.2.5
- 2.3.1
env:
matrix:
- SPROCKETS_VERSION="~> 3.3.0"
- SPROCKETS_VERSION="~> 3.4.0"
- SPROCKETS_VERSION="~> 3.5.0"
- SPROCKETS_VERSION="~> 3.6.0"
- SPROCKETS_VERSION="~> 3.7.0"
- SPROCKETS_VERSION="~> 4.0.0.beta2"
``` |
ef9c2b62-a406-4875-8eb6-e97beabc6ec3 | {
"language": "YAML"
} | ```yaml
language: java
jdk:
- oraclejdk8
after_success: coveralls
```
Update jacoco and coveralls configuration | ```yaml
language: java
jdk:
- oraclejdk8
after_success:
- mvn clean test jacoco:report coveralls:report
``` |
b3a61b57-975f-46fd-99f5-3b3bb3f1dbb1 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.3
before_script:
- composer install
script:
- "vendor/bin/phpcs --standard=./phpcs.xml {src,tests}"```
Increase testing footprint and improve GitHub API interaction. | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- composer install --prefer-source --no-interaction
script:
- "vendor/bin/phpcs --standard=./phpcs.xml {src,tests}"``` |
fe00308b-d5c4-4af2-bba0-82addeae2a0b | {
"language": "YAML"
} | ```yaml
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=d... | ```yaml
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=... |
de93d2e8-761f-476c-8ed5-8a29821bcfaa | {
"language": "YAML"
} | ```yaml
language: python
python:
- "3.3"
install:
- pip install matplotlib
script:
- python -m unittest
- python setup.py install
- python setup.py sdist
```
Increase verbosity of unit tests for Travis CI | ```yaml
language: python
python:
- "3.3"
install:
- pip install matplotlib
script:
- python -m unittest -v
- python setup.py install
- python setup.py sdist
``` |
8f7aa148-0d7b-4879-8f16-3389a094366f | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.9.3
env:
- DB=mysql
- DB=postgres
before_script:
- "sudo apt-get install -qq libsndfile-dev"
- "mysql -e 'create database social_stream_test;'"
- "psql -c 'create database social_stream_test;' -U postgres"
# blacklist
branches:
except:
- staging
```
Install headers be... | ```yaml
language: ruby
rvm:
- 1.9.3
env:
- DB=mysql
- DB=postgres
before_install:
- "sudo apt-get install -qq libsndfile-dev"
before_script:
- "mysql -e 'create database social_stream_test;'"
- "psql -c 'create database social_stream_test;' -U postgres"
# blacklist
branches:
except:
- staging
``` |
a981ad73-01b3-439c-8742-618e0ae5ca47 | {
"language": "YAML"
} | ```yaml
language: ruby
bundler_args: --without guard metrics
script: "bundle exec rake spec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
- jruby-head
notifications:
email:
- dan.kubb@gmail.com
```
Add jdk test matrix w/excludes | ```yaml
language: ruby
bundler_args: --without guard metrics
script: "bundle exec rake spec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
- jruby-head
jdk:
-
- openjdk6
- openjdk7
- oraclejdk7
matrix:
exclude:
- rvm: 1.8.7
... |
c25880e9-4a6c-4ca3-89dc-7a4cc13c9c44 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "6"
- "5"
- "4"
script: npm run test-with-coverage
```
Remove NodeJS 4 from Travis | ```yaml
language: node_js
node_js:
- "6"
- "5"
script: npm run test-with-coverage
``` |
d4912f57-351e-461d-b22c-fea879419722 | {
"language": "YAML"
} | ```yaml
sudo: false
dist: trusty
language: java
# https://github.com/travis-ci/travis-ci/issues/8408
before_install:
- unset _JAVA_OPTIONS
matrix:
include:
- env: JDK='Oracle JDK 10'
install: . ./install-jdk.sh -F 10 -L BCL
- env: JDK='OpenJDK 10'
install: . ./install-jdk.sh -F 10 -L GPL
-... | ```yaml
sudo: false
dist: trusty
language: java
# https://github.com/travis-ci/travis-ci/issues/8408
before_install:
- unset _JAVA_OPTIONS
matrix:
include:
- env: JDK='Oracle JDK 11'
install: . ./install-jdk.sh -F 11 -L BCL
- env: JDK='OpenJDK 11'
install: . ./install-jdk.sh -F 11 -L GPL
scri... |
6c9656ab-71ac-4325-9f60-136ab6d2d929 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7"
before_script:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install coveralls"
script:
- "python manage.py test"
- "python setup.py install"
- "python setup.py build_sphinx"
after_success:
coveralls
```
Move setup.py instal... | ```yaml
language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "python setup.py install"
- "pip install coveralls"
script:
- "python manage.py test"
- "python setup.py build_sphinx"
after_success:
coveralls
``` |
f4f32a50-e1f7-4b79-8333-aa753fa093f7 | {
"language": "YAML"
} | ```yaml
language: php
php:
- "7.2"
- "7.3"
- "7.4"
dist: xenial
os: linux
env:
addons:
apt:
packages:
- nodejs
install:
- composer install
before_install:
- pecl channel-update pecl.php.net
- pecl install mongodb
script:
- ./vendor/bin/phpunit
notifications:
email:
on_success: never
... | ```yaml
language: php
php:
- "7.2"
- "7.3"
- "7.4"
dist: xenial
os: linux
env:
addons:
apt:
packages:
- nodejs
install:
- composer install
before_install:
- pecl channel-update pecl.php.net
- pecl install -f mongodb
script:
- ./vendor/bin/phpunit
notifications:
email:
on_success: never
... |
0f4c5d00-13f2-40f5-8133-77a8bfc5243d | {
"language": "YAML"
} | ```yaml
language: node_js
cache: yarn
node_js:
- node
- "8"
- "6"
git:
depth: 5
```
Add new Node.js versions to CI | ```yaml
language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
- "6"
git:
depth: 5
``` |
17829a52-c2ab-455e-9293-53dd191f7de2 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.10"
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"
```
Fix indenting for Travis config | ```yaml
language: node_js
node_js:
- "0.10"
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"
``` |
0e225d67-d74c-4329-9c3e-d97946213b3d | {
"language": "YAML"
} | ```yaml
sudo: false
language: c
env:
- GHCVER=7.6.3
- GHCVER=7.8.4
- GHCVER=7.10.3
- GHCVER=8.0.2
- GHCVER=8.2.1
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-7.6.3
- ghc-7.8.4
- ghc-7.10.3
- ghc-8.0.2
- ghc-8.2.1
- cabal-install-1.24
before_install:
... | ```yaml
sudo: false
language: c
matrix:
include:
- env: GHCVER=7.6.3
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-7.6.3
- cabal-install-1.24
- env: GHCVER=7.8.4
addons:
apt:
sources:
- hvr-ghc
... |
7934bc6e-0c49-460f-9145-a98542b5567d | {
"language": "YAML"
} | ```yaml
---
cache: bundler
language: ruby
rvm:
- 2.3.6
- 2.4.4
- 2.5.1
- 2.6.0
- jruby-9.2.5.0
```
Use latest patch versions of Rubies | ```yaml
---
cache: bundler
language: ruby
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- jruby-9.2.7.0
``` |
88771702-889a-42df-a025-576c3e5cbf1a | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- "2.1.10"
- "2.2.5"
- "2.3.1"
gemfile:
- "gemfiles/rails4.2.gemfile"
- "gemfiles/rails5.0.gemfile"
matrix:
exclude:
- rvm: "2.1.10"
gemfile: "gemfiles/rails5.0.gemfile"
```
Update Ruby versions on Travis to latest patch releases | ```yaml
language: ruby
rvm:
- "2.1.10"
- "2.2.6"
- "2.3.3"
gemfile:
- "gemfiles/rails4.2.gemfile"
- "gemfiles/rails5.0.gemfile"
matrix:
exclude:
- rvm: "2.1.10"
gemfile: "gemfiles/rails5.0.gemfile"
``` |
8b684033-44b6-4169-8e7a-2b96ce25b7da | {
"language": "YAML"
} | ```yaml
language: ruby
before_install:
- gem install bundler -v '~> 1.5'
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- 2.4.1
bundler_args: --without debug
deploy:
provider: rubygems
api_key:
secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjCh... | ```yaml
language: ruby
before_install:
- gem install bundler -v '~> 1.5'
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
bundler_args: --without debug
deploy:
provider: rubygems
api_key:
secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjCh... |
2b747137-a19e-4252-a387-59044669b4f7 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7"
# - "3.3"
env:
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.2
install:
- pip install -r requirements.txt
- pip install -q flake8
- pip install -q Django==$DJANGO_VERSION
- python setup.py install
before_script:
- "... | ```yaml
language: python
python:
- "2.7"
# - "3.3"
env:
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.2
matrix:
allow_failures:
- DJANGO_VERSION: 1.7.8
install:
- pip install -r requirements.txt
- pip install -q flake8
- pip install -q Django==$DJANGO_VE... |
8bfd06a3-ebcf-49d0-9187-6a2470184eb8 | {
"language": "YAML"
} | ```yaml
language: csharp
solution: src/TeamCityTheatre.sln```
Configure Travis to use .NET Core | ```yaml
language: csharp
solution: src/TeamCityTheatre.sln
mono: none
dotnet: 1.0.4
dist: trusty
script:
- dotnet build``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.