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 |
|---|---|---|---|---|---|---|---|---|---|
95a59ca040db5ff7c26954fdc700842ea5086d7a | .github/workflows/main.yml | .github/workflows/main.yml | name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java_version: [1.8]
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up JDK ${... | name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java_version: [1.8]
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up JDK ${... | Build with github actions: add random port | Build with github actions: add random port
| YAML | apache-2.0 | jooby-project/jooby,jooby-project/jooby,jooby-project/jooby,jooby-project/jooby,jooby-project/jooby |
01aebe0bfc9b85ab74700aef1f6f7a13c6e9e8ef | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: Build website
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or ... | # This is a basic workflow to help you get started with Actions
name: Build website
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or ... | Update node to latest version | housekeeping: Update node to latest version | YAML | mit | reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website |
176297911c1abca18299a93ea6a35970f78dd44d | .github/workflows/test.yml | .github/workflows/test.yml | name: Run test and verifier
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.33.0
steps:
- uses: actions/checkout@v2
- name: Install libpython
run: |
apt-get update -y
... | name: Run test and verifier
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.33.0-alpine
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8.3
uses: actions/setup-python@... | Upgrade workflow to use alpine image | Upgrade workflow to use alpine image
| YAML | apache-2.0 | google/ac-library.cr |
f2783e42b801618a45dc8c4b9620d72c6c28e8f1 | .github/workflows/test.yml | .github/workflows/test.yml | name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-version: ... | name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-version: ... | Bump ridedott/merge-me-action from v1.8.24 to v1.8.30 | Bump ridedott/merge-me-action from v1.8.24 to v1.8.30
| YAML | mit | forresto/noflo-gum |
35ab529a3589e3a1b582d5b3d6826a5da2ba67bc | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- "pip install git+git://github.com/TurboGears/crank.git"
- "pip install git+git://github.com/TurboGears/backlash.git"
- "pip install repoze.who"
- "pip install coverage"
- "pip install nose"
- "pip install -e .[testing]"
- if [[ ... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- "pip install git+git://github.com/TurboGears/crank.git"
- "pip install git+git://github.com/TurboGears/backlash.git"
- "pip install repoze.who"
- "pip install coverage"
- "pip install nose"
- "pip install -e .[testing]"
... | Add test suite for py3.4 | Add test suite for py3.4
| YAML | mit | lucius-feng/tg2,lucius-feng/tg2 |
22ced8b34a8b90b0e5d7a3b72a78e1c6bd597221 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js (latest)
uses: actions/setup-node@v2
with:
node-version: 15
- name: Before Install
run: |
mkdir -p shogi/boa... | name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js (latest)
uses: actions/setup-node@v2
with:
node-version: 15
- name: Before Install
run: |
mkdir -p shogi/boa... | Install and use Firebase emulators on GitHub Actions | Install and use Firebase emulators on GitHub Actions
| YAML | mit | tsg-ut/slackbot,tsg-ut/slackbot,tsg-ut/slackbot,tsg-ut/slackbot,tsg-ut/slackbot,tsg-ut/slackbot |
d43b7dc0f1b36a47ccae24c921acfd9cbd73a964 | .github/workflows/test.yml | .github/workflows/test.yml | name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
react-version:
- ^16.8.0
- ^17.0.0
steps:
- uses: actions/checkout@v2
- uses: browser-actions/... | name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
react-version:
- ^16.8.0
- ^17.0.0
steps:
- uses: actions/checkout@v2
- uses: browser-actions/... | Use github run_id as coveralls job id | Use github run_id as coveralls job id
| YAML | mit | perrin4869/react-stay-scrolled |
0ed7f99525429b1e7ba5b48e17c9c7af09ba2260 | .travis.yml | .travis.yml | language:
- c
- objective-c
before_install:
- if [[ `uname` = 'Linux' ]]; then sudo apt-get update -qq; sudo apt-get install -qq uuid-dev; fi
script: make clean test
branches:
only:
- master
- develop
| language:
- c
- objective-c
before_install:
- if [[ `uname` = 'Linux' ]]; then sudo apt-get update -qq; sudo apt-get install -qq uuid-dev; fi
script: make clean test
branches:
only:
- master
- develop
- ci-tests
| Update Travis config with a CI branch for testing CI. | Update Travis config with a CI branch for testing CI.
| YAML | mit | ahknight/hfsinspect,ahknight/hfsinspect |
8b6a049560e3cf149574ec3091e5621a9c340bc5 | .travis.yml | .travis.yml | osx_image: xcode7.1
language: objective-c
env:
global:
- LANG=en_US.UTF-8
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
script:
# Carthage
- xctool clean build -project Async.xcodeproj -scheme "Async iOS" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool clean build -project As... | osx_image: xcode7.1
language: objective-c
env:
global:
- LANG=en_US.UTF-8
before_install:
- brew update || brew update
- brew outdated xctool || brew upgrade xctool
script:
# Carthage
- xctool clean build -project Async.xcodeproj -scheme "Async iOS" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool clean bu... | Fix brew error on Travis CI | Fix brew error on Travis CI
Double `brew update` until https://github.com/Homebrew/homebrew/issues/45616 has been resolved
| YAML | mit | kostiakoval/Async,kostiakoval/Async,duemunk/Async,duemunk/Async,2h4u/Async,2h4u/Async,kostiakoval/Async,duemunk/Async,2h4u/Async |
a88219b4cbebc83d85ab6ee14beb2e762c413491 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "stable"
sudo: false
| language: node_js
node_js:
- "4"
- "5"
- "6"
sudo: false
| Update Travis to supported versions of node | Update Travis to supported versions of node | YAML | mit | IanVS/eslint-nibble |
c743cc73e07acf6d8981601c7c4c10a240a0c88e | .travis.yml | .travis.yml | language: go
go:
- 1.5
- tip
install:
- go get golang.org/x/tools/cmd/cover
- go get -d -t ./...
| language: go
go:
- 1.7
- 1.8
- tip
install:
- go get golang.org/x/tools/cmd/cover
- go get -d -t ./...
| Drop support for Go versions less than 1.7 | Drop support for Go versions less than 1.7
| YAML | mit | shiwano/websocket-conn |
d8fd60d5407ae3d293fa49a00fda70caa00ce506 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
sudo: false
before_script:
- npm install -g nodegit
script:
- npm run ci
notifications:
email:
- kimmobrunfeldt+git-hours@gmail.com
| language: node_js
node_js:
- '0.12'
sudo: false
before_script:
- npm install -g nodegit
script:
- npm run ci
notifications:
email:
- kimmobrunfeldt+git-hours@gmail.com
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
| Install libstdc++ when testing on Travis | Install libstdc++ when testing on Travis
Found on [1]. Fixes the error [2] when running a build on Travis CI.
[1] https://github.com/nodegit/nodegit/issues/853
[2] Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version
`GLIBCXX_3.4.20' not found (required by
/home/travis/build/kimmobrunfeldt/git-hours/node_modules/... | YAML | mit | kimmobrunfeldt/git-hours,mrPjer/git-hours |
ca79ad6d79d643c789b12da5999c4202681a37d4 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
cache: pip
before_cache: rm -f $HOME/.cache/pip/log/debug.log
install: pip install .[test] codecov
script: pytest
after_success: codecov
| language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
cache: pip
before_cache: rm -f $HOME/.cache/pip/log/debug.log
install: pip install .[test] codecov
script: pytest
after_success: codecov
| Remove Python 3.4 from Travis config (might as well end things with Travis on a green light!). | Remove Python 3.4 from Travis config (might as well end things with Travis on a green light!).
| YAML | bsd-2-clause | lmaurits/BEASTling |
9b65ad37b44203f9b25e3b0124994fe4d0535069 | .travis.yml | .travis.yml | language: c
sudo: required
compiler: gcc
branches:
only:
- master
- /^dev\/.*$/
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq -y gcc-avr avr-libc binutils-avr
- cd Debug
script:
- make
| language: c
sudo: required
compiler: gcc
branches:
only:
- master
- /^dev\/.*$/
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq -y gcc-avr avr-libc binutils-avr
- cd Release
script:
- make
| Test with release, not debug | Test with release, not debug
| YAML | mit | bigdisp/scoreboard-atmega8-i2c,bigdisp/scoreboard-atmega8-i2c |
d03113123aee04266e8712aea4f5cf56d980e831 | .travis.yml | .travis.yml | language: php
php:
- '7.2'
install:
- composer self-update
- composer install
script: composer test
| language: php
php:
- '7.2'
- '7.1'
install:
- composer self-update
- composer install
script: composer test
| Add tests to another versions of php | Add tests to another versions of php
| YAML | mit | tacnoman/dephpugger,tacnoman/dephpugger |
5168e16f010efced57ba6fba5e28f19c3cce04da | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- 5
script: npm run build
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_failure: change
after_success: 'npm run coveralls'
cache:
directories:
- node_modules
| language: node_js
node_js:
- 6
- 5
script: npm run build
install:
- npm i -g npm@latest
- npm install
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_failure: change
after_success: 'npm run coveralls'
cache:
direct... | Test against modern node versions | Test against modern node versions
| YAML | mit | mydearxym/coder_club_frontend,mydearxym/coder_club_frontend |
da700cde85f63cfdb6f1acd11bde5e08aaf2602a | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.6
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install i... | language: node_js
node_js:
- 0.10
- 0.8
- 0.6
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm ... | Test against Node.js 0.10 at Travis CI. | Test against Node.js 0.10 at Travis CI.
| YAML | mit | bigeasy/cadence,bigeasy/cadence |
18d882f47a976e790fe9d268b9205191510bd5cc | .travis.yml | .travis.yml | ---
language: cpp
compiler:
- gcc
- clang
install:
- apt-get install -y fglrx libx11-xcb-dev libxcb-composite0-dev libxcb-util0-dev libxcb-res0-dev libxcb-ewmh-dev libxcb-keysyms1-dev libsdl2-dev
script:
- ./numake
sudo: required
dist: trusty
| ---
language: cpp
compiler:
- gcc
- clang
install:
- sudo apt-get install -y fglrx libx11-xcb-dev libxcb-composite0-dev libxcb-util0-dev libxcb-res0-dev libxcb-ewmh-dev libxcb-keysyms1-dev libsdl2-dev
script:
- ./numake
sudo: required
dist: trusty
| Add sudo to install script | Add sudo to install script
| YAML | bsd-2-clause | bullno1/xveearr,bullno1/xveearr,bullno1/xveearr |
2b6ef57f1fb98d1de6b52be792a3e275a7371b0a | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
before_script: unset GEM_PATH GEM_HOME JRUBY_OPTS
before_install:
- sudo hostname "$(hostname | cut -c1-63)"
- (cat /etc/hosts ; echo 127.0.0.1 $(hostname)) | sudo tee /etc/hosts
- sudo apt-get -qq update
- sudo apt-get install -y graph... | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_script: unset GEM_PATH GEM_HOME JRUBY_OPTS
before_install:
- sudo hostname "$(hostname | cut -c1-63)"
- (cat /etc/hosts ; echo 127.0.0.1 $(hostname)) | sudo tee /etc/hosts
- sudo apt-get -qq update
- sudo apt-get install -y graphviz
install: ... | Remove OpenJDK6 from TravisCI test matrix | Remove OpenJDK6 from TravisCI test matrix
| YAML | apache-2.0 | ysb33r/asciidoctorj,lefou/asciidoctorj,lefou/asciidoctorj,ysb33r/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor/asciidoctorj,robertpanzer/asciidoctorj,lefou/asciidoctorj,abelsromero/asciidoctorj,ysb33r/asciidoctorj,abelsromero/asciidoctorj,ysb33r/asciidoctorj,robertpanzer/asciidoctorj,robertpanzer/asciidoctorj,lefou... |
5d38dcd19ad55a126d9e1d33aaa91802b2048dfb | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3.4
- 2.4.1
env:
- SPHINX_BIN=/usr/local/sphinx-2.0.10/bin SPHINX_VERSION=2.0.10
- SPHINX_BIN=/usr/local/sphinx-2.1.9/bin SPHINX_VERSION=2.1.9
- SPHINX_BIN=/usr/local/sphinx-2.2.6/bin SPHINX_VERSION=2.2.6
before_script: killall searchd; echo ''
after_script: killall se... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3.4
- 2.4.1
env:
- SPHINX_BIN=/usr/local/sphinx-2.0.10/bin SPHINX_VERSION=2.0.10
- SPHINX_BIN=/usr/local/sphinx-2.1.9/bin SPHINX_VERSION=2.1.9
- SPHINX_BIN=/usr/local/sphinx-2.2.6/bin SPHINX_VERSION=2.2.6
before_script:
- killall searchd; echo ''
- ((ruby --version | gr... | Add frozen string literal testing for MRI 2.4.1. | Add frozen string literal testing for MRI 2.4.1.
| YAML | mit | pat/riddle,pat/riddle |
b97a08203ac4ca48e8b872ffe612c3ced9f0525f | .travis.yml | .travis.yml | language: node_js
sudo: required
before_script:
- sudo npm install -g grunt
script: grunt test --verbose --force
| language: node_js
sudo: required
before_script:
- sudo $(which npm) install -g grunt
script: grunt test --verbose --force
| Fix npm problem with Travis | Fix npm problem with Travis
| YAML | mit | dubzzz/js-tools,dubzzz/js-tools |
c7278733bc9b94654a1ea148c817d34b3d7874a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
env:
global:
- secure: WpONrYFk2EARWh2pYRvbQzdY+0klUB24MmTKYKPs2eCmtgE2BYiz6MbgXrUGpUcIK1ejV4Bsa2eKE0BU68BxdWOInJ+R4Sb9lTtHyjeRvqkjn8LrBBZn5sm0vN/xPOLxa/C5opQO2y4SyagDAH4qj9dMe+Af7XFdY9ZRFqYO1y0=
- secure: IOJ2av5z26juZkT+1gdSunVAcGViYz7Tg7wuBw8vDMkhC+6uTdrfdZjQ4cbxSpITxYrxWb14... | language: node_js
node_js:
- '0.10'
env:
global:
- secure: WpONrYFk2EARWh2pYRvbQzdY+0klUB24MmTKYKPs2eCmtgE2BYiz6MbgXrUGpUcIK1ejV4Bsa2eKE0BU68BxdWOInJ+R4Sb9lTtHyjeRvqkjn8LrBBZn5sm0vN/xPOLxa/C5opQO2y4SyagDAH4qj9dMe+Af7XFdY9ZRFqYO1y0=
- secure: IOJ2av5z26juZkT+1gdSunVAcGViYz7Tg7wuBw8vDMkhC+6uTdrfdZjQ4cbxSpITxYrxWb14... | Add all the safari versions | Add all the safari versions
| YAML | mit | tilgovi/dom-seek |
aab394d14187e293e2f34923ae21ee62d9da9454 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
| sudo: false
language: go
go:
- 1.5
- 1.6
- tip
| Remove unsupported Go versions from build | Remove unsupported Go versions from build
| YAML | bsd-3-clause | martinp/ipd,martinp/ipd,parkan/ipd,martinp/ifconfig,parkan/ipd,martinp/ifconfig,martinp/ifconfigd,martinp/ifconfigd |
88b42368eb9d89595df38f8043b76516c0107119 | .travis.yml | .travis.yml | language: ruby
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libvirt-dev
- gem update bundler
script: bundle exec rake
matrix:
fast_finish: true
include:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfil... | language: ruby
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libvirt-dev
- gem update bundler
script: bundle exec rake
matrix:
fast_finish: true
include:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfil... | Include new Rubies in TravisCI | Include new Rubies in TravisCI
| YAML | mit | fog/fog-libvirt,atton-/fog-libvirt,atton-/fog-libvirt,fog/fog-libvirt |
a9930329b51b8c85d464d65ef21ad416dc3c61bb | .travis.yml | .travis.yml | language: c
script:
- make Posix
- make run-posix
| language: c, python3
install:
- git clone https://github.com/martine/ninja.git
- cd ninja
- ./configure.py --bootstrap
- export PATH=$(pwd)/ninja:$PATH
script:
- export $PATH
- which ninja
- ninja --version
- make Posix
- make run-posix
| Add compiling ninja from source. | Add compiling ninja from source.
To test how to install dependencies from source.
| YAML | bsd-2-clause | winksaville/baremetal-hi,winksaville/baremetal-hi |
2a98942d4efa7967f7408554c057a2a9a986b41b | .travis.yml | .travis.yml | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck, pkg-config ]
matrix:
include:
- env: LABEL=linux-gcc
os: linux
compiler: gcc... | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck, pkg-config ]
matrix:
include:
- env: LABEL=linux-gcc
os: linux
compiler: gcc... | Check why macos test fails | Check why macos test fails
| YAML | lgpl-2.1 | babelouest/yder,babelouest/yder |
9650d633be9e3e3d27a60542832830190f126c03 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.11"
before_install:
- npm install -g grunt-cli
| Fix Travis running grunt-cli installation after npm install. | Fix Travis running grunt-cli installation after npm install.
| YAML | mit | MiguelCastillo/bit-imports,MiguelCastillo/bit-imports |
789b7482c5e6b6ba65c948a2f1e2238590ceba5d | .travis.yml | .travis.yml | services:
- docker
language: node_js
cache:
directories:
- node_modules
node_js:
- '8.11'
- '10'
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
env: CXX="g++-4.8" CC="gcc-4.8"
before_script:
- sudo pip install fonttools brotli zopfli
script: 'npm install && npm run ci'
after_success: '<co... | services:
- docker
language: node_js
cache:
directories:
- node_modules
node_js:
- '8'
- '10'
addons:
apt:
packages:
- gcc-4.8
- g++-4.8
env: CXX="g++-4.8" CC="gcc-4.8"
before_script:
- sudo pip install fonttools brotli zopfli
script: 'npm install && npm run ci'
after_success: '<cover... | Build with node 8 instead of 8.11 now that 8.13.0 has been released with a fix for the bug that caused unexpected-mitm not to work | Travis: Build with node 8 instead of 8.11 now that 8.13.0 has been released with a fix for the bug that caused unexpected-mitm not to work
| YAML | bsd-3-clause | assetgraph/assetgraph |
9ea09bd8cbd7a9014688b1cf136aa8a332123dbb | .travis.yml | .travis.yml | language: rust
script: cargo build --verbose && cargo test --verbose
rust:
- 1.4.0
- 1.5.0
- 1.6.0
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
branches:
except:
- /^issue-.*$/
| language: rust
script: cargo build --verbose && cargo test --verbose
rust:
- 1.4.0
- 1.5.0
- 1.6.0
- 1.7.0
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
branches:
except:
- /^issue-.*$/
| Add 1.7.0 to test matrix. | Add 1.7.0 to test matrix.
| YAML | apache-2.0 | durka/cargo-script,durka/cargo-script,DanielKeep/cargo-script |
7703684df5ba5d8b0b178f2b7b7e1892e0707023 | .travis.yml | .travis.yml | sudo: false
language: python
virtualenv:
system_site_packages: true
env:
matrix:
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true"
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="false"
addons:
apt:
packages:
- git
- python-pip
install:
- source tests/travis_install.sh
- pip install -r test-... | sudo: false
language: python
virtualenv:
system_site_packages: true
env:
matrix:
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
- DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false"
allow_failures:
- DISTRIB="conda" PYTHON_VERSION="3.7" COVERAGE="false"
addons:
apt:
packages:
- git
... | Test python 3.5 and above, allow 3.7 to fail | Test python 3.5 and above, allow 3.7 to fail
| YAML | mit | willu47/SALib,willu47/SALib,SALib/SALib,jdherman/SALib,jdherman/SALib |
ef075dcf518b9b290342a1d13fe3c4c64e3d9e8a | .travis.yml | .travis.yml | language: go
go:
- 1.9
- tip
env:
- DEP_VERSION="0.3.2"
notifications:
email: false
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
install:
- dep ensure
script:
- go vet ./...
- go test -v... | language: go
go:
- 1.9
- tip
env:
- DEP_VERSION="0.3.2"
matrix:
allow_failures:
- go: tip
fast_finish: true
notifications:
email: false
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
ins... | Enable fast_finish and allow failures for tip in TravisCI | Enable fast_finish and allow failures for tip in TravisCI
| YAML | mit | venyii/instabot |
00866bdcb32f9905fa21c16447985d75cabb45c9 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "stable"
- "10"
- "9"
- "8"
- "7"
- "6"
install:
- npm install
script:
- npm run test
| sudo: false
language: node_js
node_js:
- "stable"
- "10"
- "9"
- "8"
install:
- npm install
script:
- npm run test
| Drop support for node 6 and 7 | Drop support for node 6 and 7 | YAML | mit | Burnett01/sys-api,Cloud2Box/sys-api |
4210121857654bc48b57b8f9e38af2347a8a7eeb | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev ... | language: node_js
node_js:
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-de... | Drop node.js 0.10 and 0.12 support (breaks with sharp 0.17.0). | Travis: Drop node.js 0.10 and 0.12 support (breaks with sharp 0.17.0).
| YAML | bsd-3-clause | papandreou/express-processimage |
7e7626bcc64eff587d59bacaf65a6be6256766a2 | .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.2.1
- 1.3
- tip
before_install:
- go get golang.org/x/tools/cmd/vet
- go get -v golang.org/x/tools/cmd/cover
- go get... | # 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:
- tip
before_install:
- go get golang.org/x/tools/cmd/vet
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/g... | Remove older versions of Go from build matrix | Remove older versions of Go from build matrix
Only build on tip for now, will include 1.4 when it's out. That's
because the new package path golang.org/x/tools/cmd is incompatible with
older versions.
| YAML | bsd-2-clause | rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog |
dd1a7f34e8968d70c52288ec902a23656fd7b097 | .travis.yml | .travis.yml | # define liblouis so that Travis CI service can build and test it
language: c
compiler:
- gcc
# make sure we have texinfo in fact make sure we have texinfo 5.0 or
# higher. Travis currently runs the old Ubuntu LTS which has an old
# version of texinfo, so we need to install from a ppa
before_install:
- sudo add-... | # define liblouis so that Travis CI service can build and test it
language: c
compiler:
- gcc
# make sure we have texinfo in fact make sure we have texinfo 5.0 or
# higher. Travis currently runs the old Ubuntu LTS which has an old
# version of texinfo, so we need to install from a ppa
before_install:
- sudo add-... | Print the error log on failure | Print the error log on failure
| YAML | lgpl-2.1 | IndexBraille/liblouis,liblouis/liblouis,liblouis/liblouis,BueVest/liblouis,BueVest/liblouis,IndexBraille/liblouis,IndexBraille/liblouis,liblouis/liblouis,BueVest/liblouis,vsmontalvao/liblouis,hammera/liblouis,BueVest/liblouis,vsmontalvao/liblouis,vsmontalvao/liblouis,vsmontalvao/liblouis,hammera/liblouis,hammera/liblou... |
26323956850e26ff8dae6655e965794519cb0ceb | .travis.yml | .travis.yml | language: python
python:
- "2.7"
os:
- linux
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-scipy # faster than building with pip
- pip install -r requirements.txt
- pip install coveralls
install:
- python setup.py install
script:
- nosetests --with-doctest --with-coverage -... | language: python
python:
- "2.7"
os:
- linux
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-scipy # faster than building with pip
- pip install -r requirements.txt
- pip install coveralls
install:
- python setup.py install
script:
- nosetests --with-doctest --with-coverage -... | Use csdms namespace in coverage | Use csdms namespace in coverage
| YAML | mit | csdms/dakota,csdms/dakota |
99ea5ca838334ef8c737fb9142e9c4f1d4a3bdf4 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: ruby
cache: bundler
rvm:
- 2.4.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
branches:
only:
- master
script:
- bundle exec chefstyle | sudo: false
dist: xenial
language: ruby
cache: bundler
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
branches:
only:
- master
script:
- bundle exec chefstyle
| Build on more ruby versions | Build on more ruby versions
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | cheeseplus/bento-ya,cheeseplus/bento-ya |
9b8bec019cf566b82c66503df2ebc73e70eaf264 | .travis.yml | .travis.yml | # http://docs.travis-ci.com
language: php
php:
- "5.5"
before_install:
- bundle --version
- composer --version
- git --version
- node --version
- npm --version
before_script:
- npm install -g bower
- bundle install
- bower install
- composer install
- npm install
script:
- ./vendor/bin/phpcs... | # http://docs.travis-ci.com
language: php
php:
- "5.5"
before_install:
- bundle --version
- composer --version
- git --version
- node --version
- npm --version
before_script:
- npm install -g bower
- bundle install
- bower install
- composer install
- npm install
script:
- ./vendor/bin/phpcs --... | Integrate Travis CI with Slack | Integrate Travis CI with Slack
| YAML | mit | textpattern/textpattern-forum,textpattern/textpattern-forum,textpattern/textpattern-forum |
d306045f622ee813c6a3ee1b47d630d8024fef05 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 10
before_install:
- npm install -g npm@latest
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
| sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 10
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
| Remove unnecessary npm upgrade step | Remove unnecessary npm upgrade step | YAML | bsd-3-clause | LLK/eslint-config-scratch,LLK/eslint-config-scratch |
bc3cdd1f6dc02ae5544ab9c31f8a81e79cad810d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
after_success:
- ./gradlew jacocoTestReport
- bash <(curl -s https://codecov.io/bash) | language: java
jdk:
- openjdk8
after_success:
- ./gradlew jacocoTestReport
- bash <(curl -s https://codecov.io/bash)
| Change JDK on Travis: oraclejdk8 -> openjdk8 | Change JDK on Travis: oraclejdk8 -> openjdk8
This should fix the build on Travis.
| YAML | apache-2.0 | valmaev/antforce,valmaev/antforce,valmaev/antforce |
ed88a683ffa4d7376d74459f207120995fddeab3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env:
global:
- FRAMEWORK_NAME=RolePlayingCore
script:
- set -o pipefail
- travis_retry xcodebuild -project RolePlayingCore.xcodeproj -scheme "RolePlayingCore" -destination "platform=iOS Simulator,name=iPhone 7" build-for-testing test | xcpretty
| language: objective-c
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env:
global:
- FRAMEWORK_NAME=RolePlayingCore
script:
- set -o pipefail
- travis_retry xcodebuild -project RolePlayingCore/RolePlayingCore.xcodeproj -scheme "RolePlayingCore" -destination "platform=iOS Simulator,name=iPhone 7" build-for-testing test... | Use relative path to Xcode project | Use relative path to Xcode project
| YAML | mit | mrlegowatch/RolePlayingCore |
8ece12449dd6bb9d72c80f9ed1fa4751115a3572 | .travis.yml | .travis.yml | os: osx
language: generic
env:
- TOXENV=py27 PYENV_VERSION=2.7.13
- TOXENV=py36 PYENV_VERSION=3.6.0
- TOXENV=pypy PYENV_VERSION=pypy-5.6.0
before_install:
- brew update
- brew outdated pyenv || brew upgrade pyenv
- export PYENV_ROOT="$(brew --prefix pyenv)"
- export PATH="$PYENV_ROOT/shims:$PATH"
- pyen... | os: osx
language: generic
env:
- TOXENV=py27 PYENV_VERSION=2.7.13
- TOXENV=py36 PYENV_VERSION=3.6.0
- TOXENV=pypy PYENV_VERSION=pypy-5.6.0
before_install:
- brew update
- brew outdated pyenv || brew upgrade pyenv
- export PYENV_ROOT="$(brew --prefix pyenv)"
- export PATH="$PYENV_ROOT/shims:$PATH"
- pyen... | Fix broken CI about TLSV1_ALERT_PROTOCOL_VERSION | Fix broken CI about TLSV1_ALERT_PROTOCOL_VERSION
| YAML | mit | tonyseek/macdict |
aeaf482961c89337d727b5207524223e42b3ed05 | .travis.yml | .travis.yml | language: node_js
# test on two node.js versions: 0.6 and 0.8
node_js:
- 0.6
- 0.8
| language: node_js
# test on two node.js versions: 0.6, 0.8 and 0.10
node_js:
- 0.6
- 0.8
- 0.10
| Add Node.js 0.10 to Travis-CI | Add Node.js 0.10 to Travis-CI | YAML | bsd-3-clause | vpetrov/survana-admin |
134c97b8c0742d6ce3052aebd6066a3f40bc656a | .travis.yml | .travis.yml | dist: trusty
addons:
chrome: stable
language: python
python:
- '3.5'
before_install:
- wget https://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo mv chromedriver /usr/local/bin
- sudo chmod a+x /usr/local/bin/chromedriver
install:
- pip install -r requiremen... | dist: xenial
addons:
chrome: stable
language: python
python:
- '3.7'
before_install:
- wget https://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo mv chromedriver /usr/local/bin
- sudo chmod a+x /usr/local/bin/chromedriver
install:
- pip install -r requiremen... | Upgrade Python in Travis build, too | Upgrade Python in Travis build, too
| YAML | isc | textbook/flash,textbook/flash,textbook/flash |
7448dec7a684f2d2142cdae1fb78b900fdbed5ea | .travis.yml | .travis.yml | language: python
python:
- "3.6"
install: pip install tox
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
| language: python
python:
- "3.6"
- "3.7"
install: pip install tox
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
| Add Python 3.7 to Travis tests | Add Python 3.7 to Travis tests
| YAML | apache-2.0 | rueckstiess/mtools,rueckstiess/mtools |
d661552c67668af2898c423985496d2dd9124228 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- '2.7'
- '3.4'
install:
- pip install -U --force setuptools pip
- ./setup.py develop
- pip install -e '.[tests]'
script:
- pylama
- py.test
| dist: xenial
sudo: false
language: python
python:
- '2.7'
- '3.6'
- '3.7'
install:
- pip install -U --force setuptools pip
- ./setup.py develop
- pip install -e '.[tests]'
script:
- pylama
- py.test
| Add newer Python versions to Travis CI | Add newer Python versions to Travis CI
Test also with Python 3.6 and 3.7 to ensure the API client still plays
nice with those versions.
Use Xenial dist which includes 3.7.
Remove 3.4, no longer supported.
| YAML | apache-2.0 | zaproxy/zap-api-python |
20a174fae93c9c4a7f5fec6b1f4e9b3c1a939c73 | .travis.yml | .travis.yml | sudo: required
language: python
python:
- "2.7"
- "3.5"
- "3.6"
env:
- RUST_VERSION=nightly
install:
- python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))"
- mkdir ~/rust-installer
- curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rust... | sudo: required
language: python
python:
- "2.7"
- "3.5"
- "3.6"
env:
- RUST_VERSION=nightly
install:
- python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))"
- mkdir ~/rust-installer
- curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rust... | Test `example_tomlgen` manifest generation in Travis-CI | Test `example_tomlgen` manifest generation in Travis-CI
| YAML | mit | PyO3/setuptools-rust,PyO3/setuptools-rust |
4ee51f607249ab30c659d88fc87fd22dc7844c87 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=7.2.0
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- nvm install $NODE_VERSION
- npm install
script:
- nvm use $NODE_VERSION
- npm test
cache:
directories:
- node_mod... | sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=7.2.0
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
install:
- nvm install $NODE_VERSION
- npm instal... | Make sure Chrome is there on CI | Make sure Chrome is there on CI
| YAML | mit | z-kit/component,z-kit/z-hello,z-kit/z-hello,z-kit/component |
641d602498b7cfbf38e7c6f48a2e9f45f98c4039 | .travis.yml | .travis.yml | sudo: false
branches:
only:
- master
language: python
python:
- 2.6
- 2.7
install:
- python setup.py -q install
- pip install --use-mirrors simplejson coverage
script: python build.py analyse
notifications:
email: false
irc:
channels:
- "irc.freenode.org#aspen"
on_success: change
on... | sudo: false
branches:
only:
- master
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install:
- python setup.py -q install
- pip install --use-mirrors simplejson coverage
script: python build.py analyse
notifications:
email: false
irc:
channels:
- "irc.freenode.org#aspen"
o... | Test Python 3.* at Travis | Test Python 3.* at Travis
| YAML | mit | gratipay/aspen.py,gratipay/aspen.py |
1eddb285b2bea3df9aadfb78f3143dceb31aaaa5 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
install:
- pip install coverage
- pip install git+git://github.com/TangledWeb/tangled.git#egg=tangled
- pip install -e .
script:
- tangled test
| language: python
python:
- "3.3"
install:
- pip install coverage
- pip install git+git://github.com/TangledWeb/tangled.git#egg=tangled
- pip install git+git://github.com/TangledWeb/tangled.web.git#egg=tangled.web
- pip install -e .
script:
- tangled test
| Add missing tangled.web dep to Travis CI config | Add missing tangled.web dep to Travis CI config
| YAML | mit | TangledWeb/tangled.mako |
0fa4d0fa0efdc71b2f12057cbac7be29ea7072eb | .travis.yml | .travis.yml | language: node_js
node_js:
- lts/argon
- lts/boron
- lts/carbon
- stable
cache:
directories:
- node_modules
after_success:
- npm i -g coveralls
- cat coverage/lcov.info | coveralls
| language: node_js
node_js:
- lts/argon
- lts/boron
- lts/carbon
- stable
cache:
directories:
- $HOME/.npm
after_success:
- npm i -g coveralls
- cat coverage/lcov.info | coveralls
| Change caching to avoid crossversion issues | Change caching to avoid crossversion issues
| YAML | mit | maxdavidson/typescript-library-boilerplate,maxdavidson/typescript-library-boilerplate |
627458f8d30459dc5b3f3b6a1b0d3bf8e369d1b2 | .travis.yml | .travis.yml | language: php
cache:
directories:
- $HOME/.composer/cache
php:
- 7.1
- 7.2
- 7.3
- 7.4
matrix:
fast_finish: true
before_install:
- composer self-update
install:
- composer update --prefer-dist --prefer-stable --no-interaction
script:
- vendor/bin/phpstan --level=max --memory-limit="-1" --no-... | language: php
cache:
directories:
- $HOME/.composer/cache
php:
- 7.1
- 7.2
- 7.3
- 7.4
matrix:
fast_finish: true
include:
# Run test with code coverage
- php: 7.1
env: COVERAGE=true
before_install:
- composer self-update
install:
- composer update --prefer-dist --prefer-stable -... | Update Travis configuration for Coverage | Update Travis configuration for Coverage
| YAML | mit | ker0x/messenger |
0b6d1f9342477759c9253a6fe90cf71041a517a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
| language: node_js
node_js:
- '0.10'
notifications:
slack: unit4architects:kashdeuAVUCPIetTI2mwlmi5
| Add slack notification from Travis | Add slack notification from Travis
| YAML | mit | Unit4/jsb3 |
f63dee66422b4e5b4c6723eeb5f8860540a13298 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
global:
- SECRET_KEY=blajblajbasdf
matrix:
- DJANGO=1.8
install:
- pip install -r requirements.txt
script: python manage.py test
notifications:
email:
on_success: change
on_failure: change
| language: python
python:
- "2.7"
addons:
postgresql: "9.3"
services:
- postgresql
env:
global:
- SECRET_KEY=blajblajbasdf
- DATABASE_URL="postgres://postgres:@127.0.0.1:5432/lc"
matrix:
- DJANGO=1.8
install:
- pip install -r requirements.txt
script: python manage.py test
notifications:
emai... | Switch TravisCI to use postgres | Switch TravisCI to use postgres
| YAML | mit | p2pu/learning-circles,p2pu/learning-circles,p2pu/learning-circles,p2pu/learning-circles |
d0d686584d8d4c70cb99ae1c4ae5745d9c2a0105 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
branches:
except:
- gh-pages
script:
- npm test
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- CODECLIMATE_REPO_TOKEN=46b538e32a131ea7637cbbc30f08237cef088467c9b9ec25419a961962fa96b3 ./node_mod... | language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
branches:
except:
- gh-pages
script:
- npm test
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- CODECLIMATE_REPO_TOKEN=f3feeb7586e2840f6baf8f244008a4377321263909236a4b9dceee67f4f1b773 ./node_mod... | Update coverage token for code climate | Update coverage token for code climate
| YAML | mit | yahoo/pngjs-image |
6729495266dfc23f3260f2a0982aa0e85fd34602 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install flake8
before_sc... | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install flake8
before_sc... | Put the comment back in | Put the comment back in | YAML | mit | xesscorp/skidl,xesscorp/skidl |
d953863c8990716a42ea3cd372500e0c80ca7f3c | .travis.yml | .travis.yml | language: erlang
env:
matrix:
- LUA=lua5.1
- LUA=lua5.2
before_install:
- sudo apt-get install $LUA
script:
- $LUA run_unit_tests.lua
- $LUA run_functional_tests.lua
notifications:
email:
on_success: change
on_failure: always
| language: erlang
env:
matrix:
- LUA=lua5.1
- LUA=lua5.2
before_install:
- sudo apt-get install $LUA libxml2-utils
script:
- $LUA run_unit_tests.lua
- $LUA run_functional_tests.lua
notifications:
email:
on_success: change
on_failure: always
| Install xmllint before running test suite | Install xmllint before running test suite | YAML | bsd-2-clause | GuntherStruyf/luaunit,GuntherStruyf/luaunit |
ee6b64a14e4120effec21193d17d7e9cc286f3e5 | .travis.yml | .travis.yml | language: ruby
sudo: false
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: 2.1.10
- rvm: 2.2.5
- rvm: 2.3.1
- rvm: ruby-head
- rvm: jruby-9.1.5.0
env: JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
- rvm: jruby-1.7.26
env: JRUBY_OPTS="--dev -J-Djruby.launch.... | language: ruby
sudo: false
dist: trusty
group: beta
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: 2.1.10
- rvm: 2.2.5
- rvm: 2.3.1
- rvm: ruby-head
- rvm: jruby-9.1.5.0
env: JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
- rvm: jruby-1.7.26
env: JRUBY_OPTS... | Change build machine to Ubuntu 14.04 | Travis: Change build machine to Ubuntu 14.04
| YAML | mit | flavorjones/loofah,flavorjones/loofah,flavorjones/loofah |
2e7cdc80f1dda9046f02c97d457826cbab077aa7 | .travis.yml | .travis.yml | language: cpp
compiler: gcc
before_install: sudo apt-get install -qq libx11-dev libxrandr-dev libasound2-dev libgl1-mesa-dev
doxygen graphviz
script: exit 0 && ./cmake_gcc.sh -DENABLE_64BIT=1 -DENABLE_LUAJIT=1 -DENABLE_LUAJIT_AMALG=1
-DENABLE_SAMPLES=1 -DENABLE_TOOLS=1 -DENABLE_EXTRAS=1 -DENABLE_DOCS_QUIET=1 && cd
... | language: cpp
compiler: gcc
before_install: sudo apt-get install -qq libx11-dev libxrandr-dev libasound2-dev libgl1-mesa-dev doxygen graphviz
#script: ./cmake_gcc.sh -DENABLE_64BIT=1 -DENABLE_LUAJIT=1 -DENABLE_LUAJIT_AMALG=1 -DENABLE_SAMPLES=1 -DENABLE_TOOLS=1 -DENABLE_EXTRAS=1 -DENABLE_DOCS_QUIET=1 && cd Build && make... | Test site documentation deployment using Travis CI. | Test site documentation deployment using Travis CI.
| YAML | mit | SuperWangKai/Urho3D,tommy3/Urho3D,victorholt/Urho3D,kostik1337/Urho3D,codedash64/Urho3D,SuperWangKai/Urho3D,c4augustus/Urho3D,urho3d/Urho3D,PredatorMF/Urho3D,rokups/Urho3D,eugeneko/Urho3D,helingping/Urho3D,fire/Urho3D-1,bacsmar/Urho3D,bacsmar/Urho3D,carnalis/Urho3D,iainmerrick/Urho3D,fire/Urho3D-1,MonkeyFirst/Urho3D,or... |
9a1f70160b4965ca937f4dff94f1bd86bea6fe93 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
script: "python setup.py test"
sudo: false
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
script: "python setup.py test"
sudo: false
| Update Python versions tested by Travis | Update Python versions tested by Travis
| YAML | mit | AntagonistHQ/openprovider.py |
b3773c00d16e31f013a53496a8c01acbd7447a44 | hieradata/nodes/osl-proxy-01.yaml | hieradata/nodes/osl-proxy-01.yaml | ---
network::interfaces_hash:
'eth0':
ipaddress: '129.240.224.114'
netmask: '255.255.255.224'
gateway: '129.240.224.97'
mtu: '1500'
peerdns: 'yes'
dns1: '129.240.2.3'
dns2: '129.240.2.40'
domain: 'iaas.uio.no'
| ---
network::interfaces_hash:
'eth0':
ipaddress: '129.240.224.114'
netmask: '255.255.255.224'
gateway: '129.240.224.97'
mtu: '1500'
peerdns: 'yes'
dns1: '129.240.2.3'
dns2: '129.240.2.40'
domain: 'iaas.uio.no'
'eth1':
ipaddress: '172.18.32.5'
netmask:... | Refactor osl-proxy for NAT role | Refactor osl-proxy for NAT role
| YAML | apache-2.0 | mikaeld66/himlar,raykrist/himlar,raykrist/himlar,tanzr/himlar,norcams/himlar,tanzr/himlar,norcams/himlar,TorLdre/himlar,TorLdre/himlar,mikaeld66/himlar,TorLdre/himlar,eckhart/himlar,eckhart/himlar,norcams/himlar,raykrist/himlar,tanzr/himlar,tanzr/himlar,mikaeld66/himlar,raykrist/himlar,eckhart/himlar,mikaeld66/himlar,t... |
0a013b1abf94f06f233fa39d86a15ea8cf16934f | packages/in/inline-c-cpp.yaml | packages/in/inline-c-cpp.yaml | homepage: ''
changelog-type: ''
hash: b139412c32ef6021eebdc025591b79bf4c2ae8fc1247139d367fa64618bc6e3e
test-bench-deps:
inline-c: -any
base: ! '>=4 && <5'
hspec: -any
safe-exceptions: -any
inline-c-cpp: -any
containers: -any
maintainer: f@mazzo.li
synopsis: Lets you embed C++ code into Haskell.
changelog: '... | homepage: ''
changelog-type: ''
hash: 4ff2d7643a36dbfc8d089db3b79981b7f44d7a23823c273f826b545a26c822ca
test-bench-deps:
inline-c: -any
base: ! '>=4 && <5'
hspec: -any
safe-exceptions: -any
inline-c-cpp: -any
containers: -any
maintainer: f@mazzo.li
synopsis: Lets you embed C++ code into Haskell.
changelog: '... | Update from Hackage at 2019-11-25T21:58:05Z | Update from Hackage at 2019-11-25T21:58:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0203a1122ddfa1a22e0466087380e9737ca1cda0 | tusk.yml | tusk.yml | ---
options:
fast:
usage: Skip slow linters/tests
type: bool
tasks:
bootstrap:
usage: Set up the app for first time use
description: |
Install all dependencies for building and testing the application.
run:
- command:
- go get -u github.com/alecthomas/gometalinter
... | ---
options:
fast:
usage: Skip slow linters/tests
type: bool
tasks:
bootstrap:
usage: Set up the app for first time use
description: |
Install all dependencies for building and testing the application.
run:
- command:
- go get -u github.com/alecthomas/gometalinter
... | Add verbose flag to test task | Add verbose flag to test task
| YAML | mit | rliebz/tusk,rliebz/tusk |
fbd20ace1452657459b033b5ef1a09bf3e5d2266 | packages/re/read-bounded.yaml | packages/re/read-bounded.yaml | homepage: https://github.com/thomaseding/read-bounded
changelog-type: ''
hash: 922cff6efb878048938e71fed3ea57ec0820d1f746a3ca1c34f47dcadce2a292
test-bench-deps: {}
maintainer: thomasedingcode@gmail.com
synopsis: Class for reading bounded values
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'
all-versions:
- 0.1.0.0... | homepage: https://github.com/thomaseding/read-bounded
changelog-type: ''
hash: cb4d93c0b3862f651dd2266b88d5d9f4b8ae032ecb339d7e7510f7e371200f1f
test-bench-deps: {}
maintainer: Thomas Eding
synopsis: Class for reading bounded values
changelog: ''
basic-deps:
base: ^>=4.12.0.0
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.1.... | Update from Hackage at 2019-03-24T14:16:27Z | Update from Hackage at 2019-03-24T14:16:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5d2e860565e4b0ac9c6b30586d506a5132e33b6e | tasks/compile-lattice-tgz/task.yml | tasks/compile-lattice-tgz/task.yml | ---
platform: linux
image: docker:///cloudfoundry/lattice-ci
inputs:
- name: lattice-ci
- name: lattice-release
run:
path: lattice-ci/tasks/compile-lattice-tar/run.sh
| ---
platform: linux
image: docker:///cloudfoundry/lattice-ci
inputs:
- name: lattice-ci
- name: lattice-release
run:
path: lattice-ci/tasks/compile-lattice-tgz/run.sh
| Use correct path to compile-lattice-tgz's run script | Use correct path to compile-lattice-tgz's run script
[#104919732]
| YAML | apache-2.0 | cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci |
673e0a59f098300e0877f628e32a0893e4298e99 | config_files/history_graph.yaml | config_files/history_graph.yaml | gr1:
name: Power Consumption
entities:
- sensor.emoncms_node0power_livew
hours_to_show: 24
refresh: 60
gr2:
name: NordPool Elspot
entities:
- sensor.elspot_kwh
hours_to_show: 24
| gr1:
name: Power Consumption
entities:
- sensor.emoncms_node0power_livew
hours_to_show: 24
refresh: 60
gr2:
name: NordPool Elspot
entities:
- sensor.elspot_kwh
hours_to_show: 24
refresh: 1800
| Make sure the graph updates | Make sure the graph updates
| YAML | mit | jafossum/Home-AssistantConfig |
1c9fa5bfbf7ac8ed1f8a21052dd3e03f0b95fa15 | deployments/cs194/config/prod.yaml | deployments/cs194/config/prod.yaml | jupyterhub-ssh:
hubUrl: https://cs194.datahub.berkeley.edu
jupyterhub:
proxy:
service:
type: LoadBalancer
loadBalancerIP: 35.193.57.206
https:
hosts:
- cs194.datahub.berkeley.edu
auth:
custom:
config:
client_id: '10720000000000472'
oauth_callback_url: '... | jupyterhub-ssh:
hubUrl: https://cs194.datahub.berkeley.edu
jupyterhub:
ingress:
enabled: true
hosts:
- cs194.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- cs194.datahub.berkeley.edu
auth:
custom:
config:
client_id: '10720000000000472'
... | Switch cs194 to using ingress | Switch cs194 to using ingress
Ref #2167
| YAML | bsd-3-clause | berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub |
635a56e012d642e07264b445ccf48fb835a5c0d9 | gce/modules/etcd/kube-scheduler.yml | gce/modules/etcd/kube-scheduler.yml | apiVersion: v1
kind: Pod
metadata:
name: kube-scheduler
namespace: kube-system
spec:
hostNetwork: true
containers:
- name: kube-scheduler
image: ${ hyperkube }
command:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --leader-elect=true
resources:
requests:
... | {
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name":"kube-scheduler",
"namespace": "kube-system",
"labels": {
"tier": "control-plane",
"component": "kube-scheduler"
}
},
"spec":{
"hostNetwork": true,
"containers":[
{
"name": "kube-scheduler",
"image": "gcr.io/google_containers/kube-sch... | Update Scheduler to use Container | Update Scheduler to use Container
| YAML | apache-2.0 | cncf/cross-cloud |
bbc26ea4bfcb289850c86175714569148a52f9b1 | tasks/create-cf-release-without-modifying-stacks.yml | tasks/create-cf-release-without-modifying-stacks.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: cf-release
- name: buildpacks-ci
outputs:
- name: cf-release-artifacts
inputs:
- name: deployments-buildpacks
- name: buildpacks-ci
run:
path: buildpacks-ci/scripts/stacks/create-release-withou... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: cf-release
- name: buildpacks-ci
outputs:
- name: cf-release-artifacts
run:
path: buildpacks-ci/scripts/stacks/create-release-without-modifying-stacks
| Remove 2nd set of task inputs for cf-release task | Remove 2nd set of task inputs for cf-release task
[#126369161]
Signed-off-by: James Wen <3b2f4c88287a5fcd7db73a67dd1ab82807db04ee@columbia.edu>
| YAML | apache-2.0 | cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,orange-cloudfoundry/buildpacks-ci,orange-cloudfoundry/buildpacks-ci,orange-cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci |
3c512c5f50a016f3be5a351fc83867537e49a8a3 | .rubocop.yml | .rubocop.yml | inherit_gem:
rubocop-govuk:
- config/default.yml
- config/rails.yml
inherit_mode:
merge:
- Exclude
# This app does not use ActiveRecord
Rails/DynamicFindBy:
Whitelist:
- find_by_key
- find_by_id
| inherit_gem:
rubocop-govuk:
- config/default.yml
- config/rails.yml
inherit_mode:
merge:
- Exclude
| Remove remaining redundant RuboCop config | Remove remaining redundant RuboCop config
| YAML | mit | alphagov/finder-frontend,alphagov/finder-frontend,alphagov/finder-frontend,alphagov/finder-frontend |
871a58e1db2fac971f0254e458cd1f46cb24689d | .builds/.freebsd.yaml | .builds/.freebsd.yaml | image: freebsd/latest
packages:
- gmake
- gcc
sources:
- https://github.com/janet-lang/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc
| image: freebsd/latest
packages:
- gmake
- gcc
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc
| Remove extreneous source reference on sr.ht build | Remove extreneous source reference on sr.ht build
| YAML | mit | bakpakin/gst,bakpakin/gst |
0301c21a37de6e429f80cdb78a5f0adf41fafd12 | eng/pipelines/eng-common-sync.yml | eng/pipelines/eng-common-sync.yml | # Mirror the eng/common folder to all subscribed langauge repos.
trigger:
branches:
include:
- master
paths:
include:
- eng/common
pr: none
resources:
repositories:
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
pool:
vmImage: ubuntu-18... | # Mirror the eng/common folder to all subscribed langauge repos.
trigger:
branches:
include:
- master
paths:
include:
- eng/common
pr: none
resources:
repositories:
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
pool:
vmImage: windows-2... | Change back to windows host | Change back to windows host
Currently there are some script and pwsh steps that don't
work well on linux so we need to stay on windows until those
can be fixed.
Things that don't work well:
- echo commands in script blocks. On windows they don't need quotes
but on linux they do and escaping quotes is also differen... | YAML | mit | tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools |
7db4a1be22361a18536271e696a7e37334d3d813 | platform/sponge/src/main/resources/META-INF/plugins.yml | platform/sponge/src/main/resources/META-INF/plugins.yml | plugins:
- loader: java_plain
id: "${project.rootProject.name.toLowerCase()}"
name: "${project.rootProject.name}"
version: "${project.version}"
main-class: ca.stellardrift.permissionsex.sponge.PermissionsExPlugin
description: "${project.description}"
links:
homepage: "${project.opinionat... | plugins:
- loader: java_plain
id: "${project.rootProject.name.toLowerCase()}"
name: "${project.rootProject.name}"
version: "${project.version}"
main-class: ca.stellardrift.permissionsex.sponge.PermissionsExPlugin
description: "${project.description}"
links:
homepage: "${project.indra.scm... | Update plugin descriptor for new resource locations | sponge: Update plugin descriptor for new resource locations
| YAML | apache-2.0 | PEXPlugins/PermissionsEx,PEXPlugins/PermissionsEx,PEXPlugins/PermissionsEx |
456719208dbbf9adf59f80c50a107b77576b8fa0 | .zuul.yml | .zuul.yml | ui: mocha-bdd
concurrency: 1
browsers:
- name: chrome
version: 45
- name: ie
version: 10..11
- name: firefox
version: 41
- name: iphone
version: 9.1
- name: ipad
version: 9.1
- name: android
version: 5.1
- name: opera
version: 12
- name: safari
version: 8.1
| ui: mocha-bdd
concurrency: 5
browsers:
- name: chrome
version: 45
- name: ie
version: 10..11
- name: firefox
version: 41
- name: iphone
version: 9.1
- name: ipad
version: 9.1
- name: android
version: 5.1
- name: opera
version: 12
- name: safari
version: 8.1
| Use all available vas for testing. | Use all available vas for testing.
| YAML | mit | lsm/superpipe,lsm/superplumber |
4223a51f49343bb2f06ee392f4edf6ae1b809c5a | update_kb_bsfcampus_sen.yml | update_kb_bsfcampus_sen.yml | ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
# pre_tasks:
# - lineinfile: dest=/etc/network/interfaces regexp='wpa' state=absent
roles:
# # Can be enable/disable on demand but affect all devices
# - role: updateIdeascube
# version: "0.4.0-1"
... | ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
- tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
| Clean up playbook and enable role tinc-static for all koombook | Clean up playbook and enable role tinc-static for all koombook
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
e79f73cfeb9ed4d31c576d38c546c000da672252 | recipes/pretty_midi/meta.yaml | recipes/pretty_midi/meta.yaml | {% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0... | {% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0... | Add lower bound to python version | Add lower bound to python version
| YAML | bsd-3-clause | conda-forge/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,jochym/st... |
6f7ecae61e866dde8a9a087732b0a0910b1992e7 | playbooks/roles/osx/tasks/main.yml | playbooks/roles/osx/tasks/main.yml | ---
- name: Update Homebrew
homebrew: update_homebrew=yes
- name: Install libraries with Homebrew
homebrew: name={{ item }} state=latest
with_items:
- git
- vim
- zsh
- tmux
- tree
- ag
- name: Cleanup Brew packages
command: brew cleanup
| ---
- name: Update Homebrew
homebrew: update_homebrew=yes
- name: Install libraries with Homebrew
homebrew: name={{ item }} state=latest
with_items:
- git
- vim
- zsh
- tmux
- tree
- ag
- name: Cleanup Brew packages
command: brew cleanup
- name: Create Screenshot Directory
file: pa... | Set OSX default screencapture to ~/Pictures/Screenshots | Set OSX default screencapture to ~/Pictures/Screenshots
- fixes #14
| YAML | mit | evangoad/devenv,evangoad/devenv,evangoad/devie,evangoad/devie,evangoad/devie |
32bf048e78b80b1b750e35ce03dffea8027a45ec | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml
- id: debug-statements
- id: check-ast
- repo: https://github.com/ambv/black
rev: 22.1.0
hooks:
- id: black
- repo: https:... | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml
- id: debug-statements
- id: check-ast
- repo: https://github.com/ambv/black
rev: 22.3.0
hooks:
- id: black
- repo: https:... | Upgrade version of black in pre-commit | Upgrade version of black in pre-commit
| YAML | mit | amccaugh/phidl |
2cd09c87157c40e389e0963bd8ea3a0925f605af | .pre-commit-config.yaml | .pre-commit-config.yaml | # HOWTO: https://pre-commit.com/#usage
# pip3 install pre-commit
# pre-commit install
repos:
- repo: https://github.com/ambv/black
rev: 22.1.0
hooks:
- id: black
additional_dependencies: ['click==8.0.4']
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
... | # HOWTO: https://pre-commit.com/#usage
# pip3 install pre-commit
# pre-commit install
repos:
- repo: https://github.com/ambv/black
rev: 22.6.0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-merge-c... | Upgrade black in pre-commit hook, remove click dependency | Upgrade black in pre-commit hook, remove click dependency
Avoids https://github.com/psf/black/issues/2964
| YAML | apache-2.0 | sclorg/container-common-scripts,sclorg/container-common-scripts |
2711d729364238f18b8e9200f9538bb7a03b6581 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
hooks:
- id: mypy
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-c... | repos:
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
hooks:
- id: mypy
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-c... | Add pre-commit hook for docformatter | Add pre-commit hook for docformatter
Signed-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>
| YAML | lgpl-2.1 | amolenaar/gaphor,amolenaar/gaphor |
78c5c7c27e92ae3b94193b578775e9b25abc4b0e | ansible/roles/mysql/tasks/main.yml | ansible/roles/mysql/tasks/main.yml | ---
- name: Add MySQL repo
sudo: yes
yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present
- name: Install MySQL packages
sudo: yes
yum: pkg={{ item }} state=latest
with_items: mysql.packages
when: mysql.packages is defined
- name: Install python devel
sudo: yes
yu... | ---
- name: Add MySQL repo
sudo: yes
yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present
- name: Install MySQL packages
sudo: yes
yum: pkg={{ item }} state=latest
with_items: mysql.packages
when: mysql.packages is defined
- name: Install python devel
sudo: yes
yu... | Create database. Name set in all.yml | [Vagrant] Create database. Name set in all.yml
| YAML | mit | phpminds/website,phpminds/website,phpminds/website,phpminds/website |
291db323ffaeef0344d7abab0335b556a07ea59c | ansible/staging-docker-compose.yml | ansible/staging-docker-compose.yml |
version: '2'
services:
backend:
image: {{image}}
extends:
file: common.yml
service: backend
depends_on:
- db
ports:
- "{{port}}:8000"
db:
image: postgres:9
container_name: {{db_name}}
environment:
... |
version: '2'
services:
backend:
image: {{image}}
extends:
file: common.yml
service: backend
depends_on:
- db
ports:
- "{{port}}:8000"
db:
image: postgres:9
container_name: {{db_name}}
environment:
... | Add fixture to deploy compose | Add fixture to deploy compose
| YAML | bsd-2-clause | banjocat/calorie-find,banjocat/calorie-find |
c2f307645071054f7c5d60aa5457ad14d013c8bd | pkg/analyzer/pubspec.yaml | pkg/analyzer/pubspec.yaml | name: analyzer
version: 0.27.4-alpha.9
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
args: '>=0.12.1 <0.14.0'
crypto: '>=1.1.1 <2.0.0'
glob: ^1.0.3
html: ^0.12.0... | name: analyzer
version: 0.27.4-alpha.9
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
args: '>=0.12.1 <0.14.0'
crypto: '>=1.1.1 <3.0.0'
glob: ^1.0.3
html: ^0.12.0... | Allow analyzer to be used with crypto 2.x.x | Allow analyzer to be used with crypto 2.x.x
R=brianwilkerson@google.com, kevmoo@google.com
BUG=
Review URL: https://codereview.chromium.org/2047023002 .
| YAML | bsd-3-clause | dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-l... |
606e628639c1d6560f198bf3f7a9e82f31e32b3d | circle.yml | circle.yml | machine:
timezone: Asia/Tokyo
environment:
XCODE_SCHEME: TiCircleCITest
XCODE_PROJECT: TiCircleCITest.xcodeproj
ANDROID_HOME: /usr/local/opt/android-sdk
ANDROID_SDK: /usr/local/opt/android-sdk
ANDROID_NDK: /usr/local/opt/android-ndk
ANDROID_PLATFORM: /usr/local/opt/android-sdk/platforms/andr... | machine:
timezone: Asia/Tokyo
environment:
XCODE_SCHEME: TiCircleCITest
XCODE_PROJECT: TiCircleCITest.xcodeproj
ANDROID_HOME: /usr/local/opt/android-sdk
ANDROID_SDK: /usr/local/opt/android-sdk
ANDROID_NDK: /usr/local/opt/android-ndk
ANDROID_PLATFORM: /usr/local/opt/android-sdk/platforms/andr... | Add java8 by Homebrew Cask | Add java8 by Homebrew Cask
| YAML | apache-2.0 | umi-uyura/TiCircleCITest |
832bfb52c9d1dd64878ef824fc278e4b099926cf | circle.yml | circle.yml | machine:
ruby:
version: 2.3.1
dependencies:
pre:
override:
- gem install bundler --pre
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
test:
pre:
- cp config/database.example.yml config/database.yml
- RAILS_ENV=test bundle exec rake db:create d... | machine:
ruby:
version: 2.3.1
dependencies:
pre:
override:
- gem install bundler --pre
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
test:
pre:
- cp config/database.example.yml config/database.yml
- RAILS_ENV=test bundle exec rake db:create d... | Comment out deployment for CircleCI for now | Comment out deployment for CircleCI for now
| YAML | agpl-3.0 | julianguyen/ifme,julianguyen/ifme,julianguyen/ifme,HashNotAdam/ifme,cartothemax/ifme,cartothemax/ifme,cartothemax/ifme,sexybiggetje/ifme,cartothemax/ifme,sexybiggetje/ifme,HashNotAdam/ifme,julianguyen/ifme,sexybiggetje/ifme,HashNotAdam/ifme |
5cfc9f3e63f96b734cd46bfa55e1624330a5f3b7 | circle.yml | circle.yml | machine:
python:
version: '2.7.14'
pre:
- git -C ~/.pyenv pull
environment:
DJANGO_SETTINGS_MODULE: 'stackdio.server.settings.testing'
services:
- mysql
## Customize dependencies
dependencies:
override:
- bower install
- pip install -U pip
- pip install -U wheel
- pip instal... | machine:
python:
version: '2.7.11'
pre:
- git -C ~/.pyenv pull
environment:
DJANGO_SETTINGS_MODULE: 'stackdio.server.settings.testing'
services:
- mysql
## Customize dependencies
dependencies:
override:
- bower install
- pip install -U pip
- pip install -U wheel
- pip instal... | Revert to 2.7.11 for speed | Revert to 2.7.11 for speed
| YAML | apache-2.0 | stackdio/stackdio,stackdio/stackdio,clarkperkins/stackdio,clarkperkins/stackdio,clarkperkins/stackdio,stackdio/stackdio,stackdio/stackdio,clarkperkins/stackdio |
69aa3b02fd7f92dc45eecedb5e411b363e1f0d2a | circle.yml | circle.yml | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name:... | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
n... | Update path in CircleCI config | Update path in CircleCI config
| YAML | mit | thyrlian/AwesomeValidation,thyrlian/AwesomeValidation |
56ac7ee8fc394dca7dc99b9dff86881fc55deaad | circle.yml | circle.yml | machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev; cd ~/; git clone https://github.com/jpoirier/librtlsdr; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldc... | machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev; cd ~/; git clone https://github.com/jpoirier/librtlsdr; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldc... | Clean gopath on each CircleCI build. | Clean gopath on each CircleCI build.
| YAML | bsd-3-clause | cyoung/stratux,westphae/stratux,cyoung/stratux,cyoung/stratux,westphae/stratux,westphae/stratux,cyoung/stratux,cyoung/stratux,westphae/stratux,westphae/stratux,cyoung/stratux,westphae/stratux |
ca5acaff689daf1a6776e7f0203d9e82a859bcda | circle.yml | circle.yml | ## CircleCI build file.
machine:
python:
version: 3.5.1 # Use 3.5.1 as the base version.
dependencies:
override:
- pip install tox tox-pyenv codecov
- pyenv local 3.5.1
test:
post:
- codecov | ## CircleCI build file.
machine:
python:
version: 3.5.2 # Use 3.5.1 as the base version.
dependencies:
override:
- pip install tox tox-pyenv codecov
- pyenv local 3.5.1 3.5.2
test:
post:
- codecov
| Change to 3.5.2 as the default version. | Change to 3.5.2 as the default version.
| YAML | mit | SunDwarf/Kyoukai |
b72f1d7cee6c35a98bf7ecbd793fb6975f6cc51b | circle.yml | circle.yml | machine:
node:
version: 7
dependencies:
cache_directories:
- ~/.cache/yarn
pre:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 20
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 20
- curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn gl... | machine:
node:
version: 8
dependencies:
cache_directories:
- ~/.cache/yarn
pre:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 20
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 20
- curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn gl... | Use Node 8 for CI | [ci] Use Node 8 for CI
| YAML | mit | ide/dash-button,ide/dash-button,ide/plasma-dash |
0b6bf77730cc4dddd249f0cc5c51e785458a3604 | circle.yml | circle.yml | machine:
node:
version: 7.10.1
dependencies:
pre:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
deployment:
production:
branch: master
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm run deploy
- npm publish || true
- node utils/grafana.js
workspace:
branch... | machine:
node:
version: 7.10.1
dependencies:
pre:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
deployment:
production:
branch: master
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm run deploy
- npm publish || true
- nodejs utils/grafana.js
| Disable autodeploy of worksapce branch | Disable autodeploy of worksapce branch
| YAML | agpl-3.0 | Nevrdid/screeps,Nevrdid/screeps,Jirajha/screeps,stu43005/screeps,stu43005/screeps,TooAngel/screeps,TooAngel/screeps,Jirajha/screeps |
bab0521d02b770ab320cc4997ba83302793da18b | circle.yml | circle.yml | machine:
timezone: Asia/Tokyo
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 8.0.0
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
compile:
override:
- yarn run build:develop
test:
override:
- yarn pug-lint ./... | machine:
timezone: Asia/Tokyo
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 8.0.0
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
compile:
override:
- yarn run build:develop
test:
override:
- yarn pug-lint ./... | Revert "CI: deploy production when pushed master." | Revert "CI: deploy production when pushed master."
This reverts commit 87d86cb730eb520b07c23e4710a462e1bece50c2.
| YAML | mit | AlisProject/welcome,AlisProject/welcome |
eafd303a868e485803f11d5458e2b09a57c27431 | circle.yml | circle.yml | # Example comment.
version: 2
jobs:
build:
working_directory: ~/Area51
docker:
- image: node:latest
steps:
- checkout
- run:
name: Install dependencies
command: |
yarn
apt-get update
apt-get install ocaml libelf-dev -y
curl https:... | # Example comment.
version: 2
jobs:
build:
working_directory: ~/Area51
docker:
- image: node:latest
steps:
- checkout
- run:
name: Install dependencies
command: |
yarn
apt-get update
apt-get install ocaml libelf-dev -y
curl https:... | Update CircleCI to fix Meteor issue. | Update CircleCI to fix Meteor issue.
| YAML | apache-2.0 | ibujs/Area51,retrixe/Area51,ibujs/Area51,retrixe/Area51 |
d1fb50436bf714036445c99745b6f01bb9f89927 | metadata/com.example.deeplviewer.yml | metadata/com.example.deeplviewer.yml | AntiFeatures:
- NonFreeNet
Categories:
- Reading
- Science & Education
License: MIT
AuthorName: sakusaku3939
AuthorEmail: yuukiyuuki223@gmail.com
AuthorWebSite: https://portfolio.sakusaku3939.com
SourceCode: https://github.com/sakusaku3939/DeepLAndroid
IssueTracker: https://github.com/sakusaku3939/DeepLAndroid/is... | AntiFeatures:
- NonFreeNet
Categories:
- Reading
- Science & Education
License: MIT
AuthorName: sakusaku3939
AuthorEmail: yuukiyuuki223@gmail.com
AuthorWebSite: https://portfolio.sakusaku3939.com
SourceCode: https://github.com/sakusaku3939/DeepLAndroid
IssueTracker: https://github.com/sakusaku3939/DeepLAndroid/is... | Update DeepL to 3.4 (10) | Update DeepL to 3.4 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f31b2bd8e2230154209d7a9f6a72e9374e38b03f | metadata/com.lightning.walletapp.yml | metadata/com.lightning.walletapp.yml | AntiFeatures:
- NonFreeNet
Categories:
- Money
License: Apache-2.0
AuthorName: Anton Kumaigorodski
WebSite: https://lightning-wallet.com
SourceCode: https://github.com/btcontract/lnwallet
IssueTracker: https://github.com/btcontract/lnwallet/issues
Changelog: https://github.com/btcontract/lnwallet/releases
RepoType... | AntiFeatures:
- NonFreeNet
Categories:
- Money
License: Apache-2.0
AuthorName: Anton Kumaigorodski
WebSite: https://lightning-wallet.com
SourceCode: https://github.com/btcontract/lnwallet
IssueTracker: https://github.com/btcontract/lnwallet/issues
Changelog: https://github.com/btcontract/lnwallet/releases
AutoName... | Update BLW to 0.4.2 (148) | Update BLW to 0.4.2 (148)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0b6d476896c092417dd11daaf66f33a7d8254b31 | .expeditor/config.yml | .expeditor/config.yml | ---
slack:
notify_channel: chef-notify
github:
version_tag_format: "v{{version}}"
minor_bump_labels:
- "Version: Bump Minor"
changelog:
rollup_header: Changes not yet released to rubygems.org
rubygems:
- chef-zero
merge_actions:
- built_in:bump_version:
ignore_labels:
- "Version: Skip ... | # Documentation available at https://expeditor.chef.io/docs/getting-started/
---
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-notify
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- chef-zero
github:
... | Update expeditor for standard labels | Update expeditor for standard labels
Use our standard config
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/chef-zero,chef/chef-zero,chef/chef-zero |
3ba60b5d15d611ee0f3eddca65bf3917d3099c79 | metadata/org.billthefarmer.notes.yml | metadata/org.billthefarmer.notes.yml | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/notes
IssueTracker: https://github.com/billthefarmer/notes/issues
Changelog: https://github.com/billthefarmer/notes/releases
AutoName: Notes
RepoType: git
... | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/notes
IssueTracker: https://github.com/billthefarmer/notes/issues
Changelog: https://github.com/billthefarmer/notes/releases
AutoName: Notes
RepoType: git
... | Update Notes to 1.04 (104) | Update Notes to 1.04 (104)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
be545d361dff010af0cb52ecf435ce2e4cb8db43 | .circleci/config.yml | .circleci/config.yml | # If you only want circle to run on direct commits to master, you can uncomment this out
# and uncomment the filters: *filter-only-master down below too
#
aliases:
- &filter-only-master
branches:
only:
- master
version: 2
jobs:
deploy-website:
docker:
# specify the version you desire here
... | # If you only want circle to run on direct commits to master, you can uncomment this out
# and uncomment the filters: *filter-only-master down below too
#
aliases:
- &filter-only-master
branches:
only:
- master
version: 2
jobs:
deploy-website:
docker:
- image: circleci/node:14.11.0
ste... | Fix node version in website publish | Fix node version in website publish
Summary:
This is failing due to an out of date node version causing docusaurus to have a headache
Images are listed here: https://circleci.com/docs/2.0/docker-image-tags.json
Reviewed By: c-ryan747
Differential Revision: D23904750
fbshipit-source-id: d7255756a680e6653196cbd21d98... | YAML | mit | facebook/FBSimulatorControl,facebook/FBSimulatorControl,facebook/FBSimulatorControl,facebook/FBSimulatorControl,facebook/FBSimulatorControl |
28789f4f7ec1f228ad9fb06f9775a7686dd968d4 | config/database.yml | config/database.yml | # SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: sqlite3
database: db/development.sqlite3
timeout: 5000
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to th... | # SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: mysql
database: free_library_on_rails
host: localhost
username: flor
password: flor_pass
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you... | Use MySQL instead of SQL-lite | Use MySQL instead of SQL-lite
| YAML | agpl-3.0 | medwards/free-library-on-rails,medwards/free-library-on-rails,medwards/free-library-on-rails,medwards/free-library-on-rails |
ac9f1d970ac12f6a1473df8f358cbeb5cbfb4e38 | .circleci/config.yml | .circleci/config.yml | version: 2.1
defaults: &defaults
working_directory: ~/repo
orbs:
node: circleci/node@1.1.6
jobs:
build-and-test:
<<: *defaults
executor:
name: node/default
steps:
- checkout
- node/with-cache:
steps:
- run: yarn install
- run: yarn test
... | version: 2.1
defaults: &defaults
working_directory: ~/repo
orbs:
node: circleci/node@1.1.6
jobs:
build-and-test:
<<: *defaults
executor:
name: node/default
steps:
- checkout
- node/with-cache:
steps:
- run: yarn install
- run: yarn test
... | Improve filter for deploy job | Improve filter for deploy job
| YAML | mit | mdedys/react-text-trimmer |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.