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
31e69c4d87555d3c74c15de7a5aeeb37be07072d
.travis.yml
.travis.yml
language: emacs-lisp env: matrix: - EMACS=emacs24 install: - if [ "$EMACS" = "emacs24" ]; then sudo apt-get install ghc cabal-install && sudo add-apt-repository -y ppa:cassou/emacs && sudo apt-get update -qq && sudo apt-get install -qq emacs24 emacs24-el; fi script: lsb_...
language: emacs-lisp env: matrix: - EMACS=emacs24 install: - if [ "$EMACS" = "emacs24" ]; then sudo apt-get install ghc cabal-install happy alex && sudo add-apt-repository -y ppa:cassou/emacs && sudo apt-get update -qq && sudo apt-get install -qq emacs24 emacs24-el; fi scr...
Add shm to PATH and -O0 to cabal
Add shm to PATH and -O0 to cabal
YAML
bsd-3-clause
pharpend/structured-haskell-mode,ivan-m/structured-haskell-mode
d56210b091b9010f30fc43fbe472336959e6aca5
.travis.yml
.travis.yml
# Stolen from http://conda.pydata.org/docs/travis.html language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" - "3.5" install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRA...
# Stolen from http://conda.pydata.org/docs/travis.html language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" - "3.5" install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRA...
Change file to trigger build
Change file to trigger build
YAML
mit
biocore-ntnu/pyranges,biocore-ntnu/pyranges,biocore-ntnu/pyranges
698465efa34afda0989c50fcd01633b329129509
.travis.yml
.travis.yml
sudo: false cache: pip language: python python: - 3.6 matrix: include: - env: TOXENV=py - env: TOXENV=docs - env: TOXENV=manifest - env: TOXENV=rst-lint - env: TOXENV=flake8 allow_failures: - env: TOXENV=flake8 install: - pip install tox codecov coverage script: - tox after...
sudo: false cache: pip language: python python: - 3.6 matrix: include: - env: TOXENV=py - env: TOXENV=docs - env: TOXENV=manifest - env: TOXENV=rst-lint - env: TOXENV=flake8 install: - pip install tox codecov coverage script: - tox after_success: - tox -e coverage-report ...
Remove flake8 as an allowed failure since we've gotten it passing!
Remove flake8 as an allowed failure since we've gotten it passing!
YAML
mit
scolby33/OCSPdash,scolby33/OCSPdash,scolby33/OCSPdash
af76af9a25d791366114ada8de8d2889284b7fdc
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.3 - 2.2.0
language: ruby rvm: - 2.1.5 - 2.1.8 - 2.2.4 - 2.3.0
Update Travis CI rvm list.
Update Travis CI rvm list.
YAML
mit
iridakos/duckrails,iridakos/duckrails,iridakos/duckrails,iridakos/duckrails
7df7d988416dac38140799697b11710d1335f948
.travis.yml
.travis.yml
language: go go: - 1.1.2 - 1.2 branches: only: - master install: - DST=~/gopath/src/github.com/apcera - mkdir -p "$DST" - git clone --depth=1 --quiet git@github.com:apcera/nats.git "$DST"/nats script: - go build - go fmt ./... - go vet ./... - go test -i -race ./... - go test -v -race ./......
language: go go: - 1.1.2 - 1.2 branches: only: - master install: - DST=~/gopath/src/github.com/apcera - mkdir -p "$DST" - git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats script: - go build - go fmt ./... - go vet ./... - go test -i -race ./... - go test -v -race ....
Move to https for git clone
Move to https for git clone
YAML
mit
pkieltyka/gnatsd,Ryezhang/gnatsd,ActiveState/gnatsd,wallyqs/gnatsd,glycerine/gnatsd,tempbottle/gnatsd,cybergrind/gnatsd,tempbottle/gnatsd,ericpromislow/gnatsd,hpcloud/gnatsd,nats-io/gnatsd,mitghi/gnatsd,zquestz/gnatsd,dockbiz/gnatsd,brucewoo/gnatsd,pkieltyka/gnatsd,cybergrind/gnatsd,dnascimento/gnatsd,tn5993/gnatsd,Fly...
61526df2451537f99d5bc0354f2f7d0f6d0a3ac3
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 cache: directories: - vendor - $HOME/.composer/cache install: - rm composer.lock - composer update --no-scripts - cp .env.testing .env - php artisan clear-compiled - php artisan optimize - php artisan env - cp .env.testing .env - mv storage/databa...
language: php php: - 7.0 - 7.1 cache: directories: - vendor - $HOME/.composer/cache install: - rm composer.lock - composer update --no-scripts - cp .env.testing .env - php artisan clear-compiled - php artisan optimize - php artisan env - cp .env.testing .env - mv storage/databa...
Make dir where json log will end up.
Make dir where json log will end up.
YAML
agpl-3.0
firefly-iii/firefly-iii,JC5/firefly-iii,firefly-iii/firefly-iii,JC5/firefly-iii,firefly-iii/firefly-iii,firefly-iii/firefly-iii
f5c1904dcbe501f86768196938fe68beba4e14d0
.travis.yml
.travis.yml
language: php php: - 5.6 - 5.5 - 5.4 - hhvm install: - npm install -g bower - composer install --dev - bower install before_script: - ./bin/robo clean - ./bin/robo assets - cp .env.example .env script: - ./bin/robo test matrix: fast_finish: true allow_failures: - php: hhvm
language: php php: - 5.6 - 5.5 - 5.4 - hhvm install: - npm install -g bower - composer install --dev - bower install before_script: - cp .env.example .env - ./bin/robo clean - ./bin/robo assets script: - ./bin/robo test matrix: fast_finish: true allow_failures: - php: hhvm
Move the .env file before running robo tasks
Move the .env file before running robo tasks
YAML
mit
purplapp/purplapp,purplapp/purplapp
b4d8eed69817a77b2d4f4d82a7d54fa71b5a0af6
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.0 - 2.2.4 - 2.1.8 - 2.0.0 - 1.9.3
sudo: false language: ruby rvm: - 2.4.1 - 2.3.0 - 2.2.4 - 2.1.8 - 2.0.0 - 1.9.3
Add ruby 2.4.1 to CI builds
[ci] Add ruby 2.4.1 to CI builds
YAML
mit
cpjolicoeur/bb-ruby
2e07ba000ed69982fd4ae354386c2c85f376e160
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" - "7" - "node" matrix: fast_finish: true allow_failures: - node_js: "node"
language: node_js node_js: - "8" - "node" matrix: fast_finish: true allow_failures: - node_js: "node"
Drop Node 4, 6, and 7 and add Node 8 to support matrix
Drop Node 4, 6, and 7 and add Node 8 to support matrix
YAML
mit
glimmerjs/glimmer-application-pipeline,glimmerjs/glimmer-application-pipeline,glimmerjs/glimmer-application-pipeline
ad0da9cfb1bc77b6359fae2cd355a07c02b09e23
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 # - 4.1 install: - npm install before_script: - npm run build script: - npm run test:ci
language: node_js node_js: - 0.12 # - 4.1 install: - npm install before_script: - npm run build script: - npm run test:ci notifications: email: on_success: change on_failure: always
Change Travis email notification settings
Change Travis email notification settings
YAML
isc
ThibWeb/testdrived3,ThibWeb/testdrived3,ThibWeb/testdrived3
627edf9463a6ade9f02640809437b16d973f8d98
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - hhvm before_script: - composer install - sudo apt-get update - sudo apt-get install hhvm - php --version script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/coveralls -v matrix: allow_fa...
language: php sudo: false php: - 7.1 - 7.2 - hhvm before_script: - if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi - composer install script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/coverall...
Clean up Travis CI config file
Clean up Travis CI config file
YAML
mit
brick/reflection
251b6362df7e3221eb70fce88a552fd3951ed9f6
.travis.yml
.travis.yml
os: linux # Do not choose a language; we provide our own build tools. language: generic # Caching so the next build will be fast too. cache: directories: - $HOME/.stack # Ensure necessary system libraries are present addons: apt: packages: - libgmp-dev before_install: - mkdir -p ~/.local/bin -...
os: linux # Do not choose a language; we provide our own build tools. language: generic # Caching so the next build will be fast too. cache: directories: - $HOME/.stack # Ensure necessary system libraries are present addons: apt: packages: - libgmp-dev before_install: - mkdir -p ~/.local/bin -...
Update Travis config after GHC support drop
Update Travis config after GHC support drop
YAML
bsd-3-clause
cblp/crdt
6c277f671ee59a0479f7b3c821da55d658f9fa0a
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: vendor/bin/phpunit
language: php php: - 5.6 - 7.0 - 8.1 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: vendor/bin/phpunit
Test with current stable PHP version
Test with current stable PHP version
YAML
mit
enberg/viite
e1522227598aa5220a758d2c5cfcd341e463e952
.travis.yml
.travis.yml
language: python matrix: exclude: - python: "3.3" env: DJANGO=1.4.10 python: - "2.7" - "3.3" env: - DJANGO=1.4.10 - DJANGO=1.5.5 - DJANGO=1.6 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install https://github.com/dcramer/pyflakes/tarball/mas...
language: python matrix: exclude: - python: "3.3" env: DJANGO=1.4.10 python: - "2.7" - "3.3" env: - DJANGO=1.4.10 - DJANGO=1.5.5 - DJANGO=1.6 install: - pip install Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install https://github.com/dcramer/pyflakes/tarball/master...
Install selenium and 2.37.2 removed some quiet options
Install selenium and 2.37.2 removed some quiet options
YAML
mit
Visgean/django-autocomplete-light,shubhamdipt/django-autocomplete-light,yourlabs/django-autocomplete-light,dsanders11/django-autocomplete-light,yourlabs/django-autocomplete-light,luzfcb/django-autocomplete-light,Eraldo/django-autocomplete-light,dsanders11/django-autocomplete-light,Perkville/django-autocomplete-light,Er...
b1d7a701311978632a92486a3d14b93b25c78672
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use t...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use t...
Add OpenJDK 7 test environment to Travis CI
[REEF-1227] Add OpenJDK 7 test environment to Travis CI JIRA: [REEF-1227](https://issues.apache.org/jira/browse/REEF-1227) Pull request: This closes #865
YAML
apache-2.0
shravanmn/reef,dougmsft/reef,dkm2110/veyor,apache/incubator-reef,dkm2110/veyor,jwang98052/incubator-reef,dongjoon-hyun/reef,jsjason/incubator-reef,dougmsft/reef,shravanmn/reef,dongjoon-hyun/reef,zerg-junior/incubator-reef,markusweimer/reef,afchung/incubator-reef,markusweimer/incubator-reef,dongjoon-hyun/incubator-reef,...
41a62045305b14c880bbd722d3df0112586c313d
.travis.yml
.travis.yml
os: - linux - osx language: node_js node_js: - "10.16.0" services: - redis-server install: - "yarn" script: - "yarn build" # - "yarn test" env: - YARN_GPG=no
os: - linux - osx language: node_js node_js: - "10.16.0" services: - redis-server install: - "yarn" script: - "yarn build" deploy: provider: npm email: $NPM_EMAIL api_key: $NPM_TOKEN env: - YARN_GPG=no
Add NPM deploy to Travis CI
:wrench: Add NPM deploy to Travis CI
YAML
mit
OpenCollective/api,OpenCollective/api,OpenCollective/api
a8ba9d826c9bc875f1edadc2efa3346d59957965
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.2 before_install: - gem install fastlane --no-doc script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - fastlane scan # - pod lib lint
language: objective-c osx_image: xcode9 before_install: - gem install fastlane --no-doc script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - fastlane scan # - pod lib lint
Update travix to compile with Xcode 9
Update travix to compile with Xcode 9
YAML
mit
JanGorman/Agrume,JanGorman/Agrume
57854ddd9683815dff8e8efa11716fa85e9a3c7e
.travis.yml
.travis.yml
before_script: "psql -c 'create database rapns_test;' -U postgres >/dev/null" language: ruby rvm: - 1.9.3 - 2.0.0 - ree - jruby-19mode - jruby-18mode - rbx-19mode gemfile: - Gemfile - Gemfile.rails-4.0 matrix: exclude: - rvm: ree gemfile: Gemfile.rails-4.0 - rvm: jruby-18mode gemf...
before_script: "psql -c 'create database rapns_test;' -U postgres >/dev/null" language: ruby rvm: - 1.9.3 - 2.0.0 - ree - jruby-19mode - jruby-18mode - rbx-19mode gemfile: - Gemfile - Gemfile.rails-4.0 matrix: exclude: - rvm: ree gemfile: Gemfile.rails-4.0 - rvm: jruby-18mode gemf...
Exclude jruby-19mode from testing Rails 4.
Exclude jruby-19mode from testing Rails 4.
YAML
mit
jmnsf/rpush,mandarin6b0/rpush,amaierhofer/rpush,zakwanhaj/rpush,zenjoy/rpush,rpush/rpush,krakatoa/rpush,eleostech/rapns,ileitch/rapns,aried3r/rpush,rafal-radziszewski/rpush,chiu/rpush,joshuairl/rpush,kjnsn/rpush,rafal-radziszewski/rpush
2da8b4e7e9928b79dc16642a88508ec0f60cb812
.travis.yml
.travis.yml
language: shell sudo: false dist: trusty env: - SHELL=sh BORG=stable BORG_VARIANT=borg-linux32 - SHELL=sh BORG=1.0.11 BORG_VARIANT=borg-linux32 - SHELL=sh BORG=1.1.0rc3 BORG_VARIANT=borg-linux32 before_script: # add custom binary path - mkdir "$PWD/custombin/" - export PATH="$PATH:$PWD/custombin/" - - ...
language: shell sudo: false dist: trusty env: - SHELL=sh BORG=stable BORG_VARIANT=borg-linux32 - SHELL=sh BORG=1.0.11 BORG_VARIANT=borg-linux32 - SHELL=sh BORG=1.1.0rc3 BORG_VARIANT=borg-linux32 before_script: # add custom binary path - mkdir "$PWD/custombin/" - export PATH="$PATH:$PWD/custombin/" - - ...
Switch back to default repo
Switch back to default repo
YAML
mit
kinafu/borg-cron-helper,rugk/borg-cron-helper
1a73796be717cbd2813e3ae28dc8a81175506e4a
.travis.yml
.travis.yml
language: node_js node_js: - '7' branches: only: - master - develop before_install: - docker build -t frocher/bnb_probe .
sudo: required language: node_js node_js: - '7' branches: only: - master - develop services: - docker before_install: - docker build -t frocher/bnb_probe .
Fix : add docker service
Fix : add docker service
YAML
apache-2.0
frocher/bnb_probe
7d7dc610f428e3ecb654cb465146919bd3154cd0
.travis.yml
.travis.yml
sudo: required env: matrix: - OS_TYPE=centos OS_VERSION=6 PACKAGES=osg-ce-condor,vo-client-lcmaps-voms,llrun - OS_TYPE=centos OS_VERSION=6 PACKAGES=osg-gridftp,lcmaps,lcmaps-db-templates,vo-client-lcmaps-voms,rsv,llrun - OS_TYPE=centos OS_VERSION=7 PACKAGES=osg-ce-condor,vo-client-lcmaps-voms,llrun,singularity-...
sudo: required env: matrix: - OS_TYPE=centos OS_VERSION=6 PACKAGES=osg-ce-condor,rsv,vo-client-lcmaps-voms,llrun - OS_TYPE=centos OS_VERSION=6 PACKAGES=osg-gridftp,rsv,lcmaps,lcmaps-db-templates,vo-client-lcmaps-voms,rsv,llrun - OS_TYPE=centos OS_VERSION=7 PACKAGES=osg-ce-condor,rsv,vo-client-lcmaps-voms,llrun,...
Add RSV to all tests
Add RSV to all tests Brings in globus-proxy-utils
YAML
apache-2.0
efajardo/osg-test,efajardo/osg-test
9d68c0b4e405112cbd8622466f64c7fdd4038240
.travis.yml
.travis.yml
language: cpp matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode7.3 - os: osx osx_image: xcode8 before_install: - if [ $TRAVIS_OS_NAME == linux ]; then eval "$(curl -sL https://raw.githubusercontent.com/ryuichis/oclint-cpp-travis-ci-examples/master/...
language: cpp matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode7.3 - os: osx osx_image: xcode8 allow_failures: - os: osx osx_image: xcode8 before_install: - if [ $TRAVIS_OS_NAME == linux ]; then eval "$(curl -sL https://raw.githubuserco...
Allow xcode 8 to fail for now
Allow xcode 8 to fail for now
YAML
bsd-3-clause
ryuichis/oclint-cpp-travis-ci-examples,ryuichis/oclint-cpp-travis-ci-examples,ryuichis/oclint-cpp-travis-ci-examples
1ab9cac5014fc2bf04f9bd02f658a3f0ec5d8bb7
.travis.yml
.travis.yml
dist: trusty language: ruby rvm: - 2.3.1 - 2.5.3 # User container based travis infrastructure which allows caching # features for open source projects. sudo: false cache: bundler: true directories: - node_modules env: - PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true services: - redis-server before_i...
dist: trusty language: ruby rvm: - 2.3.1 - 2.5.3 # User container based travis infrastructure which allows caching # features for open source projects. sudo: false cache: bundler: true directories: - node_modules env: - PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true services: - redis-server before_i...
Update bundler in Travis build
Update bundler in Travis build Default bundler cannot handle Ruby version requirements correctly and just fails if a gem requires a newer version. For example, `capybara` requires Ruby 2.4 starting with version 3.16. Current version of bundler handles this correctly and only installs 3.15.1 for Ruby 2.3.
YAML
mit
tf/pageflow,codevise/pageflow,codevise/pageflow,tf/pageflow,tf/pageflow,codevise/pageflow,codevise/pageflow,tf/pageflow
a62f0c922490287d206d877ce0e114c0ad4ef084
.travis.yml
.travis.yml
language: csharp mono: - latest - 3.12.0 - 3.10.0 - 3.8.0 env: - configuration=Debug - configuration = Release solution: Rational.sln install: - nuget restore Rational.sln script: - if [ "Debug == "${configuration}" ]; then xbuild /p:Configuration=Debug Rational.sln; fi - if [ "Release == "${conf...
language: csharp mono: - latest - 3.12.0 - 3.10.0 - 3.8.0 env: - configuration=Debug - configuration = Release solution: Rational.sln install: - nuget restore Rational.sln script: - if [ "Debug" == "${configuration}" ]; then xbuild /p:Configuration=Debug Rational.sln; fi - if [ "Release" == "${co...
Fix Travis CI configuration file
Fix Travis CI configuration file
YAML
mit
daniel-dinu/rational-csharp
2e4bb2a7b57c030d40ea0e9d09af9043a4e82d1b
.travis.yml
.travis.yml
sudo: false language: sh env: - HALCYON_GHC_VERSION=7.10.1 HALCYON_CABAL_VERSION=1.22.6.0 HALCYON_CACHE=$HOME/.halcyon-cache cache: directories: - $HOME/.halcyon-cache addons: apt: sources: - debian-sid packages: - shellcheck before_install: - git clone https://github.com/mietek/halcyon....
sudo: false addons: apt: sources: - hvr-ghc - debian-sid packages: - shellcheck - cabal-install-1.22 - ghc-7.10.1 before_install: - export PATH=/opt/ghc/7.10.1/bin:/opt/cabal/1.22/bin:$PATH install: - travis_retry cabal update - cabal sandbox init --sandbox="`pwd`"/.cabal-sandbox ...
Revert "Use halcyon for haskell support on Travis-CI"
Revert "Use halcyon for haskell support on Travis-CI" This reverts commit 0aa44129d7f1bbd4b16980eef068fff777dcade4.
YAML
bsd-3-clause
nukisman/elm-format-short,nukisman/elm-format-short,avh4/elm-format,nukisman/elm-format-short,nukisman/elm-format-short,avh4/elm-format,nukisman/elm-format-short,avh4/elm-format,avh4/elm-format
399fced9f1e423bff1b1c060b08d463e7aae35c0
.travis.yml
.travis.yml
--- branches: only: - master language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 env: matrix: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.1.0" -...
--- branches: only: - master language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 env: matrix: - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.5.0" -...
Drop support of old Puppet versions
Drop support of old Puppet versions
YAML
apache-2.0
tohuwabohu/puppet-munin,tohuwabohu/puppet-munin
f49a6dd8746188d8ba2c127ef6bc96a8e1646c0f
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.4 bundler_args: --without development --jobs=9 --retry=2 --quiet before_script: - cp config/config.yml.sample config/config.yml - cp config/database.yml.sample config/database.yml script: - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake cucumber
language: ruby sudo: false rvm: - 2.2.4 bundler_args: --without development --jobs=9 --retry=2 --quiet before_script: - cp config/config.yml.sample config/config.yml - cp config/database.yml.sample config/database.yml script: - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake cucu...
Migrate Travis CI to Container-Based Infrastructure
Migrate Travis CI to Container-Based Infrastructure
YAML
mit
tip4commit/tip4commit,tip4commit/tip4commit,tip4commit/tip4commit
b69ade1cbf369f7e738f357246e0350b9d276587
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
Use Travis CI container-based infrastructure
Use Travis CI container-based infrastructure http://docs.travis-ci.com/user/workers/container-based-infrastructure/
YAML
mit
jage/elk
6f9ccb4edc02be9eb7965886c43f3dbda9a1f546
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.1 script: bundle exec jekyll build && bundle exec htmlproof ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
language: ruby cache: bundler rvm: - 2.1 script: JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproof ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
Update Travis to build production environment
Update Travis to build production environment
YAML
mit
information-safety/information-safety.github.io,information-safety/information-safety.github.io,information-safety/information-safety.github.io
972c4d16b6bdbb6c55f82e761c5546fe9c8136bb
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.6" # PyPy versions - "pypy3.5" # command to install dependencies install: - pip install codecov - pip install pytest pytest-cov - pip install . - pip install -r requirements.txt # command to run tests script: - pytest --cov=./ after_success: - codecov
language: python python: - "2.7" - "3.4" - "3.6" # PyPy versions - "pypy3.5" # command to install dependencies install: - pip install codecov - pip install pytest pytest-cov - pip install . - pip install -r requirements.txt # command to run tests script: - coverage run --source=. -m py.test -s tests...
Use coverage rather than pytest
Use coverage rather than pytest
YAML
mit
mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext
2ddfb2011ac8f0dade21539bc7f8e00f3f93e62d
.travis.yml
.travis.yml
language: python addons: postgresql: 9.3 branches: only: - master before_install: - node --version install: - make env node_modules - pip install coveralls before_script: - echo "DATABASE_URL=dbname=gratipay" | tee -a tests/local.env local.env - psql -U postgres -c 'CREATE DATABASE "gratipay";' - if [ "${...
language: python addons: postgresql: 9.3 branches: only: - master before_install: - node --version install: - make env node_modules - pip install coveralls before_script: - echo "DATABASE_URL=dbname=gratipay" | tee -a tests/local.env local.env - psql -U postgres -c 'CREATE DATABASE "gratipay";' - if [ "${...
Use container-based testing for Travis
Use container-based testing for Travis http://docs.travis-ci.com/user/workers/container-based-infrastructure/
YAML
mit
studio666/gratipay.com,mccolgst/www.gittip.com,mccolgst/www.gittip.com,studio666/gratipay.com,gratipay/gratipay.com,studio666/gratipay.com,eXcomm/gratipay.com,gratipay/gratipay.com,gratipay/gratipay.com,mccolgst/www.gittip.com,eXcomm/gratipay.com,studio666/gratipay.com,eXcomm/gratipay.com,gratipay/gratipay.com,eXcomm/g...
09083791933418ce154332d7ef83bdee4330adb8
.travis.yml
.travis.yml
--- language: go go: 1.3.1 env: global: - PATH=$HOME/gopath/bin:$HOME/bin:$PATH - ARTIFACTS_CONCURRENCY=5 - ARTIFACTS_S3_BUCKET=meatballhat - ARTIFACTS_TARGET_PATHS="artifacts/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER:artifacts/$TRAVIS_COMMIT" - ARTIFACTS_PERMISSIONS=public-read - ARTIFACTS_CACHE_CONTROL='p...
--- language: go sudo: false go: 1.3.1 env: global: - PATH=$HOME/gopath/bin:$HOME/bin:$PATH - ARTIFACTS_CONCURRENCY=5 - ARTIFACTS_S3_BUCKET=meatballhat - ARTIFACTS_TARGET_PATHS="artifacts/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER:artifacts/$TRAVIS_COMMIT" - ARTIFACTS_PERMISSIONS=public-read - ARTIFACTS_CACH...
Put ourselves on the docker queue
Put ourselves on the docker queue
YAML
mit
vinaykaradia/artifacts-cloned,travis-ci/artifacts,travis-ci/artifacts,travis-ci/artifacts,vinaykaradia/artifacts-cloned,vinaykaradia/artifacts-cloned
ff72726b0876638fa7db2f28b0f26e3f1f6656ca
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - hhvm-nightly before_script: - composer --prefer-source install script: - ./vendor/bin/phpunit matrix: allow_failures: - php: 7.0 - php: hhvm-nightly
language: php sudo: false cache: directory: - $HOME/.composer/cache php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer --prefer-source install script: - ./vendor/bin/phpunit matrix: allow_failures: - php: 7.0
Remove the hhvm-nightly job from the matrix
Remove the hhvm-nightly job from the matrix hhvm-nightly is not available anymore on Travis for now, because HHVM dropped support for Ubuntu 10.04. This also switches to the new Travis infrastructure
YAML
mit
TomasVotruba/common,dunglas/common,racheldomingo/common,doctrine/common,gencer/common,guiwoda/common,wuxu92/common
7792ff3b118366e255c5409809394873dedec779
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli - npm install script: grunt test
language: node_js node_js: - 0.10 - 0.12 - 4.0 - 4.1 - 4.2 - 5.0 - 5.1 before_install: - npm install -g grunt-cli - npm install script: grunt test
Test in new node versions
Test in new node versions
YAML
mit
shivapoudel/grunt-potomo,axisthemes/grunt-potomo
2f001bdfce789bdd2b2a2dc5b088ccf2f8fa9d03
.travis.yml
.travis.yml
language: node_js node_js: - '0.11' - '0.10'
language: node_js node_js: - '0.11' - '0.10' env: global: - secure: "jrnPEHlMXAOi6/HS+f/A/1nCIgKq7FqFUU7pQbmtiqn9qr8OWxQ0g38TpcPlBig6Ha9ecZsNW9qDVKqvLgNPt1oIq9+zqYR4gMjtssY7A94emi5bXKFZTbaUjAoWYSJxmDLBv2j9Bj5w7lTgdPSsl8+VR0irgDxSExxArz0KM44=" - secure: "oeEVCpi9/mUky/Fc/ZAef5ddxs6fYC7ohjEBdVveWCaxDSIhCMUp...
Deploy API on master build
Deploy API on master build
YAML
agpl-3.0
sgmap/paie-api,sgmap/paie-api,sgmap/paie-api
3edd7e114eedb07f382f1f1382f75182c448477a
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.9.3 before_script: - bundle exec berks install script: - bundle exec rake travis
language: ruby bundler_args: --without integration rvm: - 1.9.3 before_script: - bundle exec berks install script: - bundle exec rake travis
Switch TravisCI bundle to --without integration
Switch TravisCI bundle to --without integration
YAML
apache-2.0
chef-cookbooks/docker,fxposter/chef-docker,fxposter/chef-docker,chef-cookbooks/docker,fxposter/chef-docker,chef-cookbooks/docker
12531500ac18196104dd54f8d0933ca876e2e833
.travis.yml
.travis.yml
branches: only: - master - rust-0.9 - rust-0.10 - rust-mac env: global: - secure: l/QiDLC5/4FiebGhIVjk3XrA6nUQV9xNZUb/a79UOOgUYWJhtg6TR8EOHQ+GvQcTUVn7QJIESIqOg9AcwcdoNY/iqgDiTIdnm+TlSnGD6gKGN4bswmEJqNUjxYFLt61cqfDuYSF7Iiwywm2Ux5iFt1Bbco9k8uMmqGets9zto84= before_install: - yes | sudo add-apt-...
branches: only: - master - rust-0.9 - rust-0.10 - rust-mac env: global: - secure: l/QiDLC5/4FiebGhIVjk3XrA6nUQV9xNZUb/a79UOOgUYWJhtg6TR8EOHQ+GvQcTUVn7QJIESIqOg9AcwcdoNY/iqgDiTIdnm+TlSnGD6gKGN4bswmEJqNUjxYFLt61cqfDuYSF7Iiwywm2Ux5iFt1Bbco9k8uMmqGets9zto84= before_install: - yes | sudo add-apt-...
Update Travis CI setting since the rust-bindgen’s master requires libclang-3.4 now.
Update Travis CI setting since the rust-bindgen’s master requires libclang-3.4 now.
YAML
lgpl-2.1
tempbottle/wxRust,tempbottle/wxRust
7444fcd787c9d6eef8efb1b2d52f9052463c6f96
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci before_install: - npm install -g npm # Echo trickery prevents an error return from `[ -e $dir/package.json ]` from erroring the Travis CI build. - for dir in $(find . -maxdepth 1 -type d -a ! -name .\...
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci before_install: # Echo trickery prevents an error return from `[ -e $dir/package.json ]` from erroring the Travis CI build. - for dir in $(find . -maxdepth 1 -type d -a ! -name .\*); do [ -e $dir/packag...
Use the NPM on tap.
Use the NPM on tap.
YAML
mit
bigeasy/nascent,bigeasy/nascent
8ec6955f8771ac4df1bb469add5c7e5650326d67
.travis.yml
.travis.yml
sudo: required dist: trusty language: python python: - "2.7" before_install: - sudo apt-get -qq update - sudo apt-get -y install curl - curl -L https://bootstrap.saltstack.com -o bootstrap_salt.sh - sudo bash bootstrap_salt.sh -d - sudo mkdir -p /srv - chmod 755 travis/build.sh - chmod 755 travis/test....
sudo: required dist: trusty language: python python: - "2.7" before_install: - sudo apt-get -qq update - sudo apt-get -y install curl - curl -L https://bootstrap.saltstack.com -o bootstrap_salt.sh - sudo bash bootstrap_salt.sh -d - sudo mkdir -p /srv - chmod 755 travis/build.sh - chmod 755 travis/test....
Call build.sh with sudo -H to try and stop pip install errors
Call build.sh with sudo -H to try and stop pip install errors
YAML
mit
wicksy/CV,wicksy/CV,wicksy/CV
7abc7b0e8c01a94cf3ed02d1a4e4ded51e46abec
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler services: - redis-server rvm: - 2.1 - 2.0.0 - 2.2 - 2.3 - 2.4 - jruby - jruby-head - rbx-2 env: - SIDEKIQ='~> 3.5' - SIDEKIQ='~> 4.0' - SIDEKIQ='~> 5.0' matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head
language: ruby sudo: false cache: bundler services: - redis-server rvm: - 2.1 - 2.0.0 - 2.2 - 2.3 - 2.4 - jruby - jruby-head - rbx-2 env: - SIDEKIQ='~> 3.5' - SIDEKIQ='~> 4.0' - SIDEKIQ='~> 5.0' matrix: exclude: - rvm: 2.1 env: SIDEKIQ='~> 5.0' - rvm: 2.0.0 env: SIDEKIQ='~>...
Exclude MRI 2.0.0 / 2.1 for Sidekiq 5.x tests
Exclude MRI 2.0.0 / 2.1 for Sidekiq 5.x tests Sidekiq 5.0 requires ruby >= 2.2.2.
YAML
mit
felixbuenemann/sidekiq-dejavu
683638909a80d1aafe726ff2f97779ca7348891a
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.7" env: - DJANGO_VERSION=1.11 - DJANGO_VERSION=2.1 - DJANGO_VERSION=2.2 install: - pip install pipenv - pipenv install --dev - pipenv install Django==$DJANGO_VERSION script: - pipenv run coverage run runtests.py && pipenv run coverage report
dist: xenial language: python python: - "3.5" - "3.6" - "3.7" env: - DJANGO_VERSION=1.11 - DJANGO_VERSION=2.1 - DJANGO_VERSION=2.2 install: - pip install pipenv - pipenv install --dev - pipenv install Django==$DJANGO_VERSION script: - pipenv run coverage run runtests.py && pipenv run coverage report...
Update dist in Travis run
Update dist in Travis run
YAML
mit
easy-as-python/django-webmention
ab8d53419b076dbd341b12c12c6273a964a40be1
.travis.yml
.travis.yml
language: ruby before_script: bundle exec rake forem:dummy_app --trace script: bundle exec rspec spec env: - DB=postgres - DB=mysql - DB=sqlite rvm: - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode matrix: allowed_failures: - rvm: jruby-19mode
language: ruby before_script: bundle exec rake forem:dummy_app --trace script: bundle exec rspec spec env: - DB=postgres - DB=mysql - DB=sqlite rvm: - 2.1.5 - 2.0.0
Support Ruby 2.1.5 + Remove 1.9.3 and jruby from Travis
Support Ruby 2.1.5 + Remove 1.9.3 and jruby from Travis 1.9.3 is unsupported by Ruby Core. JRuby constantly errors on Travis, and although we'll be keeping support for it I want the errors to go away.
YAML
mit
rubysherpas/forem,frankmarineau/forem,efrence/forem,hanspolo/forem,efrence/forem,rubysherpas/forem,devleoper/forem,hanspolo/forem,efrence/forem,wuwx/forem,radar/forem,zhublik/forem,tomrc/forem,wuwx/forem,ketanjain/forem,frankmarineau/forem,ketanjain/forem,radar/forem,zhublik/forem,wuwx/forem,jaybrueder/forem,zhublik/fo...
60e8d08faccdcdd8ca5f99f8177ba3d51a52ef3f
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 rvm: system install: # Gets in the way of sprout-vim::config recipe - sudo rm -rf /Users/travis/.vim - export GEM_HOME=tmp/ruby/2.0.0/ - export GEM_PATH=tmp/ruby/2.0.0/ - export PATH=${GEM_HOME}/bin:${PATH} - gem install bundler --no-document - bundle install scr...
language: objective-c osx_image: xcode7.3 rvm: system install: # Gets in the way of sprout-vim::config recipe - sudo rm -rf /Users/travis/.vim # We are testing installation of things via homebrew, so should uninstall everything - brew cask list - brew cask zap $(brew cask list) - brew list - brew uninsta...
Uninstall all homebrew things before testing in Travis
Uninstall all homebrew things before testing in Travis
YAML
mit
pivotal-sprout/sprout-vim,pivotal-sprout/sprout-vim
6989fe96f5aee4477f2f28973f37bd5eb147c8df
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - 7.3 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev
language: php php: - 7.1 - 7.2 - 7.3 - 7.4 - 8.0 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev
Add php 7.4 and 8.0 testing
Add php 7.4 and 8.0 testing
YAML
mit
Stichoza/google-translate-php
e6adafb8d6d9ac61f6b18fe68b222fc866bf3585
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 before_script: - wget http://getcomposer.org/composer.phar - php composer.phar --prefer-source --dev install - cp phpunit.xml.dist phpunit.xml script: - phpunit
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 before_script: - composer --prefer-source install - cp phpunit.xml.dist phpunit.xml script: - phpunit
Use preinstalled composer on Travis
Use preinstalled composer on Travis
YAML
mit
althaus/bootstrap-bundle,braincrafted/bootstrap-bundle,bigfoot90/bootstrap-bundle,bigfoot90/bootstrap-bundle,lashus/bootstrap-bundle,braincrafted/bootstrap-bundle,bigfoot90/bootstrap-bundle,braincrafted/bootstrap-bundle,althaus/bootstrap-bundle,lashus/bootstrap-bundle,althaus/bootstrap-bundle,lashus/bootstrap-bundle
5d666043d94f7e3337c778c84614c82fea781685
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.3" - "2.0.0" before_install: - sudo apt-get install -qq libjpeg-progs optipng before_script: "mkdir tmp" script: bundle exec rspec spec
language: ruby rvm: - "1.9.3" - "2.0.0" before_install: - sudo apt-get install -qq libjpeg-progs optipng script: bundle exec rspec -b spec
Remove tmp dir generation, run RSpec with full stacktraces
Remove tmp dir generation, run RSpec with full stacktraces
YAML
mit
arjunmenon/paperclip-optimizer,sdthornton/paperclip-optimizer,janfoeh/paperclip-optimizer
0154cf543a48ba377811995c36c446e175c2073b
.travis.yml
.travis.yml
language: go go: - 1.2.2 before_script: - gem -v - ruby -v - gem install nats --pre - which nats-server - nats-server -v script: - go vet ./... - go test -i -race ./... - go test -v -race ./...
language: go go: - 1.2.2 before_script: - gem -v - ruby -v - gem install nats --pre - which nats-server - nats-server -v install: - go get code.google.com/p/go.tools/cmd/vet script: - go vet ./... - go test -i -race ./... - go test -v -race ./...
Add in the vet tool
Add in the vet tool
YAML
apache-2.0
nats-io/go-nats,wallyqs/go-nats,dnascimento/nats,gale320/nats,wallyqs/nats,chzyer-dev/nats,wallyqs/go-nats,the-control-group/nats,pires/nats,nats-io/nats,pires/nats,nats-io/go-nats,ZebinKang/go-nats,dnascimento/nats,the-control-group/nats,apcera/nats,ZebinKang/go-nats,Lanzafame/nats,aforward/nats,apcera/nats,nats-io/na...
57461d5e1c290a7f627af7784d9a6bb5b0fee1a2
.travis.yml
.travis.yml
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 before_script: - travis_retry composer update --no-interaction script: - make tests
language: php sudo: false php: - 5.5 - 5.6 - 7.0 before_script: - travis_retry composer update --no-interaction script: - make tests
Drop 5.4 support as minimum requirement for the new SDK is >=5.5
Drop 5.4 support as minimum requirement for the new SDK is >=5.5
YAML
mit
graze/monolog-extensions
bce52e0cf6f71d3f6b026224bc4e67916b2efa04
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm before_script: - composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover ./build/clover.xml - '[[ $TRAVIS_PHP_VERSION = hhvm ]] || php build/coverage-...
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 - php: hhvm before_script: - composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover ./build/clover.xml - if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSIO...
Enable code coverage generation and scrutinizer-ci inspections for all php versions except hhvm and php7
Enable code coverage generation and scrutinizer-ci inspections for all php versions except hhvm and php7
YAML
mit
netiul/DoctrineModule,vasildakov/DoctrineModule,doctrine/DoctrineModule,inbaz/DoctrineModule,gencer/DoctrineModule,alirezarahmani/DoctrineModule,mpalourdio/DoctrineModule,marek1989/DoctrineModule
c0c4e4c44c0c729d65098a1b2c8b5898a60d7abb
.travis.yml
.travis.yml
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php php: - 5.4 - 5.5 - 5.6 - 7.0 # - hhvm # matrix: # # fast_finish: true # allow_failures: # - php: hhvm addons: code_climate: repo_token: 216e591569710aa2dddeca4ca364a7385a6a875926057062a052466a3cc62da8 befo...
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php php: - 5.4 - 5.5 - 5.6 - 7.0 # - hhvm # matrix: # # fast_finish: true # allow_failures: # - php: hhvm addons: code_climate: repo_token: 216e591569710aa2dddeca4ca364a7385a6a875926057062a052466a3cc62da8 befo...
Install Composer on Travis from master branch
Install Composer on Travis from master branch
YAML
mit
skqr/hateoas-bundle
88cd04950cbb5e58acae2c7cab10a2cb98eb3c9c
.travis.yml
.travis.yml
language: ruby bundler_args: --without=acceptance rvm: - 1.9.3 - 2.0.0 script: - rake travis:ci
language: ruby bundler_args: --without=acceptance rvm: - 1.9.3 - 2.0.0 - 2.1.0 script: - rake travis:ci
Add Ruby 2.1.0 to the Travis test matrix.
Add Ruby 2.1.0 to the Travis test matrix.
YAML
apache-2.0
cgvarela/vagrant-omnibus,chef/vagrant-omnibus
b617aa57fc3630234076c31f4257378cd0efa210
.travis.yml
.travis.yml
language: scala sudo: false matrix: include: - scala: 2.10.4 script: ./sbt ++$TRAVIS_SCALA_VERSION clean test - scala: 2.11.5 script: ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test after_success: "./sbt coveralls"
language: scala sudo: false matrix: include: - scala: 2.10.4 script: ./sbt ++$TRAVIS_SCALA_VERSION clean test - scala: 2.11.5 script: ./sbt ++$TRAVIS_SCALA_VERSION clean test after_success: "./sbt coveralls"
Disable code coverage for now
Disable code coverage for now
YAML
apache-2.0
nevillelyh/algebird,nkhuyu/algebird,twitter/algebird,nvoron23/algebird,nevillelyh/algebird,sid-kap/algebird,vidma/algebird,twitter/algebird,nevillelyh/algebird,lucaslanger/algebird,erikerlandson/algebird,lucaslanger/algebird,nkhuyu/algebird,vidma/algebird,lucaslanger/algebird,sid-kap/algebird,nkhuyu/algebird,erikerland...
67cd639864c4154e9cafc9085c88947e40d82ac5
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.2 sudo: false addons: code_climate: repo_token: 48aeb1397404fe6079c14bbca8911959d29b44065e305a70b1bc6604d3effe46
language: ruby rvm: - 2.2.2 sudo: false services: - redis-server addons: code_climate: repo_token: 48aeb1397404fe6079c14bbca8911959d29b44065e305a70b1bc6604d3effe46
Add Redis as a dependency for running the test suite.
Add Redis as a dependency for running the test suite.
YAML
mit
ruby-rcade/RubyGameDev.com,ruby-rcade/RubyGameDev.com,RailsGEnthusiasts/RubyGameDev.com,PowerCodeGirls/RubyGameDev.com,PowerCodeGirls/RubyGameDev.com,PowerCodeGirls/RubyGameDev.com,RailsGEnthusiasts/RubyGameDev.com,ruby-rcade/RubyGameDev.com,RailsGEnthusiasts/RubyGameDev.com
4f7ad0af4934377220b8c53fe0f1d3fc69b868ec
.travis.yml
.travis.yml
language: r sudo: required # Packages from Bioconductor needed bioc_required: true # Be strict when checking package warnings_are_errors: true # Package dependencies from CRAN r_binary_packages: - RUnit - stringr - knitr - rmarkdown - S4Vectors # Package dependencies from Bioconductor bioc_packages: - Ge...
language: r sudo: required # Packages from Bioconductor needed bioc_required: true # Be strict when checking package warnings_are_errors: true # Package dependencies from CRAN r_binary_packages: - RUnit - stringr - knitr - rmarkdown # Package dependencies from Bioconductor bioc_packages: - GenomicRanges ...
Move S4Vectors to Bioconductor section
Move S4Vectors to Bioconductor section
YAML
artistic-2.0
ArnaudDroitLab/consensusSeekeR
32da9cf9aeb3e3e0b0746112f487c05b8ea64c8a
.travis.yml
.travis.yml
--- language: c script: ./autogen.sh && make all check distcheck # Install a newer version of GJS than available in the default Ubuntu 12.04. before_install: - sudo apt-get update -qq - sudo apt-get install -qq gir1.2-gtk-3.0 - wget http://de.archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.19-0ubuntu6.6_amd6...
--- language: c script: ./autogen.sh && make all check distcheck sudo: required dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -qq gjs
Migrate to Travis CI's Ubuntu 14.04 image
Migrate to Travis CI's Ubuntu 14.04 image This will allow us to drop our hacky download-and-install-newer-packages trick. Unfortunately the new container-based infrastructure doesn't work with the 14.04 images, so we still have to stay on the old infrastructure.
YAML
mit
ptomato/jasmine-gjs,ptomato/jasmine-gjs
60b36ba774906fab89816c72ac0fb1695d1317d3
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python sudo: false python: - "3.4" - "3.5" - "2.7" - "bdd" # pypy testing currently breaks because of the tempfile dir used for KALITE_HOME # - "pypy" before_install: - pip install codecov - pip install tox before_script: - tox -e lint ...
# Config file for automatic testing at travis-ci.org language: python sudo: false python: - "3.4" - "3.5" - "2.7" # pypy testing currently breaks because of the tempfile dir used for KALITE_HOME # - "pypy" before_install: - pip install codecov - pip install tox before_script: - tox -e lint # command ...
Move bdd test env and add docs testing
Move bdd test env and add docs testing
YAML
mit
benjaoming/kolibri,mrpau/kolibri,DXCanas/kolibri,jamalex/kolibri,jtamiace/kolibri,MingDai/kolibri,aronasorman/kolibri,jonboiser/kolibri,lyw07/kolibri,indirectlylit/kolibri,learningequality/kolibri,rtibbles/kolibri,christianmemije/kolibri,benjaoming/kolibri,whitzhu/kolibri,jayoshih/kolibri,benjaoming/kolibri,ralphiee22/...
ae54e9013b4bffc5180c7de5befed6fece508457
.travis.yml
.travis.yml
sudo: false language: c compiler: - gcc addons: apt: packages: - libssl-dev - libevent-dev - libexpat-dev - clang script: - ./configure --enable-debug --disable-flto - make - make lint - make test - (cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" ...
sudo: false language: c compiler: - gcc addons: apt: packages: - libssl-dev - libevent-dev - libexpat-dev - clang - splint script: - ./configure --enable-debug --disable-flto - make - make lint - make test - (cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -...
Add splint to run make lint.
Add splint to run make lint. git-svn-id: e875384d7a5ebd9b2def38a8354dae1fda8e73bc@5172 be551aaa-1e26-0410-a405-d3ace91eadb9
YAML
bsd-3-clause
NLnetLabs/unbound,chantra/unbound,chantra/unbound,NLnetLabs/unbound,chantra/unbound,NLnetLabs/unbound,chantra/unbound,chantra/unbound,NLnetLabs/unbound
42c34c0cd195b7056bf92e8acd753ceb1dea4f39
.travis.yml
.travis.yml
language: node_js node_js: - 0.6 before_install: - sudo service elasticsearch start - sleep 3
language: node_js node_js: - 0.6 - 0.8 before_install: - sudo service elasticsearch start - sleep 3
Configure Travis-CI for Node.JS 0.8
Configure Travis-CI for Node.JS 0.8
YAML
apache-2.0
mikepb/sage,mikepb/sage,mikepb/sage
7fdee29f6bd5e0f78d22fdf5a60351e40b30b832
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' - '0.10' before_install: - npm i -g npm@^3.0.0 before_script: - npm prune script: - npm run validate after_success: - 'curl -Lo travis_after_all.py https://git.io/travis_after_all' - python ...
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '5' - '4' - '0.10' before_install: - if [[ `node -v | sed 's/[^0-9\.]//g'` < 4 ]]; then npm i -g npm@^2.0.0; else npm i -g npm@^3.0.0; fi before_script: - npm prune script: - npm run validate afte...
Test Node `0.x` with npm `2.x` and Node ≥ `4.x` with npm `3.x`.
chore(ci): Test Node `0.x` with npm `2.x` and Node ≥ `4.x` with npm `3.x`.
YAML
mit
ta2edchimp/opt-cli
d83d351704580c2a3415344c270f138c61158078
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode # - jruby - ruby-head # - ree script: rake test notifications: webhooks: - http://rcmp.programble.co.cc/irc.tenthbit.net/programming - http://rcmp.programble.co.cc/irc.freenode.net/sicuro email: on_success: change #...
language: ruby rvm: # - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode # - jruby - ruby-head # - ree script: rake test notifications: webhooks: - http://rcmp.programble.co.cc/irc.tenthbit.net/programming - http://rcmp.programble.co.cc/irc.freenode.net/sicuro email: on_success: change ...
Disable 1.8.7 because it consistnelty takes 25m to do nothing.
Disable 1.8.7 because it consistnelty takes 25m to do nothing.
YAML
isc
duckinator/sicuro
3f848e25f89685664f421516d84004e7e6500a1c
.travis.yml
.travis.yml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - rvm use 2.6.6 - gem install bundler - bundle install env: - TEST_PG_DB_USER=postgres script: buildr clean package git: depth: 10
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - gem install bundler - bundle install env: - TEST_PG_DB_USER=postgres script: buildr clean package git: depth: 10
Update the version of ruby used to build project in TravisCI.
Update the version of ruby used to build project in TravisCI.
YAML
apache-2.0
realityforge/sqlshell,realityforge/sqlshell
7a4cb5c4484c3cfe6912c208aa2f9409b17540e7
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 cache: directories: - '$HOME/.m2/repository'
language: java jdk: - oraclejdk7 cache: directories: - '$HOME/.m2/repository' after_success: - "[[ ${TRAVIS_TAG} != '' ]] && mvn deploy -DskipTests --settings deploy/settings.xml"
Deploy all tagged versions to Bintray
Deploy all tagged versions to Bintray
YAML
apache-2.0
odaceo/lab-spring-boot-hello-world,odaceo/lab-hello-world-spring-boot,odaceo/lab-hello-world-spring-boot,odaceo/lab-spring-boot-hello-world
8dbc502a7e09a8c30055179ffb0c418dfe0213cd
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode - rbx-2 - ruby-head - jruby-head
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode - rbx-2
Drop Ruby head and JRuby for now
Drop Ruby head and JRuby for now
YAML
mit
rackerlabs/redrax
e22ed11269f57dbd9643aff19538cdfdac105df8
.travis.yml
.travis.yml
language: node_js node_js: - 6 - 4 cache: npm: true directories: - node_modules
language: node_js node_js: - 8 - 6 - 4 cache: yarn: true
Test on node 8, and cache yarn
Test on node 8, and cache yarn
YAML
mit
finn-no/node-brakes-prometheus
44f41258c5ba57d7a653a3f7bad84569116a148a
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: - ./gradlew test install: - /bin/true
language: java jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: - ./gradlew test install: - /bin/true cache: directories: - $HOME/.m2
Improve Travis CI build Performance
Improve Travis CI build Performance
YAML
apache-2.0
asterisk-java/asterisk-java,asterisk-java/asterisk-java
ec31da814a0501a54539fbd3239da39ff91d32e8
.travis.yml
.travis.yml
language: ruby cache: - bundler - apt rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master before_script: - travis_retry sudo apt-get update - travis_retry sudo ...
language: ruby cache: - bundler rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode env: - VERSION=5.09 CHECKSUM=9d905f9e50033c3f5be3728473cbb709a41550fb COMPILER=gcc - VERSION=5.14 CHECKSUM=064c8f17a5f7ae1e336a9285131e046d3b2d04d7 COMPILER=gcc - VERSION=5.17 CHECKSUM=f7e837a0d3e...
Make Travis CI test against multiple versions of vanilla libmagic.
Make Travis CI test against multiple versions of vanilla libmagic. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-magic,kwilczynski/ruby-magic
326389d6cf724725fae109308ffd3b433809e583
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache before_script: - travis_retry composer...
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache before_script: - travis_retry ...
Add 7.2 to PHP versions in Travis config file
Add 7.2 to PHP versions in Travis config file
YAML
mit
carlosafonso/emt-sdk-php
6c372df12979441a53f6e8ce7d08397f65fcfcf1
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 - 2.2.4 - 2.3.0
language: ruby rvm: - 2.2.3 - 2.2.4 - 2.2.5 - 2.3.0 - 2.3.1
Add more Rubies for Travis
Add more Rubies for Travis
YAML
mit
mattgibson/reactify-rails,mattgibson/reactify-rails,mattgibson/reactify-rails
9e8a7780c7705c9fee2a5ea5e4f5ad66e848d22a
.travis.yml
.travis.yml
# After changing this file, run it through http://lint.travis-ci.org/ # Generates 4 builds, the ones for python3 will install external wheels language: python python: - 2.6 - 2.7 matrix: include: - python: 3.2 env: - NUMPYSPEC===1.7.1 - python: 3.3 env: - NUMPYSPEC===1.8.0 befo...
# After changing this file, run it through http://lint.travis-ci.org/ # Generates 4 builds, the ones for python3 will install external wheels language: python python: - 2.6 - 2.7 matrix: include: - python: 3.2 env: - NUMPYSPEC===1.7.1 - python: 3.3 env: - NUMPYSPEC===1.8.0 befo...
Print version numbers after build
Print version numbers after build
YAML
bsd-3-clause
tiagofrepereira2012/bob.core,tiagofrepereira2012/bob.core,tiagofrepereira2012/bob.core
6997652718b794c90cb752b29d674109d69e0d93
site/_config.yml
site/_config.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to you under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to you under the Apache License, Version 2.0 # (the "License"); you may not use ...
Exclude vendor folder from jekyll build
Exclude vendor folder from jekyll build
YAML
apache-2.0
apache/incubator-toree-website,apache/incubator-toree-website
0885d26d24bceaa1cdc1943fc3e07065ba14b5f5
pmacctstats/config/database.yml
pmacctstats/config/database.yml
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: mysql database: pmacctstats host: 192.168.1.8 username: pmacctstats password: pmacctstats # Warning: The database defined as "test" will be erased and # re-generated from your development database when you...
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 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 thi...
Put generic db config back in
Put generic db config back in
YAML
mit
ohookins/pmacctstats,ohookins/pmacctstats,ohookins/pmacctstats
64325a78f99ad50392bb13715e3b50854ec02392
.forestry/front_matter/templates/front-page-template.yml
.forestry/front_matter/templates/front-page-template.yml
--- label: Front Page Template hide_body: true fields: - type: text name: layout label: layout hidden: true - type: text name: title label: title - type: text name: text-heading label: text-heading - type: boolean name: remove-duplicate-logo label: remove-duplicate-logo description: On the front pag...
--- label: Front Page Template hide_body: true fields: - type: text name: layout label: layout hidden: true - type: text name: title label: title - type: text name: text-heading label: text-heading - type: boolean name: remove-duplicate-logo label: remove-duplicate-logo description: On the front pag...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website
4c3e6079fd843f56d5115f93faad940e61fcc5c7
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
name: Tests on: push: branches: "*" pull_request: branches: "*" jobs: test: name: Run tests runs-on: ubuntu-latest steps: - name: Install mono run: sudo apt-get install mono-complete - name: Checkout $GITHUB_SHA from $GITHUB_REF uses: actions/checkout@v2 - name: B...
name: Tests on: push: branches: "*" pull_request: branches: "*" jobs: test: name: Run tests runs-on: ubuntu-latest steps: - name: Install mono run: sudo apt-get install mono-complete - name: Checkout $GITHUB_SHA from $GITHUB_REF uses: actions/checkout@v2 - name: B...
Add report title to test result reporter.
Add report title to test result reporter.
YAML
lgpl-2.1
mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati
a6e4311867e5ee51e492a4084d601de13692a694
ci/tasks/create_release.yml
ci/tasks/create_release.yml
--- platform: linux image_resource: type: docker-image source: repository: busybox inputs: - name: pcf-pipelines-release - name: cf-cli - name: cliaas - name: om - name: version outputs: - name: pcf-pipelines-release-tarball run: path: sh args: - -ce - | version=v$(cat version/version) tar ...
--- platform: linux image_resource: type: docker-image source: repository: busybox inputs: - name: pcf-pipelines-release - name: cf-cli - name: cliaas - name: om - name: version outputs: - name: pcf-pipelines-release-tarball run: path: sh args: - -ce - | version=v$(cat version/version) tar ...
Use correct dir when creating tarball
Use correct dir when creating tarball
YAML
apache-2.0
rahulkj/pcf-pipelines,pivotal-cf/pcf-pipelines,pvsone/pcf-pipelines,mcb/pcf-pipelines,beibeiyang/pcf-pipelines,pivotal-cf/pcf-pipelines,pivotal-cf/pcf-pipelines,mcb/pcf-pipelines,BrianMMcClain/pcf-pipelines,sandyg1/pcf-pipelines,sandyg1/pcf-pipelines,pvsone/pcf-pipelines,sandyg1/pcf-pipelines,sandyg1/pcf-pipelines,cah-...
60572511e61a225776824b09d53a0bacef517437
ops_environment.yml
ops_environment.yml
name: root channels: - omnia - http://conda.anaconda.org/omnia - defaults dependencies: - hdf5 - libgfortran - mkl - numexpr - numpy - mdtraj - openssl - openpathsampling-dev - pandas - pip - pycosat - pycrypto - pytables - python - python-dateutil...
name: root channels: - omnia - http://conda.anaconda.org/omnia - defaults dependencies: - hdf5 - libgfortran - mkl - numexpr - numpy - mdtraj - openssl - openpathsampling-dev - pandas - pip - pycosat - pycrypto - pytables - python - python-dateutil...
Remove weird pip stuff from conda env
Remove weird pip stuff from conda env
YAML
lgpl-2.1
dwhswenson/OPSPiggybacker,dwhswenson/OPSPiggybacker
bf31b6ffc0d00043eea70dc7c1260e0ed264d78f
config/included-folders.yml
config/included-folders.yml
- /articles/api/authentication - /articles/api/authorization-extension - /articles/connections - /articles/integrations/sso - /articles/microsites - /articles/quickstart - /articles/_includes - /snippets - /updates
- /articles/api/authentication - /articles/api/authorization-extension - /articles/connections - /articles/microsites - /articles/quickstart - /articles/_includes - /snippets - /updates
Switch SSO Integrations to pull from Contentful
Switch SSO Integrations to pull from Contentful
YAML
mit
auth0/docs,auth0/docs,auth0/docs
a8dc20f58fb2f319b9dad3e0a298707e9f9015ae
config/locales/hyrax.en.yml
config/locales/hyrax.en.yml
en: hyrax: catalog: index: type_tabs: all: All division: name: "" homepage_url: "#" document_language: "en" google_analytics_id: "" institution: name: "Princeton University Library" homepage_url: "#" product_name: "Digital PUL" works: u...
en: hyrax: catalog: index: type_tabs: all: All division: name: "" homepage_url: "#" document_language: "en" google_analytics_id: "" institution_name: "Princeton University Library" institution: name: "Princeton University Library" homepage_url: "...
Fix I18n for institution name
Fix I18n for institution name
YAML
apache-2.0
pulibrary/plum,pulibrary/plum,pulibrary/plum,pulibrary/plum
16acbf565dd5cbec67bac61a30e30d82570603ff
config/locales/links.yml
config/locales/links.yml
en: links: current: 'Current link' external: header: 'Add external link' insert_button: 'Insert Link' placeholder: 'Enter url' file: header: 'Select File' insert_button: 'Insert file' placeholder: 'Search files' page: header: 'Select page' insert_button:...
en: links: current: 'Current link' external: header: 'Add external link' insert_button: 'Insert Link' placeholder: 'Enter url' file: header: 'Select file' insert_button: 'Insert file' placeholder: 'Search files' page: header: 'Select page' insert_button:...
Update locale with copy from designs
Update locale with copy from designs
YAML
mit
moneyadviceservice/cms,moneyadviceservice/cms,moneyadviceservice/cms,moneyadviceservice/cms
74a96ea826947573e4dc8a23d52014a266bb7bb8
roles/docker-app/tasks/main.yml
roles/docker-app/tasks/main.yml
####################################################################################### # Setup a docker container to be run as a systemd service # # NOTE: This role assumes that variables 'docker_app_name' and # 'docker_app_container_name' have been set! In addition, docker_app_env and docker_app_ports # can be used t...
####################################################################################### # Setup a docker container to be run as a systemd service # # NOTE: This role assumes that variables 'docker_app_name' and # 'docker_app_container_name' have been set! In addition, docker_app_env and docker_app_ports # can be used t...
Allow running docker-app roles individually by tagging them with docker_app_name
Allow running docker-app roles individually by tagging them with docker_app_name
YAML
apache-2.0
tkurki/marinepi-provisioning
a3503f89e93f82950514aa221f52d844e6592df9
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: Run Java Tests on: push: branches: [ 'master', 'dev' ] paths-ignore: [ 'docs/**' ] pull_request: paths-ignore: [ 'docs/**' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: distribution: [ 'zulu', 'adopt' ] java: [ '11', '16' ] name: Build on Java ${{ matr...
name: Run Java Tests on: push: branches: [ 'master', 'dev' ] paths-ignore: [ 'docs/**' ] pull_request: paths-ignore: [ 'docs/**' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: distribution: [ 'zulu', 'adopt' ] java: [ '11', '16' ] name: Build on Java ${{ matr...
Fix GitHub Action JDK test version description.
Fix GitHub Action JDK test version description.
YAML
agpl-3.0
dice-group/LIMES,dice-group/LIMES,dice-group/LIMES,dice-group/LIMES,dice-group/LIMES,dice-group/LIMES,dice-group/LIMES
4c3ec3a1b08b6b7ab0b355cc9c8bf01a981002e8
.github/workflows/run_tests.yml
.github/workflows/run_tests.yml
name: Run tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: pytho...
name: Run tests on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} ...
Add several OSs to matrix
Add several OSs to matrix
YAML
apache-2.0
pokidovea/immobilus
d6d0f5c06a8665cbe1fe3709a71e9305027c8746
.github/workflows/unit-test.yml
.github/workflows/unit-test.yml
name: Unit Tests on: [push] jobs: build: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v1 with: submodules: true - name: Install dependencies run: | npm install - name: Run Tests run: | npm test - name: Notify Discord (success) use...
name: Unit Tests on: [push, pull_request] jobs: build: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v1 with: submodules: true - name: Install dependencies run: | npm install - name: Run Tests run: | npm test - name: Notify Discord (succ...
Fix CI not runing on pull requests
Fix CI not runing on pull requests
YAML
mit
openfl/openfl,openfl/openfl,openfl/openfl
7ecd34a8351668bf0fcacc13590091fcd5b5191a
.github/workflows/ci.yml
.github/workflows/ci.yml
--- name: "ci" on: pull_request: {} push: branches: - "main" jobs: linux: runs-on: "ubuntu-latest" strategy: matrix: node-version: ["14.x", "15.x", "16.x", "17.x", "18.x"] steps: - uses: "actions/checkout@v3" - uses: "pnpm/action-setup@v2.0.1" with: ...
--- name: "ci" on: pull_request: {} push: branches: - "main" jobs: linux: runs-on: "ubuntu-latest" strategy: matrix: node-version: ["14.x", "15.x", "16.x", "17.x", "18.x"] steps: - uses: "actions/checkout@v3" - uses: "pnpm/action-setup@v2.0.1" with: ...
Disable tests in windows build for now
Disable tests in windows build for now
YAML
mit
dbtedman/postcss-prefixwrap,dbtedman/postcss-prefixwrap,dbtedman/postcss-prefixwrap
76a3880891489f025cf68fabe728c8122a164be4
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: hello: name: hello runs-on: ubuntu-latest steps: - run: export -p - uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - run: ruby -v - run: gem list - run: gem env - run: docker version - run: docker system info ...
name: CI on: [push] jobs: hello: name: hello runs-on: ubuntu-latest steps: - run: export -p - uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - run: ruby -v - run: gem list - run: gem env - run: docker version - run: docker system info ...
Build and test ruby image
Build and test ruby image
YAML
mit
minimum2scp/dockerfiles,minimum2scp/dockerfiles,minimum2scp/dockerfiles
be126ca57086035b6cc888fdf344ba23b3b392f6
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", ruby-head, jruby-9.2, jruby-9.3, jruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby...
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.7", "3.0", "3.1", ruby-head, jruby-9.3, jruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: b...
Remove 2.5/2.6 compatible Rubies as they've been EOLed
Remove 2.5/2.6 compatible Rubies as they've been EOLed
YAML
mit
nebulab/simple_command
b742118cd135d9d1c4322984b3c7a4977c0f3cf3
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: pull_request: workflow_dispatch: jobs: test: name: Python ${{ matrix.python }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python: - '3.6' - '3.7' - '3.8' - '3.9' - '3.10'...
name: CI on: push: pull_request: workflow_dispatch: permissions: contents: read jobs: test: name: Python ${{ matrix.python }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python: - '3.6' - '3.7' - '3.8' ...
Set permissions for GitHub actions
Set permissions for GitHub actions - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-...
YAML
mit
gfyoung/hosts,StevenBlack/hosts,gfyoung/hosts,borisschapira/hosts,StevenBlack/hosts
48bbdff4a42ccee4d8da73afa5aca24ce4589f40
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: pull_request: schedule: [cron: "40 1 * * *"] jobs: test: name: Rust ${{matrix.rust}} runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: [beta, stable, 1.36.0] include: - rust: nightly rustflags: --cfg thiserror_night...
name: CI on: push: pull_request: schedule: [cron: "40 1 * * *"] jobs: test: name: Rust ${{matrix.rust}} runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: [beta, stable, 1.38.0] include: - rust: nightly rustflags: --cfg thiserror_night...
Update minimum compiler for tests to 1.38
Update minimum compiler for tests to 1.38
YAML
apache-2.0
dtolnay/thiserror
d274c514079d5db6332b2fdc3f9407aa2a7a937e
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Test on: push: branches: - master pull_request: paths-ignore: - '*.md' jobs: nodejs: name: Node.js runs-on: ubuntu-latest strategy: fail-fast: false matrix: node-version: [^10.18.0, ^12.14.0, ^14] steps: - uses: actions/checkout@v1 with: ...
name: Test on: push: branches: - main pull_request: paths-ignore: - '*.md' jobs: nodejs: name: Node.js runs-on: ubuntu-latest strategy: fail-fast: false matrix: node-version: [^10.18.0, ^12.14.0, ^14] steps: - uses: actions/checkout@v1 with: ...
Use main as the default branch
Use main as the default branch
YAML
isc
concordancejs/concordance,novemberborn/kathryn
0d8f7aa7eb7bb715e7684e3d49d6bfd9067fc5fd
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby: [2.7, 3.0] gemfile: - activemodel-6.0 - activemodel-6.1 - activemodel-7.0 - activemodel-main include: - { ruby: "2.3", gemfile: "activem...
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby: ["2.7", "3.0"] gemfile: - activemodel-6.0 - activemodel-6.1 - activemodel-7.0 - activemodel-main include: - { ruby: "2.3", gemfile: "act...
Fix setup-ruby action in CI
Fix setup-ruby action in CI
YAML
mit
rmm5t/strip_attributes
13a68e9791bebc69bce0a12193836df14092bc59
.github/workflows/ci.yml
.github/workflows/ci.yml
--- name: CI on: push: branches: - master paths-ignore: - "bin/**" - "examples/**" - "*.md" pull_request: branches: - master paths-ignore: - "bin/**" - "examples/**" - "*.md" jobs: tests: name: Ruby ${{ matrix.ruby }} runs-on: ${{ matrix.os }...
--- name: CI on: push: branches: - master paths-ignore: - "bin/**" - "examples/**" - "*.md" pull_request: branches: - master paths-ignore: - "bin/**" - "examples/**" - "*.md" jobs: tests: name: Ruby ${{ matrix.ruby }} runs-on: ${{ matrix.os }...
Change CI workflow to remove JRuby and allow failures
Change CI workflow to remove JRuby and allow failures
YAML
mit
piotrmurach/rspec-benchmark,piotrmurach/rspec-benchmark,peter-murach/rspec-benchmark
3ef4710ec427bc7aa10619a139add87239c506ab
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Set up Go 1.12 uses: actions/setup-go@v1 with: go-version: 1.12 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Get dependencies ...
name: Go on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Set up Go 1.16 uses: actions/setup-go@v1 with: go-version: 1.16 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Get dependencies ...
Update to use Go 1.16
Update to use Go 1.16
YAML
mit
raff/godet
f78762f40624c16ff1409200a4219d7b48fe4fec
_config.yml
_config.yml
# Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Setup title: WSOGMM tagline: Whole Sort of General Mish Mash url: https://wsogmm.net paginate: 5 baseurl: ...
# Permalinks permalink: pretty # Setup title: WSOGMM tagline: Whole Sort of General Mish Mash url: https://wsogmm.net paginate: 5 baseurl: "" # Config params timezone: "Asia/Calcutta" # Assets # # We specify the directory for Jekyl...
Fix config for Jekyll 3
Fix config for Jekyll 3
YAML
cc0-1.0
jayakumarhg/wsogmm
93ba134d3acc8e8b1ae377567b1ce6584fb82e0a
_config.yml
_config.yml
# Site settings title: Blog by Derek Croote motto: Science, technology, engineering, and data author: Derek Croote email: dcroote@gmail.com baseurl: "" url: "https://dcroote.github.io" github_username: dcroote twitter_username: DerekCroote twitter: username: DerekCroote card: summary description: Tutorials and tho...
# Site settings title: Blog by Derek Croote motto: Science, technology, engineering, and data author: Derek Croote email: dcroote@gmail.com baseurl: "" url: "https://dcroote.github.io" github_username: dcroote twitter_username: DerekCroote twitter: username: DerekCroote card: summary_large_image description: Tutor...
Change Twitter card to summary with large image
Change Twitter card to summary with large image
YAML
mit
dcroote/dcroote.github.io,dcroote/dcroote.github.io,dcroote/dcroote.github.io,dcroote/dcroote.github.io
0935c60d0c75d9bd1ffeb079e3f2117ec896bdc7
_config.yml
_config.yml
# Site settings url: https://codeship.io/documentation baseurl: /documentation permalink: /:categories/:title/ # Defaults for posts defaults: - scope: path: "" # an empty string here means all files in the project type: posts values: layout: page weight: 50 # Jekyll exclude: - Read...
# Site settings url: https://www.codeship.io/documentation baseurl: /documentation permalink: /:categories/:title/ # Defaults for posts defaults: - scope: path: "" # an empty string here means all files in the project type: posts values: layout: page weight: 50 # Jekyll exclude: - ...
Use www.codeship.io as sitemap URL
Use www.codeship.io as sitemap URL
YAML
mit
mlocher/documentation,mlocher/documentation,codeship/documentation,hicksca/documentation,codeship/documentation,hicksca/documentation,mlocher/documentation,codeship/documentation,codeship/documentation,mlocher/documentation
74063898a94dc179e53f826aa96421f7271e7de4
_config.yml
_config.yml
name: Mazicky description: Full-Stack Web Development & Indie Game Development meta_description: "Full-Stack Web Development & Indie Game Development" aboutPage: true markdown: kramdown highlighter: pygments gems: [jekyll-paginate] paginate: 20 baseurl: / domain_name: 'http://mazicky.github.io' google_analytics: 'UA...
name: Mazicky description: Full-Stack Web Development & Indie Game Development meta_description: "Full-Stack Web Development & Indie Game Development" aboutPage: true markdown: kramdown highlighter: rouge gems: [jekyll-paginate] paginate: 20 baseurl: / domain_name: 'http://mazicky.github.io' google_analytics: 'UA-6...
Update highlighter to rouge due to Github supporting issue
Update highlighter to rouge due to Github supporting issue
YAML
mit
mazicky/mazicky.github.io,mazicky/mazicky.github.io
1c4dca55c9f1301b5e728d38e8161676b256c496
_config.yml
_config.yml
baseurl: '/chimad-phase-field' markdown: kramdown highlighter: rouge permalink: pretty exclude: - "*.ipynb" - "*.ipynb.raw.html" - vendor - template.ipynb.md links: contributors: https://github.com/usnistgov/chimad-phase-field/graphs/contributors license: https://github.com/usnistgov/chimad-phase-field/b...
baseurl: '/chimad-phase-field' markdown: kramdown highlighter: rouge permalink: pretty exclude: - "*.ipynb" - "*.ipynb.raw.html" - vendor - template.ipynb.md links: contributors: https://github.com/usnistgov/chimad-phase-field/graphs/contributors license: https://github.com/usnistgov/chimad-phase-field/b...
Use admin email for emails about the site
Use admin email for emails about the site Address #524 Switch admin email to new google group for admin.
YAML
mit
wd15/chimad-phase-field,usnistgov/chimad-phase-field,wd15/chimad-phase-field,usnistgov/chimad-phase-field,usnistgov/chimad-phase-field,wd15/chimad-phase-field
28ac2b2ae8970e1c98520a0dae41d7646439bd04
_config.yml
_config.yml
permalink: pretty highlighter: pygments kramdown: input: GFM exclude: - '.github' - 'CODE_OF_CONDUCT.md' - 'LICENSE.md' - 'OWNERS.md' - 'README.md' - 'Gemfile' - 'Gemfile.lock' - 'node_modules' - 'npm-debug.log' - 'package.json' - 'postcss.config.json' - 'src' theme_color: 'blue'
permalink: pretty highlighter: rouge kramdown: input: GFM exclude: - '.github' - 'CODE_OF_CONDUCT.md' - 'LICENSE.md' - 'OWNERS.md' - 'README.md' - 'Gemfile' - 'Gemfile.lock' - 'node_modules' - 'npm-debug.log' - 'package.json' - 'postcss.config.json' - 'src' theme_color: 'blue'
Update highlighter from pygments to rouge
Update highlighter from pygments to rouge
YAML
mit
chrisopedia/mlb-logos,chrisopedia/mlb-logos
5593bf47000e84160474ddc38b6235ab1e291ac8
_config.yml
_config.yml
# Site settings title: A Data Blog email: author: Paul Rockley description: "A data blog about everything and anything. Not sure where it's headed as yet." # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed url: "http://www.p...
# Site settings title: Prockley Blog email: author: Paul Rockley description: "A data blog about everything and anything. Not sure where it's headed as yet." # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed url: "http://www...
Change of Blog name - Prockley
Change of Blog name - Prockley
YAML
mit
prockley/prockley.github.io,prockley/prockley.github.io,prockley/prockley.github.io
1b7da347d59e211493b2eeea74ef07ce0299e290
_config.yml
_config.yml
# Site settings title: Free and Open Source Software @ RIT MAGIC Center title-abbrev: FOSS@MAGIC email: sj@magic.rit.edu description: > # this means to ignore newlines until "baseurl:" Official site for the Free and Open Source Software initiative at the RIT MAGIC Center. Learn about open source activities and c...
############################################################################### # # # WEBSITE CONFIGURATION # # # ...
Add more comments / categories; sort lists alphabetically
Add more comments / categories; sort lists alphabetically
YAML
mpl-2.0
FOSSRIT/fossrit.github.io,FOSSRIT/fossrit.github.io,FOSSRIT/fossrit.github.io
15d5035d14284788ea1ad751602f08411d5e1d2c
_config.yml
_config.yml
title: Aaron J. Molstad description: | Postdoctoral Research Fellow Fred Hutchinson Cancer Research Center show_downloads: true google_analytics: theme:
title: Aaron J. Molstad description: | Postdoctoral Research Fellow Fred Hutchinson Cancer Research Center show_downloads: true google_analytics: theme:
Test 2 for line break
Test 2 for line break
YAML
mit
ajmolstad/ajmolstad.github.io