commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
c3bc0f5466b14ebfaa7f8f9b1978f0271af6b2b6 | meta/container.yml | meta/container.yml |
postgres:
image: centos:7
environment:
- POSTGRES_DB=mydb
- POSTGRES_USER=admin
- POSTGRES_PASS=admin
- PGDATA=/var/lib/pgsql/data
user: postgres
command: ['postgres']
entrypoint: ['/usr/bin/entrypoint.sh']
ports:
- 5432:5432
|
postgres:
image: centos:7
environment:
- POSTGRES_DB=mydb
- POSTGRES_USER=admin
- POSTGRES_PASS=admin
- PGDATA=/var/lib/pgsql/data
user: postgres
command: ['postgres']
entrypoint: ['/usr/bin/entrypoint.sh']
ports:
- 5432:5432
# Uncomment the following to use an external volume or hos... | Add comment regarding data volume | Add comment regarding data volume | YAML | apache-2.0 | chouseknecht/postgresql-container |
b79c4f6b5fea3cbf97f793764dbea3056fedf82d | packages/im/impl.yaml | packages/im/impl.yaml | homepage: https://github.com/exordium/impl#readme
changelog-type: ''
hash: 77241d717286ecfef55add4bf41b6f519aa1ecfef3a1aa112546ed8cb4445084
test-bench-deps: {}
maintainer: daig@sodality.cc
synopsis: Framework for defaulting superclasses
changelog: ''
basic-deps:
base: ^>=4.12.0.0
named: ^>=0.2.0.0
template-haskel... | homepage: https://github.com/exordium/impl#readme
changelog-type: ''
hash: b6f169ec9b4f93cafa4019143dffcc9399dd2f4e4cb8e8a4cbe2f7af76aefd03
test-bench-deps: {}
maintainer: daig@sodality.cc
synopsis: Framework for defaulting superclasses
changelog: ''
basic-deps:
base: ^>=4.12.0.0
containers: ^>=0.6.0.1
named: ^>=... | Update from Hackage at 2018-11-27T14:47:56Z | Update from Hackage at 2018-11-27T14:47:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
40a5553bd60980dc3ba239af5879efaaef613b2a | packages/ju/judy.yaml | packages/ju/judy.yaml | homepage: http://github.com/mwotton/judy
changelog-type: ''
hash: 11e580eccd6f4ce91a1f745b90d2c91b59920853d8c7ad926c748aa2d1e56051
test-bench-deps:
base: -any
hspec: -any
judy: -any
QuickCheck: -any
maintainer: Mark Wotton <mwotton@gmail.com>
synopsis: Fast, scalable, mutable dynamic arrays, maps and hashes
cha... | homepage: http://github.com/mwotton/judy
changelog-type: ''
hash: be2e26e5a4f64e802c89d976e2ba8b344ef7186bbfab1d22512f54033b53dbf7
test-bench-deps:
base: -any
hspec: -any
judy: -any
QuickCheck: -any
maintainer: Mark Wotton <mwotton@gmail.com>
synopsis: Fast, scalable, mutable dynamic arrays, maps and hashes
cha... | Update from Hackage at 2017-12-20T17:52:20Z | Update from Hackage at 2017-12-20T17:52:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cac4b00632593cd9134be65fb28414c541dd68b6 | packages/pv/pvss.yaml | packages/pv/pvss.yaml | homepage: https://github.com/input-output-hk/pvss-haskell#readme
changelog-type: ''
hash: 3643eef8b2bf2d7e7c597524a6101599acca42d8d2ba3f6ef675d6cb9deb5266
test-bench-deps:
base: -any
pvss: -any
cryptonite: -any
tasty-quickcheck: -any
tasty: -any
maintainer: vincent.hanquez@iohk.io
synopsis: Public Verifiable ... | homepage: https://github.com/input-output-hk/pvss-haskell#readme
changelog-type: ''
hash: 2d6b823ed5c0e8852c2d91c248b09cabf83409fb71bd473ab15c44b30427dd0e
test-bench-deps:
base: -any
pvss: -any
cryptonite: -any
tasty-quickcheck: -any
tasty: -any
maintainer: vincent.hanquez@iohk.io
synopsis: Public Verifiable ... | Update from Hackage at 2016-11-27T18:37:10Z | Update from Hackage at 2016-11-27T18:37:10Z | YAML | mit | commercialhaskell/all-cabal-metadata |
ad3a224e5bed70f666c7a50e8f0ef6aa165c58c3 | packages/zb/zbar.yaml | packages/zb/zbar.yaml | homepage: ''
changelog-type: markdown
hash: 62bbddac8fa7180b15689063355e1f6c4c886b3e2af69ef9fa5e53cdfc628e6a
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: zbar bindings in Haskell
changelog: |
# zbar
## 0.1.1.0
* Add `Exception` instance for `ZbarError`
## 0.1.0.0
Initial release
basic-de... | homepage: ''
changelog-type: markdown
hash: d9dac542818fa426a84f236730f996b7511da3fff1294b14e3cb8718f71f309f
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: zbar bindings in Haskell
changelog: |
# zbar
## 0.2.0.0
* Compatibility with latest zbar
## 0.1.1.0
* Add `Exception` instance for `... | Update from Hackage at 2021-03-28T20:04:56Z | Update from Hackage at 2021-03-28T20:04:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f6ef778a90690a119be50d3c6be0b2fff0c4680f | ansible/roles/casks/tasks/main.yml | ansible/roles/casks/tasks/main.yml | ---
# cask playbook
- name: "Tap Homebrew repos"
homebrew_tap: name={{item}} state=present
with_items: casks.taps
- name: "update Homebrew"
homebrew: update_homebrew=yes
- name: "install cask package"
homebrew: name=brew-cask state=latest
- name: "Install Casks"
homebrew_cask: name={{item}} state=installe... | ---
# cask playbook
- name: "Tap Homebrew repos"
homebrew_tap: name={{item}} state=present
with_items: casks.taps
- name: "update Homebrew"
homebrew: update_homebrew=yes
- name: "install cask package"
homebrew: name=brew-cask state=latest
sudo: true
- name: "Install Casks"
homebrew_cask: name={{item}} s... | Add sudo to cask install | Add sudo to cask install
Signed-off-by: Simon Thulbourn <a35c15f375c4f69af4708338068f3913eefbe66d@thulbourn.com>
| YAML | cc0-1.0 | stevenjack/laptop-osx,sthulb/laptop-osx |
3cafeac4bf68a9c099a00123a039b79dfc5de612 | stack.yaml | stack.yaml | packages:
- .
- inline-java
- apps/hello
- apps/lda
- apps/rdd-ops
resolver: lts-6.16
extra-deps:
- thread-local-storage-0.1.0.3
nix:
# Requires Stack >= 1.2.
shell-file: shell.nix
| packages:
- .
- inline-java
- apps/hello
- apps/lda
- apps/rdd-ops
resolver: lts-6.21
extra-deps:
- thread-local-storage-0.1.0.3
nix:
# Requires Stack >= 1.2.
shell-file: shell.nix
| Move forward to LTS 6.21. | Move forward to LTS 6.21.
| YAML | bsd-3-clause | tweag/sparkle,tweag/sparkle |
0ae6ca4b3c1aca98a251384d344df1a15f6d8402 | stack.yaml | stack.yaml | resolver: lts-5.15
packages:
- .
- location:
git: https://github.com/snoyberg/hoogle.git
commit: 765bd653d687e8569cd989be1637de86dcb20d56
extra-dep: true
image:
container:
name: fpco/stackage-server
base: fpco/stack-run
add:
config: /app/config
static: /app/... | resolver: lts-5.15
packages:
- .
- location:
git: https://github.com/snoyberg/hoogle.git
commit: 765bd653d687e8569cd989be1637de86dcb20d56
extra-dep: true
image:
container:
name: fpco/stackage-server
base: fpco/stack-run:lts-5
add:
config: /app/config
static:... | Switch to lts-5 runtime image | Switch to lts-5 runtime image
We just discovered that ubuntu:16.04 removes /etc/protocol, which is
needed by getProtocolByName
| YAML | mit | fpco/stackage-server |
a78174d26bfe86a67d37f1e80c33af6b94ea3776 | spec/javascripts/support/jasmine.yml | spec/javascripts/support/jasmine.yml | src_dir: .
src_files:
- 'spec/javascripts/frameworks/jquery.js'
- 'lib/*.js'
helpers:
- 'helpers/**/*.js'
spec_dir: 'spec/javascripts'
spec_files:
- '*_spec.js'
stylesheets:
| src_dir: .
src_files:
- 'spec/javascripts/frameworks/jquery.js'
- 'lib/jquery.role.js'
helpers:
- 'helpers/**/*.js'
spec_dir: 'spec/javascripts'
spec_files:
- '*_spec.js'
stylesheets:
| Include only jquery.role.js in src_files | Include only jquery.role.js in src_files
| YAML | mit | gazay/role-haml,gazay/role-haml |
18b7b3e0289d0bc03332fdc3360f6e197d5f9de1 | shippable.yml | shippable.yml | language: python
python:
- 2.7
env:
- AWX_BUILD_TARGET=test
- AWX_BUILD_TARGET=ui-test-ci
- AWX_BUILD_TARGET="flake8 jshint"
- AWX_BUILD_TARGET="swagger"
branches:
only:
- devel
- release_*
build:
pre_ci:
- docker build -t ansible/awx_devel -f tools/docker-compose/Dockerfile .
- dock... | runtime:
nodePool: awx
language: python
python:
- 2.7
env:
- AWX_BUILD_TARGET=test
- AWX_BUILD_TARGET=ui-test-ci
- AWX_BUILD_TARGET="flake8 jshint"
- AWX_BUILD_TARGET="swagger"
branches:
only:
- devel
- release_*
build:
pre_ci:
- docker build -t ansible/awx_devel -f tools/docker-compo... | Switch AWX to a dedicated Shippable node pool. | Switch AWX to a dedicated Shippable node pool.
Signed-off-by: Matt Clay <1fa2ef4755a9226cb9a0a4840bd89b158ac71391@mystile.com>
| YAML | apache-2.0 | wwitzel3/awx,wwitzel3/awx,wwitzel3/awx,wwitzel3/awx |
d8f032801c73dd7ab27884a8f25c95014a72f462 | docker-compose.yml | docker-compose.yml | nginx:
image: nginx
ports:
- 80:80
- 443:443
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.crt:/etc/nginx/ssl/nginx.crt:ro
- ./nginx.key:/etc/nginx/ssl/nginx.key:ro
- ./logs:/var/log/nginx
- ./generateSampleOrders.php:/var/www/html:ro
links:
- magento
mysql:
image:... | nginx:
image: nginx
ports:
- 80:80
- 443:443
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.crt:/etc/nginx/ssl/nginx.crt:ro
- ./nginx.key:/etc/nginx/ssl/nginx.key:ro
- ./logs:/var/log/nginx
links:
- magento
mysql:
image: mysql:5.6.23
env_file:
- env
magento:
ima... | Move generate sample data script into Magento server | Move generate sample data script into Magento server
| YAML | mit | ShippingEasy/magento-dev,ShippingEasy/magento-dev |
ba2baf638feb265974cefd21346c7580a79c9b82 | docker-compose.yml | docker-compose.yml | ---
version: '3'
services:
api:
image: idealpostcodes/postcodes.io:latest
depends_on:
- db
environment:
- POSTGRES_DB
- POSTGRES_PASSWORD
- POSTGRES_USER
- POSTGRES_HOST
ports:
- 8000:8000
db:
image: idealpostcodes/postcodes.io.db:latest
environment:
... | ---
version: '3'
services:
api:
image: idealpostcodes/postcodes.io:latest
depends_on:
- db
environment:
- POSTGRES_DB=postcodesiodb
- POSTGRES_PASSWORD=secret
- POSTGRES_USER=postcodesio
- POSTGRES_HOST=db
ports:
- 8000:8000
db:
image: idealpostcodes/postcodes... | Set env variables in docker compose explicitly | Set env variables in docker compose explicitly
| YAML | mit | ideal-postcodes/postcodes.io,ideal-postcodes/postcodes.io,ideal-postcodes/postcodes.io |
a9c95cbec203f3b49d3511f770bf8a120f3aa910 | docker-compose.yml | docker-compose.yml | data:
# image: tianon/true:latest (docker/fig#919)
image: busybox:latest
volumes:
- /data
- /var/lib/postgresql/data
entrypoint: /bin/echo
redis:
image: redis:2.8
volumes_from:
- data
restart: always
postgres:
image: postgres:9.4
volumes_from:
- data
restart: always
www:
build: ... | data:
# image: tianon/true:latest (docker/fig#919)
image: busybox:latest
volumes:
- /data
- /var/lib/postgresql/data
entrypoint: /bin/echo
redis:
image: redis:2.8
volumes_from:
- data
restart: always
postgres:
image: postgres:9.4
volumes_from:
- data
restart: always
www:
build: ... | Update path to environment secrets | Update path to environment secrets
| YAML | mit | Turistforeningen/sentry,MichaelErmer/docker-sentry |
c1e7922544653c40124de3e4eb925cb22be891e1 | docker-compose.yml | docker-compose.yml | version: "3"
services:
web:
build: .
ports:
- "3000:3000"
volumes:
- .:/code
links:
- redis
- postgres
working_dir: /code
command: script/rails s
environment:
- REDIS_URL=redis://redis
- GLOWFIC_DATABASE_HOST=postgres
- GLOWFIC_DATABASE_USER=postgr... | version: "3"
services:
web:
build: .
ports:
- "3000:3000"
volumes:
- .:/code
- bundler-volume:/usr/local/bundle
links:
- redis
- postgres
working_dir: /code
command: script/rails s
environment:
- REDIS_URL=redis://redis
- GLOWFIC_DATABASE_HOST=post... | Add named volume for bundler data | Add named volume for bundler data
Previously, if the container shut down after installing some gems
with bundler, the gems would be lost on next start. This makes sure
the gems persist.
| YAML | mit | Marri/glowfic,Marri/glowfic,Marri/glowfic,Marri/glowfic |
433764f62e4faa1ed4aae6cdf0858e91b20ae538 | docker-compose.yml | docker-compose.yml | version: "3.7"
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:7.8.0"
environment:
- "bootstrap.memory_lock=true"
- "xpack.security.enabled=false"
- "ES_JAVA_OPTS=-Xms640m -Xmx640m"
- "discovery.type=single-node"
- "cluster.name=field.dainst.org"
... | version: "3.7"
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:7.6.2"
environment:
- "bootstrap.memory_lock=true"
- "xpack.security.enabled=false"
- "ES_JAVA_OPTS=-Xms640m -Xmx640m"
- "discovery.type=single-node"
- "cluster.name=field.dainst.org"
... | Switch back to elasticsearch 7.6.2 | Switch back to elasticsearch 7.6.2
There seems to be a bug in 7.8.0 with exists queries and geo_shape fields
| YAML | apache-2.0 | dainst/idai-field-web,dainst/idai-field-web,dainst/idai-field-web |
03ba0438496b22fbf0302dc787d3820eb3ed43d2 | docker-compose.yml | docker-compose.yml | version: '3.4'
volumes:
postgresql:
media:
services:
web:
build:
context: .
volumes:
- type: volume
source: media
target: /app/media
volume:
nocopy: true
- type: bind
source: .
target: /app
ports:
- 8000:8000
stdin_open: tr... | version: '3.4'
services:
web:
build:
context: .
volumes:
- type: volume
source: media
target: /app/media
volume:
nocopy: true
- type: bind
source: .
target: /app
ports:
- 8000:8000
stdin_open: true
tty: true
depends_on... | Add celery worker to dev compose | Add celery worker to dev compose
| YAML | agpl-3.0 | lutris/website,lutris/website,lutris/website,lutris/website |
fd6811d5af67f53ed011fdb0d12e428003687a09 | _data/releases.yml | _data/releases.yml | bigheader: "Other Releases"
abstract: "Choose a different version of the Calico docs"
toc:
- title: Calico Version
path: /docs/other-releases
- title: Latest - 1.4
path: /docs/
- title: Earlier versions
path: /docs/old-docs
| bigheader: "Other Releases"
abstract: "Choose a different version of the Calico docs"
toc:
- title: Calico Version
path: /docs/other-releases
- title: Latest - 1.4
path: /docs/calico
- title: Earlier versions
path: /docs/old-docs
| Fix broken link to latest docs | Fix broken link to latest docs
| YAML | apache-2.0 | bcreane/calico,heschlie/calico,tomdee/calico,caseydavenport/calico,tomdee/calico,gunjan5/calico,heschlie/calico,heschlie/calico,bcreane/calico,heschlie/calico,tomdee/calico,tomdee/calico,gunjan5/calico,caseydavenport/calico,gunjan5/calico,caseydavenport/calico,gunjan5/calico,fasaxc/calico,fasaxc/calico,caseydavenport/c... |
1184b85a0a4e9d244870f34dd96315fe45d7cd2c | releasenotes/notes/fixed-API-validation-for-L7-rules-and-session-cookies-cb88f3f1b90171f9.yaml | releasenotes/notes/fixed-API-validation-for-L7-rules-and-session-cookies-cb88f3f1b90171f9.yaml | ---
fixes:
- |
Fixed validations in L7 rule and session cookie APIs in order to prevent
authenticated and authorized users to inject code into HAProxy
configuration. CR and LF (\r and \n) are no longer allowed in L7 rule
keys and values. The session persistence cookie names must follow the rules
... | ---
fixes:
- |
Fixed validations in L7 rule and session cookie APIs in order to prevent
authenticated and authorized users to inject code into HAProxy
configuration. CR and LF (\\r and \\n) are no longer allowed in L7 rule
keys and values. The session persistence cookie names must follow the rules
... | Correct format of release note | Correct format of release note
Change-Id: Ief3d64a3b290676b121a2dcca0760ef2d91ce817
| YAML | apache-2.0 | openstack/octavia,openstack/octavia,openstack/octavia |
430a89554facf2fb3c0c4ab6f0660847c918cbff | docker/ansible/etc/ansible/roles/ferrarimarco_home_lab_node/files/config/home-assistant/config/automations.yaml | docker/ansible/etc/ansible/roles/ferrarimarco_home_lab_node/files/config/home-assistant/config/automations.yaml | ---
- id: notify_on_device_offline
alias: Notify when a device goes offline
mode: parallel
trigger:
- platform: state
entity_id:
- button.hdipc_reboot
- camera.hdipc_mainstream
- device_tracker.cam_1
to: "unavailable"
for:
minutes: 5
action:
- service: t... | ---
- id: notify_on_device_offline
alias: Notify when a device goes offline
mode: parallel
trigger:
- platform: state
entity_id:
- button.hdipc_reboot
- camera.hdipc_mainstream
- device_tracker.cam_1
to: "unavailable"
for:
minutes: 5
action:
- service: t... | Configure telegram bot to also send recordings | Configure telegram bot to also send recordings
| YAML | mit | ferrarimarco/home-lab,ferrarimarco/home-lab |
77b8e6200a7e429e9724439ad2b515614e349369 | bootstrap/playbooks/build-main.yaml | bootstrap/playbooks/build-main.yaml | ---
- name: Main build script
hosts: all
sudo: yes
vars:
ssh_ip_mask: "10.0.0.*"
tasks:
- include: tasks/base.yaml
- include: tasks/puppet.yaml
- include: tasks/docker.yaml
- include: tasks/cloud_archive.yaml
- include: tasks/ssh_conf.yaml
| ---
- name: Main build script
hosts: all
sudo: yes
vars:
ssh_ip_mask: "10.*.*.*"
tasks:
- include: tasks/base.yaml
- include: tasks/puppet.yaml
- include: tasks/docker.yaml
- include: tasks/cloud_archive.yaml
- include: tasks/ssh_conf.yaml
| Disable host key checking for whole 10.0.0.0 net | Disable host key checking for whole 10.0.0.0 net
On jenkins nodes may get IP addresse from the whole network.
Change-Id: Ieb8cdf991d6e8d167be0b745bb44c3cd7ebd2d1f
| YAML | apache-2.0 | openstack/solar,openstack/solar,openstack/solar |
a2885564be95610478a052fe5a901289b5c4da2c | packages/te/template-haskell-compat-v0208.yaml | packages/te/template-haskell-compat-v0208.yaml | homepage: https://github.com/nikita-volkov/template-haskell-compat-v0208
changelog-type: ''
hash: ffab0f18db8d72b9bdf664422b163cfe122ba5c09b6760f8e7ccb3947e52d60b
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A backwards compatibility layer for Template Haskell newer than 2.8
changel... | homepage: https://github.com/nikita-volkov/template-haskell-compat-v0208
changelog-type: ''
hash: b2a8d8bb0a255c7467e260dc789aff2d0c6bcbbcc74ac5f350b78a80fe5af17c
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A backwards compatibility layer for Template Haskell newer than 2.8
changel... | Update from Hackage at 2020-08-26T10:17:31Z | Update from Hackage at 2020-08-26T10:17:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d0d47c3f975bbe82fb450d364bfd2c8e2782afcb | ansible/roles/desktop/tasks/main.yml | ansible/roles/desktop/tasks/main.yml | ---
- name: install packages
apt:
name: xubuntu-core
| ---
- name: install packages
apt:
name: xubuntu-core
- name: remove lock screen shortcut
replace:
path: '/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml'
regexp: '<property name="<Primary><Alt>l" type="string" value="xflock4"/>'
replace: '<property... | Change lock screen shortcut to Shift + Escape | Change lock screen shortcut to Shift + Escape
| YAML | apache-2.0 | cagiti/developer-environment |
071194561637ae2ac6171a35424a15557040ba39 | concourse/tasks/smoke-tests-run.yml | concourse/tasks/smoke-tests-run.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 5adc49952d6b25505dc443ceff18975ad6d5165b
inputs:
- name: paas-cf
- name: cf-smoke-tests-release
- name: test-config
outputs:
- name: artifacts
run:
path: sh
args:
- -c
-... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 5adc49952d6b25505dc443ceff18975ad6d5165b
inputs:
- name: paas-cf
- name: cf-smoke-tests-release
- name: test-config
outputs:
- name: artifacts
run:
path: sh
args:
- -c
-... | Disable use of Go modules for smoke tests | Disable use of Go modules for smoke tests
Since Go was updated to 1.17 (and the way go install works has changed), smoke
tests have been failing as they are unable to fetch all the sources. This fix
uses GOPATH mode to install the packages.
original author: @cadmiumcat
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
964bae3c4bc990f7468a420cfcfbbb15a368492f | codeship-steps.yml | codeship-steps.yml | - name: Build Base Image
service: base
command: true
- name: Test dockercfg Generator
service: dockercfg_test
type: push
image_name: registry.ng.bluemix.net/codeship/codeship-testing
registry: registry.ng.bluemix.net
dockercfg_service: dockercfg_test_generator
- name: Deploy (to Docker Hub)
type: serial... | - name: Build Base Image
service: base
command: true
- name: Build the dockercfg Generator
service: dockercfg_generator
command: true
- name: Test dockercfg Generator
service: dockercfg_test
type: push
image_name: registry.ng.bluemix.net/codeship/codeship-testing
registry: registry.ng.bluemix.net
dock... | Build the dockercfg generator as part of the build | Build the dockercfg generator as part of the build
| YAML | mit | codeship-library/ibm-bluemix-utilities |
32bffd705ca8d270e4b1469b438ff17953613511 | libraryService.yml | libraryService.yml | databaseConfiguration:
driverClass: org.postgresql.Driver
user: sa
password: sa
url: jdbc:postgresql:ec2-54-204-21-178.compute-1.amazonaws.com/d57sllvvc3hvsr | databaseConfiguration:
driverClass: org.postgresql.Driver
user: sa
password: sa
url: jdbc:h2:file:./libraryService | Configure local H2 database by default | Configure local H2 database by default | YAML | mit | kram0120/DropWizardLearning |
6426300112c84c94bd6ba94d7e4933f8e051a2b5 | src/fifth_robot_pkgs/fifth_robot_description/config/navigation/costmap/global_costmap_params.yaml | src/fifth_robot_pkgs/fifth_robot_description/config/navigation/costmap/global_costmap_params.yaml | global_costmap:
global_frame: map
robot_base_frame: base_link
update_frequency: 1.0
publish_frequency: 1.0
static_map: true
rolling_window: false
transform_tolerance: 1.0
| global_costmap:
global_frame: map
robot_base_frame: base_link
update_frequency: 3.0
publish_frequency: 3.0
static_map: true
rolling_window: false
transform_tolerance: 1.0
| Increase update rate for global path | Increase update rate for global path
| YAML | bsd-3-clause | CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg |
ed1509a5e4c0ab2656756a6cdd4dd320d0e892d0 | roles/dosomething.phoenix-dev/tasks/xdebug.yml | roles/dosomething.phoenix-dev/tasks/xdebug.yml | ---
- name: Xdebug | Install
become: yes
apt: name=php-xdebug state=latest
- name: Xdebug | enable
become: yes
file:
src: /etc/php/7.1/mods-available/xdebug.ini
dest: /etc/php/7.1/fpm/conf.d/20-xdebug.ini
state: link
- name: Xdebug | Setup
become: yes
lineinfile: >
dest=/etc/php7.1/fpm/co... | ---
- name: Xdebug | Install
become: yes
apt: name=php-xdebug state=latest
- name: Xdebug | enable
become: yes
file:
src: /etc/php/7.1/mods-available/xdebug.ini
dest: /etc/php/7.1/fpm/conf.d/20-xdebug.ini
state: link
- name: Xdebug | Setup
become: yes
lineinfile: >
dest=/etc/php/7.1/fpm/c... | Fix path issue in other task | Fix path issue in other task
| YAML | mit | DoSomething/tower,DoSomething/tower,DoSomething/tower |
8ed61afce403c282ecf9cc3042d8a5e9afaa9cff | environment-ci.yml | environment-ci.yml | # This environment is smaller than the dev environment.
# In particular it does not include JupyterLab, commmunity notebook extensions,
# nor the libraries that are not available for Python 2.7
name: jupytext-ci
channels:
- defaults
- conda-forge
dependencies:
- jupyter
- nbconvert
- pyyaml
- toml
- pip
... | # This environment is smaller than the dev environment.
# In particular it does not include JupyterLab, commmunity notebook extensions,
# nor the libraries that are not available for Python 2.7
name: jupytext-ci
channels:
- defaults
- conda-forge
dependencies:
- jupyter
- nbconvert
- pyyaml
- toml
- pip
... | Add coverage for the coverage upload step | Add coverage for the coverage upload step
| YAML | mit | mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext |
fc575157c30e5acff5c03d4facdc8efb337dc03f | packages/ap/apart.yaml | packages/ap/apart.yaml | homepage: https://github.com/iokasimov/apart
changelog-type: ''
hash: 902f7884152f000691d586e7d5594660ee061a96196ce0000a9105ffb4e5afe6
test-bench-deps:
semigroupoids: -any
free: -any
base: ==4.*
comonad: -any
hedgehog: -any
lens: -any
contravariant: -any
apart: -any
maintainer: Murat Kasimov <iokasimov.... | homepage: https://github.com/iokasimov/apart
changelog-type: ''
hash: 41782c9acd25013dcf48a7d6d4a517aefd2227f139b6ccdf9d41e596ccd24dfd
test-bench-deps:
semigroupoids: -any
free: -any
base: ==4.*
comonad: -any
hedgehog: -any
lens: -any
contravariant: -any
apart: -any
maintainer: Murat Kasimov <iokasimov.... | Update from Hackage at 2018-09-28T22:40:00Z | Update from Hackage at 2018-09-28T22:40:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7db47ec61daca00ab5c0807b311087480dae59f5 | packages/li/libBF.yaml | packages/li/libBF.yaml | homepage: ''
changelog-type: markdown
hash: c2d03eb510d4cda999c5e7eb89967e4ee442437acbc9624fa62700a17b1d2109
test-bench-deps:
base: -any
libBF: -any
maintainer: iavor.diatchki@gmail.com
synopsis: A binding to the libBF library.
changelog: |
# Revision history for libBF-hs
## 0.5.0 -- 2020-07-01
* First vers... | homepage: ''
changelog-type: markdown
hash: c906917a67fbe3806e7b1c3d5318d3731ddeac6397ef5b2ab29566747241dcda
test-bench-deps:
base: -any
libBF: -any
maintainer: iavor.diatchki@gmail.com
synopsis: A binding to the libBF library.
changelog: |
# Revision history for libBF-hs
## 0.5.0 -- 2020-07-01
* First vers... | Update from Hackage at 2020-07-01T18:27:08Z | Update from Hackage at 2020-07-01T18:27:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5431c5ea9f9f251449bc3c1b55c683181ffed4fa | packages/lo/lowgl.yaml | packages/lo/lowgl.yaml | homepage: ''
changelog-type: ''
hash: d16861021ff55cbb15185537758b01c3bf1eddf910c2dfd57cb3e51d73f5e591
test-bench-deps: {}
maintainer: evanrinehart@gmail.com
synopsis: Basic gl wrapper and reference
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.10'
data-default: -any
linear: ! '>=1.16 && <1.21'
gl: ! '>=0.5 &&... | homepage: ''
changelog-type: ''
hash: 6bf408f89491203cf5f06e9b721a992313194bc4cb17d060913574f4e74dd8dc
test-bench-deps: {}
maintainer: evanrinehart@gmail.com
synopsis: Basic gl wrapper and reference
changelog: ''
basic-deps:
base: ! '>=4.7 && <=4.9'
data-default: -any
linear: ! '>=1.16 && <1.21'
transformers: !... | Update from Hackage at 2016-11-07T22:10:15Z | Update from Hackage at 2016-11-07T22:10:15Z | YAML | mit | commercialhaskell/all-cabal-metadata |
4e0c2a8736cb5ec2d76ed10814c39e6d2e3470ca | config/default.yml | config/default.yml | # Orchestrator config file. This is parsed using config module (See https://github.com/lorenwest/node-config)
aws:
region: 'us-west-2'
github:
hookDef:
type: "Repository"
name: "web"
active: true
events:
- create
- delete
- push
config:
content_type: 'application/json'
... | # Orchestrator config file. This is parsed using config module (See https://github.com/lorenwest/node-config)
aws:
region: 'us-west-2'
github:
hookDef:
type: "Repository"
name: "web"
active: true
events:
- create
- delete
- push
config:
content_type: 'json'
insecur... | Fix content type for json hook | Fix content type for json hook
| YAML | mit | totem/totem-v3-orchestrator |
788b0cb0db2be4333e4527f6ea8501645f62b233 | config/mongoid.yml | config/mongoid.yml | development:
clients:
default:
# MONGODB_URI includes draft_content_store_development or content_store_development
# depending on whether we're running content store in draft mode or not.
uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %>
options:
wri... | development:
clients:
default:
# MONGODB_URI includes draft_content_store_development or content_store_development
# depending on whether we're running content store in draft mode or not.
uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %>
options:
wri... | Add Mongo SSL config. Need to add the option for connecting to Mongo via SSL in production in order to test this app in the PaaS environment where Mongo is provided externally and can only be accessed over a TLS connection. | Add Mongo SSL config.
Need to add the option for connecting to Mongo via SSL in production in order to test this app in the PaaS environment where Mongo is provided externally and can only be accessed over a TLS connection.
| YAML | mit | alphagov/content-store,alphagov/content-store |
2acbd3dffcfac03528e96d58db99c49693e47214 | config/mongoid.yml | config/mongoid.yml | development:
sessions:
default:
database: <%= ENV['MONGO_DB_NAME'] || 'content_store_development' %>
hosts:
- localhost:27017
options:
write:
w: 1
read: primary
test:
sessions:
default:
database: content_store_test
hosts:
- localhost:27... | development:
sessions:
default:
# MONGODB_URI includes draft_content_store_development or content_store_development
# depending on whether we're running content store in draft mode or not.
uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %>
options:
wr... | Use MONGODB_URI from ENV var to connect to mongodb | Use MONGODB_URI from ENV var to connect to mongodb
https://trello.com/c/2ZsPnGKo
moving towards the design of configuring stuff using only
ENV vars over file uploads through capistrano, as:
https://github.com/alphagov/router-api/pull/65
content-store already uses ENV vars for setting the db name
for draft-content-s... | YAML | mit | alphagov/content-store,alphagov/content-store |
c63632d387171aed06adc9b683be6279a22ae43b | config/locales/en/course/courses.yml | config/locales/en/course/courses.yml | en:
course:
courses:
index:
header: 'Courses'
create:
success: 'Course %{title} was created.'
new:
header: 'New Course'
form:
title_label: 'Give it an awesome name'
title_placeholder: 'e.g. Maths Universe, Geovengers'
description_label: 'Give... | en:
course:
courses:
index:
header: 'Courses'
create:
success: 'Course %{title} was created.'
new:
header: 'New Course'
form:
title_label: 'Give it an awesome name'
title_placeholder: 'e.g. Maths Universe, Geovengers'
description_label: 'Give... | Rename the header showing recent activity in the course. | Rename the header showing recent activity in the course.
| YAML | mit | Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2 |
009ebf0315355e56c9c12e9a180591873726f010 | contrib/packs/aliases/pack_install.yaml | contrib/packs/aliases/pack_install.yaml | ---
name: "pack_install"
action_ref: "packs.install"
pack: "packs"
description: "Install/upgrade StackStorm packs (pack = name or git URL, gitref = tag/branch/commit)."
formats:
- display: "pack install <pack>[,<pack>]"
- display: "pack install <pack>#<gitref>[,<pack#gitref>]"
representation:
- "pack inst... | ---
name: "pack_install"
action_ref: "packs.install"
pack: "packs"
description: "Install/upgrade StackStorm packs (pack = name or git URL, gitref = tag/branch/commit)."
formats:
- display: "pack install <pack>[,<pack>]"
- display: "pack install <pack>=<gitref>[,<pack>=<gitref>]"
representation:
- "pack in... | Fix a typo in the pack install alias | Fix a typo in the pack install alias
| YAML | apache-2.0 | lakshmi-kannan/st2,lakshmi-kannan/st2,nzlosh/st2,Plexxi/st2,StackStorm/st2,nzlosh/st2,Plexxi/st2,Plexxi/st2,Plexxi/st2,nzlosh/st2,StackStorm/st2,peak6/st2,lakshmi-kannan/st2,peak6/st2,tonybaloney/st2,tonybaloney/st2,peak6/st2,nzlosh/st2,StackStorm/st2,tonybaloney/st2,StackStorm/st2 |
e0a1471c6ade6683550761dfb894bcad4849db3f | .cirrus.yml | .cirrus.yml | # Cirrus CI configuration
# https://cirrus-ci.com/github/libexif/libexif
task:
name: FreeBSD
freebsd_instance:
matrix:
image: freebsd-12-0-release-amd64
image: freebsd-11-2-release-amd64
image: freebsd-10-4-release-amd64
env:
CIRRUS_CLONE_DEPTH: 1
CFLAGS: -Wall -Wextra -O2
MAKE... | # Cirrus CI configuration
# https://cirrus-ci.com/github/libexif/libexif
task:
name: FreeBSD
freebsd_instance:
matrix:
# There isn't a stable 13.0 image yet (2019-09)
image_family: freebsd-13-0-snap
image_family: freebsd-12-0
# The stable 11.3 image causes "Agent is not responding" so u... | Switch the Cirrus FreeBSD 11.x build to 11.3 and add a 13.0 build. | Switch the Cirrus FreeBSD 11.x build to 11.3 and add a 13.0 build.
Also, select the images using image_family to get the latest snapshots
automatically.
[skip ci]
| YAML | lgpl-2.1 | libexif/libexif,libexif/libexif,libexif/libexif |
6eabd7c014527aec6823e666df1a6425c4da86d9 | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- tip
install: go get -d -t -v ./... | language: go
go:
- 1.3
- release
- tip
install: go get -d -t -v ./... | Remove Go 1.2 and add release to TravisCI builds. | Remove Go 1.2 and add release to TravisCI builds.
Our policy is to only ensure the code compiles for the latest Go release
minus one version. Since Go 1.4 has now been released, this commit
updates TravisCI to remove Go 1.2 from the build matrix. While here, add
release to the matrix which should have been there bef... | YAML | isc | btcsuite/btcwallet,jrick/btcwallet,Stash-Crypto/btcwallet,decred/dcrwallet,synrg-labs/btcwallet,Stash-Crypto/btcwallet,jrick/btcwallet,decred/dcrwallet,Roasbeef/btcwallet,Roasbeef/btcwallet,btcsuite/btcwallet,jrick/dcrwallet,jrick/dcrwallet,synrg-labs/btcwallet |
6d5c6f3432d0d0eb354cf0ccba0e8c55b6e1ce37 | .travis.yml | .travis.yml | language: golang
go:
- "1.14"
before_script:
- go install golang.org/x/tools/cmd/goimports
script:
- go test -v ./...
- >
echo "Checking goimports..." && (
if [[ -n $(goimports -l internal cmd) ]]; then
goimports -d internal cmd
echo 'Please run `goimports -w cmd internal`.'
false
fi
)
... | language: golang
go:
- "1.14"
before_script:
- go install golang.org/x/tools/cmd/goimports
script:
- go test -v ./...
- >
echo "Checking goimports..." && (
if [[ -n $(goimports -l internal cmd) ]]; then
goimports -d internal cmd
echo 'Please run `goimports -w cmd internal`.'
false
fi
)
... | Check every file except JSON for apache license link. | Check every file except JSON for apache license link.
| YAML | apache-2.0 | google/go-flow-levee,google/go-flow-levee |
3443891f5031908939c70d8741cd6c4098551adc | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
before_script:
- python setup.py develop
script: nosetests
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
before_script:
- python setup.py develop
script: nosetests
| Test on py35 and py36. | Test on py35 and py36.
| YAML | mit | materialsvirtuallab/pyhull,materialsvirtuallab/pyhull,materialsvirtuallab/pyhull,materialsvirtuallab/pyhull |
5aa116cf2ebb924cc9b4b6e6a909e6bc89ecc861 | .travis.yml | .travis.yml | branches:
only:
- master
language: python
python:
- 2.6
- 2.7
env:
- REQUIREMENTS=1.3.X TESTS="mutant boolean datetime file numeric related text web" SETTINGS=test_project.settings
- REQUIREMENTS=1.3.X-postgres TESTS="mutant boolean datetime file numeric related text web" SETTINGS=travis.pos... | branches:
only:
- master
language: python
python:
- 2.6
- 2.7
env:
- REQUIREMENTS=1.3.X TESTS="mutant boolean datetime file numeric related text web" SETTINGS=test_project.settings
- REQUIREMENTS=1.3.X-postgres TESTS="mutant boolean datetime file numeric related text web" SETTINGS=travis.pos... | Make sure the TEMPLATE env variable is correctly interpolated into the postgresql CREATE DATABASE command | Make sure the TEMPLATE env variable is correctly interpolated into the postgresql CREATE DATABASE command
| YAML | mit | charettes/django-mutant |
ee411b4f12746fe0cd055de8a66d561a2e12c45e | .travis.yml | .travis.yml | language: python
install:
- pip install -r requirements/testing.txt --use-mirrors
before_script:
- psql -c 'create database base_test;' -U postgres
script:
- py.test tests/
notifications:
email: false
deploy:
provider: heroku
api_key:
secure: C7IMYzLFYIDzt0L/SB4c0i6h7F1dBYwiKMFjpluVgBMAK84LV+wM9A/fOwkc4RFQcf/... | language: python
install:
- pip install -r requirements/testing.txt --use-mirrors
before_script:
- psql -c 'create database base_test;' -U postgres
script:
- py.test tests/
notifications:
email: false
deploy:
provider: heroku
api_key:
secure: C7IMYzLFYIDzt0L/SB4c0i6h7F1dBYwiKMFjpluVgBMAK84LV+wM9A/fOwkc4RFQcf/... | Fix the Travis deploy endpoint. | Fix the Travis deploy endpoint.
| YAML | apache-2.0 | hello-base/web,hello-base/web,hello-base/web,hello-base/web |
089ddc6f41b10357ae87e79a934dc3662b0eab04 | .travis.yml | .travis.yml | language: php
php:
- "5.5"
- "5.4"
- "5.3"
script:
- ./setup.sh ~/kaltura/cli https://www.kaltura.com $PARTNER_ID $ADMIN_SECRET && ./tests/sanity.sh ~/kaltura/cli $PARTNER_ID
| language: php
php:
- "5.5"
- "5.4"
- "5.6"
- "7.0"
- "7.1"
script:
- ./setup.sh ~/kaltura/cli https://www.kaltura.com $PARTNER_ID $ADMIN_SECRET && ./tests/sanity.sh ~/kaltura/cli $PARTNER_ID
| Add PHP versions to test matrix | Add PHP versions to test matrix
| YAML | agpl-3.0 | kaltura/KalturaGeneratedAPIClientsCLI,kaltura/KalturaGeneratedAPIClientsCLI |
dc33c41af6bdeac7bbe5060d115ac08cf0a66e74 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.3
- 1.2
- release
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- export LD_LIBRARY_PATH="/usr/local/lib"
- cd $HOME... | language: go
go:
- 1.4
- 1.3
- 1.2
- release
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- export LD_LIBRARY_PATH="/usr/local/lib"
- cd $HOME... | Fix typo: test -> unittest | Fix typo: test -> unittest
| YAML | mit | r9y9/gossp,r9y9/gossp |
bf6f09ee024b9790b794fc646c8e1e5c29d73ed8 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
cache:
directories:
- node_modules
after_script:
npm run coveralls
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
after_script:
npm run coveralls
| Update travsi build, disable caching | Update travsi build, disable caching
| YAML | isc | mcollina/fastseries |
72edacd877f59c2f471b2366d60d0fb051734aed | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.10"
before_install:
- "export CHROME_BIN=/usr/bin/google-chrome"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install
script:
- gulp test
- gulp coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
notifications:
slac... | language: node_js
node_js:
- "5.10"
before_install:
- "export CHROME_BIN=/usr/bin/google-chrome"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install
script:
- gulp build
- gulp test
- gulp coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
notifi... | Make Travis to deploy built files for tags | Make Travis to deploy built files for tags
See https://docs.travis-ci.com/user/deployment/releases
| YAML | mit | potatopeelings/Chart.js,rvaidya/Chart.js,ldwformat/Chart.js,simonbrunel/Chart.js,el-ee/Chart.js,rvaidya/Chart.js,chartjs/Chart.js,touletan/Chart.js,ritesrnjn/charts,ritesrnjn/charts,jtcorbett/Chart.js,amir-hadzic/Chart.js,supernovel/Chart.js,supernovel/Chart.js,bokysan/Chart.js,avlcodemonkey/Chart.js,salzhrani/Chart.js... |
6b76067d5aee19d68f6e5bfda12e9db28241729e | .travis.yml | .travis.yml | # .travis.yml
language: ruby
cache:
bundler: true
apt: true
services:
- redis-server
rvm:
- 2.3.1
before_install:
- gem update --system
- gem install bundler
- sudo apt-get update
- sudo apt-get install -y sphinxsearch
script:
- RAILS_ENV=test bin/rake db:drop db:create db:schema:load ts:configure
-... | # .travis.yml
language: ruby
cache:
bundler: true
apt: true
services:
- redis-server
rvm:
- 2.3.1
before_install:
- gem update --system
- gem install bundler
- sudo apt-get update
- sudo apt-get install -y sphinxsearch
script:
- RAILS_ENV=test bin/rake db:drop db:create db:schema:load ts:configure
-... | Remove unnecessary statement in Travis setup | Remove unnecessary statement in Travis setup
| YAML | agpl-3.0 | alabs/nolotiro.org,alabs/nolotiro.org,alabs/nolotiro.org,alabs/nolotiro.org |
68872ad66773624e8204529f222d551f94951e17 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
- beta
- stable
after_success:
- |
test ${TRAVIS_PULL_REQUEST} == "false" && \
test ${TRAVIS_BRANCH} == "master" && \
test "${TRAVIS_BUILD_NUMBER}.3" == "${TRAVIS_JOB_NUMBER}" && \
bash deploy.sh
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
after_success:
- |
test ${TRAVIS_PULL_REQUEST} == "false" && \
test ${TRAVIS_BRANCH} == "master" && \
test "${TRAVIS_BUILD_NUMBER}.1" == "${TRAVIS_JOB_NUMBER}" && \
bash deploy.sh
| Allow Travis-CI build failures for nightly | Allow Travis-CI build failures for nightly
| YAML | mit | telegram-rs/telegram-bot,White-Oak/telegram-bot,LukasKalbertodt/telegram-bot |
8cf59f52576739e6bf23e38cd579b7c233d48740 | .travis.yml | .travis.yml | language: php
cache:
directories:
- vendor
matrix:
include:
- php: 5.3
env: PHP_VER=5
- php: 5.4
env: PHP_VER=5
- php: 5.5
env: PHP_VER=5
- php: 5.6
env: PHP_VER=5
- php: 7.0
env: PHP_VER=7
- php: hhvm
env: PHP_VER=hhvm
- php: nightly
env: PH... | language: php
cache:
directories:
- vendor
matrix:
include:
- php: 5.3
env: PHP_VER=5
- php: 5.4
env: PHP_VER=5
- php: 5.5
env: PHP_VER=5
- php: 5.6
env: PHP_VER=5
- php: 7.0
env: PHP_VER=7
- php: hhvm
env: PHP_VER=hhvm
- php: nightly
env: PH... | Remove hhvm from allowed_failures in Travis CI | Remove hhvm from allowed_failures in Travis CI
| YAML | mit | dyweb/redis-cache,dyweb/redis-cache |
f6c2fee541b934d1411b12213b5ffc1a1817afe1 | .travis.yml | .travis.yml | language: go
matrix:
include:
- go: "1.10.x"
script: go test -v ./...
- go: "1.11.x"
script: go test -v -mod=vendor ./...
env:
- GO111MODULE=on
install: true
after_success:
# Check for updated CloudFormation resources, and submit a PR
- test "${TRAVIS_EVENT_TYPE}" = "cron" && ./generate/... | language: go
matrix:
include:
- go: "1.10.x"
script: go test -v ./...
- go: "1.11.x"
script: go test -v -mod=vendor ./...
env:
- GO111MODULE=on
install: true
after_success:
# Check for updated CloudFormation resources, and submit a PR
- test "${TRAVIS_EVENT_TYPE}" = "cron" && ./generate/... | Update TravisCI configuration for semantic-release to use jobs | fix(CI): Update TravisCI configuration for semantic-release to use jobs
| YAML | apache-2.0 | PaulMaddox/goformation,PaulMaddox/goformation,PaulMaddox/goformation,PaulMaddox/goformation |
f797a1313c6628409a6d2c5ea5f46de884559685 | .travis.yml | .travis.yml | language: erlang
env:
global:
- PLATFORM=linux
- LUAROCKS_VER=2.1.0
matrix:
- LUA=lua5.1 LUA_SFX=
- LUA=lua5.2 LUA_SFX=
- LUA=luajit LUA_SFX=jit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- sudo pip install cpp-coveralls
install:
- su... | language: erlang
env:
global:
- PLATFORM=linux
- LUAROCKS_VER=2.1.0
matrix:
- LUA=lua5.1 LUA_SFX=
- LUA=lua5.2 LUA_SFX=
- LUA=luajit LUA_SFX=jit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- sudo pip install cpp-coveralls
install:
- su... | Use my fork of LuaCov | Use my fork of LuaCov
| YAML | mit | ignacio/lua-travis-example,moteus/lua-travis-example,xpol/lua-travis-example,ignacio/lua-travis-example,moteus/lua-travis-example,daurnimator/lua-travis-example,istr/lua-travis-example,starius/lua-travis-example,daurnimator/lua-travis-example,istr/lua-travis-example,xpol/lua-travis-example,starius/lua-travis-example |
437b7d9e26f603c8b381437cb9a1d48f2223f577 | .travis.yml | .travis.yml | # Travis-CI Build for libadt
# see travis-ci.org for details
language: c
compiler:
- gcc-4.9
- clang
os:
- linux
env:
global:
- SECRET_TOKEN=rPPjmuNMjbdspnrrTxqf
branches:
only:
- master
before_script:
- make clean
script:
- make
- make tests
- make vg_tests
after_success:
- bash <(cu... | # Travis-CI Build for libadt
# see travis-ci.org for details
language: c
compiler:
- gcc-4.9
- clang
os:
- linux
env:
global:
- SECRET_TOKEN=rPPjmuNMjbdspnrrTxqf
branches:
only:
- master
before_script:
- make clean
script:
- make
- make tests
- make vg_tests
after_success:
- bash <(cu... | Add valgrind installation to TravisCI test. | Add valgrind installation to TravisCI test.
| YAML | mit | vndmtrx/libadt |
61921aae1a6f98601db6904aae596237f4189767 | .travis.yml | .travis.yml | language: node_js
sudo: false
dist: trusty
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.6"
- node_js: "5"
... | language: node_js
sudo: false
dist: trusty
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.6"
- node_js: "5"
... | Add node 8.x to Travis-CI matrix | Add node 8.x to Travis-CI matrix
| YAML | mit | brianc/node-postgres,brianc/node-postgres,cricri/node-postgres |
a67ca6c4e5e59452f9716095ba6bf3251bdf912e | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.3
- 7.4
matrix:
include:
- php: 7.2
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
script:
- vendor/bin/phpunit
- vendor/bin/phpcs --st... | language: php
php:
- 7.2
- 7.3
- 7.4
matrix:
include:
- php: 7.2
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
script:
- vendor/bin/phpunit
- vendor/bin/phpcs src ... | Correct which PHPCS code standard to use | Correct which PHPCS code standard to use
| YAML | mit | thephpleague/tactician-doctrine |
58f9c8c48fc881b9d0894342dadc4298e539d406 | .travis.yml | .travis.yml | ---
branches:
only:
- master
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
- PUPPE... | ---
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
- PUPPET_GEM_VERSION="~> 3.2.0"
- ... | Allow Travis to run on non-master branches | Allow Travis to run on non-master branches
| YAML | apache-2.0 | aaam/puppetlabs-reboot,puppetlabs/puppetlabs-reboot,cyberious/puppetlabs-reboot,puppetlabs/puppetlabs-reboot,ferventcoder/puppetlabs-reboot,cyberious/puppetlabs-reboot,ferventcoder/puppetlabs-reboot,aaam/puppetlabs-reboot |
63018b47adf7b24cdcf181d235bb9aab0f0a9837 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
- pip install coveralls
script:
make test
after_success:
coveralls | language: python
python:
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
- pip install coveralls
script:
make test
after_success:
coveralls
| Test on python 3.6 too | Test on python 3.6 too
| YAML | mit | vrcmarcos/elasticmock |
2e891be530b175c95d7ef4a1c4b3d6d1aa52210b | .travis.yml | .travis.yml | language: cpp
dist: trusty
sudo: required
before_install:
- sudo apt-get install unixodbc unixodbc-dev
script:
- mkdir build && cd build && cmake .. && make -j4 | language: cpp
dist: trusty
sudo: required
before_install:
- sudo apt-get install unixodbc unixodbc-dev
- sudo apt-get install libboost-all-dev
script:
- mkdir build && cd build && cmake .. && make -j4 | Add boost to build requirements | Add boost to build requirements
| YAML | mit | blue-yonder/turbodbc,blue-yonder/turbodbc,blue-yonder/turbodbc,blue-yonder/turbodbc |
e78424022c91beae4895f2fcfb5156c84aebe974 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
services:
- memcached
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
| language: node_js
node_js:
- 6
- 8
- 10
services:
- memcached
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
| Test on Node 8 and 10 too. | Test on Node 8 and 10 too.
| YAML | mit | ysugimoto/node-memcached-client |
e1f26efc6abc69a76872e1d6911854a2a2df95ef | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm: 2.2
env:
global:
- secure: "fYE4XBc2dUJxu51JfH8Mj6WDN5qy3xGkn4PrXF0I2rcoBpU8kGEjIpmbirh3yjykFX4VlMbyL4bO9rRAu/twwtMu0IEsrPWnzcTdjz6yvqAyIlbcOMpvSzUIOSbi2XtVP0QzC6BcQ4AV2gGgXONC8O3vEd1vW3U2FysyI4d5HBE="
install:
- bundle install
- curl -s https://raw.githubusercontent.com/paul... | sudo: false
language: ruby
rvm: 2.2
env:
global:
- secure: "fYE4XBc2dUJxu51JfH8Mj6WDN5qy3xGkn4PrXF0I2rcoBpU8kGEjIpmbirh3yjykFX4VlMbyL4bO9rRAu/twwtMu0IEsrPWnzcTdjz6yvqAyIlbcOMpvSzUIOSbi2XtVP0QzC6BcQ4AV2gGgXONC8O3vEd1vW3U2FysyI4d5HBE="
jdk:
- oraclejdk8
install:
- bundle install
- curl -s https://raw.githu... | Use JDK8 for tut in Travis, hopefully. | Use JDK8 for tut in Travis, hopefully.
| YAML | mit | typelevel/typelevel.github.com,typelevel/typelevel.github.com,melrief/typelevel.github.com,melrief/typelevel.github.com,melrief/typelevel.github.com,typelevel/typelevel.github.com,melrief/typelevel.github.com |
f72dc9812c2657583aa884c612cefe01489f2a11 | .travis.yml | .travis.yml | language: php
sudo: false
before_install:
- composer self-update
install: travis_retry composer install
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
allow_failures:
- php: 7.0
before_script:
- [[ ... | language: php
sudo: false
before_install:
- composer self-update
install: travis_retry composer install
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
include:
- php: 5.4
env: 'COMPOSER_FLAGS="... | Add lowest PHP version with lowest possible dependencies | Add lowest PHP version with lowest possible dependencies
| YAML | mit | kreait/php-boilerplate |
79f6490928210bf668d0f1df3142b9574ab7b5b0 | .travis.yml | .travis.yml | language: python
python:
- "3.2"
install:
- sudo apt-get install python3-nose
script: nosetests3
notifications:
email: false
| language: python
services:
- redis-server
python:
- "3.2"
install:
- sudo apt-get install python3-nose
script: nosetests3
notifications:
email: false
| Add redis database for testing pub/sub | Add redis database for testing pub/sub
| YAML | isc | sieben/pycolo |
91a67a628f76f1e8b6870953fbad802b6bc22b5d | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| Update node versions in CI. | Update node versions in CI.
| YAML | mit | jonkemp/qunit-phantomjs-runner |
6f3081befd47dc6c57e39afd84f30a6589231576 | .travis.yml | .travis.yml | language: ruby
rvm:
# TODO reenable ruby-head when issues sorted out
# - ruby-head
- jruby-head
# - "1.8.7"
- "1.9.3"
# - jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
# - rbx-18mode
- rbx-19mode
# uncomment this line if your project needs to run something other than `rake`:
# sc... | language: ruby
rvm:
# TODO reenable ruby-head when issues sorted out
# - ruby-head
- jruby-head
# - "1.8.7"
- "1.9.3"
# - jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
# - rbx-18mode
# - rbx-19mode
# uncomment this line if your project needs to run something other than `rake`:
# ... | Remove expired rbx targets from Travis CI | Remove expired rbx targets from Travis CI
| YAML | mit | nikhaldi/exception_notification-rake |
030d324f11763ef48ca0a7c1383505b828bf654b | .travis.yml | .travis.yml | dist: trusty
language: ruby
sudo: required
cache: bundler
bundler_args: --without tools
script: 'bundle exec rake spec'
after_success:
- '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.12.0
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
- COVERAGE='... | dist: trusty
language: ruby
sudo: required
cache: bundler
bundler_args: --without tools
before_script: gem update --system
script: 'bundle exec rake spec'
after_success:
- '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.0
- jruby-9.1.12.0
env:
global:
- JR... | Add Ruby 2.5 to CI matrix | Add Ruby 2.5 to CI matrix
| YAML | mit | solnic/transproc |
7eb9bbe20913d416242bba66ec6eeb904582de7b | .travis.yml | .travis.yml | notifications:
email: false
irc:
channels:
- "irc.mysociety.org#pmo"
use_notice: true
language: python
env:
- MODULES="Django>=1.6,<1.7"
install:
- sudo apt-get update -qq
- sudo apt-get install python-virtualenv curl yui-compressor
- gem install --no-ri --no-rdoc compass -v 0.12.7
- gem ... | notifications:
email: false
irc:
channels:
- "irc.mysociety.org#pmo"
use_notice: true
language: python
env:
- MODULES="Django>=1.6,<1.7"
install:
- sudo apt-get update -qq
- sudo apt-get install python-virtualenv curl yui-compressor
- gem install --no-ri --no-rdoc compass -v 0.12.7
- gem ... | Remove the unnecessary run of migrations | Remove the unnecessary run of migrations
Thanks to @dracos for pointing out that this isn't needed.
| YAML | agpl-3.0 | openstate/yournextrepresentative,openstate/yournextrepresentative,datamade/yournextmp-popit,openstate/yournextrepresentative,mysociety/yournextrepresentative,DemocracyClub/yournextrepresentative,mysociety/yournextrepresentative,YoQuieroSaber/yournextrepresentative,datamade/yournextmp-popit,YoQuieroSaber/yournextreprese... |
eecb28c6e55e1d9d835d9c49284bf86c12d0f97b | .travis.yml | .travis.yml | language: go
before_install:
- REPO_NAME=$(basename $PWD)
- GITHUB_PATH=$(dirname $(dirname $PWD))
- SYMANTEC_PROJECT_DIR=${GITHUB_PATH}/Symantec/${REPO_NAME}
- mkdir -p ${SYMANTEC_PROJECT_DIR}
- rsync -az ${TRAVIS_BUILD_DIR}/ ${SYMANTEC_PROJECT_DIR}/
- export TRAVIS_BUILD_DIR=${SYMANTEC_PROJECT_DIR}
- cd ${SYMANTEC_PR... | language: go
before_install:
- REPO_NAME=$(basename $PWD)
- GITHUB_PATH=$(dirname $(dirname $PWD))
- SYMANTEC_PROJECT_DIR=${GITHUB_PATH}/Symantec/${REPO_NAME}
- mkdir -p ${SYMANTEC_PROJECT_DIR}
- rsync -az ${TRAVIS_BUILD_DIR}/ ${SYMANTEC_PROJECT_DIR}/
- export TRAVIS_BUILD_DIR=${SYMANTEC_PROJECT_DIR}
- cd ${SYMANTEC_PR... | Fix broken build with breaking changes from go.uber.org/zap | Fix broken build with breaking changes from go.uber.org/zap
| YAML | apache-2.0 | Symantec/proxima,Symantec/proxima |
ce8409f6dfa5ec345178ac44719f42c0d4491a5f | .travis.yml | .travis.yml | language: ruby
sudo: false
before_install: gem update --system 3.0.2
rvm:
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
- jruby-9.1.17.0
- jruby-9.2.6.0
branches:
only:
- master
cache: bundler
| language: ruby
sudo: false
before_install: gem update --system 3.0.3
rvm:
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
- jruby-9.1.17.0
- jruby-9.2.6.0
branches:
only:
- master
cache: bundler
| Use latest rubygems in CI | Use latest rubygems in CI
| YAML | mit | activeadmin/arbre,activeadmin/arbre |
e9c8d89a50b3e2bd06087157920d8e5f49aed3c5 | .travis.yml | .travis.yml | sudo: false
language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
env:
- PARSER=native
addons:
apt:
packages:
- mediainfo
- ffmpeg
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
before_install:
- pip install --upgrade... | sudo: false
language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
env:
- PARSER=native
addons:
apt:
packages:
- mediainfo
- ffmpeg
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
before_install:
- pip i... | Add Python 3.8, and 3.9 to classifiers | Add Python 3.8, and 3.9 to classifiers
| YAML | mit | ratoaq2/knowit |
63c10ace80e48487446f7687269f0636f3cb94aa | .travis.yml | .travis.yml | language: ruby
os:
- linux
- osx
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
matrix:
exclude:
- os: osx
rvm: 2.3.0
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh | language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh | Revert "Add OS X to Travis" | Revert "Add OS X to Travis"
This reverts commit 1b1f6629ad1fa82a9e7edf3f72e9c44becf4e21b.
| YAML | mit | stupidpupil/kerberos_authenticator,stupidpupil/kerberos_authenticator |
82d63cc084334462f26a1b84b7aba6ac3b247d91 | .travis.yml | .travis.yml | before_install:
- gem update bundler
rvm:
- 2.2.0
- 2.3.0
- rbx
| before_install:
- gem update bundler
rvm:
- 2.2.0
- 2.3.0 | Remove rbx ruby version for ci | Remove rbx ruby version for ci
| YAML | mit | hhorikawa/omniauth-openid-connect |
0a3c4b60b82f79c18e897bc4d61ab5299a0c86fa | .travis.yml | .travis.yml | 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-ubuntu-1404
- INSTANCE=defau... | 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-ubuntu-1604
- INSTANCE=defau... | Remove Ubuntu 14.04 testing for 18.04 | Remove Ubuntu 14.04 testing for 18.04
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/ubuntu,chef-cookbooks/ubuntu,opscode-cookbooks/ubuntu,opscode-cookbooks/ubuntu |
7308174c6cfe59c10b6f3145144d655a8fd8ced7 | .travis.yml | .travis.yml | language: android
sudo: required
android:
components:
- tools
- build-tools-23.0.3
- android-23
- extra
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root
before_script:
- echo no | android create avd -... | language: android
sudo: required
android:
components:
- tools
- build-tools-24.0.0
- android-24
- extra
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root
before_script:
- echo no | android create avd -... | Update build tools to sdk 24 | Update build tools to sdk 24
| YAML | apache-2.0 | requery/sqlite-android,requery/sqlite-android,requery/sqlite-android |
5869ce037a4d6359eeb9baf34ab06883e47ab439 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.5
env:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django --pre"
install:
- pip install -q $DJANGO coveralls
script:
- coverage run --source=axes runtests.py
- coverage report
after_success:
- coveralls
deploy:
provider: pypi
user: jazzband
distributions: ... | language: python
python:
- 2.7
- 3.5
env:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
install:
- pip install -q $DJANGO coveralls
script:
- coverage run --source=axes runtests.py
- coverage report
after_success:
- coveralls
deploy:
provider: pypi
user: jazzband
distribut... | Add Django 1.10 to test matrix | Add Django 1.10 to test matrix
| YAML | mit | django-pci/django-axes,jazzband/django-axes |
804961c7da0e96865b40dca1dba802799e6173b1 | .travis.yml | .travis.yml | language: php
node_js:
- 0.12
php:
- 7.0
- 7.1
- 7.2
matrix:
fast_finish: true
include:
- php: 7.2
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.0.*
before_install:
- composer selfupdate
- if [ "$SYMFONY_VERSION" != "... | language: php
node_js:
- 0.12
php:
- 7.0
- 7.1
- 7.2
matrix:
fast_finish: true
include:
- php: 7.2
env: SYMFONY_VERSION=2.8.*
- php: 7.2
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.0.*
before_install:
- comp... | Add Symfony 2.8 to Travis testing matrix. | Add Symfony 2.8 to Travis testing matrix.
| YAML | mit | hshn/base64-encoded-file |
657ad83c29a2145ca1f625bf8fc25f7cd6e3b624 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
cache: cargo
before_script:
- (cargo install xargo || true)
- (cargo install rustfmt || true)
- PATH=$PATH:~/.cargo/bin
sudo: false
notifications:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script: bash scripts... | language: rust
rust:
- nightly
cache: cargo
install:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
- source ~/.cargo/env
- rustup component add rust-src
- (cargo install xargo || true)
- (cargo install rustfmt || true)
sudo: false
notifications:
on_success: ... | Fix CI for Xargo 0.2.0 | Fix CI for Xargo 0.2.0
| YAML | mit | ESALP/ESALP-1,ESALP/ESALP-1 |
24188f1686a966c2e94f58b54360770e523f523d | .travis.yml | .travis.yml | # NB: don't set `language: haskell` here
# The following enables several GHC versions to be tested; often it's
# enough to test only against the last release in a major GHC version. Feel
# free to omit lines listings versions you don't need/want testing for.
env:
- GHCVER=7.8.2 # see note about Alex/Happy
# Note: t... | language: haskell
before_install:
# Instructions taken from https://github.com/commercialhaskell/stack/wiki/Downloads
- wget -q -O- http://download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
- echo 'deb http://download.fpcomplete.com/ubuntu/precise stable main' | sudo tee /etc/apt/sources.list.d/fpco.li... | Use stack to build on Travis CI | Use stack to build on Travis CI
| YAML | mit | cawinkelmann/api-server,bendyworks/api-server,twopoint718/api-server |
91f4cd928b971ca2949e91cc5b12ff4d8a1ba9fd | .travis.yml | .travis.yml | language: c
sudo: required
service: docker
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
- cp mocks/mock.ml lib/nvml.ml
- cp mocks/mock.c stubs/nvml_stubs.c
script: bash -ex .travis-docker.sh
env:
global:
- PACKAGE=gpumon
- PINS="gpumon:."
- BAS... | language: c
sudo: required
service: docker
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
- cp mocks/mock.ml lib/nvml.ml
- cp mocks/mock.c stubs/nvml_stubs.c
script: bash -ex .travis-docker.sh
env:
global:
- PACKAGE=gpumon
- PINS="gpumon:."
- BAS... | Use OCaml 4.07 for Travis | Use OCaml 4.07 for Travis
Signed-off-by: Christian Lindig <4f88b50bc9dba63c9a7d9e208d4b3ac6f1a52800@citrix.com>
| YAML | isc | xenserver/gpumon |
2fb141cd905e727447da23b1ac7f3e37308f36c3 | .travis.yml | .travis.yml | language: Objective-C
osx_image: xcode8
before_install:
- bundle
- pod install --project-directory=PPEventRegistryAPI
notifications:
email: false
script:
- xcodebuild build test -workspace "PPEventRegistryAPI/PPEventRegistryAPI.xcworkspace" -scheme "PPEventRegistry" -sdk iphonesimulator -destination "platform=iOS... | language: Objective-C
osx_image: xcode8
before_install:
- bundle
- pod install --project-directory=PPEventRegistryAPI
notifications:
email: false
script:
- xcodebuild build test -workspace "PPEventRegistryAPI/PPEventRegistryAPI.xcworkspace" -scheme "PPEventRegistry" -sdk iphonesimulator -destination "platform=iOS... | Add CODE_SIGN_IDENTITY and CODE_SIGNING_REQUIRED to Travis config | Add CODE_SIGN_IDENTITY and CODE_SIGNING_REQUIRED to Travis config
| YAML | mit | pantuspavel/PPEventRegistryAPI,pantuspavel/PPEventRegistryAPI,pantuspavel/PPEventRegistryAPI |
349dbb1523dec2df3ad3af5eb1bc70645cbf4af0 | .travis.yml | .travis.yml | sudo: required
os:
- linux
language: php
php:
- 7.0
- 7.1
- 7.2
services:
- docker
install:
- composer install
- docker-compose up -d | sudo: required
os:
- linux
language: php
php:
- 7.0
- 7.1
- 7.2
services:
- docker
install:
- composer install
- docker-compose up -d
script: phpunit --configuration phpunit.xml --debug | Add the debug line to phpunit. | Add the debug line to phpunit.
| YAML | apache-2.0 | pact-foundation/pact-php,pact-foundation/pact-php |
013b247f99f74855884a6a558b0714a24e500db0 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
install:
- pip install rply
- pip install coveralls
script:
coverage run test.py
after_success:
coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/b81f9ec6e179a91aaca0
on_success: change
on_failure: always
on_start: fals... | language: python
sudo: false
python:
- "2.7"
install:
- pip install rply
- pip install coveralls
script:
make coverage
after_success:
coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/b81f9ec6e179a91aaca0
on_success: change
on_failure: always
on_start: false
| Make Travis use the Makefile | Make Travis use the Makefile
| YAML | mit | djc/runa,djc/runa,djc/runa,djc/runa |
08ad586482caa3330b56a6610ceb08a664d437c9 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.6
- 2.7
cache:
pip: true
directories:
- $HOME/perl5
install:
- export PERL5LIB=~/perl5/lib/perl5
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- export PATH=~/perl5/bin:$PATH
- pip install coverage
- curl -L https://cpa... | sudo: false
language: python
matrix:
include:
- dist: trusty
python: 2.6
- dist: xenial
python: 2.7
addons:
apt:
packages:
- scons
cache:
pip: true
install:
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- pip install coverage flask
- git clon... | Update for latest Travis, remove Perl | Update for latest Travis, remove Perl
| YAML | lgpl-2.1 | salilab/cryptosite-web,salilab/cryptosite-web |
609ea32e1a1f1dd340ba48dcdd31473f8b8ec201 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Change node version number in CI config | Change node version number in CI config
| YAML | mit | katiefenn/parker,tzi/parker,joshuacc/parker,tpgmartin/parker,researchgate/parker,seanislegend/parker |
fa9ab5dc416e39a3b90e898e8798862e1d1c9375 | .travis.yml | .travis.yml | language: go
os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- "1.13"
- "1.14"
go_import_path: k8s.io/kops
script:
- GOPROXY=https://proxy.golang.org make nodeup examples test
jobs:
# Exclude GO 1.14 for OSX until it becomes the default because of limited availabi... | language: go
os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- 1.13.x
- 1.14.x
go_import_path: k8s.io/kops
script:
- GOPROXY=https://proxy.golang.org make nodeup examples test
jobs:
# Exclude GO 1.14 for OSX until it becomes the default because of limited availabi... | Use latest patch version for GO in tests | Use latest patch version for GO in tests
| YAML | apache-2.0 | justinsb/kops,kubernetes/kops,kubernetes/kops,justinsb/kops,justinsb/kops,kubernetes/kops |
a72279b897111c3be5f9d721e5509c9a24136bf7 | .travis.yml | .travis.yml | cache: bundler
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3.0
script: bundle exec rake
notifications:
email: false
sudo: false
git:
depth: 10
| cache: bundler
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.1
script: bundle exec rake
notifications:
email: false
sudo: false
git:
depth: 10
| Add Ruby 2.4.1 to the Travis build matrix | Add Ruby 2.4.1 to the Travis build matrix
We may as well have the most recent version of Ruby in here as well.
| YAML | mit | brandur/json_schema |
2f893eb24b0f6704ec9a543cc4ac13ba1f03ca5e | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
matrix:
fast_finish: true
include:
- php: 7.0
env: PHPCS=1
- php: 7.0
env: COVERAGE=1
before_script:
- phpenv rehash
install:
- composer self-update
- composer install --prefer-dist --no-interaction --dev
script:
- sh -c "if [ '$PHPCS' !=... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
matrix:
fast_finish: true
include:
- php: 7.3
env: PHPCS=1
- php: 7.3
env: COVERAGE=1
before_script:
- phpenv rehash
install:
- composer self-update
- composer install --prefer-dist --no-interaction --dev
script:
- sh -c "... | Add PHP 7.2 and 7.3 builds | Add PHP 7.2 and 7.3 builds
| YAML | mit | markstory/asset_compress,markstory/asset_compress,markstory/asset_compress |
012389cc3d00d45b154be3651d9502e51f81e51f | .travis.yml | .travis.yml | language: python
dist: trusty
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
services:
- docker
before_script:
# @see https://medium.com/@mtparet/install-mysql-server-5-7-on-travis-96f2ebc0f339
# @see https://hub.docker.com/_/mysql/
- sudo docker run -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -d -p 3306:3306 ... | language: python
dist: trusty
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
services:
- docker
before_script:
# @see https://medium.com/@mtparet/install-mysql-server-5-7-on-travis-96f2ebc0f339
# @see https://hub.docker.com/_/mysql/
- sudo service mysql stop # stop any running MySQL server
- sudo ... | Stop the current MySQL server instance | Stop the current MySQL server instance
| YAML | mit | macbre/index-digest,macbre/index-digest |
472bbe8375f6243421fd9491c6af2841f4349bde | .travis.yml | .travis.yml |
language: c
git:
depth: 3
dist:
trusty
branches:
only:
- master
- dev
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq check
matrix:
include:
- compiler: gcc
env: ENABLE_COVERAGE=--enable-gcov
after_success:
- coveralls --exclude tests --exclud... |
language: c
git:
depth: 3
dist:
trusty
branches:
only:
- master
- dev
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq check
matrix:
include:
## Coverage test
- compiler: gcc
env: ENABLE_COVERAGE=--enable-gcov
before_install: pip install --user cpp... | Fix errors in Travis-CI config. | Fix errors in Travis-CI config.
| YAML | mit | JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,mittinatten/freesasa |
dae0f3f8631b59a105ba6d6c1d61b83e2c944af5 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.8"
- "2.2.4"
- "2.3.0"
- "jruby-19mode"
- "rbx"
gemfile:
- "gemfiles/capistrano2.gemfile"
- "gemfiles/capistrano3.gemfile"
- "gemfiles/no_dependencies.gemfile"
- "gemfiles/padrino.gemfile"
- "gemfiles/rails-3.2.gemfile"
- "gemfiles/... | sudo: false
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.8"
- "2.2.4"
- "2.3.0"
- "jruby-19mode"
gemfile:
- "gemfiles/capistrano2.gemfile"
- "gemfiles/capistrano3.gemfile"
- "gemfiles/no_dependencies.gemfile"
- "gemfiles/padrino.gemfile"
- "gemfiles/rails-3.2.gemfile"
- "gemfiles/rails-4.0.... | Tweak Travis build for Rails 5 | Tweak Travis build for Rails 5
| YAML | mit | matrinox/appsignal-ruby,appsignal/appsignal-ruby,matrinox/appsignal-ruby,matrinox/appsignal-ruby,appsignal/appsignal-ruby,stijnster/appsignal-ruby,appsignal/appsignal,stijnster/appsignal-ruby,stijnster/appsignal-ruby,appsignal/appsignal-ruby,appsignal/appsignal-ruby,appsignal/appsignal |
a59db788a79813dd1c065007998c0f68e15f5fe0 | .travis.yml | .travis.yml | language: ruby
# This is going to enable build on VMs instead of containers
sudo: required
dist: trusty
cache:
bundler: true
directories:
- $HOME/.nvm/versions/node
rvm:
- 2.2.5
- 2.3.1
env:
- "DB=postgresql"
before_install:
- nvm install v6.7.0
- node -v
- npm -v
- npm install -g phantomjs-p... | language: ruby
# This is going to enable build on VMs instead of containers
sudo: required
dist: trusty
cache:
bundler: true
directories:
- $HOME/.nvm/versions/node
rvm:
- 2.2.5
- 2.3.1
env:
- "DB=postgresql"
before_install:
- nvm install v6.7.0
- node -v
- npm -v
- npm install -g phantomjs-p... | Update virtual screen on CI config file | Update virtual screen on CI config file
| YAML | agpl-3.0 | privatt/privatt-agile-tracker,privatt/privatt-agile-tracker,privatt/privatt-agile-tracker |
9d68eecfced1c8a188eba5466fd200cce6249a70 | .travis.yml | .travis.yml | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
dist: xenial # required for Python >= 3.7
python:
- "3.6"
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.8 development branch
- "pypy3.5"
before_install:
- mysql -e 'CREATE DATABASE eventsou... | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
dist: xenial # required for Python >= 3.7
python:
- "3.6"
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
before_install:
- mysql -e 'CREATE ... | Revert "Changed Travis config, to run tests with Python 3.7." | Revert "Changed Travis config, to run tests with Python 3.7."
This reverts commit 2b147375
| YAML | bsd-3-clause | johnbywater/eventsourcing,johnbywater/eventsourcing |
f3155c04c555ff0eb083fbe671dd2bd5e93dae2d | .travis.yml | .travis.yml | language: node_js
sudo: required
node_js:
- "4.4.3"
- "6.9.1"
services:
- docker
before_install:
- sudo apt-get update
- sudo apt-get install --assume-yes apache2-utils
- npm install -g npm@2.13.5
- npm install -g grunt-cli
- npm config set strict-ssl false
install: npm install
env:
- MONGODB_VERSION=... | language: node_js
sudo: required
node_js:
- 4
- 6
services:
- docker
before_install:
- sudo apt-get update
- sudo apt-get install --assume-yes apache2-utils
- npm install -g grunt-cli
- npm config set strict-ssl false
install: npm install
env:
- MONGODB_VERSION=2.4
- MONGODB_VERSION=3.2
script:
- gr... | Update CI process to use supported versions | Update CI process to use supported versions
| YAML | apache-2.0 | feedhenry/fh-mbaas-api,feedhenry/fh-mbaas-api |
75d6ddd451747801683bc5dd151e297b7025db74 | .travis.yml | .travis.yml | language: node_js
# https://github.com/nodejs/LTS
node_js:
- '7'
- '6'
- '4'
git:
depth: 5
cache:
directories:
- ~/.npm
before_install:
- npm config set spin false --global
script:
- if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run lint && npm run check && npm run cover:lcov; else npm run testo... | language: node_js
# https://github.com/nodejs/LTS
node_js:
- '7'
- '6'
- '4'
git:
depth: 5
cache: yarn
before_install:
- npm config set spin false --global
script:
- if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run lint && npm run check && npm run cover:lcov; else npm run testonly; fi
after_success:... | Use Yarn in CI cache | Use Yarn in CI cache
Should give us faster builds.
| YAML | mit | graphql/graphql-relay-js,graphql/graphql-relay-js |
2d0fd07bf83e7c0df3ae9c77a7f7241520cc84e2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" | language: node_js
node_js:
- "0.10"
services:
- mongodb
env:
- NODE_ENV=test
script: "npm run test-travis" | Remove automated coveralls script cause its getting annoying | Remove automated coveralls script cause its getting annoying
| YAML | bsd-3-clause | miraculixx/modeify,arunnair80/modeify-1,amigocloud/modified-tripplanner,tismart/modeify,tismart/modeify,arunnair80/modeify-1,arunnair80/modeify,amigocloud/modeify,amigocloud/modified-tripplanner,arunnair80/modeify,miraculixx/modeify,amigocloud/modified-tripplanner,amigocloud/modeify,amigocloud/modeify,miraculixx/modeif... |
c08a51f7379735c7ccac9ab12f5b68502e46f71c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build on Travis CI with latest Node.js 6. | Build on Travis CI with latest Node.js 6.
| YAML | mit | bigeasy/staccato |
83febbb83261fe21bc6fa1ef301b55baea62aa27 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development --jobs 4
env:
- DB=postgresql
- DB=mysql
- DB=sqlite3
rvm:
- 2.0.0
- 2.1.6
- 2.2.2
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq imagemagick ghostscript
- psql -c 'CREATE DATABASE brimir_test;' -U postgres
- mysql -e 'create... | language: ruby
cache: bundler
bundler_args: --without development --jobs 4
sudo: false
addons:
apt:
packages:
- imagemagick
- ghostscript
env:
- DB=postgresql
- DB=mysql
- DB=sqlite3
rvm:
- 2.0.0
- 2.1.6
- 2.2.2
before_script:
- psql -c 'CREATE DATABASE brimir_test;' -U postgres
- ... | Use newer Travis container builds with caching | Use newer Travis container builds with caching
| YAML | agpl-3.0 | ivaldi/brimir,hadifarnoud/brimir,git-jls/brimir,paradime/brimir,himeshp/brimir,Gitlab11/brimir,Gitlab11/brimir,mbchandar/brimir,himeshp/brimir,viddypiddy/brimir,mbchandar/brimir,fiedl/brimir,Gitlab11/brimir,git-jls/brimir,viddypiddy/brimir,himeshp/brimir,paradime/brimir,ivaldi/brimir,hadifarnoud/brimir,Gitlab11/brimir,... |
e35ee6616c87cc97843aed1d8f92b3b7286abace | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2.2
- 2.3.0
- rbx
env:
- ACTIVERECORD=3.0.0
- ACTIVERECORD=3.1.0
- ACTIVERECORD=3.2.0
- ACTIVERECORD=4.0.0
- ACTIVERECORD=4.1.0
- ACTIVERECORD=4.2.0
- ACTIVERECORD=5.0.0
matrix:
exclude:
- rvm: 2.0
env: ACTIVERECORD=5.0.0... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2.2
- 2.3.0
- 2.4.0
- rbx
env:
- ACTIVERECORD=3.0.0
- ACTIVERECORD=3.1.0
- ACTIVERECORD=3.2.0
- ACTIVERECORD=4.0.0
- ACTIVERECORD=4.1.0
- ACTIVERECORD=4.2.0
- ACTIVERECORD=5.0.0
matrix:
exclude:
- rvm: 2.0
env: ACTIVERE... | Add MRI 2.4.0 to Travis build matrix | Add MRI 2.4.0 to Travis build matrix
| YAML | mit | attr-encrypted/attr_encrypted,attr-encrypted/attr_encrypted |
5df9e87eae8400af60afd332d9aca84a6eae45a0 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.12'
before_install:
- 'npm install -g bower gulp typescript'
script:
- 'npm install && bower install && gulp build'
| sudo: false
language: node_js
node_js:
- '4.1'
before_install:
- 'npm install -g bower gulp typescript'
script:
- 'npm install && bower install && gulp build'
| Move the Travis-CI node.js version from 0.12.x version to 4.1.x version | Move the Travis-CI node.js version from 0.12.x version to 4.1.x version
| YAML | apache-2.0 | mtho11/hawkular-charts,mtho11/hawkular-charts,tsegismont/hawkular-charts,mtho11/hawkular-charts,ammendonca/hawkular-charts,hawkular/hawkular-charts,tsegismont/hawkular-charts,ammendonca/hawkular-charts,hawkular/hawkular-charts,hawkular/hawkular-charts,ammendonca/hawkular-charts,tsegismont/hawkular-charts |
c41fb111c47ca84095edeb0227968f1dc3bd94d0 | .travis.yml | .travis.yml | language: python
python: 2.7
install: pip install ply
script: python setup.py test
| language: python
python:
- 2.7
- 3.2
install: pip install ply
script: python setup.py test
| Add Python 3 to CI | Add Python 3 to CI
| YAML | bsd-3-clause | jiyuren/plyj,silverjam/plyj,Craxic/plyj,musiKk/plyj |
605dc593c9fcf2559c1145f269947508e6f3da5b | .travis.yml | .travis.yml | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
language: python
python: "2.6"
- os: linux
language: python
python: "2.7"
- os: linux
language: python
python: "3.2"
- os: linux
language: python
pyt... | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... | Update to latest Travis CI config | Update to latest Travis CI config
| YAML | mit | wbond/certvalidator |
a10ea7055ef3259b63e588280863bd5a694111dd | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy2.7-6.0"
- "pypy3.5-6.0"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tes... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: fals... | Use the pypy aliases to always match the default release for Travis CI | Use the pypy aliases to always match the default release for Travis CI
| YAML | mit | onyxfish/journalism,wireservice/agate,onyxfish/agate |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.