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
3f1c60621dd294c9c81bcbd1af72918322e77c86
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.0 script: - xctool -project BFKitDemo/BFKitDemo.xcodeproj -scheme BFKitDemo -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO - xctool -project BFKit/BFKit.xcodeproj -scheme BFKit -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO
language: objective-c osx_image: xcode8 script: - xctool -project BFKitDemo/BFKitDemo.xcodeproj -scheme BFKitDemo -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO - xctool -project BFKit/BFKit.xcodeproj -scheme BFKit -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO
Build framework with Xcode 8
Build framework with Xcode 8
YAML
mit
FabrizioBrancati/BFKit-Swift,FabrizioBrancati/BFKit-Swift,FabrizioBrancati/BFKit-Swift
c5339ade11846d5378e6f8276c94e8929d0e6efd
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" - "5" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
language: node_js sudo: false node_js: - "4" - "5" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
Remove node 0.10 and 0.12 support
Remove node 0.10 and 0.12 support
YAML
mit
jstransformers/jstransformer-sheetify
744706209d8906bc03af468f291f208218216646
.travis.yml
.travis.yml
sudo: false language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: global: - PHAN_DISABLE_XDEBUG_WARN=1 cache: directories: - $HOME/.composer - build/cache install: - pecl install ast - composer install --prefer-dist script: - composer valida...
sudo: false language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly cache: directories: - $HOME/.composer - build/cache install: - pecl install ast - composer install --prefer-dist script: - make test after_success: - travis_retry php vendor/bin/php-co...
Use make for running tests on Travis CI
Use make for running tests on Travis CI
YAML
apache-2.0
sanmai/pipeline
77c24b8cda595c917d3594cbd500888d5addb657
.travis.yml
.travis.yml
sudo: required dist: xenial language: python python: - 3.6 - 3.7 before_install: - sudo apt-get -yq install software-properties-common - sudo apt-add-repository -y multiverse - sudo apt-get -yq update - sudo apt-get -yq install automake build-essential libyaml-dev libmagic-dev cython autoconf libffi-dev li...
sudo: required dist: xenial language: python python: - 3.6 - 3.7 before_install: - sudo apt-get -yq install software-properties-common - sudo apt-add-repository -y multiverse - sudo apt-get -yq update - sudo apt-get -yq install automake build-essential libyaml-dev libmagic-dev cython autoconf libffi-dev li...
Handle xorsearch path better at build
Handle xorsearch path better at build
YAML
apache-2.0
PUNCH-Cyber/stoq-plugins-public,PUNCH-Cyber/stoq-plugins-public
4b337acd03e574a7816d4dda82fb2ea582500604
.travis.yml
.travis.yml
language: node_js node_js: - "8" - "10"
language: node_js node_js: - "8" - "10" install: npm install
Make install explicit on Travis for greenkeeper
Make install explicit on Travis for greenkeeper
YAML
mit
guyellis/statshot
669487b4ecd554b8d4f914ca167d993de326b7ef
.travis.yml
.travis.yml
sudo: required language: php php: - 5.5 - 5.6 - 7.0 install: - composer install - composer show script: - sudo vendor/bin/phpunit --coverage-text
sudo: required language: php php: - 5.5 - 5.6 - 7.0 install: - composer install - composer show # Use /home/travis/.phpenv/shims/php as binary when using sudo, # otherwise we end up with HHVM. script: - sudo /home/travis/.phpenv/shims/php vendor/bin/phpunit --coverage-text
Use right binary when using sudo
Use right binary when using sudo
YAML
mit
kelunik/ping
ef98c0a62652b03a7f1889ceac847c1a6f815c5b
.travis.yml
.travis.yml
language: haskell install: - npm install -g elm - npm install -y - elm-package install -y script: npm test
language: haskell install: - yarn install -g elm - yarn install -y - elm-package install -y
Switch from npm to yarn on TravisCI
Switch from npm to yarn on TravisCI
YAML
mit
WillowDeploy/willow-deploy,WillowDeploy/willow-deploy,WillowDeploy/willow-deploy,WillowDeploy/willow-deploy
9cf2e5ac0a380778ff4411ae2a8e7a7b479e37b2
.travis.yml
.travis.yml
language: php php: [5.6, 7.0] before_script: - composer install --prefer-source --no-interaction --no-progress - export PATH=./vendor/bin:$PATH script: - phpunit -v
language: php php: [7.0] before_script: - composer install --prefer-source --no-interaction --no-progress - export PATH=./vendor/bin:$PATH script: - phpunit -v
Remove support for PHP5.6 in Travis
Remove support for PHP5.6 in Travis
YAML
mit
MovingImage24/MiRestExtraBundle
02505cacb4ebd149fa81b1db79ad77ba9a7c27e1
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 matrix: fast_finish: true before_script: - echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - printf "yes\nyes\nno\nyes\n" | pecl install pecl_http - composer self-update - mkdir test - cd test - composer init --no-interactio...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 matrix: fast_finish: true before_script: - echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - printf "yes\nyes\nno\nyes\n" | pecl install pecl_http - composer self-update - mkdir test - cd test - composer init --no-int...
Enable test on PHP 5.6
Enable test on PHP 5.6
YAML
lgpl-2.1
photon/template-markdown,photon/template-markdown
fc44774f7ce79ea096c1d0b823a0917967cc5c62
.travis.yml
.travis.yml
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - 7.3 - hhvm - nightly matrix: fast_finish: true allow_failures: - php: hhvm - php: nightly install: - travis_retry composer install --no-interaction script: - ./vendor/bin/phpunit --coverage-text - ./vendo...
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - 7.3 - nightly matrix: fast_finish: true allow_failures: - php: hhvm - php: nightly install: - travis_retry composer install --no-interaction script: - ./vendor/bin/phpunit --coverage-text - ./vendor/bin/psalm...
Remove HHVM from Travis CI since they no longer support PHP
Remove HHVM from Travis CI since they no longer support PHP
YAML
mit
SignpostMarv/easydb,paragonie/easydb
9406b8a17a02a6864d7e53e3ff7ec2cff3d26c87
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler addons: apt: packages: - redis-server services: - redis-server before_install: - sudo sed -e 's/^bind.*/bind 127.0.0.1/' /etc/redis/redis.conf > redis.conf - sudo mv redis.conf /etc/redis - sudo service redis-server start - echo PING | nc localhost 63...
language: ruby cache: bundler addons: apt: packages: - redis-server services: - redis-server before_install: - sudo sed -e 's/^bind.*/bind 127.0.0.1/' /etc/redis/redis.conf > redis.conf - sudo mv redis.conf /etc/redis - sudo service redis-server start - echo PING | nc localhost 6379 rvm: - ...
Drop removed `sudo: false` setting from TravisCI config
Drop removed `sudo: false` setting from TravisCI config This is no longer valid. https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
YAML
mit
brigade/mock_redis
aa07cc74bba587eafbffe31e52afd0f8e5480eb3
.travis.yml
.travis.yml
language: node_js node_js: - 'node' - '4' - '6' sudo: false
language: node_js node_js: - 'node' - '6' sudo: false
Remove support for node 4
Remove support for node 4
YAML
mit
mcchrish/feathers-objection
5a2f8a1f81a5f1746b0c705406265a7b1f1ee20f
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" matrix: include: - node_js: "0.10" env: UNDERSCORE=1.4.4 BACKBONE=1.0 MAINRUN=false - node_js: "0.10" env: UNDERSCORE=1.5 BACKBONE=1.0 MAINRUN=false - node_js: "0.10" env: UNDERSCORE=1.6 BACKBONE=1.0 MAINRUN=false - node_js: "0.10" env: UND...
language: node_js node_js: - "0.10" matrix: include: - node_js: "0.10" env: UNDERSCORE=1.4.4 BACKBONE=1.0 - node_js: "0.10" env: UNDERSCORE=1.5 BACKBONE=1.0 - node_js: "0.10" env: UNDERSCORE=1.7 BACKBONE=1.1 - node_js: "0.10" env: UNDERSCORE=1.7 BACKBONE=1.0 - node_js: "0...
Add lodash to the matrix
Add lodash to the matrix
YAML
mit
paulfalgout/backbone.radio,paulfalgout/backbone.radio
37ec0d53a02e82ef44219f936a888b175684896b
.travis.yml
.travis.yml
language: c compiler: - gcc - clang before_install: - sudo add-apt-repository ppa:gnome3-team/gnome3 - sudo apt-get update -qq - sudo apt-get install -qq udisks2 script: make
language: c compiler: - gcc - clang before_install: - echo "yes" | sudo add-apt-repository ppa:gnome3-team/gnome3 - sudo apt-get update -qq - sudo apt-get install -qq udisks2 script: make
Update Travis CI config again...
Update Travis CI config again...
YAML
mit
tom5760/usermount
dcb9a9fd748ca7fe397e8c03743e78a4caa8a8f4
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.0 - 5.6 - hhvm - nightly os: - linux # osx/php testing not supported by travis before_script: - cp app/config/parameters-docker.yml app/config/parameters.yml install: - composer install - npm install #JS tools installed by npm required for validation only, not for app execut...
language: php php: - 7.1 - 7.0 - 5.6 - hhvm - nightly os: - linux # osx/php testing not supported by travis install: - cp app/config/parameters-docker.yml app/config/parameters.yml - composer install - npm install #JS tools installed by npm required for validation only, not for app execution or developme...
Make config setup part of install step
Make config setup part of install step
YAML
apache-2.0
parsingphase/takeAticket,parsingphase/takeAticket,parsingphase/takeAticket,parsingphase/takeAticket
1da55cfca56732701703c7f53a4430639fe5bebd
.travis.yml
.travis.yml
language: php php: - 5.4.0 - 5.5.9 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install --dev --prefer-source --no-interaction script: vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
language: php php: - 5.4 - 5.5.9 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install --dev --prefer-source --no-interaction script: vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
Fix for latest PHP 5.4 version.
Fix for latest PHP 5.4 version.
YAML
mit
Speelpenning-nl/binary-search-collection
0d54b90adba5a09393d7c73aedd53f46723530dd
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" install: - pip install numpy - pip install six - pip install redis - pip install pyyaml - pip install . script: nosetests
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" sudo: false install: - pip install numpy - pip install six - pip install redis - pip install pyyaml - pip install . script: nosetests
Use Travis' container based infrastructure.
Use Travis' container based infrastructure.
YAML
mit
unode/jug,luispedro/jug,unode/jug,luispedro/jug
f0a3801110ec48d3845564aebf264ccd4e6f60eb
.travis.yml
.travis.yml
language: node_js node_js: - '4' - '6' - '7' services: rabbitmq
language: node_js node_js: - '8' - '9' services: rabbitmq
Remove node v8 below version support
Remove node v8 below version support
YAML
mit
taoyuan/rayson
d43204e390810fc231cccda3683543b0f8c9e451
.travis.yml
.travis.yml
language: objective-c cache: cocoapods podfile: Example/Podfile osx_image: xcode11.3 before_install: - gem install cocoapods # Since Travis is not always on latest version xcode_workspace: Example/OCSlimProject.xcworkspace xcode_destination: platform=iOS Simulator,name=iphone 11 jobs: include: - name: ...
os: - osx language: objective-c cache: cocoapods podfile: Example/Podfile osx_image: xcode11.3 before_install: - gem install cocoapods # Since Travis is not always on latest version xcode_workspace: Example/OCSlimProject.xcworkspace xcode_destination: platform=iOS Simulator,name=iphone 11 jobs: include: ...
Add pod lib lint checks
[CI] Add pod lib lint checks
YAML
mit
paulstringer/OCSlimProject,paulstringer/OCSlimProject,paulstringer/OCSlimProject,paulstringer/OCSlimProject
1433cfcb485e89f6903a55d5e40c8b4bf06eaa60
.travis.yml
.travis.yml
language: php php: - 7.0 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev --no-interaction --prefer-source script: - ./vendor/bin/phpunit
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 7.0 before_script: - composer install script: - ./vendor/bin/phpunit
Use Composer cache for Travis CI
Use Composer cache for Travis CI
YAML
mit
nehalvpatel/roosterteeth-php
1202591dde98da6c1f7d62baa6c67124e35966f3
.travis.yml
.travis.yml
language: scala scala: - 2.10.5 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test after_success:...
language: scala scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test after_success:...
Bump Scala from 2.10.5 to 2.10.6 for Travis CI
Bump Scala from 2.10.5 to 2.10.6 for Travis CI Problem: The Travis CI builds use Scala 2.10.5, but our build.sbt and Build.scala files use 2.10.6. We should bump the Travis builds to use 2.10.6. Solution: Bump the .travis.yml files to 2.10.6. Result: Travis CI uses 2.10.6 rather than 2.10.5. RB_ID=781291
YAML
apache-2.0
twitter/finatra,syamantm/finatra,syamantm/finatra,twitter/finatra,twitter/finatra,syamantm/finatra,syamantm/finatra
177fd6a20492f60cdff488878e6a20e6860ea80c
.travis.yml
.travis.yml
--- language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.1.6 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION="~> 4.2.0" - PUPPET_VERSION=">= 0" matrix: exclude: - rvm: 2.1.6 ...
--- language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.1.6 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION="~> 4.2.0" - PUPPET_VERSION=">= 0" matrix: exclude: - rvm: 2.1.6 ...
Add Puppet 3.2.0 to the Ruby 2 excludes
Add Puppet 3.2.0 to the Ruby 2 excludes This commit adds an exclusion for TravisCI testing of Puppet 3.2.0 against Ruby 2.1 as it seems this version of Puppet was not meant to run against such a new version of Ruby.
YAML
mit
gds-operations/puppet-syntax,gds-operations/puppet-syntax
6e89b7d7c72c4876a8d96f627d1117442693c840
.travis.yml
.travis.yml
language: python python: "2.7" services: - mysql - couchdb before_install: - mysql -uroot -e 'create database manoseimas;' - sudo ln -s /usr/include/freetype2 /usr/include/freetype || true install: - sudo make ubuntu - python scripts/genconfig.py config/env/development.cfg - make - print...
language: python python: "2.7" services: - mysql - couchdb before_install: - mysql -uroot -e 'create database manoseimas;' - sudo ln -s /usr/include/freetype2 /usr/include/freetype || true - printf "[client]\ndatabase = manoseimas\nuser = root\npassword =\ndefault-character-set = utf8\n" | ~/.my.cnf...
Move my.cnf generation to before_install step in .travims.yml.
Move my.cnf generation to before_install step in .travims.yml.
YAML
agpl-3.0
ManoSeimas/manoseimas.lt,ManoSeimas/manoseimas.lt,ManoSeimas/manoseimas.lt,ManoSeimas/manoseimas.lt
5c7fc08d1ef8547758d5b817effceeb904c192a9
.travis.yml
.travis.yml
language: d d: - dmd-2.067.0-b2 - dmd-2.066.1 - dmd-2.066.0 - ldc-0.15.1 script: - dub test --compiler=$DC sudo: false
language: d d: - dmd-2.067.0-b2 - dmd-2.066.1 - dmd-2.066.0 - ldc-0.15.1 matrix: allow_failures: - d: ldc-0.15.1 script: - dub test --compiler=$DC sudo: false
Allow LDC to fail (because of memutils) for now
Allow LDC to fail (because of memutils) for now
YAML
mit
Geod24/libasync,etcimon/libasync
906532349849804e729704bc0c7fc4faff086107
.travis.yml
.travis.yml
language: python dist: precise python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "pypy" install: - pip install -r testing_requirements.txt # Coveralls 4.0 doesn't support Python 3.2 - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi -...
language: python dist: precise python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" install: - pip install -r testing_requirements.txt - travis_retry pip install coverage #before_script: #- pep257 --ignore=D102,D103,D211,D400 . script: - virtualenv --version - coverage --version ...
Drop Python 3.2 support on Travis
Drop Python 3.2 support on Travis
YAML
mit
MisanthropicBit/bibpy,MisanthropicBit/bibpy
0259640d3cf4e18aef16df9cb0c26240b9774c4a
azure-pipelines.yml
azure-pipelines.yml
name: $(BuildID) resources: repositories: - repository: apt type: github name: futagoza/apt endpoint: futagoza variables: - group: 'env-variables' jobs: - template: eslint.yml@apt - template: node-test.yml@apt parameters: after: - script: yarn coverage displayName: 'Publish ...
name: $(BuildID) resources: repositories: - repository: apt type: github name: futagoza/apt endpoint: futagoza variables: - group: 'env-variables' jobs: - template: eslint.yml@apt - template: node-test.yml@apt parameters: before: - script: | curl -L https://codeclimate.com...
Add test script hooks for CC
Pipelines: Add test script hooks for CC
YAML
mit
pegjs/pegjs,pegjs/pegjs
c54434036658b4ec9f5ebb539150eeea58a9d938
azure-pipelines.yml
azure-pipelines.yml
# Don't run build jobs for branches trigger: batch: true branches: exclude: - "*" # Still allow PR builds to run against master pr: - master jobs: - template: ./.azure-pipelines/azure-pipelines-linux.yml - template: ./.azure-pipelines/azure-pipelines-osx.yml - template: ./.azure-pipelines/azure-pi...
# Don't run build jobs for branches trigger: batch: true branches: exclude: - "*" # Still allow PR builds to run against master pr: - add-AIF360 jobs: - template: ./.azure-pipelines/azure-pipelines-linux.yml - template: ./.azure-pipelines/azure-pipelines-osx.yml - template: ./.azure-pipelines/azur...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
bsd-3-clause
mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,igortg/staged-recipes...
a4f77063e9fc6c1520bcb670c02c7003c2eea50c
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "CodeQL" on: workflow_dispatch: schedule: - cron: '23 5 * * 0' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repo uses: actions/checkout@v3 # The code in exa...
name: "CodeQL" on: workflow_dispatch: schedule: - cron: '23 5 * * 0' pull_request: branches: - master paths: - '**.go' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - na...
Update CI configs to v0.7.10
Update CI configs to v0.7.10 Update lint scripts and CI configs.
YAML
mit
pion/turn
2d9453bdb438d4be4aced7ed88f08d960745b16b
.github/workflows/publish-package.yml
.github/workflows/publish-package.yml
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: push: tags: - 'v*' # Push event...
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: push: tags: - 'v*' # Push event...
Replace PYPI_PYSCAFFOLD_GITHUB with PYPI_PASSWORD on action
Replace PYPI_PYSCAFFOLD_GITHUB with PYPI_PASSWORD on action
YAML
mit
blue-yonder/pyscaffold,blue-yonder/pyscaffold
a980d8088bbb8f3de6d699832035de8741621b7c
.github/workflows/update-gh-pages.yml
.github/workflows/update-gh-pages.yml
name: Update Documentation on: push: branches: - develop jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 - name: Setup ffmpeg uses: FedericoCarboni/setup-ffmpeg@v1 id: setup-ffmpeg run: ffmpeg -...
name: Update Documentation on: push: branches: - develop jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 - name: Setup ffmpeg uses: FedericoCarboni/setup-ffmpeg@v1 id: setup-ffmpeg - name...
Install ffmpeg on GitHub Actions (v3)
[build] Install ffmpeg on GitHub Actions (v3)
YAML
mit
tum-pbs/PhiFlow,tum-pbs/PhiFlow
4b35054291f04d7a377a759ebbacdef28dae45e3
.github/workflows/update-news-www.yml
.github/workflows/update-news-www.yml
name: "Update news on owasp-juice.shop" on: release: types: [ published ] jobs: UpdateNewsOnWebsite: runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v2 with: token: ${{ secrets.BOT_TOKEN }} repository: OWASP/www-project-juice-shop ...
name: "Update news on owasp-juice.shop" on: release: types: [ published ] jobs: UpdateNewsOnWebsite: runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v2 with: token: ${{ secrets.BOT_TOKEN }} repository: OWASP/www-project-juice-shop ...
Add missing "-ctf" suffix in release notes message
Add missing "-ctf" suffix in release notes message
YAML
mit
bkimminich/juice-shop-ctf,bkimminich/juice-shop-ctf
466aa14ad779c129b035b7ba38cbc7b7107a6c88
packages/la/lazy-io-streams.yaml
packages/la/lazy-io-streams.yaml
homepage: '' changelog-type: '' hash: 841ea2b2b10b4cbd89d236b0b8d025418df083f7d7d741c454e78ee5b10b3d8d test-bench-deps: {} maintainer: ltclifton@gmail.com synopsis: Get lazy with your io-streams changelog: '' basic-deps: bytestring: -any base: ! '>=4.8 && <4.10' io-streams: -any all-versions: - 0.1.0.0 author: Lu...
homepage: '' changelog-type: '' hash: 55cbf42566b4666c2b53477492cd5df6f7c21d4a2bd6f4448258d9429e21c45e test-bench-deps: {} maintainer: ltclifton@gmail.com synopsis: Get lazy with your io-streams changelog: '' basic-deps: bytestring: -any base: ! '>=4.8 && <4.13' io-streams: -any all-versions: - 0.1.0.0 author: Lu...
Update from Hackage at 2019-09-19T01:35:54Z
Update from Hackage at 2019-09-19T01:35:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
c5a88cb2a2a9d902912e2cc0f712912f2745510f
packages/sd/sdl2-compositor.yaml
packages/sd/sdl2-compositor.yaml
homepage: '' changelog-type: '' hash: 6fa8a46ad85f5599b8f85562a938337588f1379b826abacf1383782ef2e5bdbc test-bench-deps: {} maintainer: sebastian.jordan.mail@googlemail.com synopsis: image compositing with sdl2 - declarative style changelog: '' basic-deps: lrucache: ! '>=1.2' stm: -any base: ! '>=4.8 && <4.9' te...
homepage: '' changelog-type: '' hash: 7b5037ef8fc6cb671026a9397219378b6ab7d44b152c873892ce40a92b0fd343 test-bench-deps: {} maintainer: sebastian.jordan.mail@googlemail.com synopsis: image compositing with sdl2 - declarative style changelog: '' basic-deps: lrucache: ! '>=1.2' stm: -any base: ! '>=4.8 && <4.9' te...
Update from Hackage at 2015-11-02T22:16:57+0000
Update from Hackage at 2015-11-02T22:16:57+0000
YAML
mit
commercialhaskell/all-cabal-metadata
1107802a08d4e39425158ac3b43685d69e2be35a
configs/boogaloo.yml
configs/boogaloo.yml
# vim: set sw=2 ts=2 softtabstop=2 expandtab: runner: Boogaloo runner_config: # FIXME: Runner functionality is dependent on using # this mode, we should move this into the runner mode: "exec" # This is the tool_path inside the container tool_path: "/home/boogaloo/.cabal/bin/boogaloo" max_memory: 4096 max_...
# vim: set sw=2 ts=2 softtabstop=2 expandtab: runner: Boogaloo runner_config: # FIXME: Runner functionality is dependent on using # this mode, we should move this into the runner mode: "exec" # This is the tool_path inside the container tool_path: "/home/ase/.cabal/bin/boogaloo" max_memory: 4096 additiona...
Change Boogaloo config to use different image source.
Change Boogaloo config to use different image source.
YAML
bsd-3-clause
symbooglix/boogie-runner,symbooglix/boogie-runner
8dfbed9ca9129faa19cdbc40597f1456d36fb130
bosh-stemcell/smoke/test-stemcell.yml
bosh-stemcell/smoke/test-stemcell.yml
platform: linux image_resource: type: docker-image source: repository: bosh/main inputs: - name: bosh-src - name: stemcell - name: syslog-release - name: environment params: BOSH_DIRECTOR_ADDRESS: BOSH_DIRECTOR_USERNAME: BOSH_DIRECTOR_PASSWORD: BOSH_VSPHERE_VCENTER_CLUSTER: BOSH_VSPHERE_VCENTER_DC:...
platform: linux image_resource: type: docker-image source: {repository: boshcpi/cpi-certification} inputs: - name: bosh-src - name: stemcell - name: syslog-release - name: environment params: BOSH_DIRECTOR_ADDRESS: BOSH_DIRECTOR_USERNAME: BOSH_DIRECTOR_PASSWORD: BOSH_VSPHERE_VCENTER_CLUSTER: BOSH_VSPHE...
Use cpi-certification docker image for stemcell smoke tests
Use cpi-certification docker image for stemcell smoke tests [#132602755](https://www.pivotaltracker.com/story/show/132602755) Signed-off-by: Tom Viehman <ef9e7682e71c138189ac51545830b782ff2b8b7d@pivotal.io>
YAML
apache-2.0
barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh
25db62eaebe352fbfecc982be38c2af499f48903
docker-compose/log/docker-compose.yml
docker-compose/log/docker-compose.yml
version: '3' volumes: logstash_config: elasticsearch_data: networks: log: driver: overlay services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch deploy: placement: constraints: - node.role == worker volumes: - elasticsearch_data:/usr/share/...
version: '3' volumes: logstash_config: elasticsearch_data: networks: log: driver: overlay services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:5.2.1 deploy: placement: constraints: - node.role == worker volumes: - elasticsearch_data:/usr/...
Update Docker-compose for log stack
Update Docker-compose for log stack
YAML
mit
Sweady/Sweady,Sweady/Sweady,Sweady/Sweady,Sweady/Sweady
91c863260f7443c9d3fbc7930d82a7b93de6d943
role_requirements.yml
role_requirements.yml
--- - src: FGtatsuro.virtualbox - src: FGtatsuro.vagrant - src: FGtatsuro.packer - src: FGtatsuro.docker-toolbox
--- # For buildenv - src: FGtatsuro.virtualbox - src: FGtatsuro.vagrant - src: FGtatsuro.packer - src: FGtatsuro.docker-toolbox # For base - src: FGtatsuro.ruby
Add role requirement for base image.
Add role requirement for base image.
YAML
mit
FGtatsuro/infra-bridgehead,FGtatsuro/infra-bridgehead
544b8de952be0a7639ca2a7d2f6731eb2815daf8
packages/petdoor.yaml
packages/petdoor.yaml
################################################## ## Components/Sensors ################################################## cover: - platform: mqtt name: "PetDoor" command_topic: "homeassistant/cover/petdoor/set" state_topic: "homeassistant/cover/petdoor/state" availability: - topic: "homeassist...
################################################## ## Components/Sensors ################################################## mqtt: cover: name: "PetDoor" command_topic: "homeassistant/cover/petdoor/set" state_topic: "homeassistant/cover/petdoor/state" availability: - topic: "homeassistant/cover/...
Update mqtt sensor definition, change in HA 2022.6
Update mqtt sensor definition, change in HA 2022.6
YAML
mit
shortbloke/home_assistant_config
6c0456e544fe189cd462a2441e1d23d330e0750d
.forestry/front_matter/templates/posts.yml
.forestry/front_matter/templates/posts.yml
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout - type: textarea name: summary label: Summary - type: text name: keywords label: Keywords - type: tag_list name: tags label: Tags pages: - _posts/2018-06-10-chatbots-a-different-approach-f...
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout - type: textarea name: summary label: Summary - type: text name: keywords label: Keywords - type: tag_list name: tags label: Tags - type: select config: source: type: simple ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
boobo94/boobo94.github.io,boobo94/boobo94.github.io
4aa963d25e72ac18e455253d3149a87cc284a0f4
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
Update with a URL until a CNAME is in place.
Update with a URL until a CNAME is in place.
YAML
mit
hackfrederick/hackathon2016
0019bb9316bf8d8100a433420a837c82bc50c7c1
_config.yml
_config.yml
name: Your New Jekyll Site description: Blogging about stuffs meta_description: "Your New Jekyll Site, Blogging about stuffs" markdown: redcarpet pygments: true logo: false paginate: 15 # Details for the RSS feed generator url: 'blog url' author: 'Your Name'
name: Naming is hard description: Thoughts from a web ops engineer meta_description: "Tech notes from a web operations engineer" markdown: redcarpet pygments: true logo: false paginate: 15 # Details for the RSS feed generator url: 'blog url' author: 'Your Name'
Set site name and description
[config] Set site name and description
YAML
mit
mattbostock/mattbostock.github.io,mattbostock/mattbostock.github.io
11aed654b1821715813306042b4a001b53322c6c
_config.yml
_config.yml
# Site settings title: CityCampCHA email: brigade@openchattanooga.com description: CityCampCHA is an unconference focused on innovation for municipal governments and community organizations. baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://citycampcha.com" # the base hostname & protocol for your site d...
# Site settings title: CityCampCHA email: brigade@openchattanooga.com description: CityCampCHA is an unconference focused on innovation for municipal governments and community organizations. As an unconference, content for CityCampCHA is not programmed for a passive audience. Content is created and organized by partici...
Change description back to original.
Change description back to original.
YAML
mit
openchattanooga/citycampcha
8e5ffa4d84497963c11c54f9155d70f8937b987d
_config.yml
_config.yml
port: 3000 encoding: UTF-8 title: jr-cologne.de email: kontakt@jr-cologne.de description: Meine persönliche Website baseurl: "" url: "https://jr-cologne.de/" twitter_username: jrcologne github_username: jr-cologne codepen_username: jr-cologne markdown: kramdown exclude: - Gemfile - Gemfile.lock - package.json ...
port: 3000 encoding: UTF-8 title: jr-cologne.de email: kontakt@jr-cologne.de description: Meine persönliche Website baseurl: "" url: "https://jr-cologne.de/" twitter_username: jrcologne github_username: jr-cologne codepen_username: jr-cologne markdown: kramdown exclude: - Gemfile - Gemfile.lock - package.json ...
Exclude README from _site folder
Exclude README from _site folder
YAML
mit
jr-cologne/jr-cologne.de,jr-cologne/jr-cologne.de
934c0ca97845ccbaafef9a9d2c3f82c1fbc9197a
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Add .travis.yml, Gemfile, scripts, and vendor to exclude list.
Add .travis.yml, Gemfile, scripts, and vendor to exclude list.
YAML
apache-2.0
uhm-coe/assist,uhm-coe/assist,uhm-coe/assist,uhm-coe/assist
36622a27941151be9dcb17a49c79740affddd9df
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: 481b4209eedaf9ac0ae689759860b230b04e5b7fa6c2e84c1bdcf695a02ec7bf test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0....
homepage: '' changelog-type: '' hash: 5548979ca4a761af06d86bf17501da2b44a547ac964bb3923df9bcbcdc0a819c test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0....
Update from Hackage at 2018-12-12T02:41:31Z
Update from Hackage at 2018-12-12T02:41:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
9bf90169db2e2a8e81b0c84dd9e34468d4768f14
packages/cr/crc.yaml
packages/cr/crc.yaml
homepage: http://github.com/MichaelXavier/crc changelog-type: markdown hash: 71fc590906650bfb164b579c9021be8640c855e9c50399791b92f63b8c89455f test-bench-deps: bytestring: -any base: -any tasty-golden: -any criterion: -any conduit: ! '>=1.2.8' conduit-extra: -any crc: -any tasty: -any resourcet: -any m...
homepage: http://github.com/MichaelXavier/crc changelog-type: markdown hash: e3f496fa0c1483c936971b2e67221d36421329511b6f6278fde30b918fa69e14 test-bench-deps: bytestring: -any base: -any tasty-golden: -any criterion: -any conduit: '>=1.2.8' conduit-extra: -any crc: -any tasty: -any resourcet: -any mai...
Update from Hackage at 2020-10-05T00:30:46Z
Update from Hackage at 2020-10-05T00:30:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
4966e8bb3a1e2b0cccfdc16dcb7a0568c3f5be09
packages/lz/lzo.yaml
packages/lz/lzo.yaml
homepage: '' changelog-type: markdown hash: f27a6a2d4f40c1ea6a719da3be0003262d1b6450270534bca1ca25ffb8f0dec4 test-bench-deps: bytestring: -any base: -any tasty-hunit: -any tasty: -any lzo: -any maintainer: vamchale@gmail.com synopsis: minilzo bundled for Haskell changelog: | # lzo ## 0.1.0.0 Initial r...
homepage: '' changelog-type: markdown hash: ba2b9f2a5b280477861fbb9eb860bf9708b160d95c7c0b563393af07c5df270f test-bench-deps: bytestring: -any base: -any tasty-hunit: -any tasty: -any lzo: -any maintainer: vamchale@gmail.com synopsis: minilzo bundled for Haskell changelog: | # lzo ## 0.1.1.0 * Added...
Update from Hackage at 2020-05-01T02:04:06Z
Update from Hackage at 2020-05-01T02:04:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
cadbc1771de432fc5e384d8be0039b66db915f26
_config.yml
_config.yml
title: "Rocket.Chat Documentation" description: Rocket.Chat user, admin, API, integration, plugin and contributing documentation. # leave trailing slash off url: https://rocket.chat/docs # bump if alterting styles or js version: 23 defaults: - scope: type: "" values: layout: "default" sass: styl...
title: "Rocket.Chat Documentation" description: Rocket.Chat user, admin, API, integration, plugin and contributing documentation. # leave trailing slash off url: https://rocket.chat/docs # bump if alterting styles or js version: 24 defaults: - scope: type: "" values: layout: "default" sass: styl...
Bump version amending for the last commit
Bump version amending for the last commit
YAML
mit
RocketChat/Rocket.Chat.Docs,RocketChat/Rocket.Chat.Docs,RocketChat/Rocket.Chat.Docs,RocketChat/Rocket.Chat.Docs
34db02223f6d0bdc48824b02078f9b7d804722d2
generators/app/templates/_travis.yml
generators/app/templates/_travis.yml
language: node_js node_js: - "4.1" install: - npm install -g elm@0.17.0 casperjs http-server - elm-package install -y before_script: - elm-make ./src/elm/TestRunner.elm --output test.html - http-server '.' & # Wait for compilation is done. - until $(curl --output /dev/null --silent --head --fail http://1...
language: node_js node_js: - "4.1" cache: directories: - sysconfcpus install: - npm install -g elm@~0.17.0 casperjs http-server - elm-package install -y # Getting elm-make to run quicker. # See https://github.com/elm-lang/elm-compiler/issues/1473#issuecomment-245704142 - | if [ ! -d sysconfcpus...
Allow travis builds to run faster
Allow travis builds to run faster
YAML
mit
Gizra/generator-elmlang,Gizra/generator-elmlang
e7a73c79242c6c3a758cfdf1653d16e590ac998d
app/locales/pages/projects/index.en.yml
app/locales/pages/projects/index.en.yml
en: projects: index: title: 'Invest in civic projects you care about' recommended: 'Recommended' near: 'Projects in' ending_soon: 'Ending Soon' coming_soon: 'Coming Soon' no_projects_near: 'No projects near %{city}.' discover: 'Explore more campaigns' join: ...
en: projects: index: title: 'Invest in civic projects you care about' recommended: 'Recommended' near: 'Projects near' ending_soon: 'Ending Soon' coming_soon: 'Coming Soon' no_projects_near: 'No projects near %{city}.' discover: 'Explore more campaigns' join: ...
Change text from project in to projects near on home page
Change text from project in to projects near on home page
YAML
mit
jinutm/silveralms.com,gustavoguichard/neighborly,jinutm/silverpro,gustavoguichard/neighborly,MicroPasts/micropasts-crowdfunding,raksonibs/raimcrowd,rockkhuya/taydantay,jinutm/silvfinal,jinutm/silverme,jinutm/silverprod,jinutm/silverpro,jinutm/silveralms.com,raksonibs/raimcrowd,jinutm/silverme,rockkhuya/taydantay,jinutm...
adb51119047a32e9ab7e0e2d443132749be2e86b
prow/oss/cluster/monitoring/grafana_expose.yaml
prow/oss/cluster/monitoring/grafana_expose.yaml
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana --- apiVersion...
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana --- apiVersion...
Configure oss prow grafana exposure to match k8s prow settings
Configure oss prow grafana exposure to match k8s prow settings
YAML
apache-2.0
GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra
e1f053aa6340690e7a2d042a46b78cfccde3df2a
ansible/roles/directory/tasks/main.yml
ansible/roles/directory/tasks/main.yml
--- # This playbook installs the data directory - name: install packages for repos sudo: yes apt: pkg={{ item }} state=installed with_items: - git - php5 - libapache2-mod-php5 - php5-curl - name: clone git repository git: repo={{ git_protocol }}github.com/nhsengland/datadirectory dest=/...
--- # This playbook installs the data directory - name: install packages for repos become: true apt: pkg={{ item }} state=installed with_items: - git - php5 - libapache2-mod-php5 - php5-curl - name: clone git repository git: repo: '{{ git_protocol }}github.com/nhsengland/datadirectory' ...
Update data directory playbook to match syntactic tweaks elsewhere
Update data directory playbook to match syntactic tweaks elsewhere * Use become instead of sudo * Split sub attributes onto new lines * Use template instead of copy * Use file instead of command
YAML
agpl-3.0
nhsengland/iit-infrastructure,nhsengland/iit-infrastructure
d6c54225016d23af16e9210346dcd6ad822d797c
zuul.d/project.yaml
zuul.d/project.yaml
--- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Replace linters test with integarted one
Replace linters test with integarted one We've created integrated linters check job a while back and it's successfully working for several releases. At the moment we experience difficulties with future maintenance of the linters check from the openstack-ansible-tests repo. So instead of fixing current one, we replace ...
YAML
apache-2.0
openstack/openstack-ansible-rsyslog_client,openstack/openstack-ansible-rsyslog_client
1361a487707f745acf4d38c670f0015820905b2d
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | ./waf configure ./waf --check - run: name: build with python2.7 command: | ./waf build ./...
version: 2 jobs: gcc_5_python27: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | python ./waf configure python ./waf --check - run: name: build with python2.7 command: | pyt...
Add the job to build pficommon using python3
Add the job to build pficommon using python3
YAML
bsd-3-clause
retrieva/pficommon,pfi/pficommon,pfi/pficommon,retrieva/pficommon,pfi/pficommon,retrieva/pficommon,retrieva/pficommon,pfi/pficommon,retrieva/pficommon
6dde23e39b9149045d40f17875200830cca3986d
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: python:3.4-jessie working_directory: ~/robot steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "requirements.txt" }} - v1-dependencies-{{ checksum "robotd/requirements.txt" }} # fallba...
version: 2 jobs: build: docker: - image: python:3.4-jessie working_directory: ~/robot steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "requirements.txt" }} - v1-dependencies-{{ checksum "robotd/requirements.txt" }} # fallba...
Clone and install `robotd` and `sb-vision` in 1 command
Clone and install `robotd` and `sb-vision` in 1 command
YAML
mit
sourcebots/robot-api,sourcebots/robot-api
b996351363ecf8bb2591f39814572ebc293a0424
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:12.19 - image: circleci/redis steps: - checkout - run: npm install -g npm@4.x.x - run: npm install -g typescript - run: ./bin/install-circleci - save_cache: key: node_modules_cache paths: ...
version: 2 jobs: build: docker: - image: circleci/node:12.19 - image: circleci/redis steps: - checkout - run: ./bin/install-circleci - save_cache: key: node_modules_cache paths: - node_modules - packages/backend-api/node_modules ...
Remove audited 802 packages in 3.483s
Remove audited 802 packages in 3.483s 10 packages are looking for funding run `npm fund` for details found 971 vulnerabilities (951 low, 20 high) run `npm audit fix` to fix them, or `npm audit` for details commands
YAML
apache-2.0
conversationai/conversationai-moderator,conversationai/conversationai-moderator,conversationai/conversationai-moderator,conversationai/conversationai-moderator
029445e4d4780c16a4e02a928c44703cc16c7622
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/ruby:2.6.3 steps: - checkout - restore_cache: keys: - bitters-{{ arch }}-{{ checksum "bitters.gemspec" }} - run: name: Install Ruby dependencies command: bundle install --path vendor/bundle ...
version: 2 jobs: build: docker: - image: circleci/ruby:2.6.5 steps: - checkout - restore_cache: keys: - bitters-{{ arch }}-{{ checksum "bitters.gemspec" }} - run: name: Install Ruby dependencies command: bundle install --path vendor/bundle ...
Use Ruby 2.6.5 in CircleCI
Use Ruby 2.6.5 in CircleCI
YAML
mit
thoughtbot/bitters,thoughtbot/bitters
93682f656b9bd75bb44c21137ad79752ce2557a1
.circleci/config.yml
.circleci/config.yml
version: 2.1 commands: prepare: steps: - checkout - run: sudo composer self-update - restore_cache: keys: - composer-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "composer.lock" }} - composer-v1-{{ .Environment.CIRCLE_JOB }} - run: composer install --no-i...
version: 2.1 commands: prepare: steps: - checkout - run: sudo composer self-update - restore_cache: keys: - composer-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "composer.lock" }} - composer-v1-{{ .Environment.CIRCLE_JOB }} - run: composer install --no-i...
Fix codecov reporting invalid SHA1
Fix codecov reporting invalid SHA1
YAML
mit
auth0/jwt-auth-bundle
4f68de6c756ccbde04cb0dd558e2be48882bf741
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:2fef9fbb5156f42a0b12242456d3125cf91ac8c1015ef683929060d610983d80 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:ff211e3a62d62e02f7cbc6fd34ef0cef983a0a5c1645bfc1019b2e45dcd9f36c working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.3 Docker digest to ff211e3
Update circleci/python:3.7.3 Docker digest to ff211e3
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
e51188de7a07242e4463fb60cd9e80b8068155ce
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/circulate docker: - image: python:3.6.0 environment: FLASK_CONFIG: testing steps: - checkout - restore_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }} - run: command: | ...
version: 2 jobs: build: working_directory: ~/circulate docker: - image: python:3.6.0 environment: FLASK_CONFIG: testing steps: - checkout - restore_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }} - run: command: | ...
Remove heroku from circleci process
Remove heroku from circleci process
YAML
mit
EdwinKato/bucket-list,EdwinKato/bucket-list,EdwinKato/bucket-list,EdwinKato/bucket-list,EdwinKato/bucket-list
1a9ab3bf6df81d3955cee32610795bf0d811f276
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/electron-redux docker: - image: circleci/node:8-browsers steps: - checkout - restore_cache: keys: - electron-redux-{{ .Branch }} - electron-redux- - run: name: Install Dependencies co...
version: 2 jobs: build: working_directory: ~/electron-redux docker: - image: circleci/node:8-browsers steps: - checkout - restore_cache: keys: - electron-redux2-{{ .Branch }} - electron-redux2- - run: name: Install Dependencies ...
Revert "revert circle cache key"
Revert "revert circle cache key" This reverts commit 68af0ca4714f02e85b5b38fd9e08823ffd015179.
YAML
mit
hardchor/electron-redux,hardchor/electron-redux
e64d86bc8274035730f2e0812811bb1504739b6d
.github/workflows/linter.yaml
.github/workflows/linter.yaml
--- ################################# ################################# ## Super Linter GitHub Actions ## ################################# ################################# name: Lint Code Base # # Documentation: # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions # #########...
--- ################################# ################################# ## Super Linter GitHub Actions ## ################################# ################################# name: Lint Code Base # # Documentation: # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions # #########...
Remove linting for .env files
ci: Remove linting for .env files
YAML
apache-2.0
GoogleCloudPlatform/document-ai-samples,GoogleCloudPlatform/document-ai-samples,GoogleCloudPlatform/document-ai-samples,GoogleCloudPlatform/document-ai-samples,GoogleCloudPlatform/document-ai-samples
b5c639e114458c62c215b925fa806ef10fb71b23
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: browser-tools: circleci/browser-tools@1.1 jobs: test-job: working_directory: ~/jpmobile docker: - image: cimg/ruby:3.0-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 BUNDLE_PATH: vendor/bundle RAILS_ENV: test steps: - b...
version: 2.1 orbs: browser-tools: circleci/browser-tools@1.1 jobs: test-job: working_directory: ~/jpmobile docker: - image: cimg/ruby:3.0-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 BUNDLE_PATH: vendor/bundle RAILS_ENV: test steps: - b...
Replace deprecated bundle install options
Replace deprecated bundle install options This is just a tiny refactor.
YAML
mit
jpmobile/jpmobile,jpmobile/jpmobile
72008f180bb9ba4c4951fedb9c565ae8c0c9c230
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: koalaman/shellcheck-alpine:stable steps: - checkout - run: name: ShellCheck version command: shellcheck --version - run: name: Run ShellCheck command: shellcheck --exclude=SC2016,SC2054,SC2209,SC2191 ./*.s...
version: 2 jobs: build: docker: - image: koalaman/shellcheck-alpine:stable steps: - checkout - run: name: ShellCheck version command: shellcheck --version - run: name: Run ShellCheck command: shellcheck --exclude=SC2016,SC2209 -- ./*.sh
Revise exclude option for shellcheck
Revise exclude option for shellcheck
YAML
unlicense
curipha/install
39c4c5273da062c64ecd6a4da5a7ec1cf0f98f13
.github/workflows/nodebug.yml
.github/workflows/nodebug.yml
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
Update No Assertions to new version 7.0.0
Update No Assertions to new version 7.0.0
YAML
bsd-3-clause
steinwurf/recycle,steinwurf/recycle
32bb31874a9f73f6daa691b52b645401a67587f6
.github/workflows/publish.yml
.github/workflows/publish.yml
name: Publish on: push: branches: - main - master jobs: build: strategy: matrix: os: [ubuntu-latest] runs-on: ${{matrix.os}} steps: - name: Checkout the repo uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v1 ...
name: Publish on: push: branches: - main - master jobs: build: strategy: matrix: os: [ubuntu-latest] runs-on: ${{matrix.os}} steps: - name: Checkout the repo uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v1 ...
Fix missing space in git command
Fix missing space in git command
YAML
bsd-3-clause
intellij-purescript/intellij-purescript,intellij-purescript/intellij-purescript
e2ced32d1788182f569647dcf25f73068bfc7ebc
.circleci/config.yml
.circleci/config.yml
defaults: &defaults working_directory: /tmp/workspace docker: - image: circleci/android:api-28-alpha environment: TERM: xterm # Workaround for Gradle issues https://discuss.circleci.com/t/circleci-terminal-is-a-tty-but-term-is-not-set/9965/18 version: 2 jobs: build: parallelism: 1 <<: *defaults...
defaults: &defaults working_directory: /tmp/workspace docker: - image: circleci/android:api-28-alpha environment: TERM: xterm # Workaround for Gradle issues https://discuss.circleci.com/t/circleci-terminal-is-a-tty-but-term-is-not-set/9965/18 dep_cache: &dep_cache restore_cache: keys: # This ...
Add dependency cache to deploy as well
Add dependency cache to deploy as well
YAML
agpl-3.0
palfrey/postcode,palfrey/postcode
bf97033bcb2664ee4351655c81eb8245e61ebfcd
.circleci/config.yml
.circleci/config.yml
version: 2
version: 2 jobs: build: working_directory: ~/circulate docker: - image: python:3.6.0-alpine steps: - checkout - run: echo "hello world"
Add the first job step
Add the first job step
YAML
mit
keybits/circulate,keybits/circulate,keybits/circulate
602039381327c26ff78d407b08a69f10bfb97e78
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: test_py: docker: - image: circleci/python:2.7-stretch steps: - checkout - setup_remote_docker - run: name: Python Tests command: make clean test-image test_js: docker: - image: "circleci/node:12-browsers" steps: - checkout ...
version: 2 jobs: test_py: docker: - image: circleci/python:3.7-stretch steps: - checkout - setup_remote_docker: version: 19.03.13 - run: name: Python Tests command: make clean test-image test_js: docker: - image: "circleci/node:12-browsers" ...
Upgrade CircleCI Docker engine version
Upgrade CircleCI Docker engine version Fix #9534
YAML
mpl-2.0
mozilla/bedrock,MichaelKohler/bedrock,pascalchevrel/bedrock,alexgibson/bedrock,MichaelKohler/bedrock,mozilla/bedrock,mozilla/bedrock,flodolo/bedrock,craigcook/bedrock,flodolo/bedrock,pascalchevrel/bedrock,MichaelKohler/bedrock,pascalchevrel/bedrock,flodolo/bedrock,craigcook/bedrock,sylvestre/bedrock,sylvestre/bedrock,a...
def11c5979c4268966dced240ecdc459063cb020
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:4a2b44aee921e0e24def19b3163fdb08fda4c2a55e2fadf75876cad620447195 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.8.2@sha256:3dd04f231325a28c929e2bc3f87d744cad961342226afd29059c6a9612c8c204 working_directory: ~/repo steps: - checko...
Update circleci/python Docker tag to v3.8.2
Update circleci/python Docker tag to v3.8.2
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
888703be1e8b6f9a0db4013418a4bcd7f806647b
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build_and_test: docker: # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - image: circleci/golang:1.8 environment: AWS_ACCESS_KEY_ID: placeholder AWS_SECRET_ACCESS_KEY: placeholder AWS_SESSION_TOKEN: placeholder ...
version: 2 jobs: build_and_test: docker: # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - image: circleci/golang:1.8 environment: AWS_ACCESS_KEY_ID: placeholder AWS_SECRET_ACCESS_KEY: placeholder AWS_DEFAULT_REGION: us-east-1 - ...
Trim back aws variables, and setup python 3.6
Trim back aws variables, and setup python 3.6
YAML
agpl-3.0
NoteGio/openrelay,NoteGio/openrelay,NoteGio/openrelay,NoteGio/openrelay
72d91eabea09623e5142f51408b560ced230c845
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:12.11.1 steps: - checkout - run: name: install command: | sudo apt -y install lcov npm install - run: name: coverage command: npm run ci-coverage
version: 2 jobs: build: docker: - image: circleci/node:12.11.1-buster steps: - checkout - run: name: install command: | sudo apt -y install lcov npm install - run: name: coverage command: npm run ci-coverage
Use buster for newer lcov
Use buster for newer lcov
YAML
mit
davedoesdev/shared-memory-disruptor,davedoesdev/shared-memory-disruptor,davedoesdev/shared-memory-disruptor,davedoesdev/shared-memory-disruptor
790043db8adcebb296f307e432f22ec14b416fb9
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: machine: true parallelism: 2 environment: KITCHEN_LOCAL_YAML: .kitchen.dokken.yml dependencies: pre: - curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk docker: - image: circleci/ruby:2.4 steps: - checkout ...
version: 2 jobs: build: parallelism: 2 dependencies: pre: - curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk docker: - image: circleci/ruby:2.4 steps: - checkout - run: name: load chefdk command: | eval "$(/...
Remove machine and push environment down
Remove machine and push environment down
YAML
apache-2.0
aetrion/chef-stunnel,aetrion/chef-stunnel,aetrion/chef-stunnel
b8073d4b8a6674f66540526d06c0294f4e0fc24d
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile executors: default: docker: - image: circleci/ruby:2.7.1 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: POSTGRES_USER: ubuntu ...
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@0.0.2 executors: default: docker: - image: circleci/ruby:2.7.1 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: POSTGRES_USER: ubuntu ...
Revert "Use latest heroku orb"
Revert "Use latest heroku orb" This reverts commit 41af68471b249d1c57dc972d9b217cbda4f6820f.
YAML
mit
sue445/ccc_privacy_crawler,sue445/ccc_privacy_crawler,sue445/ccc_privacy_crawler
6c0b2a39f11e4a835d56b80f2479a3bafb1d23fc
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.1@sha256:b7825a446b1148db410993a6aeff09c36ff9461a0446555d4344027999170544 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.2@sha256:7b07da38421e9f7999be1653b3c682cc4b4e69e787445204e47f772fb345790e working_directory: ~/repo steps: - checko...
Update circleci/python Docker tag to v3.7.2
Update circleci/python Docker tag to v3.7.2
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
893081d56702fd96456bd7297e2fd44cd6483429
.circleci/config.yml
.circleci/config.yml
# Borrowed from https://github.com/sfackler/rust-postgres/blob/04bd98e7edb238511661b311c725a176012bca6a/.circleci/config.yml # Used under MIT license. restore_registry: &RESTORE_REGISTRY restore_cache: key: registry save_registry: &SAVE_REGISTRY save_cache: key: registry-{{ .BuildNum }} paths: - /u...
# Borrowed from https://github.com/sfackler/rust-postgres/blob/04bd98e7edb238511661b311c725a176012bca6a/.circleci/config.yml # Used under MIT license. restore_registry: &RESTORE_REGISTRY restore_cache: key: registry save_registry: &SAVE_REGISTRY save_cache: key: registry-{{ .BuildNum }} paths: - /u...
Use stable rust on CI.
Use stable rust on CI.
YAML
apache-2.0
cstorey/suppositions
8ba1857514c331dc21814cf9557f4ef2780a2a33
www/_config.yml
www/_config.yml
# Site settings title: Your awesome title email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed....
# Site settings url: "http://phatblat.com" # the base hostname & protocol for your site baseurl: "" # the subpath of your site, e.g. /blog/ title: phatblat's reflog description: > # this means to ignore newlines until "baseurl:" a few SHAs from a journey through code email: ben@octop.ad author: Ben Chatelain simple_s...
Copy config.yml values from old site
Copy config.yml values from old site
YAML
mit
phatblat/reflog,phatblat/octopress3,phatblat/octopress3,phatblat/reflog
ca073b7485c61462ceb0315965d0f96a498cf417
playbooks/roles/libvirt/setup/install/tasks/main.yml
playbooks/roles/libvirt/setup/install/tasks/main.yml
- name: ensure libvirt and other deps are installed yum: name: "{{ item }}" state: present with_items: - qemu-kvm - libvirt - libvirt-python - python-lxml - openvswitch - name: modprobe kvm_intel modprobe: name: kvm_intel state: present - name: start libvirtd service: n...
- name: install release repo yum: name: http://rdoproject.org/repos/openstack-liberty/rdo-release-liberty.rpm state: present - name: ensure libvirt and other deps are installed yum: name: "{{ item }}" state: present with_items: - qemu-kvm - libvirt - libvirt-python - python-lxml ...
Add rdo release repo fro openvswitch
Add rdo release repo fro openvswitch
YAML
apache-2.0
redhat-openstack/tripleo-quickstart,redhat-openstack/tripleo-quickstart
0f5f461a338c668b791d6e753e5662a4f1d2abcd
.codeclimate.yml
.codeclimate.yml
version: "2" plugins: flog: enabled: true reek: enabled: true rubocop: enabled: true
version: "2" plugins: rubocop: enabled: true
Disable reek and flog for now
Disable reek and flog for now
YAML
mit
semlogr/semlogr,semlogr/semlogr
b751616e5dde3972a314fa1b64f359db2252e5fd
.codeclimate.yml
.codeclimate.yml
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026...
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026...
Disable check for embedded HTML
Disable check for embedded HTML
YAML
bsd-3-clause
unixorn/awesome-zsh-plugins,voronkovich/awesome-zsh-plugins
d37743d8f155953ae26ed5343233d6d9b1a6e3a5
.readthedocs.yml
.readthedocs.yml
formats: - htmlzip - pdf python: version: 3 pip_install: true extra_requirements: - docs
formats: - htmlzip python: version: 3 pip_install: true extra_requirements: - docs
Revert "Try to enable pdf on RTFD"
Revert "Try to enable pdf on RTFD" This reverts commit 415ddabb5fd2da5792b4c5d0c9e5072317d40dfb.
YAML
bsd-3-clause
skirpichev/omg,diofant/diofant
fdfcec1b5ca78fc0cc2f819b7668baf364e8ef89
.scrutinizer.yml
.scrutinizer.yml
imports: - php tools: external_code_coverage: timeout: 900 # Timeout in seconds.
imports: - php tools: external_code_coverage: timeout: 1800 # Timeout in seconds.
Increase Scrutinizer CI timeout - tests with xdebug are slooow
Increase Scrutinizer CI timeout - tests with xdebug are slooow
YAML
mit
dvdoug/BoxPacker
f4e904c67fe0d5ee2aabc77c6101bfc351aea226
.scrutinizer.yml
.scrutinizer.yml
filter: excluded_paths: - 'vendor/*' - 'tests/*' before_commands: - 'composer install --dev' tools: php_analyzer: true php_mess_detector: true php_code_sniffer: config: standard: PSR1 sensiolabs_security_checker: true php_code_coverage: test_comman...
filter: excluded_paths: - 'vendor/*' - 'tests/*' before_commands: - 'composer install' tools: php_analyzer: true php_mess_detector: true php_code_sniffer: config: standard: PSR1 sensiolabs_security_checker: true php_code_coverage: test_command: './...
Remove --dev: that's the default.
Remove --dev: that's the default.
YAML
mit
nubs/which
493d0f2d76463915e400701e9aff4c2ec07b7199
.scrutinizer.yml
.scrutinizer.yml
build: environment: php: '5.5.25' dependencies: # Runs before inferred commands before: [] # Overwrites inferred commands override: [] # Runs after inferred commands after: [] # Run after dependencies project_setup: before: - mysql -e 'CREATE DATABASE IF NOT EXISTS test' tests: before: -...
build: environment: php: '5.5.25' dependencies: # Runs before inferred commands before: [] # Overwrites inferred commands override: [] # Runs after inferred commands after: [] # Run after dependencies project_setup: before: - ...
Use spaces as identation in YAML
Use spaces as identation in YAML
YAML
bsd-3-clause
nafigator/Veles
332c57b0fbb958136f69d66d246b5da02b086007
.scrutinizer.yml
.scrutinizer.yml
imports: - php checks: php: code_rating: true remove_extra_empty_lines: true remove_php_closing_tag: true remove_trailing_whitespace: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: true ...
imports: - php checks: php: code_rating: true remove_extra_empty_lines: true remove_php_closing_tag: true remove_trailing_whitespace: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: true ...
Add `coverage` as exclude path
Add `coverage` as exclude path
YAML
apache-2.0
kokororin/KotoriFramework,kokororin/KotoriFramework,kokororin/Kotori.php,kokororin/KotoriFramework,kokororin/Kotori.php
477d5eb22af5d36ab28b4113a9a6e8744c18931f
data/litigation.csv.yaml
data/litigation.csv.yaml
entities: entity: schemata: [] source_url_column: 'Source URL' columns: - column: 'Entity' property: 'name' case: schemata: ['LegalCase'] source_url_column: 'Source URL' columns: - column: 'Case No.' property: 'case_no' skip_empty: true - column: 'Title' ...
entities: entity: schemata: [] source_url_column: 'Source URL' columns: - column: 'Entity' property: 'name' case: schemata: ['LegalCase'] source_url_column: 'Source URL' columns: - column: 'Case No.' property: 'case_no' skip_empty: true - column: 'Title' ...
Add time axis to litigation.
Add time axis to litigation.
YAML
mit
ANCIR/siyazana.co.za,ANCIR/siyazana.co.za,ANCIR/siyazana.co.za,ANCIR/siyazana.co.za
586914146ad2e136658cf77071c63ac3802d3c89
data/transition-sites/dstl_science.yml
data/transition-sites/dstl_science.yml
--- site: dstl_science whitehall_slug: defence-science-and-technology-laboratory title: Defence Science and Technology Laboratory redirection_date: 1st July 2014 homepage: https://www.gov.uk/government/organisations/defence-science-and-technology-laboratory tna_timestamp: 20140410091116 host: www.science.mod.uk furl: w...
--- site: dstl_science whitehall_slug: defence-science-and-technology-laboratory title: Defence Science and Technology Laboratory redirection_date: 1st July 2014 homepage: https://www.gov.uk/government/organisations/defence-science-and-technology-laboratory tna_timestamp: 20140410091116 host: www.science.mod.uk furl: w...
Add query string and extra org for site
Add query string and extra org for site
YAML
mit
alphagov/transition-config,alphagov/transition-config
cd467ef4b54024942ea8b280efe32cce6bdb7af1
.travis.yml
.travis.yml
language: java install: /bin/true script: bash exec/setup after_success: bash exec/build
language: java install: /bin/true script: - bash exec/setup - bash exec/build
Make Travis fail if the build fails
Make Travis fail if the build fails
YAML
apache-2.0
T145/magistics,T145/magistics
9a49ce04a9717fe3462dba1106453e6df6a5910d
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.6" install: - sudo apt install -y gcc g++ - pip install flake8 cpplint script: - flake8 - cpplint - ./run-all.sh notifications: email: false
language: python python: - "3.4" - "3.6" install: - sudo apt install -y gcc g++ - pip install flake8 cpplint script: - flake8 - cpplint $(find . -regextype egrep -regex '(.+\.c$|.+\.cpp)$') - ./run-all.sh notifications: email: false
Fix c and cpp file discover
Fix c and cpp file discover
YAML
mit
deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playgr...
bb9db42458e8c69ed059af6cccd9e423d7ec9e1f
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.11" branches: except: - gh-pages script: - npm test after_script: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
language: node_js node_js: - "0.8" - "0.10" branches: except: - gh-pages script: - npm test after_script: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Remove support for node 0.11 for now
Remove support for node 0.11 for now
YAML
mit
yahoo/hodman
164e98f5e63f6b1c1450252627d989adedeb0490
.travis.yml
.travis.yml
sudo: required services: - docker language: ruby env: - DOCKER_COMPOSE_VERSION: 1.8.1 before_install: - sudo rm /usr/local/bin/docker-compose - curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose - chmod +x docker-comp...
sudo: required services: - docker language: ruby env: - DOCKER_COMPOSE_VERSION: 1.8.1 before_install: - sudo rm /usr/local/bin/docker-compose - curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose - chmod +x docker-comp...
Change order when phpunit gets run as it has a dependency on a gulp run.
Change order when phpunit gets run as it has a dependency on a gulp run.
YAML
mit
devimust/easy-bookmark-manager,devimust/easy-bookmark-manager,devimust/easy-bookmark-manager,devimust/easy-bookmark-manager
a41fb0ddebc47a8de3b56b32382081013313e866
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.9.3 before_script: - bundle exec berks install script: - bundle exec travis
language: ruby bundler_args: --without development rvm: - 1.9.3 before_script: - bundle exec berks install script: - bundle exec rake travis
Add missing rake to TravisCI command
Add missing rake to TravisCI command
YAML
apache-2.0
chef-cookbooks/docker,chef-cookbooks/docker,fxposter/chef-docker,fxposter/chef-docker,fxposter/chef-docker,chef-cookbooks/docker
cd49b99cd270b6083e3fc0788dfe57a57f1846b9
.travis.yml
.travis.yml
language: node_js script: npm run $TARGET node_js: - '0.11' - '0.10' env: matrix: - TARGET=test - TARGET=coveralls
language: node_js script: npm run $TARGET node_js: - '0.10' env: matrix: - TARGET=test - TARGET=coveralls
Remove Node v0.11.x as a build target
Remove Node v0.11.x as a build target
YAML
bsd-3-clause
goinstant/assert
4b94cb8d5b98e8b01a3fbee61565e8407cc20eb8
.travis.yml
.travis.yml
language: cpp sudo: required dist: trusty branches: only: - master osx_image: xcode8 os: - linux - osx env: - CONFIG=Release - CONFIG=Debug compiler: - clang - gcc before_install: - QT_VERSION_MM=56 - QT_VERSION_FULL=561-trusty - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-add-rep...
language: cpp sudo: required dist: trusty branches: only: - master osx_image: xcode8 os: - linux - osx env: - CONFIG=Release - CONFIG=Debug compiler: - clang - gcc before_install: - QT_VERSION_MM=56 - QT_VERSION_FULL=561-trusty - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-add-rep...
Add libssl-dev to list of packages needed in Travis
trivial: Add libssl-dev to list of packages needed in Travis
YAML
bsd-3-clause
cutelyst/cutelyst,simonaw/cutelyst,cutelyst/cutelyst,buschmann23/cutelyst,simonaw/cutelyst,cutelyst/cutelyst,buschmann23/cutelyst,buschmann23/cutelyst
88fe780ce2c20551b52ecc2b874ad47fe3e19e0f
.travis.yml
.travis.yml
language: sh before_script: - wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb" - sudo dpkg -i "shellcheck_0.3.7-5_amd64.deb" script: - shellcheck *.sh notifications: email: false branches: only: - master
language: sh before_script: - wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.4.4-2_amd64.deb" - sudo dpkg -i "shellcheck_0.4.4-2_amd64.deb" script: - shellcheck *.sh notifications: email: false branches: only: - master
Update shellcheck package to newest version
Update shellcheck package to newest version
YAML
mit
ntpeters/homebrew-notifier
3d0b1aaf15deb3b70644eef8629bb3bc33b346ff
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.2.2
language: ruby cache: bundler notifications: email: false rvm: - 2.2.2 script: - bundle exec rspec - bundle exec yard stats | grep "100.00% documented"
Test code documentation in Travis
Test code documentation in Travis
YAML
mit
Fullscreen/yt-annotations,Fullscreen/yt-annotations,claudiob/yt-annotations,claudiob/yt-annotations
a97f0b62319fff1d80d5e299e5a3ba566abe8c4e
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 before_install: - composer install --prefer-source --dev - mkdir -p data/logs script: - ./vendor/bin/phpunit -c test/phpunit.xml --coverage-clover ./build/logs/clover.xml - ./vendor/bin/phpcs -n --standard=PSR2 ./src/ ./test/ after_script: - php ./vendor/bin/coveral...
language: php php: - 5.3 - 5.4 - 5.5 before_install: - composer install --prefer-source --dev - mkdir -p data/logs script: - ./vendor/bin/phpunit --bootstrap=test/Bootstrap.php --coverage-clover ./build/logs/clover.xml - ./vendor/bin/phpcs -n --standard=PSR2 ./src/ ./test/ after_script: - php ./vendor/...
Change the way phpunit bootstraps
Change the way phpunit bootstraps
YAML
mit
ughly/ugh-authorization
dc83eb43eaf405f650cb6a0c007bab259e15f69d
.travis.yml
.travis.yml
language: php services: - memcached env: global: - MEMCACHE_HOST=127.0.0.1 - MEMCACHE_PORT=11211 sudo: false php: # Can't test against 5.2; openssl is not available: # http://docs.travis-ci.com/user/languages/php/#PHP-installation - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - compose...
language: php services: - memcached env: global: - MEMCACHE_HOST=127.0.0.1 - MEMCACHE_PORT=11211 sudo: false php: # Can't test against 5.2; openssl is not available: # http://docs.travis-ci.com/user/languages/php/#PHP-installation - 5.3 - 5.4 - 5.5 - 5.6 - hhvm install: - composer insta...
Install dependencies in install section
Fix: Install dependencies in install section
YAML
apache-2.0
eboominathan/google-api-php-client,mahaliachante/google-api-php-client,jayendra03/google-api-php-client,lendormi/ez-google-api-php-client,michabbb-backup/google-api-php-client,leohmoraes/google-api-php-client,4414/google-api-php-client,masterweb121/google-api-php-client,ricardorivera/repo,Martialdelastic/google-api-php...
cbee7a559e4f8870638a4d78798aa1a1dbd023ec
.travis.yml
.travis.yml
language: php php: - '7.0' before_script: - composer install script: - mkdir -p build/logs - vendor/bin/phpunit -c phpunit.xml.dist Tests/Unit --coverage-clover build/logs/clover.xml - vendor/bin/phpunit -c phpunit.xml.dist Tests/Functional after_success: - travis_retry php bin/coveralls
language: php php: - '7.0' - '7.1' - '7.2' before_script: - composer install script: - mkdir -p build/logs - vendor/bin/phpunit -c phpunit.xml.dist Tests/Unit --coverage-clover build/logs/clover.xml - vendor/bin/phpunit -c phpunit.xml.dist Tests/Functional after_success: - travis_retry php...
Add PHP 7.1 and 7.2 to Travis config
Add PHP 7.1 and 7.2 to Travis config
YAML
mit
fintem/MQNotificationBundle
412a2f9a2d8a32b9e8c2507f8cddc12c74812c97
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0
sudo: required dist: trusty language: ruby rvm: - 2.4.2 - 2.5.3 - 2.6.1
Test on more modern Ruby versions
Test on more modern Ruby versions
YAML
mit
vinted/ab