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 |
|---|---|---|---|---|---|---|---|---|---|
ae1056a7e3587f3a17e869386206d691647649ca | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout Scaladex
uses: actions/checkout@v2
with:
path: scaladex
- name: Checkout Scaladex small index
uses: actions/chec... | name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout Scaladex
uses: actions/checkout@v2
with:
path: scaladex
- name: Checkout Scaladex small index
uses: actions/chec... | Use sbtn in CI to load sbt once | Use sbtn in CI to load sbt once
| YAML | bsd-3-clause | scalacenter/scaladex,scalacenter/scaladex |
7aa4f28e3fbbbbe15c13c16dd0476c60c085e97e | .github/workflows/go.yml | .github/workflows/go.yml | name: Go Build and Test
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
... | name: Go Build and Test
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
... | Remove the shell script part that doesn't work on windows. | Remove the shell script part that doesn't work on windows. | YAML | apache-2.0 | google/cloudprober,cloudprober/cloudprober,cloudprober/cloudprober,google/cloudprober,cloudprober/cloudprober |
1b7f0a345fcb3326b2cafd91e6e9e8b261423063 | .semaphore/semaphore.yml | .semaphore/semaphore.yml | version: v1.0
name: Test ETModel
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: RSpec
task:
env_vars:
- name: DATABASE_URL
value: mysql2://root@localhost/etmodel_test?pool=5&encoding=utf8mb4
- name: RAILS_ENV
value: test
- name:... | version: v1.0
name: Test ETModel
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: RSpec
task:
env_vars:
- name: DATABASE_URL
value: mysql2://root@localhost/etmodel_test?pool=5&encoding=utf8mb4
- name: RAILS_ENV
value: test
- name:... | Use Node 16 in Semaphore tests | Use Node 16 in Semaphore tests
It seems Semaphore have changed the default to 18 which breaks asset
compilation.
| YAML | mit | quintel/etmodel,quintel/etmodel,quintel/etmodel,quintel/etmodel |
fe936bff1c0cae5a2ebedc0e7d350cdd7b0f2d80 | recipes/tryceratops/meta.yaml | recipes/tryceratops/meta.yaml | {% set name = "tryceratops" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/tryceratops-{{ version }}.tar.gz
sha256: 4836284760be5e5ffaf31029e0bf858e8f4542ba183208baa249a5b1cc098b9e
build:
number: 0... | {% set name = "tryceratops" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/tryceratops-{{ version }}.tar.gz
sha256: 4836284760be5e5ffaf31029e0bf858e8f4542ba183208baa249a5b1cc098b9e
build:
number: 0... | Add flit-core to host requirements | Add flit-core to host requirements
| YAML | bsd-3-clause | kwilcox/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged... |
cbb42b2ecd99f1152af0439c55d02848c11d02a2 | tasks/configure-tomcat.yml | tasks/configure-tomcat.yml | #
# Configure Tomcat
#
- name: generate a custom 'setenv.sh' from template, provides the ability to configure Tomcat at start-up from outside the container
template:
src: setenv.sh.j2
dest: "{{ tomcat_catalina_base }}/bin/setenv.sh"
mode: ug+x
- name: "generate a custom '{{ tomcat_process_name }}.jmxrem... | #
# Configure Tomcat
#
- name: generate a custom 'setenv.sh' from template, provides the ability to configure Tomcat at start-up from outside the container
template:
src: setenv.sh.j2
dest: "{{ tomcat_catalina_base }}/bin/setenv.sh"
mode: ug+x
- name: "generate a custom '{{ tomcat_process_name }}.jmxrem... | Add UTF-8 encoding to the server connector | Add UTF-8 encoding to the server connector
| YAML | mit | KAMI911/ansible-role-tomcat,KAMI911/ansible-role-tomcat |
438029226491c3a6c865d9a087b0c0d0808d4c59 | plugin.yml | plugin.yml | name: BuycraftPM
main: Buycraft\PocketMine\BuycraftPlugin
version: 1.1.0
author: Tebex Limited
api: [3.0.0]
| name: BuycraftPM
main: Buycraft\PocketMine\BuycraftPlugin
version: 1.1.0
author: Tebex Limited
api: 3.0.0
| Set the minimum API version to 3.0.0 | Set the minimum API version to 3.0.0
| YAML | mit | BuycraftPlugin/BuycraftPM,BuycraftPlugin/BuycraftPM |
8b91cd75a7b9c22c629c5d2513f9f99a50d63066 | boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml | boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml | identifier: adafruit_feather_m0_basic_proto
name: Adafruit Feather M0 Basic Proto
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
| identifier: adafruit_feather_m0_basic_proto
name: Adafruit Feather M0 Basic Proto
type: mcu
arch: arm
ram: 32
flash: 232
toolchain:
- zephyr
- gnuarmemb
- xtools
| Fix Adafruit Feather M0 Basic Proto board metadata | boards: Fix Adafruit Feather M0 Basic Proto board metadata
Available flash to the test system is limited by the code partition
defined in the device tree file.
Signed-off-by: Miguel Dardenne <462485810778257b1f492d4cff65c1b40bd3e2e1@gmail.com>
| YAML | apache-2.0 | zephyrproject-rtos/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,galak/zephyr,galak/zephyr,zephyrproject-rtos/zephyr |
59ec9571ea33cf881f4eb47d404d3df99e502d18 | ansible/roles/create/tasks/destroy_sync.yml | ansible/roles/create/tasks/destroy_sync.yml | ---
- name: acknowledge existing servers
os_server_facts:
- name: debug
set_fact: alive_servers="{{ alive_servers | default([]) | union([item.name]) }}"
when: item['metadata']['group'] is defined and (cluster_name + '_master' == item['metadata']['group'] or cluster_name + '_slaves' == item['metadata']['group'])... | ---
- name: acknowledge existing servers
os_server_facts:
- name: debug
set_fact: alive_servers="{{ alive_servers | default([]) | union([item.name]) }}"
when: item['metadata']['group'] is defined and (cluster_name + '_master' == item['metadata']['group'] or cluster_name + '_slaves' == item['metadata']['group'] ... | Add opportunity to destroy runner as usual | Add opportunity to destroy runner as usual
| YAML | apache-2.0 | ispras/spark-openstack,ispras/spark-openstack |
dcb03605e7cd4d259e25e6727ebb1260d9199a2c | packages/pi/pipes-extras.yaml | packages/pi/pipes-extras.yaml | homepage: ''
changelog-type: ''
hash: cee0341a5ec6b3f894c500652bbd6d17dacf5d89b67aebaf8f4d735406a39b3a
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <1'
test-framework: ! '>=0.4 && <1'
base: ! '>=4 && <5'
HUnit: ! '>=1.2 && <1.3'
pipes: ! '>=4.0 && <4.2'
transformers: ! '>=0.2.0.0 && <0.5'
pipes-extr... | homepage: ''
changelog-type: ''
hash: f783e38e5cfcab42e980b9a31279e2a9508bf15e3e123eea9090c338872f38a5
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <1'
test-framework: ! '>=0.4 && <1'
base: ! '>=4 && <5'
HUnit: ! '>=1.2 && <1.4'
pipes: ! '>=4.0 && <4.2'
transformers: ! '>=0.2.0.0 && <0.5'
pipes-extr... | Update from Hackage at 2015-10-03T21:17:55+0000 | Update from Hackage at 2015-10-03T21:17:55+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6d5c145ca899dcb99e0bfa7eddf4eed81bccac91 | packages/se/servant-ruby.yaml | packages/se/servant-ruby.yaml | homepage: https://github.com/joneshf/servant-ruby#readme
changelog-type: ''
hash: 5485b7da0b87a80d97f66fa061a2153c9cc5e740b181c05f187f91aa413a566b
test-bench-deps:
Cabal: ! '>=1.24 && <1.25'
base: -any
doctest: ! '>=0.11 && <0.12'
maintainer: jones3.hardy@gmail.com
synopsis: Generate a Ruby client from a Servant ... | homepage: https://github.com/joneshf/servant-ruby#readme
changelog-type: ''
hash: 26c25e792d31e7b27a41a2617295eae0621d7e693cec4851064dae80e9a40134
test-bench-deps:
Cabal: ! '>=1.24 && <1.25'
base: -any
doctest: ! '>=0.11 && <0.12'
maintainer: jones3.hardy@gmail.com
synopsis: Generate a Ruby client from a Servant ... | Update from Hackage at 2017-03-20T04:24:30Z | Update from Hackage at 2017-03-20T04:24:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8f5da97e70e15e950184ec8121fb68d53f3a39e0 | docker-compose.yml | docker-compose.yml | version: '3'
services:
web:
container_name: functions_app
image: globobackstage/functions
ports:
- "8100:8100"
networks:
- functions_net
depends_on:
- redis
environment:
REDIS_ENDPOINT: redis://redis:6379/0
redis:
container_name: functions_db
image: redis
v... | version: '3'
services:
web:
container_name: functions_app
image: globobackstage/functions
ports:
- "8100:8100"
networks:
- functions_net
depends_on:
- redis
command: node lib/app.js
volumes:
- .:/application/functions
- node_vol:/application/functions/node_modu... | Add node_modules as volume and start the application | Add node_modules as volume and start the application
| YAML | mit | backstage/functions |
09f1e94f0b4f1589463d0379149e17a803315511 | docker-compose.yml | docker-compose.yml | version: "3.7"
networks:
default:
external:
name: proxy
intern: {}
volumes:
app: {}
cache: {}
db: {}
file: {}
tmp: {}
services:
cms-db:
image: akilli/postgres
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- db
volumes:
- db:/... | version: "3.7"
networks:
default:
external:
name: proxy
intern: {}
volumes:
app: {}
db: {}
file: {}
services:
cms-db:
image: akilli/postgres
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- db
volumes:
- db:/data
- file:/app... | Remove volumes needed for replicas > 1 | Remove volumes needed for replicas > 1
| YAML | mit | akilli/cms,akilli/cms,akilli/cms |
830cf987fdd6e1b950c44d3ba771f975461f6fff | docker-compose.yml | docker-compose.yml | version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.... | version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.... | Upgrade default mu-cl-resources to 1.11.0 | Upgrade default mu-cl-resources to 1.11.0
Less bugs, more features... we hope
| YAML | mit | langens-jonathan/ReactiveMailServiceExample,nvdk/abb-musemtech-workshop,langens-jonathan/ReactiveMailServiceExample,mu-semtech/mu-project |
24cda4234a76b24fe86d702d626c01a93b86c9fd | docker-compose.yml | docker-compose.yml | api:
image: mersocarlin/aspnet
command: dnx web
volumes:
- ./BankService/BankService.Api:/app
ports:
- "5000:5000"
environment:
DB_DATABASE: bank
DB_PORT: 27017
DB_SERVER: 192.168.99.100
links:
- mongo
mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- mongo-aspnet-... | api:
image: mersocarlin/aspnet
command: dnx web
volumes:
- ./BankService/BankService.Api:/app
ports:
- "5000:5000"
environment:
DB_DATABASE: bank
DB_PORT: 27017
DB_SERVER: mongo
links:
- mongo
mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- mongo-aspnet-core-dock... | Update DB_SERVER env variable value | Update DB_SERVER env variable value
| YAML | mit | mersocarlin/aspnet-core-docker-sample,mersocarlin/aspnet-core-docker-sample,mersocarlin/aspnet-core-docker-sample |
a43862de2a4f6d936f7beed515cb0521a58b001e | data/building-hours/6-1-skoglund.yaml | data/building-hours/6-1-skoglund.yaml | name: Skoglund
image: skoglund
category: Gym
schedule:
- title: Hours
hours:
# - {days: [Mo, Tu, We, Th], from: '6:30am', to: '10:30pm'}
# - {days: [Fr], from: '6:30am', to: '8:45pm'}
# - {days: [Sa], from: '9:00am', to: '8:45pm'}
# - {days: [Su], from: '12:00pm', to: '10:30pm'}
- {... | name: Skoglund
image: skoglund
category: Gym
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
- {days: [Fr], from: '8:00am', to: '6:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: ... | Update Skoglund hours for week 35 | hours: Update Skoglund hours for week 35
Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
Reviewed-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
3cd5bded29ce532311011a8eb765326700269d53 | Configuration/NodeTypes.Content.LatestArticles.yaml | Configuration/NodeTypes.Content.LatestArticles.yaml | 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
... | 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
... | Set sorting direction to descending for new elements | FEATURE: Set sorting direction to descending for new elements
| YAML | mit | Sebobo/Shel.Blog,Sebobo/Shel.Blog |
79034baf1ef3018fe53ffab4ae2c49a845b41ec5 | manifest.stage.yml | manifest.stage.yml | applications:
- name: pz-gateway
host: pz-gateway
path: pz-gateway.jar
buildpack: java_buildpack_offline
memory: 2048M
instances: 1
timeout: 80
services:
- pz-kafka
- pz-blobstore
env:
SPRING_PROFILES_ACTIVE: cloud
| applications:
- name: pz-gateway
host: pz-gateway
path: pz-gateway.jar
buildpack: java_buildpack_offline
memory: 2048M
instances: 1
timeout: 80
services:
- pz-kafka
- pz-blobstore
env:
SPRING_PROFILES_ACTIVE: cloud,secure
| Enable Security on Stage (when elevated) | Enable Security on Stage (when elevated) | YAML | apache-2.0 | venicegeo/pz-gateway,venicegeo/pz-gateway,venicegeo/pz-gateway |
40402fef305994913aa60137564690a0390751cb | .github/workflows/default.yml | .github/workflows/default.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Dump PHP version
run: php -v
- name: Validate composer.json
run: composer validate --strict
- name: Lint all PHP files
run: composer run qa:lint
- name: Install Barrel... | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Dump PHP version
run: php -v
- name: Validate composer.json
run: composer validate --strict
- name: Lint all PHP files
run: composer run qa:lint
- name: Install Barrel... | Use v1 instead of master | Use v1 instead of master
| YAML | mit | christeredvartsen/php-bittorrent |
76ccc3db3860a6d10959071cb0ad43df0e6774ca | recipes/xray-vision/meta.yaml | recipes/xray-vision/meta.yaml | package:
name: xray-vision
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python
- distribute
- numpy
- six
- matplotl... | package:
name: xray-vision
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python
run:
- python
- numpy
- matplotlib
... | Fix bad build requirements in xray-vision recipe | Fix bad build requirements in xray-vision recipe
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes |
2347d7c96f344ce71098806d9c264e200149e570 | environment.yml | environment.yml | name: unidata-workshop
channels:
- conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- shapely
- siphon
- xarray
- pip
- ffmpeg
- pytest
| name: unidata-workshop
channels:
- conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- shapely
- siphon
- xarray
- pip
- ffmpeg
- pytest
- pip:
- mpldatacursor
| Add back mpldatacursor for skewt command line example | Add back mpldatacursor for skewt command line example
| YAML | mit | julienchastang/unidata-python-workshop,julienchastang/unidata-python-workshop,Unidata/unidata-python-workshop |
e5baba9998f013865e9bcd755a16a8f7b0e2c1da | config/prisons/BLI-bristol.yml | config/prisons/BLI-bristol.yml | ---
name: Bristol
nomis_id: BLI
address:
- 19 Cambridge Road
- Bristol
- BS7 8PS
email: socialvisits.bristol@hmps.gsi.gov.uk
enabled: true
estate: Bristol
phone: 0117 372 3213
slots:
mon:
- 1400-1600
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
- 1400-1600
sun:
- ... | ---
name: Bristol
nomis_id: BLI
address:
- 19 Cambridge Road
- Bristol
- BS7 8PS
email: socialvisits.bristol@hmps.gsi.gov.uk
enabled: true
estate: Bristol
phone: 0117 372 3213
slots:
mon:
- 1400-1600
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
- 1400-1600
sun:
- ... | Update Bristol Christmas visit slots | Update Bristol Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
5817e868fbc7714ce5ca22109f1749205546f336 | recipes/pickleshare/meta.yaml | recipes/pickleshare/meta.yaml | {% set version = "0.7.3" %}
package:
name: pickleshare
version: {{ version }}
source:
fn: pickleshare-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pickleshare/pickleshare-{{ version }}.tar.gz
md5: 0ccdd8e65737a92eec47888dae61ff95
build:
number: 0
script: python setup.py install --single-... | {% set version = "0.7.4" %}
package:
name: pickleshare
version: {{ version }}
source:
fn: pickleshare-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pickleshare/pickleshare-{{ version }}.tar.gz
md5: 6a9e5dd8dfc023031f6b7b3f824cab12
build:
number: 0
script: python setup.py install --single-... | Update pickleshare recipe to version 0.7.4 | Update pickleshare recipe to version 0.7.4
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
9ef75ca5cc4a74245ca6137ca7e8ee55f54776d6 | docker-compose.yml | docker-compose.yml | version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/li... | version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb:0.9
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/va... | Switch to influxdb 0.9 in attempt to fix timestamping problem | Switch to influxdb 0.9 in attempt to fix timestamping problem
| YAML | mit | mcci-catena/docker-ttn-dashboard,mcci-catena/docker-ttn-dashboard |
ce876959326ed3382e3629a3d5dfa0342a21f126 | docker-compose.yml | docker-compose.yml | version: "3.2"
volumes:
keymaterial:
secrets:
mysql-root-password:
file: docker/secrets/mysql-root-password
mysql-password:
file: docker/secrets/mysql-password
admin-password:
file: docker/secrets/admin-password
services:
db:
image: mysql
environment:
MYSQL_ROOT_PASSWORD_FILE: /r... | version: "3.2"
volumes:
keymaterial:
secrets:
mysql-root-password:
file: docker/secrets/mysql-root-password
mysql-password:
file: docker/secrets/mysql-password
admin-password:
file: docker/secrets/admin-password
services:
db:
image: mysql
environment:
MYSQL_ROOT_PASSWORD_FILE: /r... | Remove obsolete links from compose file | Remove obsolete links from compose file
| YAML | agpl-3.0 | EFForg/panopticlick-python,EFForg/panopticlick-python,EFForg/panopticlick-python,EFForg/panopticlick-python |
f50953975f98f93e43b62e77e240ae340dcd07d1 | docker-compose.yml | docker-compose.yml | planetsubjects:
dockerfile: Dockerfile
build: ./
volumes:
- ./:/generate-subjects-from-planet-api
ports:
- "3736:3736"
environment:
- "NODE_ENV=development"
| planetsubjects:
dockerfile: Dockerfile
build: ./
volumes:
- ./:/generate-subjects-from-planet-api
ports:
- "3736:3736"
environment:
- "NODE_ENV=development"
- "PLANET_API_KEY" | Use planet key from host env | Use planet key from host env
| YAML | apache-2.0 | zooniverse/planetary-response-network |
35cfa538ee6343cedc3aff4ec4e9eb5de0660891 | docker-compose.yml | docker-compose.yml | version: '2'
services:
golang:
image: golang | version: '2'
services:
golang:
image: golang
working_dir: /ecsy
volumes:
- ".:/ecsy" | Add file mounts in docker container | Add file mounts in docker container
| YAML | mit | lox/ecsy,lox/ecsy |
e21fff98172e91d1e54779f0bb5530a70d512924 | metadata/com.daemon.ssh.yml | metadata/com.daemon.ssh.yml | Categories:
- Security
License: GPL-2.0-or-later
AuthorName: Tibor Tarnai
AuthorEmail: tibor.tarnai@gmail.com
SourceCode: https://github.com/jazzm0/ssh-daemon
IssueTracker: https://github.com/jazzm0/ssh-daemon/issues
AutoName: SshDaemon
RepoType: git
Repo: https://github.com/jazzm0/ssh-daemon
Builds:
- versionNa... | Categories:
- Security
License: GPL-2.0-or-later
AuthorName: Tibor Tarnai
AuthorEmail: tibor.tarnai@gmail.com
SourceCode: https://github.com/jazzm0/ssh-daemon
IssueTracker: https://github.com/jazzm0/ssh-daemon/issues
AutoName: SshDaemon
RepoType: git
Repo: https://github.com/jazzm0/ssh-daemon
Builds:
- versionNa... | Update SshDaemon to 2.0.3 (12) | Update SshDaemon to 2.0.3 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
decd216dad63aec5c89396aee4a2b5b9f29c0de9 | assets/testem.yml | assets/testem.yml | launchers:
Node:
command: node_modules/.bin/mocha test/**/*.spec.js
protocol: tap
launch_in_dev:
- Node
| launchers:
Node:
command: node_modules/.bin/mocha -R tap test/**/*.spec.js
protocol: tap
launch_in_dev:
- Node
| Update mocha test output to use tap format | Update mocha test output to use tap format
| YAML | mit | jinn-tool/jinn |
e843202ee600f60477b2a077c2e5819500c942aa | user/tasks/main.yml | user/tasks/main.yml | ---
- name: add groups
group:
state: present
gid: "{{ item.uid }}"
name: "{{ item.name }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "present"
- name: add and remove users
user:
state: "{{ item.state | default('present') }}"
name: "{{ item.name }}"
uid: "{{... | ---
- name: add groups
group:
state: present
gid: "{{ item.uid }}"
name: "{{ item.name }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "present"
- name: add and remove users
user:
state: "{{ item.state | default('present') }}"
name: "{{ item.name }}"
uid: "{{... | Set default password hash to 13 asterisks | user: Set default password hash to 13 asterisks
From OpenBSD's passwd(5):
"Similarly, login accounts not allowing password authentication but
allowing other authentication methods, for example public key
authentication, conventionally have 13 asterisks in the password field."
| YAML | isc | jkryorg/ansible-roles |
84f11c7468db316c2ce93beedb81059bdf14e483 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
- tripleo-upgrades-master-pipeline
gate:
queue: tripleo
| ---
- project:
queue: tripleo
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
- tripleo-upgrades-master-pipeline
gate:
... | Declare queue at top level | zuul: Declare queue at top level
Zuul deprecated declaring shared queues at a pipeline level with
release 4.1.0. This updates the job definition to use the top level
declaration instead.
Change-Id: Ifd674efb349e0c3156606c8fce72a176f8d05b0f
| YAML | apache-2.0 | openstack/os-net-config |
7cf3200d24a5e689b161ab3ae44a73e5c8880cad | gaff2xml/meta.yaml | gaff2xml/meta.yaml | package:
name: gaff2xml
version: 0.6.1
source:
git_url: https://github.com/choderalab/gaff2xml.git
git_tag: 0.6.1
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
# - rdki... | package:
name: gaff2xml
version: 0.6.2
source:
git_url: https://github.com/choderalab/gaff2xml.git
git_tag: 0.6.2
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
# - rdki... | Update gaff2xml version to 0.6.2 release | Update gaff2xml version to 0.6.2 release
Former-commit-id: a3419c679754683241fad76de379e2a3f5458a4a | YAML | mit | swails/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,mpharrigan/conda-recipes,mpharrigan/conda-recipes,marscher/omnia-conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,jchodera/conda-recipes,omnia-md/con... |
b83216e806f5eac27a1f072f7e51f68ad38f31bd | src/Oro/Bundle/FilterBundle/Resources/translations/OroFilterBundle.en.yml | src/Oro/Bundle/FilterBundle/Resources/translations/OroFilterBundle.en.yml | label_type_yes: yes
label_type_no: no
label_type_contains: contains
label_type_not_contains: does not contain
label_type_equals: is equal to
label_type_start_with: starts with
label_type_end_with: ends with
label_type_not_equals: is not equal to
label_type_equal: =
label_type_greater_equal: >=
label_type_greater_than: ... | 'label_type_yes': 'yes'
'label_type_no': 'no'
'label_type_contains': 'contains'
'label_type_not_contains': 'does not contain'
'label_type_equals': 'is equal to'
'label_type_start_with': 'starts with'
'label_type_end_with': 'ends with'
'label_type_not_equals': 'is not equal to'
'label_type_equal': '='
'label_type_greate... | Add quotes to translation messages for not displayed "greater than" symbol | Add quotes to translation messages for not displayed "greater than" symbol
| YAML | mit | Djamy/platform,akeneo/platform,hugeval/platform,morontt/platform,orocrm/platform,mszajner/platform,orocrm/platform,orocrm/platform,2ndkauboy/platform,geoffroycochard/platform,ramunasd/platform,akeneo/platform,akeneo/platform,trustify/oroplatform,geoffroycochard/platform,trustify/oroplatform,northdakota/platform,ramunas... |
52f636d809f9d2bfdc8db7244831a69db4f9650a | roles/nginx/defaults/main.yml | roles/nginx/defaults/main.yml | ---
nginx_path: /etc/nginx
nginx_logs_root: /var/log/nginx
nginx_user: www-data
nginx_fastcgi_buffers: 8 8k
nginx_fastcgi_buffer_size: 8k
nginx_ssl_path: "{{ nginx_path }}/ssl"
# HSTS defaults
nginx_hsts_max_age: 31536000
nginx_hsts_include_subdomains: true
nginx_hsts_preload: true
# Fastcgi cache params
nginx_cache_... | ---
nginx_path: /etc/nginx
nginx_logs_root: /var/log/nginx
nginx_user: www-data
nginx_fastcgi_buffers: 8 8k
nginx_fastcgi_buffer_size: 8k
nginx_ssl_path: "{{ nginx_path }}/ssl"
# HSTS defaults
nginx_hsts_max_age: 31536000
nginx_hsts_include_subdomains: true
nginx_hsts_preload: true
# Fastcgi cache params
nginx_cache_... | Remove CSRF cookie from nginx cache config | Remove CSRF cookie from nginx cache config
| YAML | mit | newtonne/trellis,newtonne/trellis,newtonne/trellis |
4aa9572a6b8c4d72bca65624084546ac7d02ac8a | helm/prometheus-operator/templates/clusterrole.yaml | helm/prometheus-operator/templates/clusterrole.yaml | {{- if .Values.rbacEnable }}
{{- if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1beta1" }}
apiVersion: rbac.authorization.k8s.io/v1beta1
{{- else if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1alpha1" }}
apiVersion: rbac.authorization.k8s.io/v1alpha1
{{- end }}
kind: ClusterRole
metadata:
... | {{- if .Values.rbacEnable }}
{{- if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1beta1" }}
apiVersion: rbac.authorization.k8s.io/v1beta1
{{- else if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1alpha1" }}
apiVersion: rbac.authorization.k8s.io/v1alpha1
{{- end }}
kind: ClusterRole
metadata:
... | Fix RBAC support for CRD | Fix RBAC support for CRD
| YAML | apache-2.0 | gianrubio/prometheus-operator,brancz/prometheus-operator,brancz/prometheus-operator,mmerrill3/prometheus-operator,gianrubio/prometheus-operator,mmerrill3/prometheus-operator,gianrubio/prometheus-operator,coreos/prometheus-operator,jescarri/prometheus-operator,brancz/prometheus-operator,coreos/prometheus-operator,mmerri... |
c180bce00b2949fce65c70a0fbdab78c624cfa58 | .github/release-drafter.yml | .github/release-drafter.yml | name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Facebook Connector Changes'
labels:
- 'connector/facebook'
- title: 'GitHub Connector Ch... | name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Facebook Connector Changes'
labels:
- 'connector/facebook'
- title: 'GitHub Connector Ch... | Add mattermost section to changelog | Add mattermost section to changelog | YAML | apache-2.0 | opsdroid/opsdroid,jacobtomlinson/opsdroid,FabioRosado/opsdroid |
ae7d4551af1dc9dec75eff06ee90c265152e297a | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- uses: ankane/setup-elasticse... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- uses: ankane/setup-elasticsearch@v1
- run: bundle exec rake test
| Test with Ruby 3.1 on CI | Test with Ruby 3.1 on CI
| YAML | mit | ankane/searchjoy,ankane/searchjoy |
47dbcddb17ccfc2f7b34d9c4642fe111b7d06841 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo bui... | name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo bui... | Add fuse to redox github action. | Add fuse to redox github action.
| YAML | mit | redox-os/orbtk |
e3f7d647f01922172c280b16a5fb196e7c16a171 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... | Set artifacts expiration to 90 days | Set artifacts expiration to 90 days
| YAML | mit | lomik/carbon-clickhouse,lomik/carbon-clickhouse,lomik/carbon-clickhouse |
5149d9104211b33f56fe02c92d9b6d5ffca78f3b | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3... | name: Unit Tests
on: [push, pull_request]
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3.4
- name: Configure environm... | Improve workflow trigger and name. | Improve workflow trigger and name.
Also, a single '*' matches zero or more characters, but does not match
the '/' character, so this is less restrictive.
| YAML | mit | openelections/openelections-data-ca,openelections/openelections-data-ca |
25cb6953d605e47b892f5633a21c4ad3339260d9 | roles/nodepool/tasks/main.yml | roles/nodepool/tasks/main.yml | ---
- name: install required packages
become: yes
apt:
name: "{{ item }}"
with_items:
- debootstrap
- qemu-utils
- name: install nodepool sudoers file (for DIB builds)
become: yes
copy:
dest: /etc/sudoers.d/99_nodepool_suoders
mode: 0400
owner: root
content: "nodepool ALL=(ALL) NO... | - name: install required packages
become: yes
apt:
name: "{{ item }}"
with_items:
- debootstrap
- qemu-utils
- curl
- name: install nodepool sudoers file (for DIB builds)
become: yes
copy:
dest: /etc/sudoers.d/99_nodepool_suoders
mode: 0400
owner: root
content: "nodepool ALL=(... | Add curl as a nodepool dep | Add curl as a nodepool dep
| YAML | apache-2.0 | SpamapS/hoist,SpamapS/hoist,BonnyCI/hoist,jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist |
dbad2985590ac78364d5933f23c0a41f8ab9069b | roles/security/tasks/main.yml | roles/security/tasks/main.yml | ---
- include: firewalld.yml
sudo: true
when: secure_firewalld
- include: sshd.yml
sudo: true
when: secure_ssh
- include: fail2ban.yml
sudo: true
when: secure_fail2ban
# ipv6? Check it if you have it.
- include: ipv6.yml
sudo: true
when: ansible_default_ipv6 != {} and secure_ipv6
- name: Add SSH keys ... | ---
- include: firewalld.yml
sudo: true
when: secure_firewalld
- include: sshd.yml
sudo: true
when: secure_ssh
- include: fail2ban.yml
sudo: true
when: secure_fail2ban
# ipv6? Check it if you have it.
- include: ipv6.yml
sudo: true
when: ansible_default_ipv6 != {} and secure_ipv6
- name: Add SSH keys ... | Add internal CA trust to trust anchors list | Add internal CA trust to trust anchors list
| YAML | mit | ryansb/workstation,ryansb/workstation,ryansb/workstation |
3e825d5039e804c51400e3d9b5699fd1c81e12a2 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: github pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Cache dependencies
us... | name: github pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
# - name: Cache dependencies
# ... | Remove cache temporarily and use Node.js v16 | Remove cache temporarily and use Node.js v16
| YAML | mit | sondreb/Basilar,sondreb/Basilar |
1336c4b6d1a6f4bc6beebccb920e5ff858889292 | .github/workflows/gtest-ci.yml | .github/workflows/gtest-ci.yml | name: ci
on:
push:
pull_request:
env:
BAZEL_CXXOPTS: -std=c++14
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
Mac... | name: ci
on:
push:
pull_request:
env:
BAZEL_CXXOPTS: -std=c++14
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
Mac... | Fix MSVC C++14 flag for GitHub workflow | Fix MSVC C++14 flag for GitHub workflow
PiperOrigin-RevId: 474053482
Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
| YAML | bsd-3-clause | google/googletest,google/googletest,google/googletest,google/googletest |
37085765aed161446873f04e36ce9ea14715de5f | .github/workflows/openbsd.yaml | .github/workflows/openbsd.yaml | # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: OpenBSD CI
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into OpenBSD server and run test on OpenBSD 6.8 32-bit
# Con... | # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: OpenBSD CI
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into OpenBSD server and run test on OpenBSD 6.8 32-bit
# Con... | Make OpenBSD test robust to filesystem changes | Make OpenBSD test robust to filesystem changes | YAML | mit | dbwiddis/oshi,hazendaz/oshi |
b9be0ed1fbc75c09793f7c7ef057c73a67046c06 | tasks/main.yml | tasks/main.yml | ---
# tasks file for consul
- name: Run specified tasks on current platform
include: "{{ ansible_system }}.yml"
| ---
# tasks file for consul
- name: Run specified tasks on current platform
include: "{{ ansible_system }}.yml"
- block:
- name: Ensure consul_config_remote_dir exists
file:
path: "{{ consul_config_remote_dir }}"
owner: "{{ consul_config_owner }}"
group: "{{ consul_config_group }}"
state... | Implement tasks for Consul config. | Implement tasks for Consul config.
| YAML | mit | FGtatsuro/ansible-consul,FGtatsuro/ansible-consul |
1085794761176577f17927346e466291ce70dcd2 | packages/la/lapack-ffi.yaml | packages/la/lapack-ffi.yaml | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 44c32c08d3377feef6fe07c28b109746df6bf9a4215d02f2ab69c8f8c2ae7c20
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 582283c5ad755287d1b81cb4b7679da03d84a3d07f0efc6974499eeb1ef4c2fd
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | Update from Hackage at 2018-04-02T21:15:31Z | Update from Hackage at 2018-04-02T21:15:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0ba3d595cb6a4de5a5b5d4a3461522a36fd47704 | packages/pi/pipes-http.yaml | packages/pi/pipes-http.yaml | homepage: ''
changelog-type: ''
hash: cf863d984190162475447374eef4939a729dce51857ea9077de374eff3f9fdc8
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: HTTP client with pipes interface
changelog: ''
basic-deps:
http-client: ! '>=0.2 && <0.6'
bytestring: ! '>=0.9.2.1 && <0.11'
base: ! '>=4 && <5'
p... | homepage: ''
changelog-type: ''
hash: 94950f5640b2f41bec290c9c181f2963bf138ecd1600d630b8c7505ee4d3b704
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: HTTP client with pipes interface
changelog: ''
basic-deps:
http-client: ! '>=0.2 && <0.7'
bytestring: ! '>=0.9.2.1 && <0.11'
base: ! '>=4 && <5'
p... | Update from Hackage at 2019-01-11T03:30:51Z | Update from Hackage at 2019-01-11T03:30:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d0f4b52a4e1933eedfbf73b86d783e59b2fbfa10 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: rust:latest
steps:
- checkout
- run: cargo test
build:
docker:
- image: rust:latest
steps:
- checkout
- run: cargo build --release
- run: cp target/release/mm_api_notify workspace/mm_api_notify
- run: echo $CIRC... | version: 2
jobs:
test:
docker:
- image: rust:latest
steps:
- checkout
- run: cargo test
build:
docker:
- image: rust:latest
steps:
- checkout
- run: cargo build --release
- run: cp target/release/mm_api_notify workspace/mm_api_notify
- run: echo $CIRC... | Add back in container step | Add back in container step
| YAML | apache-2.0 | twincitiespublictelevision/mm_api_notify,twincitiespublictelevision/mm_api_notify |
8defce4223123d27626e2ae765760f7cc93e538c | .circleci/config.yml | .circleci/config.yml | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
working_directory: /go/src/github.com/HeySquirrel/tribe
steps:
- checkout
- run: go ge... | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.9
working_directory: /go/src/github.com/HeySquirrel/tribe
steps:
- checkout
- run: go ge... | Move to golang 1.9 in circle ci. | Move to golang 1.9 in circle ci.
| YAML | mit | HeySquirrel/tribe |
0fbacaef92c84b1f85f5b101e5bf86ffa58970be | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/closex
docker:
- image: elixir:1.5
environment:
COVERALLS_REPO_TOKEN: 3T8c9tUBXMAmGPmnBO1SUv7xGFr32gbLs
MIX_ENV: test
steps:
- checkout
- run: mix local.hex --force
- run: mix local.rebar --force
- run:... | version: 2
jobs:
build:
working_directory: ~/closex
docker:
- image: elixir:1.5
environment:
COVERALLS_REPO_TOKEN: 3T8c9tUBXMAmGPmnBO1SUv7xGFr32gbLs
MIX_ENV: test
steps:
- checkout
- run: mix local.hex --force
- run: mix local.rebar --force
- run:... | Check formatting on build in ci | Check formatting on build in ci
| YAML | mit | nested-tech/closex |
ed703be8c8c64a035d68a7e187720dfb1a4449df | config/examples/low_memory_strip.yaml | config/examples/low_memory_strip.yaml | # More stripping for low memory environments, removing e.g. RegExp support,
# coroutine support, etc.
DUK_USE_BUFFEROBJECT_SUPPORT: false
DUK_USE_REGEXP_SUPPORT: false
DUK_USE_REFERENCE_COUNTING: false
DUK_USE_DOUBLE_LINKED_HEAP: false
# Consider to reduce code footprint at the expense of less safeguards against
# ... | # More stripping for low memory environments, removing e.g. RegExp support,
# coroutine support, etc.
DUK_USE_BUFFEROBJECT_SUPPORT: false
DUK_USE_REGEXP_SUPPORT: false
DUK_USE_REFERENCE_COUNTING: false
DUK_USE_DOUBLE_LINKED_HEAP: false
# Consider to reduce code footprint at the expense of less safeguards against
# ... | Disable Math built-in for stripped build | Disable Math built-in for stripped build
| YAML | mit | svaarala/duktape,jmptrader/duktape,harold-b/duktape,markand/duktape,svaarala/duktape,jmptrader/duktape,jmptrader/duktape,markand/duktape,markand/duktape,svaarala/duktape,svaarala/duktape,svaarala/duktape,svaarala/duktape,markand/duktape,jmptrader/duktape,harold-b/duktape,jmptrader/duktape,svaarala/duktape,jmptrader/duk... |
472cd90a052a16ef2b97a82b60755dc39c90d22b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
py26:
macos:
# macOS 10.12, last version with Python 2.6
xcode: 9.2.0
steps:
- checkout
- run: /usr/bin/python2.6 run.py deps
- run: /usr/bin/python2.6 run.py ci
pypy:
macos:
# macOS 10.14.4
xcode: 10.3.0
steps:
- run: brew install pyp... | version: 2
jobs:
py26:
macos:
# macOS 10.12, last version with Python 2.6
xcode: 9.2.0
steps:
- checkout
- run: /usr/bin/python2.6 run.py deps
- run: /usr/bin/python2.6 run.py ci
pypy:
macos:
# macOS 10.14.4
xcode: 10.3.0
steps:
- checkout
- run:... | Fix CircleCI to check out repo for PyPy job | Fix CircleCI to check out repo for PyPy job
| YAML | mit | wbond/asn1crypto |
66a2d1ceaeb92362d9bd03b1046c2e6145086881 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/iypm
docker:
- image: minn/node-awscli:latest
steps:
- checkout
- restore_cache:
key: deps-{{ checksum "package.json" }}
- run: yarn install
- save_cache:
key: deps-{{ checksum "package.json" }}
paths:... | version: 2
jobs:
build:
working_directory: ~/iypm
docker:
- image: minn/node-awscli:latest
steps:
- checkout
- restore_cache:
key: deps-{{ checksum "package.json" }}
- run: yarn install
- save_cache:
key: deps-{{ checksum "package.json" }}
paths:... | Add steps to alias release candidate deploy | Add steps to alias release candidate deploy
| YAML | mpl-2.0 | MinnSoe/ifyoupayme,MinnSoe/ifyoupayme,MinnSoe/ifyoupayme |
63bf819628f3ee5d4f081916fd0e78ed5e302bd8 | .circleci/config.yml | .circleci/config.yml | # Java Gradle CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: cimg/openjdk:8.0
# Specify service dependencies here if necessary
# CircleCI maintains a l... | # Java Gradle CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: cimg/openjdk:8.0
# Specify service dependencies here if necessary
# CircleCI maintains a l... | Disable dep verification in circle tests | Disable dep verification in circle tests
| YAML | apache-2.0 | rundeck/rundeck-cli,rundeck/rundeck-cli |
8ee0a3a869fb7e78c62a5ced2de60a80cf7257ac | playbooks/proposal/pre.yaml | playbooks/proposal/pre.yaml | - hosts: all
pre_tasks:
- name: Install git-review
command: pip install git-review
become: yes
- name: Copy scripts to the script dir on the node
copy:
dest: '{{ ansible_user_dir }}/scripts/'
src: '{{ item }}'
mode: 0755
with_items:
- generate_puppetfil... | - hosts: all
pre_tasks:
- name: Install git-review
command: pip3 install git-review
become: yes
- name: Copy scripts to the script dir on the node
copy:
dest: '{{ ansible_user_dir }}/scripts/'
src: '{{ item }}'
mode: 0755
with_items:
- generate_puppetfi... | Install git-review under python3 for proposed updates | Install git-review under python3 for proposed updates
We were installing git-review under python2 in order to propose updates
to Gerrit. git-review happily runs under python3 so update the
installation to avoid python2.
Change-Id: I1671345d71cd60f6508a2c067c4e308680234afe
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
05486983dc8df24dcb6cafcf36212cffb99e90f2 | kubernetesPod.yaml | kubernetesPod.yaml | apiVersion: v1
kind: Pod
metadata:
labels:
ci: rpooli-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
command:
- cat
tty: true
| apiVersion: v1
kind: Pod
metadata:
labels:
ci: rpooli-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
resources:
limits:
memory: "2Gi"
cpu: "2000m"
requests:
memory: "1.5Gi"
cpu: "10... | Add resource limits for Jenkins build | Add resource limits for Jenkins build | YAML | apache-2.0 | openanalytics/RPooli,openanalytics/RPooli,openanalytics/RPooli |
07111913671123d032f36207cdbb1a3385bdeeb1 | packages/co/constrictor.yaml | packages/co/constrictor.yaml | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: e60a86841e225a982a3029f0a403a2b1fadb65ece09d3218f393f1ee63cf686c
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: eaf4ba51cd4cbd0669d694bdd6a83fb30efa3c428a00b99858a979d737005723
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... | Update from Hackage at 2018-04-17T15:53:10Z | Update from Hackage at 2018-04-17T15:53:10Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f8d209a655b34595a89400037d081ee1859f8b19 | phpspec.yml | phpspec.yml | suites:
davidgarciacat_suite:
namespace: DavidGarciaCat
extensions:
- PhpSpec\Extension\CodeCoverageExtension
code_coverage:
format:
- html
- clover
output:
html: coverage
clover: coverage.xml
| suites:
davidgarciacat_suite:
namespace: DavidGarciaCat\NetworkPolyfill
psr4_prefix: DavidGarciaCat\NetworkPolyfill
extensions:
- PhpSpec\Extension\CodeCoverageExtension
code_coverage:
format:
- html
- clover
output:
html: coverage
clover: coverage.xml
| Set Namespace and PSR-4 Prefix | Set Namespace and PSR-4 Prefix
| YAML | mit | DavidGarciaCat/network-polyfill |
045e62dd13782a68f425760aa69efe42dc0f050c | .travis.yml | .travis.yml | language: "node_js"
node_js:
- 0.10
- 4.0
- 5.0
| language: "node_js"
node_js:
- 6
- 8
- 10
| Update node versions on CI | Update node versions on CI
| YAML | mit | hokaccha/node-jwt-simple |
8f40aaa67fa302ac210ef5e7c113769dbcb10597 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python: 3.5 # this is needed to fool travis to have python3.5 as well
# See tox.ini for env list
# This list should be generated using tox -l
env:
- TOXENV=py27-django17
- TOXENV=py33-django17
- TOXENV=py34-django17
- TOXENV=py27-django18
- TOXENV=... | # Config file for automatic testing at travis-ci.org
language: python
python: 3.5 # this is needed to fool travis to have python3.5 as well
# See tox.ini for env list
# This list should be generated using tox -l
env:
- TOXENV=py27-django17
- TOXENV=py33-django17
- TOXENV=py34-django17
- TOXENV=py27-django18
- TOXENV=... | Include code-quality checks in Travis | Include code-quality checks in Travis
| YAML | bsd-3-clause | django-functest/django-functest,django-functest/django-functest,django-functest/django-functest |
107eb7fab3646727987a609185784a3631f77d5c | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.0.0-p598
- 1.9.3
- 1.8.7-head
- jruby-head
- ruby-head
- rbx-3.13
bundler_args: --without test
script: bundle exec rspec spec
| language: ruby
rvm:
- 2.3.1
- 2.2.5
- ruby-head
- rbx-3.13
bundler_args: --without test
script: bundle exec rspec spec
| Remove testing with 2.0.0, 1.9.3, 1.8.7-head, jruby-head | Remove testing with 2.0.0, 1.9.3, 1.8.7-head, jruby-head
| YAML | mit | robmckinnon/morph |
0aa518d6ce392e4434645591f38de9c3005bbcac | .travis.yml | .travis.yml | sudo: required
services:
- docker
before_install:
- docker pull adamryman/splunk-travis-ci:latest
- docker images
- docker run --hostname splunk -p 8089:8089 -d adamryman/splunk-travis-ci
- docker ps -a
- sudo apt-get update
- sudo apt-get install curl
-... | sudo: required
services:
- docker
before_install:
- docker pull adamryman/splunk-travis-ci:latest
- docker images
- docker run --hostname splunk -p 8089:8089 -d adamryman/splunk-travis-ci
- docker ps -a
- docker ps -q
- sudo apt-get update
- sudo apt-get... | Add docker ps -q to see docker container id | Add docker ps -q to see docker container id
| YAML | apache-2.0 | adamryman/splunk-sdk-javascript,adamryman/splunk-sdk-javascript |
214cfeddb138ef3de455661bddef543fd6f5f6fa | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
- jruby
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
| Revert "Add support back for Jruby" | Revert "Add support back for Jruby"
This reverts commit 41f39c2c370617f93aecb62a506739c801164194.
| YAML | bsd-3-clause | ryanatwork/Connexionz |
fccf1814f1af153ede074dcdad12f02b407b092d | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=https://www.djangoproject.com/download/1.5b2/tarball/
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
install:
- pip install $DJANGO
- pip install django... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=https://www.djangoproject.com/download/1.5c1/tarball/
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
install:
- pip install $DJANGO
- pip install django... | Test against Django 1.5 rc1 | Test against Django 1.5 rc1
| YAML | bsd-2-clause | leeahoward/django-rest-framework,jpulec/django-rest-framework,callorico/django-rest-framework,fishky/django-rest-framework,tomchristie/django-rest-framework,hunter007/django-rest-framework,yiyocx/django-rest-framework,d0ugal/django-rest-framework,arpheno/django-rest-framework,hnarayanan/django-rest-framework,ossanna16/... |
220b6dc02e0809e918748e4b1d7ae0704932d6e3 | .travis.yml | .travis.yml | before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
bundler_args: --standalone --without development
script: RUBYLIB=./bundle script/test
env:
- SSL=no
- SSL=yes
language: ruby
matrix:
allow_failures:
# "A fatal error has been detected by the Java Ru... | before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
bundler_args: --standalone --without development
script: RUBYLIB=./bundle script/test
env:
- SSL=no
- SSL=yes
language: ruby
matrix:
allow_failures:
# "A fatal error has been detected by the Java Ru... | Allow jruby-XYmode failures on Travis due to RVM bug | Allow jruby-XYmode failures on Travis due to RVM bug
travis-ci/travis-ci#1948
| YAML | mit | mauricionr/faraday,stayhero/faraday,daviswahl/faraday,ekampp/faraday,jhass/faraday,O-I/faraday,nevans/faraday,hrysd/faraday,hstrowd/faraday,hrysd/faraday,lostisland/faraday,davidcornu/faraday,customink/faraday,AvaelKross/faraday,apepper/faraday,nevans/faraday,engineyard/faraday,pvdb/faraday,luvtechno/faraday,jhass/fara... |
9541858406b925aa12a77eaf002bc0cc0012520b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.8.17
- DJANGO=1.9.12
- DJANGO=1.10.5
install:
- pip install Django==$DJANGO times da-vinci pillow redis shortuuid
- sudo apt-get install -qq optipng
script: make test
services: redis
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO=1.8.17
- DJANGO=1.9.12
- DJANGO=1.10.5
install:
- pip install Django==$DJANGO times da-vinci pillow redis shortuuid
- sudo apt-get install -qq optipng
script: make test
services: redis
| Exclude Python 3.3 from test matrix. | Exclude Python 3.3 from test matrix.
| YAML | mit | ui/django-thumbnails |
292395903e41f7ed175207c0379d12972dbfe656 | .travis.yml | .travis.yml | language: ruby
sudo: false
script: bundle exec rake travis
matrix:
fast_finish: true
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile... | language: ruby
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libvirt-dev
script: bundle exec rake travis
matrix:
fast_finish: true
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile:... | Install libvirt header files to compile ruby-libvirt | Travis: Install libvirt header files to compile ruby-libvirt
| YAML | mit | yyuu/fog,theforeman/fog,bryanl/fog,joshmyers/fog,eLobato/fog,ack/fog,pravi/fog,ManageIQ/fog,dhague/fog,mohitsethi/fog,adamleff/fog,mavenlink/fog,kongslund/fog,dustacio/fog,papedaniel/fog,fog/fog,dLobatog/fog,joshisa/fog,mitchlloyd/fog,bryanl/fog,sapcc/fog,glennpratt/fog,mohitsethi/fog,nalabjp/fog,icco/fog,kongslund/fog... |
b63d403700547cb261a2e3cc23477c75d55c92d3 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6.1.0
branches:
only:
- develop
env:
- TEST_DIR=backend
- TEST_DIR=frontend
services:
- mongodb
before_script:
- sleep 5
- npm install -g gulp typings jspm pm2 jasmine
script: cd $TEST_DIR && npm install && tsd install && jspm install
| language: node_js
node_js:
- 6.1.0
branches:
only:
- develop
env:
- TEST_DIR=backend
- TEST_DIR=frontend
services:
- mongodb
before_script:
- sleep 5
- npm install -g gulp typings jspm pm2 jasmine
script: cd $TEST_DIR && npm install && typings install && jspm install
| Fix to use typings instead of deprecated tsd | Fix to use typings instead of deprecated tsd
| YAML | mit | sundriver/RAM,dave-cheong/RAM,sundriver/RAM,dave-cheong/RAM,dave-cheong/RAM,atogov/RAM,sundriver/RAM,sundriver/RAM,dave-cheong/RAM,atogov/RAM,atogov/RAM,atogov/RAM |
b79c31832ef98033651af8ef07116e00064fa69c | .travis.yml | .travis.yml | # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
cache:
directories:
- $HOME/.glide/cache
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
- GOOS=linux GOARCH=386
- GOOS=linux GOARCH=arm
- GO... | # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
cache:
directories:
- $HOME/.glide/cache
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
- GOOS=linux GOARCH=386
- GOOS=linux GOARCH=arm
- GO... | Use code instead of psql to create sentry_ci db | Use code instead of psql to create sentry_ci db
| YAML | mit | diyan/assimilator,diyan/assimilator,diyan/assimilator |
d4c310865e84e240409bf43bde0fc7683c388e6d | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
- provider: s3
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AW... | language: java
jdk: oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
- provider: s3
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AW... | Change deployed bundle to zip instead of jar | Change deployed bundle to zip instead of jar
| YAML | mit | z3on/telegram-bots,z3on/telegram-bots |
66b19abd476768ea9e7ef95a8c3403100964d31b | .travis.yml | .travis.yml | # Travis CI (http://travis-ci.org/) is a continuous integration service for
# open source projects. This file configures it to run unit tests for rtfblog.
language: go
go:
- 1.5
- 1.6
- tip
before_install:
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/goveralls
- go ge... | # Travis CI (http://travis-ci.org/) is a continuous integration service for
# open source projects. This file configures it to run unit tests for rtfblog.
language: go
go:
- 1.5
- 1.6
- tip
before_install:
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/goveralls
- go ge... | Fix build on Travis by switching to PG 9.4 | Fix build on Travis by switching to PG 9.4
Travis support has recommended that since they seem to be experiencing
problems with 9.5 on Precise images.
| YAML | bsd-2-clause | rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog |
d06b0b25708ec12e526364677e987c6ab18f118f | .travis.yml | .travis.yml | language: node_js
node_js:
- '8'
- '6'
- '4'
services:
- redis-server
script: npm run test:full
after_success: npm run coverage
notifications:
email:
on_success: never
| language: node_js
node_js:
- '8'
- '6'
- '4'
services:
- redis-server
- mongodb
script: npm run test:full
after_success: npm run coverage
notifications:
email:
on_success: never
| Add MongoDB service to Travis | Add MongoDB service to Travis
| YAML | mit | lukechilds/keyv |
262a51882107fc84a64a489f992c8d384c06dad0 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- nightly
matrix:
allow_failures:
- php: 7
- php: hhvm
- php: nightly
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
before_script:
- mysql -e 'create database test;'
script: phpunit | language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- nightly
matrix:
allow_failures:
- php: 7
- php: nightly
sudo: false
before_install:
- travis_retry composer self-update
install: travis_retry composer install --no-interaction --prefer-source
before_script:
- mysql -e 'create database te... | Remove HHVM allow failure & edited phpunit script path | Remove HHVM allow failure & edited phpunit script path
| YAML | mit | qlake/framework,qlake/framework |
c54ddb466663986b968dee67a4db7421a38215d7 | .travis.yml | .travis.yml | ---
language: lisp
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=ecl
- LISP=clisp
- LISP=abcl-bin
- LISP=allegro
# - LISP=clasp
# - LISP=cmu-bin
matrix:
fast_finish: true
allow_failures:
- env: LISP=abcl-bin
- env: LISP=allegro
# - env: LISP=cmu-bin
# - env: ... | ---
language: lisp
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=ecl
- LISP=clisp
- LISP=abcl-bin
- LISP=allegro
# - LISP=clasp
# - LISP=cmu-bin
matrix:
fast_finish: true
allow_failures:
- env: LISP=abcl-bin
- env: LISP=allegro
# - env: LISP=cmu-bin
# - env: ... | Call configlet subcommand on CI | Call configlet subcommand on CI
This changes configlet to pass a subcommand.
For now, we've released a version of configlet which handles both the old command:
configlet path/to/track
as well as the new command:
configlet lint path/to/track
This will let us update all the travis files to include the subco... | YAML | mit | exercism/xlisp,exercism/xlisp,wobh/xlisp,verdammelt/xlisp,wobh/xlisp,verdammelt/xlisp |
695accacd8ca39964b189da59c90a1d03cf9146a | .travis.yml | .travis.yml | sudo: required
dist: precise
language: cpp
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- g++-5
- gcc-5
- cmake
- cmake-data
... | sudo: required
dist: trusty
language: cpp
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- g++-5
- gcc-5
- cmake
- cmake-data
... | Fix compile with boost filesystem 2 | Fix compile with boost filesystem 2
| YAML | mit | benvenutti/hasm,benvenutti/hasmTest,benvenutti/hasm,benvenutti/hasmTest |
6c593d56475d58b607f718ca27f913dfba623ae7 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
before_install:
# We need GraphViz to draw figures of graphs and lattices:
- "sudo apt-get install graphviz 2>&1 | tail -n 2"
# We need these to call GraphViz from Python:
- "pip install pydot pyparsing --use-mirrors | tail -n 2"
# We need NumPy, which currently is... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
before_install:
# We need GraphViz to draw figures of graphs and lattices:
- "sudo apt-get install graphviz 2>&1 | tail -n 2"
# We need these to call GraphViz from Python:
- "pip install pydot pyparsing --use-mirrors | tail -n 2"
# We also need Nu... | Remove 2to3 call in TravisCI testing; TravisCI provides NumPy now | Remove 2to3 call in TravisCI testing; TravisCI provides NumPy now
| YAML | bsd-3-clause | peterjc/ccn |
2f65f21868d886c45c637db3f48b182d3389e090 | .travis.yml | .travis.yml |
language: php
php:
- 5.3
before_script:
- curl -sS https://getcomposer.org/installer | php
script: make
|
language: php
php:
- 5.4
before_script:
- curl -sS https://getcomposer.org/installer | php
script: make
| Update PHP version in Travis for Composer install | Update PHP version in Travis for Composer install
| YAML | mit | hnrysmth/reddit-api-client,Zetaphor/reddit-api-client |
f0cde605e7c42f16e9375db1bd9bfcaec9c03a89 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5.2
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- pip install Django==$DJANGO selenium --use-mirrors
script:
- python setup.py test
| language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5.5
- DJANGO=1.6
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- pip install Django==$DJANGO selenium --use-mirrors
script:
- python setup.py test
| Add Django 1.6 to Travis testing matrix. | Add Django 1.6 to Travis testing matrix.
| YAML | bsd-3-clause | jondbaker/django-critique |
c42c5c64fd0019d4de2b6dc1598e6623cbb3f014 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.3
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- brew install gnu-sed s3cmd
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gv... | language: objective-c
osx_image: xcode9.4
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- brew install gnu-sed s3cmd
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gv... | Use Xcode 9.4 image on Travis CI | Use Xcode 9.4 image on Travis CI
| YAML | mit | eljeff/AudioKit,adamnemecek/AudioKit,adamnemecek/AudioKit,eljeff/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit,audiokit/AudioKit,eljeff/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit,audiokit/AudioKit,eljeff/AudioKit |
564706d814280c669b3c222170a0459d4212366c | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
cache:
yarn: true
install:
- yarn
- cd functions && npm install && cd ..
script:
- npm test
- npm run deploy:ci | language: node_js
node_js:
- "7"
cache:
yarn: true
install:
- yarn
- cd functions && npm install && cd ..
script:
- npm test
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_BRANCH" = "master" ]; then npm run deploy:ci; fi'
| Deploy on only master in Travis | :green_heart: Deploy on only master in Travis
| YAML | mit | nownabe/brainfuck-board,nownabe/brainfuck-board |
23220cca8f9bbfd7aa52abf3fb7a8b307a075033 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-2.1.1
env:
- DB=sqlite SEQUEL='~> 3.38'
- DB=sqlite SEQUEL='~> 4.0'
- DB=mysql SEQUEL='~> 3.38'
- DB=mysql SEQUEL='~> 4.0'
- DB=postgres SEQUEL='~> 3.38'
- DB=postgres SEQUEL='~> 4.0'
gemfile: ci/Gemfile.ci
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-2.1.1
env:
- DB=sqlite SEQUEL='~> 3.38'
- DB=sqlite SEQUEL='~> 4.0'
- DB=mysql SEQUEL='~> 3.38'
- DB=mysql SEQUEL='~> 4.0'
- DB=postgres SEQUEL='~> 3.38'
- DB=postgres SEQUEL='~> 4.0'
gemfile: ci/Gemfile.ci
matrix:
allow_failures:
- rvm: ru... | Allow ruby-head and rbx to fail | Allow ruby-head and rbx to fail
| YAML | mit | TalentBox/delayed_job_sequel,cloudfoundry/delayed_job_sequel |
f823e9df90ffe0938f9f590becf9ad7cbc0ffd89 | .travis.yml | .travis.yml | cache:
directories:
- $HOME/.m2
language: java
jdk:
- oraclejdk7
- oraclejdk8
email:
- ben.alex@acegi.com.au
install:
- mvn -B -Pdeploy -DexcludeGroupIds=com.github.github -V dependency:go-offline
script:
- mvn -B -Pdeploy -Dgpg.skip=true verify
after_success:
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8... | cache:
directories:
- $HOME/.m2
language: java
jdk:
- oraclejdk7
- oraclejdk8
email:
- ben.alex@acegi.com.au
install:
- mvn -B -Pdeploy -DexcludeGroupIds=com.github.github -V dependency:go-offline
script:
- mvn -B -Pdeploy -Dgpg.skip=true verify
after_success:
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8... | Use base64 --decode for OS X compatibility | Use base64 --decode for OS X compatibility
| YAML | apache-2.0 | acegi/xml-format-maven-plugin |
a285997f694e32bd009cb2b24e88613e9cc57b09 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby
- rbx
matrix:
allow_failures:
- rvm: rbx
fast_finish: true
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- jruby
- rbx
matrix:
allow_failures:
- rvm: rbx
fast_finish: true
| Use latest Rubies on Travis | Use latest Rubies on Travis
| YAML | mit | splattael/minitest-around |
8c84d9e8e207371973d7d1f8cd126fd05a371dc8 | .travis.yml | .travis.yml | branches:
only:
- development
os:
- linux
- osx
language: generic
env:
global:
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-05-03-a
sudo: required
dist: trusty
osx_image: xcode7.3
install:
- eval "$(cat ./install-swiftenv.sh)"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install -y li... | branches:
only:
- development
os:
- linux
- osx
language: generic
env:
global:
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-05-03-a
sudo: required
dist: trusty
osx_image: xcode7.3
install:
- eval "$(cat ./install-swiftenv.sh)"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install -y li... | Change command to run tests | Change command to run tests
| YAML | apache-2.0 | ibm-bluemix-mobile-services/bms-pushnotifications-serversdk-swift,ibm-bluemix-mobile-services/bluemix-pushnotifications-swift-sdk,ibm-bluemix-mobile-services/bluemix-pushnotifications-swift-sdk,ibm-bluemix-mobile-services/bms-pushnotifications-serversdk-swift |
f2c0afac8f1fda0d1b408da9fb9e61a2df3393b6 | .travis.yml | .travis.yml | language: node_js
addons:
chrome: stable
node_js:
- "8"
- "10"
- "12"
env:
- WEBPACK_VERSION=4
- WEBPACK_VERSION=3
script: yarn lint && yarn add --dev webpack@$WEBPACK_VERSION && yarn test
| language: node_js
addons:
chrome: stable
node_js:
- "8"
- "10"
- "12"
env:
- WEBPACK_VERSION=4
- WEBPACK_VERSION=3
install: yarn install --ignore-engines
script: yarn lint && yarn add --dev webpack@$WEBPACK_VERSION --ignore-engines && yarn test
| Work around installation issue in Travis | Work around installation issue in Travis
file-loader isn't compatible with Node 8, but it still works. Instead of
removing Node 8 support for this module I'm simply making the install
command ignore the incompat.
| YAML | mit | enduire/happo.io,enduire/happo.io |
65c90ebe87c8f3626cf5a53457888417f7a0078c | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.3.0
- 2.3.3
- 2.4.0
- 2.4.4
- 2.5.0
- 2.5.3
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
before_install: 'gem install bundler'
script: 'bundle exec rake'
notifications:
email:... | language: ruby
cache: bundler
env:
global:
- CC_TEST_REPORTER_ID=6dc7db591131b55839297349c4a843ee7d7d9b28731c6bb4f1db9d42fa86c7b6
rvm:
- 2.3.0
- 2.3.3
- 2.4.0
- 2.4.4
- 2.5.0
- 2.5.3
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/r... | Test for codeclimate code coverage uploads. Might clash with multiple ruby/rails versions. | Test for codeclimate code coverage uploads. Might clash with multiple ruby/rails versions.
| YAML | mit | Stex/setting_accessors,Stex/setting_accessors,Stex/setting_accessors |
00a1569e473553b5b4a4ecddb7b03dcb06bcd998 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
global:
- WAIT_FOR_ES=1
matrix:
- ES_VERSION=1.0.3
- ES_VERSION=1.1.2
- ES_VERSION=1.2.1
install:
- mkdir /tmp/elasticsearch
- wget -O - https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERS... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
global:
- WAIT_FOR_ES=1
matrix:
- ES_VERSION=1.0.3
- ES_VERSION=1.1.2
- ES_VERSION=1.2.1
install:
- mkdir /tmp/elasticsearch
- wget -O - https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch... | Add 3.4 to the testing matrix | Add 3.4 to the testing matrix
| YAML | apache-2.0 | Quiri/elasticsearch-dsl-py,elastic/elasticsearch-dsl-py,hampsterx/elasticsearch-dsl-py,REVLWorld/elasticsearch-dsl-py,ziky90/elasticsearch-dsl-py,solarissmoke/elasticsearch-dsl-py,ngokevin/elasticsearch-dsl-py,f-santos/elasticsearch-dsl-py,harshmaur/elasticsearch-dsl-py,gkirkpatrick/elasticsearch-dsl-py,3lnc/elasticsea... |
c2f45b4bca9ea031fd264460dbdbe78a055259ca | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
gemfile:
- test/gemfiles/5.0.gemfile
- test/gemfiles/5.1.gemfile
- test/gemfiles/5.2.gemfile
before_install:
- gem i rubygems-update -v '<3' && update_rubygems
- gem install bundler --no-document
script:
- bundle exec rake test
matrix:
include:
... | language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
gemfile:
- test/gemfiles/5.0.gemfile
- test/gemfiles/5.1.gemfile
- test/gemfiles/5.2.gemfile
before_install:
- gem i rubygems-update -v '<3' && update_rubygems
- gem install bundler -v 1.17.3 --no-document
script:
- bundle exec rake test
matrix:
... | Fix bundler to a supported version. | Fix bundler to a supported version. | YAML | mit | bootstrap-ruby/rails-bootstrap-forms,donv/rails-bootstrap-forms |
7950dc1843df588849162f475e816027f5905f77 | .travis.yml | .travis.yml | language: node_js
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: gh-pages
local-dir: demo | language: node_js
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: gh-pages
local-dir: packages/simplebar/demo | Fix Travis deployment folder path | Fix Travis deployment folder path
| YAML | mit | Grsmto/simplebar,Grsmto/simplebar,Grsmto/simplebar |
c7e8a0597a6ac08c60a25e65f49cdc9bbaf46e2e | .travis.yml | .travis.yml | language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
env:
global:
- TEST=-v
matrix:
- DOCUTILS=0.11
- DOCUTILS=0.12
install:
- pip install -U pip
- pip install docutils==$DOCUTILS
- pip install -r requirem... | language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
env:
global:
- TEST=-v
matrix:
- DOCUTILS=0.11
- DOCUTILS=0.12
- DOCUTILS=0.13.1
matrix:
exclude:
- python: "3.4"
env: ... | Add Python 3.6 and pypy | [FIX] Add Python 3.6 and pypy
| YAML | bsd-3-clause | mga-sphinx/sphinx_adc_theme,mga-sphinx/sphinx_adc_theme,mga-sphinx/sphinx_adc_theme |
6f1b25a6453f7f1015088e537ab242ea0b249323 | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | chef-cookbooks/chef-analytics,chef-cookbooks/chef-analytics |
f3cf0f7f70dd0322808acb6ae4a91d236ecf9ede | .travis.yml | .travis.yml | language: java
env:
- secure: "h08AjZZ0G2A9gHFbUrLNwBgjqj52On0+psV82JAopZxcdynIK2QQ5uDavZKOU/W3rUSUHJvl7pjzZkZgUccJX+iqUXZh7hJxY79nTPSjMNW4Hl9I7qQp1etKZMxfc0x+1ikZVpzbsfpYaypkf8hTYVKVZTcFDg6yueHL+Q2rI0Q="
after_success:
"mvn -B package cargo:redeploy"
| language: java
env:
- secure: "h08AjZZ0G2A9gHFbUrLNwBgjqj52On0+psV82JAopZxcdynIK2QQ5uDavZKOU/W3rUSUHJvl7pjzZkZgUccJX+iqUXZh7hJxY79nTPSjMNW4Hl9I7qQp1etKZMxfc0x+1ikZVpzbsfpYaypkf8hTYVKVZTcFDg6yueHL+Q2rI0Q="
after_success:
"if [ $TRAVIS_PULL_REQUEST -eq false ]; then mvn -B package cargo:redeploy; fi"
| Disable deploy of pull requests | Disable deploy of pull requests
| YAML | agpl-3.0 | mvk13ogb/qwait,mvk13ogb/qwait,mvk13ogb/qwait |
45e0fd7c42321b350f7832887a4c48c6058f5c8d | .travis.yml | .travis.yml | sudo: false
language: c
addons:
apt:
packages:
- pandoc
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
branches:
only:
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
| sudo: false
language: c
addons:
apt:
packages:
- pandoc
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
| Package on all commits, not just tags | Package on all commits, not just tags
| YAML | mit | Choonster/PetBattleMusic,Choonster/PetBattleMusic |
0aa536d39912a42c1282321ab5c808877e51d957 | .travis.yml | .travis.yml | language: perl6
sudo: false
perl6:
- latest
install:
- rakudobrew build-panda
- panda update && panda install Compress::Bzip2::Raw
| language: perl6
sudo: false
perl6:
- latest
install:
- rakudobrew build-zef
- zef install .
| Use zef instead of panda | Use zef instead of panda
| YAML | artistic-2.0 | Altai-man/perl6-Compress-Bzip2 |
487ed9f514475042023c582d5eba419fe2f0081b | .travis.yml | .travis.yml | dist: bionic
language: ruby
rvm: 2.6
gemfile:
- Gemfile
- test/gemfiles/activerecord52.gemfile
- test/gemfiles/activerecord51.gemfile
- test/gemfiles/activerecord50.gemfile
script: bundle exec rake test
services:
- postgresql
addons:
postgresql: 10
before_script:
- createdb strong_migrations_test
matrix:
... | dist: bionic
language: ruby
script: bundle exec rake test
services:
- postgresql
addons:
postgresql: 10
before_script:
- createdb strong_migrations_test
jobs:
include:
- rvm: 2.7
gemfile: Gemfile
- rvm: 2.6
gemfile: test/gemfiles/activerecord52.gemfile
- rvm: 2.5
gemfile: test/gemf... | Test against multiple Ruby versions on Travis | Test against multiple Ruby versions on Travis
| YAML | mit | ankane/strong_migrations |
7ebbf2c86e08651ae590c7620c7801b92de20201 | .travis.yml | .travis.yml | sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- ruby-head
matrix:
fast_finish: true
| 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"
| Fix error on Travis for JRuby. | Fix error on Travis for JRuby.
| YAML | mit | AEgan/rails-controller-testing,rails/rails-controller-testing,AEgan/rails-controller-testing,AEgan/rails-controller-testing,rails/rails-controller-testing |
af9d7d31ef224f1848e6e8e95607b7e10f58c439 | .travis.yml | .travis.yml | language: python
git:
depth: 5
matrix:
include:
- python: '2.7'
env: TOXENV=py27
- python: '2.7'
env: TOXENV=lint
- python: '3.6'
env: TOXENV=py36
fast_finish: true
install:
- pip install tox
script:
- tox -e $TOXENV
| language: python
git:
depth: 5
matrix:
include:
- python: '2.7'
env: TOXENV=py27
- python: '2.7'
env: TOXENV=lint
- python: '3.3'
env: TOXENV=py33
- python: '3.4'
env: TOXENV=py34
- python: '3.5'
env: TOXENV=py35
- python: '3.6'
env: TOXENV=py36
- python: '3.7'
env: TOXENV=... | Use various python environments for running tests | Travis: Use various python environments for running tests
| YAML | mit | manrajgrover/halo,ManrajGrover/halo |
f1a6da8b2b1ec9bd914f41eaa2a6990880e04375 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
before_script:
- "pip install paramiko || true"
- "echo NoHostAuthenticationForLocalhost yes >> ~/.ssh/config"
- "echo StrictHostKeyChecking no >> ~/.ssh/config"
- "ssh-keygen -q -f ~/.ssh/id_rsa -N ''"
- "cat ~/.s... | sudo: true
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
before_script:
- "pip install paramiko || true"
- "echo NoHostAuthenticationForLocalhost yes >> ~/.ssh/config"
- "echo StrictHostKeyChecking no >> ~/.ssh/config"
- "ssh-keygen -q -f ~/.ssh/id_rsa -N ''"
... | Fix for Travis not building on newer forks. | Fix for Travis not building on newer forks.
| YAML | mit | astraw38/plumbum,astraw38/plumbum,tomerfiliba/plumbum,pombredanne/plumbum,AndydeCleyre/plumbum,adamchainz/plumbum,fahhem/plumbum,fahhem/plumbum,AndydeCleyre/plumbum,henryiii/plumbum,tigrawap/plumbum,vodik/plumbum,pombredanne/plumbum,tigrawap/plumbum,henryiii/plumbum,tomerfiliba/plumbum,weka-io/plumbum,vodik/plumbum,ada... |
54be0e1043e8b3e19ef4e99e08dc0610a5554ca5 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install .
- pip install nose
script: nosetests
| language: python
python:
- "2.7"
- "3.1"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install .
- pip install nose
- pip install pandas
script: nosetests
| Add Python 3.1 and pandas to Travis specs | Add Python 3.1 and pandas to Travis specs
| YAML | mit | jsvine/pdfplumber |
5324755292dbee95cef31e622c0b0b059543f5ec | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 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`:
# script: bundle exec rspec spec
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 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`:
# script: bundle exec rspec spec
| Remove support of MRI 1.8.7 and add support of MRI 2.0.0 | Remove support of MRI 1.8.7 and add support of MRI 2.0.0
| YAML | mit | avokhmin/gon,gazay/gon,be9/gon,razum2um/gon |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.