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
a59634aed42595a8e3c930715803b65af7ce979e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "6" - "4" - "0.12" install: - npm install script: npm test
sudo: false language: node_js node_js: - "6" - "4" install: - npm install script: npm test
Remove node v0.12.x from Travis CI
Remove node v0.12.x from Travis CI
YAML
mit
mercadolibre/chico,mercadolibre/chico
5b122da496ba7d516c3f56220d9c7f668479d9ef
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.8 - 2.4.9 - 2.5.7 - 2.6.5 before_install: - gem install bundler
language: ruby rvm: - 2.3.8 - 2.4.9 - 2.5.7 - 2.6.5 - 2.7.0 before_install: - gem install bundler
Add Ruby 2.7 to Travis CI config
Add Ruby 2.7 to Travis CI config
YAML
apache-2.0
bbcrd/audio_waveform-ruby
0165f6f12401d7d71b87002fff524ba4ecc0db51
.travis.yml
.travis.yml
language: android android: components: - build-tools-19.1.0 - android-19 - sysimg-19 - extra-android-support licenses: - android-sdk-license-bcbbd656 - android-sdk-license-5be876d5 - '.*intel.+'
language: android env: matrix: - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a android: components: - build-tools-19.1.0 - android-19 - sysimg-19 - extra-android-support licenses: - android-sdk-license-bcbbd656 - android-sdk-license-5be876d5 - ...
Create AVD before install to it
Create AVD before install to it
YAML
mpl-2.0
spacecowboy/NoNonsense-FilePicker,stari4ek/NoNonsense-FilePicker,stari4ek/NoNonsense-FilePicker,michaelroland/nna-filepicker,spacecowboy/NoNonsense-FilePicker
6210322d7213511001ea37503745bd459756c0bb
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 env: - DJANGO=1.4 - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 matrix: exclude: - python: 2.6 env: DJANGO=1.7 - python: 3.2 env: DJANGO=1.4 - python: 3.3 env: DJANGO=1.4 - python: 3.4 env: DJANGO=1.4 - py...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 env: - DJANGO=1.4 - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 matrix: exclude: - python: 2.6 env: DJANGO=1.7 - python: 3.2 env: DJANGO=1.4 - python: 3.3 env: DJANGO=1.4 - python: 3.4 env: DJANGO=1.4 - py...
Use xvfb-run for CI testing.
Use xvfb-run for CI testing.
YAML
mit
DjangoAdminHackers/django-admin-enhancer,DjangoAdminHackers/django-admin-enhancer,DjangoAdminHackers/django-admin-enhancer,charettes/django-admin-enhancer,charettes/django-admin-enhancer,charettes/django-admin-enhancer
b34e8f8ef989e26e8046054661793494ce63ce6f
.travis.yml
.travis.yml
dist: xenial language: node_js node_js: - "lts/*" cache: yarn: true services: - xvfb script: - yarn lint - yarn flow - yarn test --coverage - yarn build:prod - yarn build:dist --publish "never" - yarn test-e2e - yarn codecov branches: except: - experimental
dist: xenial env: - NODE_ENV=production language: node_js node_js: - "lts/*" cache: yarn: true services: - xvfb script: - yarn lint - yarn flow - yarn test --coverage - yarn build:prod - yarn build:dist --publish "never" - yarn test-e2e - yarn codecov branches: e...
Set NODE_ENV to production for CI
Set NODE_ENV to production for CI
YAML
mit
psychobolt/electron-boilerplate,psychobolt/electron-boilerplate
a0f424f3cea7892f01e1474341fc36744512763a
.travis.yml
.travis.yml
language: go before_install: - sudo apt-get install bzr >/dev/null 2>&1 install: - hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1 - cd "${HOME}/go/src" && ./make.bash >/dev/null 2>&1 - mkdir -p "${HOME}/src" || true - mkdir -p "${HOME}/bin" || true - mkdir -p "${HOME}/pkg" || true...
language: erlang before_install: - sudo apt-get install bzr >/dev/null 2>&1 install: - hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1 - cd "${HOME}/go/src" && ./make.bash >/dev/null 2>&1 - mkdir -p "${HOME}/src" || true - mkdir -p "${HOME}/bin" || true - mkdir -p "${HOME}/pkg" || ...
Revert "Trial an experiment of the Travis CI language."
Revert "Trial an experiment of the Travis CI language." This reverts commit b98b2c806b699c1e95e8679992986d7101a8471c. The re-build failed on Travis.
YAML
apache-2.0
stapelberg/client_golang,prometheus/client_golang,KevinPike/client_golang,telendt/client_golang,m3db/prometheus_client_golang,mattkanwisher/client_golang,jimmidyson/prometheus-client_golang,fabxc/client_golang,asbjornenge/client_golang
1c666e12e17c58086b8fe0644c342c5b2818101a
.travis.yml
.travis.yml
language: java addons: hosts: - test-bucket.localhost env: - PATH=$PATH:$HOME/.s3cmd SECOR_LOCAL_S3=true S3CMD=1.0.1 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_install: - wget https://github.com/s3tools/s3cmd/archive/v$S3CMD.tar.gz -O /tmp/s3cmd.tar.gz - tar -xzf /tmp/s3cmd.tar.gz -C $HOME - m...
language: java addons: hosts: - test-bucket.localhost env: - PATH=$PATH:$HOME/.s3cmd SECOR_LOCAL_S3=true S3CMD=1.0.1 jdk: - oraclejdk7 - oraclejdk8 before_install: - wget https://github.com/s3tools/s3cmd/archive/v$S3CMD.tar.gz -O /tmp/s3cmd.tar.gz - tar -xzf /tmp/s3cmd.tar.gz -C $HOME - mv $HOME/s3cmd...
Remove openjdk7 since it constantsly causing core dumps on starting zookeeper:
Remove openjdk7 since it constantsly causing core dumps on starting zookeeper: running ./scripts/run_kafka_class.sh org.apache.zookeeper.server.quorum.QuorumPeerMain ./scripts/../zookeeper.test.properties > /tmp/secor_dev/logs/zookeeper.log 2>&1 & *** buffer overflow detected ***: /usr/lib/jvm/java-7-o...
YAML
apache-2.0
TiVo/secor,Smartling/secor,Smartling/secor,TiVo/secor,nguyenvanthan/secor,liamstewart/secor,strava/secor,shawnsnguyen/secor,pinterest/secor,morrifeldman/secor,FundingCircle/secor,morrifeldman/secor,FundingCircle/secor,liamstewart/secor,shawnsnguyen/secor,HenryCaiHaiying/secor,strava/secor,pinterest/secor,HenryCaiHaiyin...
288f50dab90700a8407383dc59d5361b2cb2c8c5
.travis.yml
.travis.yml
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - mas...
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - mast...
Switch back to stable ChefDK builds for testing
Switch back to stable ChefDK builds for testing
YAML
apache-2.0
chef-cookbooks/keepalived,opscode-cookbooks/keepalived,opscode-cookbooks/keepalived
404f147aa750a6cc5be1d3cdabc5356e1f1caba3
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm script: phpunit --coverage-text tests
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm - nightly script: phpunit --coverage-text tests
Add PHP 7.1 and nightly
Add PHP 7.1 and nightly
YAML
mit
RobThree/TwoFactorAuth,pskuza/TwoFactorAuth
5009b0f58b4233416fa16c40795101af10de2acb
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 - 2.2 - 2.1 - 2.0.0 sudo: false services: mongodb before_script: - mysql -e 'CREATE DATABASE statesman_test;' - psql -c 'CREATE DATABASE statesman_test;' -U postgres script: - bundle exec rubocop - bundle exec rake env: - "RAILS_VERSION=3.2.21" - "RAILS_VERSION=4.0....
language: ruby rvm: - 2.3.0 - 2.2 - 2.1 - 2.0.0 sudo: false services: mongodb before_script: - mysql -e 'CREATE DATABASE statesman_test;' - psql -c 'CREATE DATABASE statesman_test;' -U postgres script: - bundle exec rubocop - bundle exec rake env: - "RAILS_VERSION=3.2.21" - "RAILS_VERSION=4.0....
Add Rails 5.0.0.beta3 to Travis
Add Rails 5.0.0.beta3 to Travis
YAML
mit
timothyp/statesman,mkcode/statesmin,timothyp/statesman,gocardless/statesman,gocardless/statesman
c4d06d8f6e25698f5ecba24822e8f892707d9609
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - "export DISPLAY=:99.0" # Required for graphics - "sh -e /etc/init.d/xvfb start" # Required for graphics install: - pip install pandas numpy matplotlib - pip install coveralls before_script: - export PYTHONPATH="$PYTHONPATH:/home/travis/build/codles/...
language: python python: - "2.7" before_install: - "export DISPLAY=:99.0" # Required for graphics - "sh -e /etc/init.d/xvfb start" # Required for graphics install: - pip install pandas numpy matplotlib - pip install coveralls before_script: - export PYTHONPATH="$PYTHONPATH:/home/travis/build/codles/...
Remove extra modules coveralls coverage
Remove extra modules coveralls coverage
YAML
mit
codles/UpDownMethods
10e92169ec26eea9b4e7bd2625276a3f50f10c54
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' env: - CI=true rvm: - 2.2.2 - 2.3 - 2.4 - 2.5 - jruby-9 - rbx-...
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' env: - CI=true rvm: - 2.2.2 - 2.3 - 2.4 - 2.5 - 2.6 - jruby-9 ...
Add 2.6 to Travis RVM matrix.
Add 2.6 to Travis RVM matrix.
YAML
unlicense
ruby-rdf/rdf-raptor,ruby-rdf/rdf-raptor
7280c09f456bfe5d292aa75320b68a591e562d4e
.travis.yml
.travis.yml
# Disabling sudo moves build to the Container Based Infrastructure on Travis CI sudo: false language: android jdk: oraclejdk8 android: components: - platform-tools - tools - android-23 - build-tools-23.0.3 - extra-android-m2repository - extra-android-support - sys-img-armeabi-v7a-android...
# Disabling sudo moves build to the Container Based Infrastructure on Travis CI sudo: false language: android jdk: oraclejdk8 android: components: - platform-tools - tools - android-23 - build-tools-23.0.3 - extra-android-m2repository - extra-android-support - sys-img-armeabi-v7a-android...
Remove caching from the script
Remove caching from the script
YAML
mit
PSPDFKit-labs/VanGogh
a696d1eb220bf818986ff140f4ea92985b5fca99
.travis.yml
.travis.yml
sudo: required language: c env: matrix: - OS_TYPE=fedora - OS_TYPE=centos:7 - OS_TYPE=centos:6 - OS_TYPE=debian:testing - OS_TYPE=ubuntu:latest - OS_TYPE=ubuntu:16.04 services: - docker before_install: - docker pull $OS_TYPE script: - travis_wait 30 ...
sudo: required language: c env: matrix: - OS_TYPE=fedora:28 - OS_TYPE=centos:7 - OS_TYPE=centos:6 - OS_TYPE=debian:testing - OS_TYPE=ubuntu:latest - OS_TYPE=ubuntu:16.04 services: - docker before_install: - docker pull $OS_TYPE script: - travis_wait 30 ...
Set Fedora docker to F28
Set Fedora docker to F28 F29 fails as python2-pywbem isn't available, will need to modify tests for fedora. Signed-off-by: Tony Asleson <1ef2d381aa56d512126ddaacc29e68136e4fdf55@redhat.com>
YAML
lgpl-2.1
cathay4t/libstoragemgmt,libstorage/libstoragemgmt,cathay4t/libstoragemgmt,libstorage/libstoragemgmt,libstorage/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,cathay4t/libstoragemgmt,tasleson/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,cathay4t/libstoragemgmt,tasleson/libstoragemgm...
984868e3fe27b509cb8b77f00aa9c91e7d00bda9
.travis.yml
.travis.yml
language: go sudo: required services: - mysql - postgresql addons: postgresql: 9.5 go: - tip install: - go get -v github.com/lib/pq - go get -v github.com/go-sql-driver/mysql - go get -v github.com/mattn/go-sqlite3 - go get -t -v ./... script: - go test -v -covermode=count -coverprof...
language: go sudo: required services: - mysql - postgresql addons: postgresql: 9.5 go: - tip before_install: - go get github.com/mattn/goveralls install: - go get -v github.com/lib/pq - go get -v github.com/go-sql-driver/mysql - go get -v github.com/mattn/go-sqlite3 - go get -t -v ./.....
Add goveralls to before installation
Add goveralls to before installation
YAML
lgpl-2.1
aacanakin/qb,slicebit/qb
5e359ed85356d39639da0bbc1e1a4f050a9ac88e
.travis.yml
.travis.yml
language: java script: mvn clean package -P strict after_success: - mvn jacoco:report coveralls:report - bash ./deploy.sh jdk: - oraclejdk8 sudo: false cache: directories: - $HOME/.m2 env: global: - GH_REF: github.com/vbauer/herald.git - secure: "DZWksxGbfxAgSBfq5ecKuPtwdpG8d5Lav5UuaMq8N/IeW+pIzv...
language: java script: mvn clean package -P strict after_success: - mvn jacoco:report coveralls:report - bash ./deploy.sh jdk: - oraclejdk8 - oraclejdk9 - oraclejdk10 sudo: false cache: directories: - $HOME/.m2 env: global: - GH_REF: github.com/vbauer/herald.git - secure: "DZWksxGbfxAgSBfq5ec...
Update Travis CI config (add new JDKs)
Update Travis CI config (add new JDKs)
YAML
apache-2.0
vbauer/herald,vbauer/herald
8302ba13373d0cfe77b9dfd6d4602398ca2523f0
.travis.yml
.travis.yml
language: php # Run on container environment (needed for trais caching feature) sudo: false matrix: fast_finish: true include: - php: 5.3 env: DEPENDENCIES='low' - php: 5.3 - php: 5.4 - php: 5.5 - php: 5.6 - php: 7.0 - php: hhvm allow_failures: - php: 7.0 ...
language: php # Run on container environment (needed for trais caching feature) sudo: false matrix: fast_finish: true include: - php: 5.3 env: DEPENDENCIES='low' - php: 5.3 - php: 5.4 - php: 5.5 - php: 5.6 - php: 7.0 - php: hhvm allow_failures: - php: 7.0 ...
Allow composer to use Github token for HTTP downloads
Allow composer to use Github token for HTTP downloads
YAML
mit
afrihost/BaseCommandBundle,afrihost/BaseCommandBundle
7031b263d98dd10211462f987c2187b3c443c611
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" install: - pip install coveralls - pip install -r requirements.txt script: coverage run --source=cantools setup.py test after_success: coveralls
language: python python: - "2.7" - "3.6" - "pypy" - "pypy3" install: - pip install coveralls - pip install -r requirements.txt script: coverage run --source=cantools setup.py test after_success: coveralls
Test with pypy on TravisCI.
Test with pypy on TravisCI.
YAML
mit
cantools/cantools,eerimoq/cantools
56a2ecd1eb963471e1a951e60f40f4079fa78c0b
.travis.yml
.travis.yml
language: python install: - python bootstrap-buildout.py - ./bin/buildout script: - ./bin/nosetests -sv - ./bin/sphinx-build -b doctest doc sphinx - ./bin/sphinx-build -b html doc sphinx
language: python before_install: - sudo apt-get update -qq - sudo apt-get install -qq --force-yes libatlas-dev libatlas-base-dev liblapack-dev - pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy scipy install: - python bootstrap-buildout.py - ./bin/buildou...
Install a few required packages
Install a few required packages
YAML
bsd-3-clause
anjos/rrpack,anjos/rrbob
2fe25cd00cf2f3f2e835653038dafe1eda7c6d63
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install -g npm - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Use whatever NPM they're serving.
Use whatever NPM they're serving.
YAML
mit
bigeasy/kibitz,bigeasy/kibitz
d5d6b9f7b5dd967098553c4b3fe52104d11ca8da
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk11 cache: directories: - $HOME/.m2 before_install: - echo 'Asia/Ho_Chi_Minh' | sudo tee /etc/timezone - sudo dpkg-reconfigure --frontend noninteractive tzdata - mysql -u root -e 'CREATE DATABASE test;' - psql -c 'CREATE DATABASE test;' -U postgres after_scrip...
sudo: false language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 before_install: - echo 'Asia/Ho_Chi_Minh' | sudo tee /etc/timezone - sudo dpkg-reconfigure --frontend noninteractive tzdata - mysql -u root -e 'CREATE DATABASE test;' - psql -c 'CREATE DATABASE test;' -U postgres after_script...
Switch backto OpenJDK8 on Travis
Switch backto OpenJDK8 on Travis
YAML
mit
DDTH/ddth-dao
542977e22fe661a7a86bcc2ea49ddc5968ebe70e
.travis.yml
.travis.yml
--- dist: trusty language: node_js node_js: - "6" sudo: required services: - redis-server addons: chrome: stable cache: directories: - $HOME/.npm env: global: # See https://git.io/vdao3 for details. - JOBS=1 before_install: - npm config set spin false - npm install -g bower - bower --v...
--- dist: trusty language: node_js node_js: - "6" sudo: required services: - redis-server addons: chrome: stable cache: directories: - $HOME/.npm - $HOME/sockethub env: global: # See https://git.io/vdao3 for details. - JOBS=1 before_install: - npm config set spin false - npm install ...
Fix installing and running Sockethub on Travis
Fix installing and running Sockethub on Travis
YAML
mpl-2.0
67P/hyperchannel,67P/hyperchannel
15b225f7574e56a832f2f53c06083d7b79974392
.travis.yml
.travis.yml
language: scala jdk: oraclejdk8 sbt_args: "-J-Xmx2G" script: - sbt +test # Taken from https://github.com/typelevel/cats/blob/master/.travis.yml cache: directories: - "travis_phantomjs" - $HOME/.sbt/0.13/dependency - $HOME/.sbt/boot/scala* - $HOME/.sbt/launchers - $HOME/.ivy2/cache - $HOME/.nvm before_...
language: scala jdk: oraclejdk8 sbt_args: "-J-Xmx2G" script: - sbt +test # Taken from https://github.com/typelevel/cats/blob/master/.travis.yml cache: directories: - "travis_phantomjs" - $HOME/.sbt/0.13/dependency - $HOME/.sbt/boot/scala* - $HOME/.sbt/launchers - $HOME/.ivy2/cache - $HOME/.coursier -...
Add coursier to Travis cache
Add coursier to Travis cache
YAML
apache-2.0
olafurpg/metaconfig
679057d3bed60b320dd13619c40008990435c2fa
.travis.yml
.travis.yml
language: python matrix: include: - python: "2.7" - python: "pypy" env: PYPY_VERSION="4.0.1" cache: directories: - $HOME/.cache/pip before_install: # If necessary, set up an appropriate version of pypy. - if [ ! -z "$PYPY_VERSION" ]; then source utils/setup-pypy-travis.sh; fi - if [ ! -z ...
language: python matrix: include: - python: "2.7" # Disable coverage tests for pypy as they'll always be the same as CPython - python: "pypy" env: PYPY_VERSION="4.0.1" NO_COVERAGE=1 cache: directories: - $HOME/.cache/pip before_install: # If necessary, set up an appropriate version of pyp...
Disable coverage tests for pypy
Travis: Disable coverage tests for pypy
YAML
mit
praekeltfoundation/sideloader.build,praekeltfoundation/sideloader.build
a9b3b7aeb773eb6f22c0447697d5c09788fbcfcc
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" before_script: - sudo npm install -g grunt - grunt build script: grunt test --verbose --force
language: node_js node_js: - "0.8" - "0.10" before_script: - npm install -g grunt-cli - grunt build script: grunt test --verbose --force
Correct installation of Grunt CLI
Correct installation of Grunt CLI
YAML
mit
gardejo/js-kancolle-logistics-visualizer,gardejo/js-kancolle-logistics-visualizer
fb29e80b3b1a6488e70ab7809ed0b62ed368f7ed
.travis.yml
.travis.yml
language: python sudo: false cache: pip python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" - "pypy3" install: - pip install --use-mirrors -r requirements/package.txt -r requirements/qa.txt script: - py.test - flake8 notifications: email: - nineseconds@yandex.ru
language: python sudo: false cache: pip python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - pip install --use-mirrors -r requirements/package.txt -r requirements/qa.txt script: - py.test - flake8 notifications: email: - nineseconds@yandex.ru
Remove PyPy3 from the list of Pythons in Travis
Remove PyPy3 from the list of Pythons in Travis
YAML
mit
reclosedev/surveyor,9seconds/surveyor
9b591650ea5f0498dcdad8b54bd3eafc5eaf8aba
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 addons: firefox: "41.0" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" after_script: "npm install coveralls@2.10.0 && cat ./coverage/**/lcov.info | coveralls"
language: node_js node_js: - "4" addons: firefox: "41.0" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" after_script: "npm install coveralls@2.10.0 && cat ./coverage/**/lcov.info | coveralls"
Use Node 4 LTS on CI.
Use Node 4 LTS on CI.
YAML
mit
omichelsen/clipboard-button,omichelsen/clipboard-button
fe43a15d7e0e40308e04a29f73fc27384c96c286
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly services: - elasticsearch before_install: - sudo apt-get update -qq - sudo apt-get install -y ruby - curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.0.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.0.0.deb # ...
language: rust rust: - stable - beta - nightly services: - elasticsearch before_install: - sudo apt-get update -qq - sudo apt-get install -y ruby - curl -O https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.0.2/elasticsearch-2.0.2.deb && sudo dpk...
Correct URL for the ES 2.0 DEB
Correct URL for the ES 2.0 DEB
YAML
apache-2.0
benashford/rs-es
55726ad3cb83d228f35aa41887d2ccf20782a21f
.travis.yml
.travis.yml
sudo: required language: php php: - 5.6 - 7.0 - 7.1 env: global: - setup=basic services: - docker matrix: fast_finish: true include: - php: 5.6 env: setup=lowest - php: 5.6 env: setup=stable cache: directories: - $HOME/.composer/cache before...
sudo: required language: php php: - 5.6 - 7.0 - 7.1 env: global: - setup=basic services: - docker matrix: fast_finish: true include: - php: 5.6 services: - docker env: setup=lowest - php: 5.6 services: - docker env: setup=s...
Add docker service for php5.6
Add docker service for php5.6
YAML
mit
LaraComponents/centrifuge-broadcaster
b462541b7e886d77fa62bbc8b9729dd724b54999
.travis.yml
.travis.yml
language: python python: - "3.5.1" addons: apt: packages: - xvfb before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - pip install tornado aiohttp syncer - pip install pytest pytest-cov selenium - pip install codecov coveralls script: - py.test --cov...
language: python python: - "3.5.1" addons: apt: packages: - xvfb before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - pip install tornado aiohttp syncer - pip install pytest pytest-cov selenium - pip install codecov coveralls script: - py.test --cov...
Send branch name to codecov
Send branch name to codecov
YAML
mit
miyakogi/wdom,miyakogi/wdom,miyakogi/wdom
d0e4712eaa696ff13470b719cb6842260a3ada11
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3" matrix: fast_finish: true install: - pip install -r requirements-dev.txt script: - make test_coverage - make flake8 after_success: - coveralls
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3.3-5.2-alpha1" matrix: fast_finish: true install: - pip install -r requirements-dev.txt script: - make test_coverage - make flake8 after_success: - coveralls
Use more recent PyPy3 on Travis CI
Use more recent PyPy3 on Travis CI The default PyPy3 is really old (implements Python 3.2) and some packages won't cooperate with it anymore.
YAML
lgpl-2.1
jstasiak/python-zeroconf
ef53c15feca6df9223dd1c2d6f93b7ecdc836258
.travis.yml
.travis.yml
language: ruby dist: trusty rvm: 2.4.2 import: - travis-ci/build-configs:db-setup.yml cache: bundler: true services: - redis - rabbitmq env: matrix: - RAKE_TASK=spec global: secure: BdVC3OHqYcgePLrkKIk28Ewn/dxCYFf3Cx+Q8P+BCDj6UPJyRSbKmILBzuX96H5xhKmUFo0A/upUhJI9UUP9aXHO7MzRe04/c88QdO4wGacVUaIyB20S0pr2...
language: ruby dist: trusty rvm: 2.4.2 import: - travis-ci/build-configs:db-setup.yml@postgres-9.6 cache: bundler: true services: - redis - rabbitmq env: matrix: - RAKE_TASK=spec global: secure: BdVC3OHqYcgePLrkKIk28Ewn/dxCYFf3Cx+Q8P+BCDj6UPJyRSbKmILBzuX96H5xhKmUFo0A/upUhJI9UUP9aXHO7MzRe04/c88QdO4wGac...
Use Postgres 9.6 for now
Use Postgres 9.6 for now
YAML
mit
travis-ci/travis-scheduler,travis-ci/travis-scheduler
b7c40b4dcbb4bc119f48c8c6abc700939cb111a4
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 env: global: - DITA_OT_VERSION=3.1.3 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
sudo: false language: java jdk: - oraclejdk8 env: global: - DITA_OT_VERSION=3.2 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
Use latest DITA-OT version (3.2) for CI builds
Use latest DITA-OT version (3.2) for CI builds Signed-off-by: Roger Sheen <a61a1add71dadc74037ae5e44ee30713db9a7451@infotexture.net>
YAML
apache-2.0
dita-ot/docs,infotexture/docs,infotexture/docs
1a3ca382d66f9255b6cffb84c685f88788983726
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.4 install: - go get golang.org/x/tools/cmd/vet - go get -t -v ./... script: - diff -u <(echo -n) <(gofmt -d ./) - go tool vet ./ - go test -v -race ./...
language: go go: - 1.3 - 1.4 install: - go get code.google.com/p/go.tools/cmd/vet || go get golang.org/x/tools/cmd/vet - go get -t -v ./... script: - diff -u <(echo -n) <(gofmt -d ./) - go tool vet ./ - go test -v -race ./...
Fix Travis for Go 1.3 and 1.4.
Fix Travis for Go 1.3 and 1.4.
YAML
mit
shurcooL/go
f1eb7a6510861bd99bb36724adfabfd889148dc5
.travis.yml
.travis.yml
language: go go: - tip install: - go get github.com/gorilla/mux - go get github.com/gorilla/handlers - go get github.com/fzzy/radix/redis
language: go go: - tip install: - go get github.com/gorilla/mux - go get github.com/gorilla/handlers - go get github.com/fzzy/radix/redis - go get github.com/abh/geoip
Add geoip to ci installer
Add geoip to ci installer
YAML
apache-2.0
repsheet/visualizer,repsheet/visualizer,repsheet/visualizer
94b40cd0f09a912ccc4de530e69834c095df5650
.travis.yml
.travis.yml
language: java sudo: false env: - MAVEN_VERSION=3.2.5 - MAVEN_VERSION=3.3.3 jdk: - openjdk7 - oraclejdk8 install: - "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}" - "./mvnw --show-version --errors --batch-mode -P foss-parent-verification test-compile dependency:go-offline" script: "./mvnw --show-...
language: java sudo: false env: - MAVEN_VERSION=3.3.9 - MAVEN_VERSION=3.5.0 - MAVEN_VERSION=3.5.2 jdk: - openjdk7 - oraclejdk8 install: - "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}" - "./mvnw --show-version --errors --batch-mode -P foss-parent-verification test-compile dependency:go-offline"...
Use current versions of Maven
Use current versions of Maven
YAML
apache-2.0
1and1/ono-maven-shared
a3bb950d54f0f5e0ed4d85f46b4d09183ea7c658
.travis.yml
.travis.yml
# Use docker-based build environment (instead of openvz) sudo: false # Select JDKs >= Java 6 for testing language: java jdk: # - openjdk6 # - openjdk7 # - oraclejdk7 - oraclejdk8 # Test execution install: true script: "mvn -e -q clean compile test > /dev/null"
# Use docker-based build environment (instead of openvz) sudo: false # Select JDKs >= Java 6 for testing language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 # Test execution install: true script: "mvn -e -q clean compile test > /dev/null"
Enable Java versions < 8 again
Enable Java versions < 8 again
YAML
apache-2.0
thymeleaf/thymeleaf-tests,thymeleaf/thymeleaf-tests,thymeleaf/thymeleaf-tests
8e68b1d05ab5a71fab947349bf1004e84cc3fd3b
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.4" # - "pypy" notifications: email: - ctunnell@nikhef.nl - jaalbers@nikhef.nl - bartp@nikhef.nl install: - sudo apt-get update # You may want to periodically update this, although the conda update # conda line ...
# Config file for automatic testing at travis-ci.org language: python python: - "3.4" # - "pypy" notifications: email: - ctunnell@nikhef.nl - jaalbers@nikhef.nl - bartp@nikhef.nl install: - sudo apt-get update # You may want to periodically update this, although the conda update # conda line ...
Update test script in Travis
Update test script in Travis
YAML
bsd-3-clause
XENON1T/pax,XENON1T/pax
78553d452fbbe7a4366cad735ac6ef7996c5d291
.travis.yml
.travis.yml
osx_image: xcode8 language: objective-c before_install: 'brew update || brew update' install: - brew install carthage; true - carthage bootstrap --verbose --platform osx,ios script: rake ci
osx_image: xcode8.3 language: objective-c before_install: 'brew update || brew update' install: - brew install carthage; true - carthage bootstrap --verbose --platform osx,ios script: rake ci
Update Travis Xcode to 8.3
Update Travis Xcode to 8.3
YAML
mit
jeffh/JKVValue,jeffh/JKVValue
90e28e5254e9c2df12abd1d66a7c70cfe4cefa42
.travis.yml
.travis.yml
rvm: - 2.0.0 - 2.1.0 - 1.9.3 - jruby-19mode - rbx
rvm: - 2.5 - 2.4 - 2.3 - 2.0.0 - 2.1.0 - 1.9.3 - jruby-19mode
Remove rbx and add support for 2.3,2.4,2.5
Remove rbx and add support for 2.3,2.4,2.5
YAML
mit
hexgnu/linkedin
c3c6bc60dce2adb2fef364f664b28ab7bcba30c0
.travis.yml
.travis.yml
sudo: false language: python python: # - "2.7" # - "3.3" - "3.4" # - "3.5" # - "pypy" cache: apt: true pip: true directories: - $HOME/download-cache addons: apt_packages: - default-jdk install: - "pip install 'tornado>=4.0,<5'" - "pip install ." script: - python run-tests.py
sudo: false language: python python: # - "2.7" - "3.3" - "3.4" - "3.5" # - "pypy" cache: apt: true pip: true directories: - $HOME/download-cache addons: apt_packages: - default-jdk install: - "pip install 'tornado>=4.0,<5'" - "pip install ." script: - python run-tests.py
Enable Py3.3, .4, .5 in TravisCI
Enable Py3.3, .4, .5 in TravisCI
YAML
bsd-3-clause
CANTUS-Project/pysolr-tornado,CANTUS-Project/pysolr-tornado
8bdcc84406902d1989d12a9fa1a1af659539c1da
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "nightly" install: - pip install coveralls script: - coverage run --source=fnvhash setup.py test after_success: - coveralls
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "nightly" install: - pip install coveralls script: - coverage run --source=fnvhash setup.py test after_success: - coveralls
Drop support for Python 3.2 (not supported by coveralls)
Drop support for Python 3.2 (not supported by coveralls)
YAML
mit
znerol/py-fnvhash
f0b0dbc79578c804a204a82718e0e77a8580469d
.travis.yml
.travis.yml
language: python python: - 3.6 sudo: required services: - docker before_install: - gem install package_cloud before_script: - sudo chown root:root */* script: - make all - if [[ "$RPM_GPG_KEY_SECRET" != "" ]]; then openssl aes-256-cbc -k "$RPM_GPG_KEY_SECRET" -in secret.asc.enc -out secret.asc -d; fi - if...
language: python python: - 3.6 sudo: required services: - docker before_install: - gem install package_cloud before_script: - sudo chown root:root */* script: - make $BUILD_TARGET - if [[ "$RPM_GPG_KEY_SECRET" != "" ]]; then openssl aes-256-cbc -k "$RPM_GPG_KEY_SECRET" -in secret.asc.enc -out secret.asc -d;...
Use build matrix on Travis CI
Use build matrix on Travis CI
YAML
apache-2.0
lest/prometheus-rpm,lest/prometheus-rpm
2dbfc155973e8d8c81445b79c86bcafcc9034cb2
.travis.yml
.travis.yml
language: node_js notifications: email: on_success: never on_failure: change node_js: - "0.10" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
language: node_js notifications: email: on_success: never on_failure: change node_js: - "0.10" - "4.0" - "4.1" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Add node.js versions for Travis-ci
Add node.js versions for Travis-ci
YAML
mit
blakeembrey/array-flatten,blakeembrey/array-flatten
d8eb977f0fb4f046678aac8ec64fc2552ab4829c
.travis.yml
.travis.yml
sudo: false dist: trusty language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" matrix: allow_failures: - python: "3.5-dev" install: - pip install . - pip install -r test-requirements.txt cache: pip script: - flake8 - bash basic_tests.sh
sudo: false dist: trusty language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "3.6-dev" matrix: allow_failures: - python: "3.6-dev" install: - pip install . - pip install -r test-requirements.txt cache: pip script: - flake8 - bash basic_tests.sh
Add python 3.6 to test matrix
Add python 3.6 to test matrix
YAML
apache-2.0
globus/globus-cli,globus/globus-cli
5ebf4cebdffbf10d654d84ca875eb3951cc71a90
.travis.yml
.travis.yml
language: go install: - go get github.com/kardianos/govendor - govendor status go: - 1.8 - 1.9 os: - linux - osx
language: go install: - go get github.com/kardianos/govendor - govendor status go: - 1.9 os: - linux - osx
Drop golang 1.8 test target to get tests passing
Drop golang 1.8 test target to get tests passing
YAML
mit
99designs/keyring,99designs/keyring
344f2f638ba4ea07e6557b7f24d33a3b6b7e26ec
.travis.yml
.travis.yml
language: node_js node_js: - 4 - 5 - 0.12 - 0.10 sudo: false
language: node_js node_js: - 4 - 5 - 6 - 7 sudo: false
Replace v0.1 and v0.12 with v6 and v7 (stable and dev)
Replace v0.1 and v0.12 with v6 and v7 (stable and dev)
YAML
mit
alallier/reload,jprichardson/reload,jprichardson/reload
057392aed0a2af45d1da5eb0de98d40ad226e50c
.travis.yml
.travis.yml
language: php php: - '5.5' - '5.6' - '7.0' - 'hhvm' matrix: allow_failures: - php: hhvm install: - composer install script: - ./vendor/bin/phpunit sudo: false
language: php php: - '5.5' - '5.6' - '7.0' - '7.1' - 'hhvm' matrix: allow_failures: - php: hhvm install: - composer install script: - ./vendor/bin/phpunit sudo: false
Update Travis CI: Test on PHP 7.1
Update Travis CI: Test on PHP 7.1
YAML
mit
darsyn/ip
c9bc4818564ee49c48eac4b06f90eb55ded69cdc
.travis.yml
.travis.yml
sudo: required addons: apt: sources: - debian-sid # Grab shellcheck from the Debian repo (o_O) packages: - shellcheck services: - docker env: - DOCKER_RELEASE="1.10.3" WEAVE_RELEASE="v1.5.1" KUBERNETES_RELEASE="v1.2.4" FORCE_USERSPACE_PROXY="yes" install: - sudo service docker stop ...
sudo: required addons: apt: sources: - debian-sid # Grab shellcheck from the Debian repo (o_O) packages: - cabal-install services: - docker env: - DOCKER_RELEASE="1.10.3" WEAVE_RELEASE="v1.5.1" KUBERNETES_RELEASE="v1.2.4" FORCE_USERSPACE_PROXY="yes" install: - export PATH="${HOME}/.ca...
Install latest version of shellcheck
Install latest version of shellcheck
YAML
apache-2.0
weaveworks/kubernetes-anywhere,errordeveloper/kubernetes-anywhere,weaveworks/weave-kubernetes-anywhere,mikedanese/kubernetes-anywhere,rohitjogvmw/kubernetes-anywhere
b1f39df1ec378ca89970abb66d30b2a41048ef52
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 xcode_workspace: Rocket.Chat.xcworkspace xcode_scheme: Rocket.Chat xcode_sdk: iphonesimulator9.3
language: objective-c osx_image: xcode7.3 env: matrix: - TEST_TYPE=iOS before_install: - | gem install xcpretty -N --no-ri --no-rdoc script: - | set -o pipefail xcodebuild clean test -workspace Rocket.Chat.xcworkspace -scheme Rocket.Chat -destination "platform=iOS Simulator,name=iPhone 6 Plus" -enabl...
Make a few tests with xcpretty & bash scripts
Make a few tests with xcpretty & bash scripts
YAML
mit
RocketChat/Rocket.Chat.iOS,haitran2011/Rocket.Chat.iOS,legendecas/Rocket.Chat.iOS,legendecas/Rocket.Chat.iOS,haitran2011/Rocket.Chat.iOS,RocketChat/Rocket.Chat.iOS,legendecas/Rocket.Chat.iOS,haitran2011/Rocket.Chat.iOS,RocketChat/Rocket.Chat.iOS
494ddddf9d0aa185cc2aa7dedde83374d6a97047
.travis.yml
.travis.yml
language: node_js # also works in browsers, but simpler to test in node node_js: - "4" before_script: - ./build.py script: - node ./output/test-tz-node.js
language: node_js # also works in browsers, but simpler to test in node node_js: - "4" before_script: - ./build.py script: - node ./output/test-tz-node.js # Use newer distribution that default (precise) to get a newer system # date command. See comments in build-tests.py about America/Godthab. # # See https://d...
Use trusty to get a newer system date command.
Use trusty to get a newer system date command.
YAML
mit
dbaron/tz.js,dbaron/tz.js,dbaron/tz.js
44bdef6db2f05a0c8c508c6650294699b96f3592
.travis.yml
.travis.yml
env: _JAVA_OPTIONS="-Xms1G -Xmx4G" language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer script: - mvn clean package install: - wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip -O /tmp/protoc-3.1.0-linux-x86_64.zip - unz...
env: _JAVA_OPTIONS="-Xms1G -Xmx4G" language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer script: - mvn clean package install: - wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip -O /tmp/protoc-3.1.0-linux-x86_64.zip - unz...
Add Travis CI IRC notification
Add Travis CI IRC notification
YAML
isc
io7m/jcalcium,io7m/jcalcium,io7m/jcalcium
3df9a47f308cb143b30b2f1c1fef11d2b1edc660
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.6 - 2.4.2 sudo: false cache: bundler: true env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 - PARALLEL_TEST_PROCESSORS=2 matrix: - TEST_SUITE=vmdb PARALLEL=true - TEST_SUITE=brakeman matrix: allow_failure...
language: ruby rvm: - 2.4.4 - 2.3.6 sudo: false cache: bundler: true env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 - PARALLEL_TEST_PROCESSORS=2 matrix: - TEST_SUITE=vmdb PARALLEL=true - TEST_SUITE=brakeman matrix: allow_failure...
Bump to ruby 2.4.4 for great justice
Bump to ruby 2.4.4 for great justice
YAML
apache-2.0
branic/manageiq,kbrock/manageiq,hstastna/manageiq,jvlcek/manageiq,juliancheal/manageiq,gmcculloug/manageiq,djberg96/manageiq,pkomanek/manageiq,agrare/manageiq,lpichler/manageiq,mkanoor/manageiq,juliancheal/manageiq,kbrock/manageiq,borod108/manageiq,yaacov/manageiq,hstastna/manageiq,juliancheal/manageiq,borod108/managei...
17b32188b24b5d5eb287a7d63f02d12951d30233
.travis.yml
.travis.yml
language: python python: - "2.7" install: "pip install -e .[test]" script: py.test
language: python python: - "2.7" install: "pip install -e .[test]" script: - awk --version - py.test
Add awk version reporting to CI
Add awk version reporting to CI
YAML
mit
shahin/sqltxt
f43f730ef9e7a0a33f635a71bf5a293bec55d093
.travis.yml
.travis.yml
language: d services: - docker addons: apt: packages: - libevent-dev - libssl-dev - pkg-config - zlib1g-dev script: ./travis-ci.sh
language: d d: dmd-2.078.1 addons: apt: packages: - libevent-dev - libssl-dev script: ./travis-ci.sh
Fix DMD to a specific versions und removed unneeded packages
Fix DMD to a specific versions und removed unneeded packages
YAML
mit
rejectedsoftware/ddox,rejectedsoftware/ddox,rejectedsoftware/ddox
310be9ef8e1176b0e43aaa59880bbe5b504e97b5
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - ruby-head - jruby-19mode - jruby-9.0.0.0.pre1 env: - RSPEC_VERSION=2.14 - RSPEC_VERSION=2.99 - RSPEC_VERSION=3.0 - RSPEC_VERSION=3.1 - RSPEC_VERSION=3.2 - RSPEC_VERSION=3.3 - RSPEC_VERSION=head before_install: gem update --remote bundler scri...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - ruby-head - jruby-19mode - jruby-9.0.0.0.rc1 env: - RSPEC_VERSION=2.14 - RSPEC_VERSION=2.99 - RSPEC_VERSION=3.0 - RSPEC_VERSION=3.1 - RSPEC_VERSION=3.2 - RSPEC_VERSION=3.3 - RSPEC_VERSION=head before_install: gem update --remote bundler scrip...
Update JRuby to 9.0.0.0.rc1 on Travis CI
Update JRuby to 9.0.0.0.rc1 on Travis CI
YAML
mit
irfanah/transpec,yujinakayama/transpec,irfanah/transpec,yujinakayama/transpec
13c5bb9cfb5cc74c26046bb32203cad4cdafcc9d
.travis.yml
.travis.yml
language: scala sudo: false jdk: - openjdk8 - openjdk11 scala: - 2.11.12 - 2.12.8
language: scala sudo: false jdk: - openjdk8 - openjdk11 scala: - 2.11.12 - 2.12.8 - 2.13.0-M5
Update Travis to cross-build with 2.13.0-M5.
Update Travis to cross-build with 2.13.0-M5.
YAML
apache-2.0
lomigmegard/akka-http-cors
e43d2b9f4b64f5e92ce550e415c8a4ae664fe1db
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - jruby-18mode - jruby-19mode - rbx - ruby-head - 1.8.7 - ree
language: ruby rvm: - 2.1.2 - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - jruby-18mode - jruby-19mode - rbx-2 - ruby-head - 1.8.7 - ree
Fix Ruby 2.1.2 and RBX
Fix Ruby 2.1.2 and RBX
YAML
mit
JonRowe/warden-redirect
f5b919ccd106ffff6e70c5b7ad420876ef8f93fb
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies #install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies #install: "pip install -r requirements.txt" # command to run tests script: nosetests
Remove Travis test for python2.6
Remove Travis test for python2.6 Code does not work in python 2.6. Don't care to figure out why nor to make it compatible.
YAML
mit
berghaus/ShortWriteupManager
55671ce7a38362ebcea9e137fda931bd90b0a68e
.travis.yml
.travis.yml
language: go go: - 1.1 - 1.2 - 1.3 - release - tip install: - go get -v script: - go test -v ./...
language: go go: - 1.1 - 1.2 - 1.3 - release install: - go get -v script: - go test -v ./...
Remove Go master branch testing
Remove Go master branch testing
YAML
mit
pascalj/disgo,pascalj/disgo,pascalj/disgo,pascalj/disgo,pascalj/disgo
23628cf746e97f8eeb1e71fc10ad4786dbe32cf7
tasks/docker/pre_requisite.yml
tasks/docker/pre_requisite.yml
--- - name: create bootstrap directories file: path: /var/lib/ceph/bootstrap-{{ item }} state: directory with_items: - osd - mds - rgw # NOTE (leseb): for version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227 - name: install docker-py pip: name: docker-py v...
--- - name: create bootstrap directories file: path: "{{ item }}" state: directory with_items: - /etc/ceph/ - /var/lib/ceph/bootstrap-osd - /var/lib/ceph/bootstrap-mds - /var/lib/ceph/bootstrap-rgw # NOTE (leseb): for version 1.1.0 because https://github.com/ansible/ansible-modules-core/iss...
Create missing directories when deploying with docker
Create missing directories when deploying with docker Signed-off-by: Sébastien Han <5f623ba394d775ea686a43b248b1a848b2e9d60a@cisco.com>
YAML
apache-2.0
staticfork/ansible-ceph-mon,ceph/ansible-ceph-mon
2523717ff2282147d630416050ae9a4878ad2902
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
steps: - label: run-lint-and-specs-ruby-2.4 command: - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.4-buster - label: run-lint-and-specs-ruby-2.5 command: - bundle install --jobs=7 --retry=3 --without docs debu...
steps: - label: run-lint-and-specs-ruby-2.4 command: - bundle config set --local without docs debug - bundle install --jobs=7 --retry=3 - bundle exec rake expeditor: executor: docker: image: ruby:2.4-buster - label: run-lint-and-specs-ruby-2.5 command: - bundle config set --loc...
Replace deprecated --without flag with bundle config
Replace deprecated --without flag with bundle config Signed-off-by: Swati Keshari <c680b5d9955c46c8dad4ecc06b5bea9588d924c3@msystechnologies.com> fix failure Signed-off-by: Swati Keshari <c680b5d9955c46c8dad4ecc06b5bea9588d924c3@msystechnologies.com> adding --local Signed-off-by: Swati Keshari <c680b5d9955c46c8dad...
YAML
apache-2.0
chef/artifactory-client,chef/artifactory-client
2286ec2969f59e3ad0135f844dd2b9f393ffec6c
.github/workflows/renovate.yml
.github/workflows/renovate.yml
name: Renovate on: schedule: - cron: '*/15 * * * *' jobs: renovate: name: Run Renovate runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3.0.0 - name: Renovate uses: renovatebot/github-action@v32.19.0 with: configurationFile: .gith...
name: Renovate on: schedule: - cron: '*/15 * * * *' jobs: renovate: name: Run Renovate runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3.0.1 - name: Renovate uses: renovatebot/github-action@v32.19.0 with: configurationFile: .gith...
Update actions/checkout action to v3.0.1
Update actions/checkout action to v3.0.1
YAML
mit
joelnb/dockerfiles,joelnb/dockerfiles,joelnb/dockerfiles
352b6b215132ea210e2d430e15b39f84cdc61abd
packages/am/amby.yaml
packages/am/amby.yaml
homepage: https://github.com/githubuser/amby#readme changelog-type: '' hash: 673e0fbf0e9d736ae3e2bd7cba7b90c1cfddf319193dffb3a988ff73cf6f7c48 test-bench-deps: base: -any amby: -any maintainer: Justin Sermeno synopsis: Statistical data visualization. changelog: '' basic-deps: exceptions: -any Chart: -any eithe...
homepage: https://github.com/githubuser/amby#readme changelog-type: '' hash: 5cef23feaf7115e0fd3dfc42d4840cf21fa529629fbe6afed9a6db1affcd9809 test-bench-deps: base: -any amby: -any maintainer: Justin Sermeno synopsis: Statistical data visualization changelog: '' basic-deps: exceptions: -any Chart: -any either...
Update from Hackage at 2016-11-17T20:38:21Z
Update from Hackage at 2016-11-17T20:38:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
e1e491ecb1a42d5e385489ef8a585736c6b6c9fa
packages/cl/clit.yaml
packages/cl/clit.yaml
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: 7c3225555542309b25cd0e2c95079e17c0f4c5c0df75c2c7ece64e9bb251f551 test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: 839d5305c1fabbceacff6cfe6cc42e279939f66b4ee1d8f72ea80ab946c2bced test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
Update from Hackage at 2016-12-28T23:47:46Z
Update from Hackage at 2016-12-28T23:47:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
e7f6d125c44cea71a99a4ebf81e5089209ac6f75
metadata/us.spotco.maps.yml
metadata/us.spotco.maps.yml
AntiFeatures: - NonFreeNet Categories: - Navigation License: GPL-3.0-or-later AuthorName: Divested Computing Group AuthorWebSite: https://divestos.org SourceCode: https://gitlab.com/divested-mobile/maps IssueTracker: https://gitlab.com/divested-mobile/maps/issues Donate: https://divestos.org/index.php?page=about#do...
AntiFeatures: - NonFreeNet Categories: - Navigation License: GPL-3.0-or-later AuthorName: Divested Computing Group AuthorWebSite: https://divestos.org SourceCode: https://gitlab.com/divested-mobile/maps IssueTracker: https://gitlab.com/divested-mobile/maps/issues Donate: https://divestos.org/index.php?page=about#do...
Update GMaps WV to 1.4 (16)
Update GMaps WV to 1.4 (16)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
147439c40ea3b52df3ab6da13cbd06db10a2051a
metadata/io.kuenzler.whatsappwebtogo.yml
metadata/io.kuenzler.whatsappwebtogo.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go RepoType: git Repo: https://github.com/92ll...
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go RepoType: git Repo: https://github.com/92ll...
Update WhatsApp Web To Go to 1.6.2 (31)
Update WhatsApp Web To Go to 1.6.2 (31)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a2169a08d5149c21298794363501f68dd68e1aeb
packages/na/namespace.yaml
packages/na/namespace.yaml
homepage: https://github.com/xu-hao/namespace changelog-type: '' hash: 627be6d84b836a7c0682b477e56944bb85d4a7fcccd2226e0990bbf08e6c23a5 test-bench-deps: base: -any namespace: -any maintainer: xuh@email.unc.edu synopsis: A Generic Haskell library for managing namespaces changelog: '' basic-deps: monoid-extras: ! '...
homepage: https://github.com/xu-hao/namespace changelog-type: '' hash: 48cf98c780cb5e7da8ad9ce5eeacbcf5ffedfbbc74eb876532ade9669d257ae3 test-bench-deps: base: -any namespace: -any maintainer: xuh@email.unc.edu synopsis: A Generic Haskell library for managing namespaces changelog: '' basic-deps: monoid-extras: ! '...
Update from Hackage at 2016-11-29T22:26:48Z
Update from Hackage at 2016-11-29T22:26:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
92287385e972894b4c32737b333848a49fe7f29e
packages/po/posix-pty.yaml
packages/po/posix-pty.yaml
homepage: https://bitbucket.org/merijnv/posix-pty changelog-type: '' hash: c814bcbe882faca6e0ff7651c88001021c62fff960300dc35ac612835626a51c test-bench-deps: bytestring: -any base: -any process: -any posix-pty: -any maintainer: Merijn Verstraaten <merijn@inconsistent.nl> synopsis: Pseudo terminal interaction wit...
homepage: https://bitbucket.org/merijnv/posix-pty changelog-type: '' hash: f1e54f10c49d9f27dba33539391659d2daa4874badc1554ffc6c25b329ef1db6 test-bench-deps: bytestring: -any base: -any process: -any posix-pty: -any maintainer: Merijn Verstraaten <merijn@inconsistent.nl> synopsis: Pseudo terminal interaction wit...
Update from Hackage at 2017-04-21T11:22:18Z
Update from Hackage at 2017-04-21T11:22:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
bf59b0a7553ddf35398fbe4ab3bf39a3ecba025a
deploy/vagrant/provision/roles/tachyon/tasks/clone_local_repo.yml
deploy/vagrant/provision/roles/tachyon/tasks/clone_local_repo.yml
# Rsync local Tachyon repo(suppose it's under the relative path: playbook.yml/../../../) --- - name: mkdir /tachyon script: mkdir.sh - name: clone local tachyon repo synchronize: src: ../../../../../../ dest: /tachyon rsync_opts: > --exclude=.git, --exclude=.gitignore, --exclude=core...
# Rsync local Tachyon repo(suppose it's under the relative path: playbook.yml/../../../) --- - name: mkdir /tachyon script: mkdir.sh - name: clone local tachyon repo synchronize: src: ../../../../../../ dest: /tachyon rsync_opts: > --exclude=.git, --exclude=.gitignore, --exclude=clie...
Fix rsync exclude list which excludes journal folder in source
[SMALLFIX] Fix rsync exclude list which excludes journal folder in source
YAML
apache-2.0
maobaolong/alluxio,Reidddddd/alluxio,yuluo-ding/alluxio,aaudiber/alluxio,maboelhassan/alluxio,PasaLab/tachyon,bf8086/alluxio,yuluo-ding/alluxio,WilliamZapata/alluxio,jsimsa/alluxio,madanadit/alluxio,WilliamZapata/alluxio,maobaolong/alluxio,madanadit/alluxio,ChangerYoung/alluxio,uronce-cc/alluxio,jsimsa/alluxio,bf8086/a...
0f6911a5cd8a442201164c5da3d8918668f0649f
packages/fp/FPretty.yaml
packages/fp/FPretty.yaml
homepage: http://www.cs.kent.ac.uk/~oc/pretty.html changelog-type: '' hash: caf7ff2698598946b6d76b91782e7b94316713a17238c200bf5cbe3d40fbdd6b test-bench-deps: {} maintainer: O.Chitil@kent.ac.uk synopsis: Efficient simple pretty printing combinators changelog: '' basic-deps: base: ! '>=4.5 && <5' containers: ! '>=0.4...
homepage: http://www.cs.kent.ac.uk/~oc/pretty.html changelog-type: '' hash: 6e35d96e78b2e6cf79f88217a7084899000530a399cd5d2857471cadabd20d13 test-bench-deps: {} maintainer: O.Chitil@kent.ac.uk synopsis: Efficient simple pretty printing combinators changelog: '' basic-deps: base: ! '>=4.5 && <5' containers: ! '>=0.4...
Update from Hackage at 2015-11-16T14:16:40+0000
Update from Hackage at 2015-11-16T14:16:40+0000
YAML
mit
commercialhaskell/all-cabal-metadata
7fb8f770a26354082cd2fd73359b64bedba9bcfe
deploy/staging/migration_job.yaml
deploy/staging/migration_job.yaml
apiVersion: batch/v1 kind: Job metadata: name: pvb-staff-migration labels: app: pvb-staff-migration spec: completions: 1 parallelism: 1 template: spec: ttlSecondsAfterFinished: 30 containers: - name: prison-visits-staff-migration image: 754256621582.dkr.ecr.eu-west-2.amaz...
apiVersion: batch/v1 kind: Job metadata: name: pvb-staff-migration labels: app: pvb-staff-migration spec: completions: 1 parallelism: 1 template: spec: containers: - name: prison-visits-staff-migration image: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/prison-visits-booking/pr...
Revert "Delete the migration job on completion"
Revert "Delete the migration job on completion"
YAML
mit
ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2
651cdbf486001391360f821041e090a406b5476f
packages/mo/modular.yaml
packages/mo/modular.yaml
homepage: https://github.com/pgujjula/modular#readme changelog-type: markdown hash: 7376b33677fec9e927237bebbc22693decee02be7b7ee58f7c61dbd4f26a6632 test-bench-deps: {} maintainer: preetham.gujjula@gmail.com synopsis: Type-safe modular arithmetic changelog: ! '# Changelog for modular ' basic-deps: base: ! '>=4.7 && ...
homepage: https://github.com/pgujjula/modular#readme changelog-type: markdown hash: 4aaee7aef1dd865dedfe735370e138fa90076a129ad368a84d0d7540c0c6128f test-bench-deps: {} maintainer: preetham.gujjula@gmail.com synopsis: Type-safe modular arithmetic changelog: ! '# Changelog for modular ' basic-deps: base: ! '>=4.7 && ...
Update from Hackage at 2018-11-05T09:56:33Z
Update from Hackage at 2018-11-05T09:56:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
9cce4d160933d9b331ca5a6ab90c0892c883d4e4
tests/deployments-rolling.yml
tests/deployments-rolling.yml
--- - hosts: all tasks: - add_host: name: localhost groups: nodejs-api changed_when: false - import_playbook: ../deployments-rolling/playbooks/provision.yml - import_playbook: ../deployments-rolling/playbooks/deploy.yml
--- - hosts: all tasks: - add_host: name: localhost groups: nodejs-api changed_when: false - name: Update the apt cache. apt: update_cache=yes cache_valid_time=600 - name: Ensure ping is present. apt: name=iputils-ping state=present - import_playbook: ../deployments-r...
Fix broken test build for rolling deployments; ensure Ping is installed.
Fix broken test build for rolling deployments; ensure Ping is installed.
YAML
mit
geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops
ec61709444d84900c8159c8a21de6f258e878b27
tasks/apache2.yml
tasks/apache2.yml
--- ## FIXME! or ssl ? - name: Configure apache template: src: apache2-misp.conf.j2 dest: "{{ apache_sitedir }}/misp.conf" mode: '0644' backup: yes notify: - restart webserver - name: Debian | Disable default apache config file: dest=/etc/apache2/sites-enabled/000-default.conf state=absent ...
--- ## FIXME! or ssl ? - name: Configure apache template: src: apache2-misp.conf.j2 dest: "{{ apache_sitedir }}/misp.conf" mode: '0644' backup: yes - name: Debian | Disable default apache config file: dest=/etc/apache2/sites-enabled/000-default.conf state=absent notify: - restart webserver ...
Revert "centos too deserves to restart webserver"
Revert "centos too deserves to restart webserver" This reverts commit 60414734384f3fdadf0efcd0952ea5ad8d46f2e3.
YAML
bsd-2-clause
juju4/ansible-MISP,juju4/ansible-MISP,juju4/ansible-MISP
b5dd4870a15a9d1ca3ec5454b98b1dc08e6b38dc
tasks/install.yml
tasks/install.yml
--- # Include variables and define needed variables. - name: Include OS-specific variables. include_vars: "{{ ansible_os_family }}.yml" - name: OS packages package: "name={{ item }} state=present" with_items: "{{ consul_os_packages }}" tags: installation - name: Download Consul get_url: > url={{ consul...
--- # Include variables and define needed variables. - name: Include OS-specific variables. include_vars: "{{ ansible_os_family }}.yml" tags: always - name: OS packages package: "name={{ item }} state=present" with_items: "{{ consul_os_packages }}" tags: installation - name: Download Consul get_url: > ...
Add always tag to include OS specific vars
Add always tag to include OS specific vars
YAML
bsd-2-clause
kostyrevaa/ansible-role-consul
1a4ab4a92522066b714329efe3c068de2fd5b4b7
central-config/application.yml
central-config/application.yml
# =================================================================== # JHipster Sample Spring Cloud Config. # =================================================================== # Property used on app startup to check the config server status configserver: name: JHipster Sample Spring Cloud Config status: ${s...
# =================================================================== # JHipster Sample Spring Cloud Config. # =================================================================== # Property used on app startup to check the config server status configserver: name: JHipster Sample Spring Cloud Config status: ${s...
Add a default JWT token (for testing only!)
Add a default JWT token (for testing only!)
YAML
apache-2.0
huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry
5f198f5b286fcaed92a39af46036da492fdfabde
rpi/roles/main/tasks/main.yml
rpi/roles/main/tasks/main.yml
--- - name: ensure setup dependencies ansible.builtin.apt: name: - ansible - git - name: install apt-transport-https ansible.builtin.apt: name=apt-transport-https - name: install https sources list ansible.builtin.template: src: sources.list.j2 owner: root group: root mode: 0644 ...
--- - name: ensure setup dependencies ansible.builtin.apt: name: - ansible - git - name: install apt-transport-https ansible.builtin.apt: name=apt-transport-https - name: install https sources list ansible.builtin.template: src: sources.list.j2 owner: root group: root mode: 0644 ...
Install borg and rclone on raspberry pi
Install borg and rclone on raspberry pi
YAML
mpl-2.0
mfinelli/arch-install
d61325fc8a4d3dc92cb43213988640bef1e9730c
s3_website.yml
s3_website.yml
s3_id: <%= ENV['AWS_S3_ID'] %> s3_secret: <%= ENV['AWS_S3_SECRET'] %> s3_bucket: suchow.io # Below are examples of all the available configurations. # See README for more detailed info on each of them. # max_age: # "assets/*": 6000 # "*": 300 # gzip: # - .html # - .css # - .md # gzip_zopfli: true # See ht...
s3_id: <%= ENV['AWS_S3_ID'] %> s3_secret: <%= ENV['AWS_S3_SECRET'] %> s3_bucket: suchow.io gzip: true
Enable gzip, removed unused options
Enable gzip, removed unused options
YAML
mit
suchow/suchow.io,suchow/suchow.io,suchow/suchow.io
988842acf1ed4576b155e7968f34427acab3b526
coalescent/configs/tiny_ci.yml
coalescent/configs/tiny_ci.yml
seed: 3301 num_replicates: 1 population_size: 6 recomb_per_gen: 1 num_chroms: 1 # Chromosomes runs_per_sample: 2 # Replicate runs per sample coverage_cv: 0.3 genome_size: 10000 sketch_size: "5e4" # Pairs of coverage, tree scale (i.e. $\pi$, mean pairwise dist.) coverage_variablity: - {cov: 1, var: 0.001} - {cov: 4...
seed: 3301 num_replicates: 1 population_size: 6 recomb_per_gen: 1 num_chroms: 1 # Chromosomes runs_per_sample: 2 # Replicate runs per sample coverage_cv: 0.3 genome_size: 10000 sketch_size: "5e5" # Pairs of coverage, tree scale (i.e. $\pi$, mean pairwise dist.) coverage_variablity: - {cov: 1, var: 0.001} - {cov: 4...
Fix sketch size in CI config
Fix sketch size in CI config
YAML
mit
kdmurray91/kwip-experiments,kdmurray91/kwip-experiments,kdmurray91/kwip-experiments
c2703f962a036eb8592afa418a18bda22ba81ccc
build/appveyor.yml
build/appveyor.yml
branches: only: - master version: 2016.0.{build} configuration: Release before_build: - ps: nuget restore Source\MailMessaging.sln build: verbosity: minimal after_build: - cmd: nuget pack build/MailMessaging.Plain.Contracts.nuspec -Properties Configuration=%configuration% -Version %appveyor_build_vers...
branches: only: - master version: 2016.0.{build} configuration: Release before_build: - ps: nuget restore Source\MailMessaging.sln build: verbosity: minimal after_build: - cmd: nuget pack build/MailMessaging.Plain.Contracts.nuspec -Properties Configuration=%configuration% -Version %appveyor_build_vers...
Correct filter for nuget deployment.
Correct filter for nuget deployment.
YAML
apache-2.0
jan-schubert/MailMessaging
a1dcd5ff8a13e5f532b7b666136d6d9db09aef69
config/worker.nodejs.yml
config/worker.nodejs.yml
queue: builds.nodejs shell: buffer: 1.0 timeouts: before_install: 240 install: 240 before_script: 240 script: 720
queue: builds.node shell: buffer: 1.0 timeouts: before_install: 240 install: 240 before_script: 240 script: 720
Correct default Node.js worker queue name to match what travis server uses
Correct default Node.js worker queue name to match what travis server uses
YAML
mit
ireznice/travis-worker,ireznice/travis-worker,travis-ci/travis-worker,gavioto/travis-worker,final-ci/travis-worker,final-ci/travis-worker,travis-ci/travis-worker,gavioto/travis-worker
4412580b8fa9753773e0bf618e29c4191baea836
releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml
releasenotes/notes/prevent-unauthorized-errors-ebb9cf2236595cd0.yaml
--- prelude: > Prevent Unauthorized errors during uploading or donwloading data to Swift store. features: - Allow glance_store to refresh token when upload or download data to Swift store. glance_store identifies if token is going to expire soon when executing request to Swift and refresh the token. For m...
--- prelude: > Prevent Unauthorized errors during uploading or donwloading data to Swift store. features: - Allow glance_store to refresh token when upload or download data to Swift store. glance_store identifies if token is going to expire soon when executing request to Swift and refresh the token. F...
Fix releasenotes to pass reno gates
Fix releasenotes to pass reno gates Release note for swift driver update cannot be generated because of intendation, so we need to fix that error. After that we can safely turn on reno gates for glance_store. Change-Id: I0293c247bc87d81218c4350393a8bfb4d769bc91 Closes-Bug: #1568767
YAML
apache-2.0
openstack/glance_store,openstack/glance_store
6b9c1fe317c350be819bb7baa9f79f86a30eef82
delivery.yaml
delivery.yaml
build_steps: - desc: 'Install required build software' cmd: | apt-get install -y make git apt-transport-https ca-certificates curl - desc: 'Install go' cmd: | cd /tmp wget -q https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz -O go.tar.gz tar -xf go.tar.gz...
build_steps: - desc: 'Install required build software' cmd: | apt-get install -y make git apt-transport-https ca-certificates curl - desc: 'Install go' cmd: | cd /tmp wget -q https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz -O go.tar.gz tar -xf go.tar.gz...
Add a new step to run unit tests
Add a new step to run unit tests
YAML
mit
zalando-incubator/postgres-operator,zalando-incubator/postgres-operator
fc69db0ad4ab03731b1719cd1882ba028cde04f3
.github/workflows/pythonpackage.yml
.github/workflows/pythonpackage.yml
name: Python package on: [push] jobs: test: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
name: Python package on: [push] jobs: test: runs-on: ubuntu-latest strategy: max-parallel: 4 fail-fast: false matrix: python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-p...
Fix build on GitHub Actions
Fix build on GitHub Actions
YAML
mit
ad-m/python-anticaptcha
32df5a39c71d107c3eb8e2780244c17d29e17147
snapcraft.yaml
snapcraft.yaml
name: ipfs version: 'v0.4.4' summary: global, versioned, peer-to-peer filesystem description: | IPFS combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built i...
name: ipfs-elopio version: master summary: global, versioned, peer-to-peer filesystem description: | IPFS combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence bu...
Prepare to release my own snap
Prepare to release my own snap
YAML
mit
elopio/ipfs-snap
cc2fa6e4c4f1e8a13ef0802f2e5d00ab324ec562
tasks/manage_cli.yml
tasks/manage_cli.yml
--- # Tasks used to manange Jenkins CLI - name : Ensure jenkins running become : True service : name : "{{ jenkins_service_name }}" state : started - name : Ensure Jenkins is available wait_for : port : "{{ jenkins_config_http_port }}" delay : "{{ jenkins_cli_waiting_available }}" - name : ...
--- # Tasks used to manange Jenkins CLI - name : Ensure jenkins running become : True service : name : "{{ jenkins_service_name }}" state : started - name : Ensure Jenkins is available wait_for : port : "{{ jenkins_config_http_port }}" delay : "{{ jenkins_cli_waiting_available }}" - name : ...
Add debug for Travis failure - 4
Add debug for Travis failure - 4
YAML
mit
infOpen/ansible-role-jenkins
1e2bc611ed09aa21e0932362d09e563ebdc6efa8
packages/ha/haskellish.yaml
packages/ha/haskellish.yaml
homepage: http://github.com/dktr0/Haskellish changelog-type: '' hash: 08cdbf85b176991ca6df3cbc56d296f1d01a38369ad237b420b6606955bb6490 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For parsing Haskell-ish languages changelog: '' basic-deps: base: '>=4.8 && <5' containers: <0.7 haske...
homepage: http://github.com/dktr0/Haskellish changelog-type: '' hash: 9703fc1aa2ee147e40f456e6bbdb67f88fbd12fcf81632d1122d2bf497adab99 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For parsing Haskell-ish languages changelog: '' basic-deps: base: '>=4.8 && <5' text: <1.3 containers:...
Update from Hackage at 2021-02-12T22:22:48Z
Update from Hackage at 2021-02-12T22:22:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
6dcedd847a7ea413f48fba1dd9980c9b2728ebe6
circle.yml
circle.yml
version: 2 jobs: build: parallelism: 1 docker: # The primary container is an instance of the first list image listed. Your build commands run in this container. - image: docker/compose:1.14.0 working_directory: ~/st2 environment: - DISTROS: "trusty xenial el6 el7" - ST2_PACKAGE...
version: 2 jobs: build: parallelism: 1 docker: # The primary container is an instance of the first list image listed. Your build commands run in this container. - image: ubuntu:trusty working_directory: ~/st2 environment: - DISTROS: "trusty xenial el6 el7" - ST2_PACKAGES_REPO: ...
Install everything in trusty base image
Install everything in trusty base image
YAML
apache-2.0
StackStorm/st2,nzlosh/st2,nzlosh/st2,Plexxi/st2,StackStorm/st2,Plexxi/st2,Plexxi/st2,StackStorm/st2,nzlosh/st2,nzlosh/st2,Plexxi/st2,StackStorm/st2
6cf7ac10693034972da592cdd2905d9c746b5b82
circle.yml
circle.yml
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tool" - (while true; do echo y; sleep 3; done) | android update sdk --no-ui --all --filter "android-23,android-21,build-tools-23.0.3,extra-android-support,extra-android-m2repository" - echo "sdk.dir=${ANDROID_HOME}" > /home/ubuntu/Ko...
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tool" - (while true; do echo y; sleep 3; done) | android update sdk --no-ui --all --filter "android-23,android-21,build-tools-23.0.3,extra-android-support,extra-android-m2repository" - echo "sdk.dir=${ANDROID_HOME}" > /home/ubuntu/Ko...
Fix unit test build type
Fix unit test build type
YAML
apache-2.0
chibatching/Kotpref
7d3b4684262f0c3540dd2ce29302caa9cdc3de31
circle.yml
circle.yml
machine: services: - docker dependencies: cache_directories: - "~/docker" - .bundle - node_modules - public/assets override: - if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi - sudo pip install --upgrade docker-compose==1.5.2 - docker pull ultrayoshi/rub...
machine: services: - docker dependencies: cache_directories: - "~/docker" - .bundle - node_modules - public/assets override: - if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi - sudo pip install --upgrade docker-compose==1.5.2 - docker pull ultrayoshi/rub...
Add CircleCI configuration for npm test
Add CircleCI configuration for npm test
YAML
agpl-3.0
AjuntamentdeBarcelona/barcelona-participa,AjuntamentdeBarcelona/barcelona-participa,AjuntamentdeBarcelona/barcelona-participa,AjuntamentdeBarcelona/decidim.barcelona,AjuntamentdeBarcelona/decidim.barcelona-legacy,AjuntamentdeBarcelona/decidim.barcelona-legacy,AjuntamentdeBarcelona/decidimbcn,AjuntamentdeBarcelona/decid...
d7be8dfb27bbb95059c8bb478f7e341ad31b26f8
circle.yml
circle.yml
machine: services: - docker dependencies: override: - docker info - docker build -t accounts-cbd-int . test: override: - docker run -d -p 4444:8000 -e SAUCE_USERNAME=$SAUCE_USERNAME -e SAUCE_ACCESS_KEY=$SAUCE_ACCESS_KEY ustwo/docker-sauce-connect:4.3 - docker run -d -p 8000:8000 accounts-cb...
machine: services: - docker dependencies: override: - docker info - docker build -t accounts-cbd-int . test: override: - docker run -d -p 4444:8000 -e SAUCE_USERNAME=$SAUCE_USERNAME -e SAUCE_ACCESS_KEY=$SAUCE_ACCESS_KEY ustwo/docker-sauce-connect:4.3 - docker run -d -p 8000:8000 accounts-cb...
Use wget instead of curl
Use wget instead of curl
YAML
mit
scbd/accounts.cbd.int,scbd/accounts.cbd.int,scbd/accounts.cbd.int
c08d24c4815d05a81cc468289f62eb5928aa5bbf
circle.yml
circle.yml
machine: services: - docker dependencies: override: - docker info # our circle setup uses compose - install it - sudo pip install --upgrade docker-compose==1.2.0 # install AWS CLI - sudo pip install awscli # build the image - docker build -t soutech/champaign-ak-processor:$CIRCLE_SH...
machine: services: - docker dependencies: override: - docker info # our circle setup uses compose - install it - sudo pip install --upgrade docker-compose==1.2.0 # install AWS CLI - sudo pip install awscli # build the image - docker build -t soutech/champaign-ak-processor:$CIRCLE_SH...
Change production branch back to master
Change production branch back to master
YAML
mit
SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor
ee1ded2b33f15637a75f1348436f17e3543de562
circle.yml
circle.yml
machine: node: version: 6.3.1 post: - npm install -g npm@3.10.10 checkout: post: - npm install - npm run build - npm run build-examples
machine: node: version: 6.3.1 post: - npm install -g npm@3.10.10 checkout: post: - npm install - npm run build - npm run build-examples test: post: - cp -r coverage $CIRCLE_ARTIFACTS
Add code coverage report to CircleCI artifacts
Add code coverage report to CircleCI artifacts
YAML
bsd-2-clause
clbond/angular-ssr,clbond/angular-ssr,clbond/angular-ssr,clbond/angular-ssr
c23e9d7588987ab72b1825508eda8019f9798fe5
circle.yml
circle.yml
test: pre: - bundle exec rubocop override: - bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
dependencies: override: - 'rvm-exec 2.1.7 bundle install' - 'rvm-exec 2.2.3 bundle install' - 'rvm-exec 2.3.0 bundle install' test: override: - 'rvm-exec 2.1.7 bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml' - 'rvm-exec 2.1.7 bund...
Add testing for Ruby 2.3, 2.2, and 2.1
Add testing for Ruby 2.3, 2.2, and 2.1
YAML
mit
teespring/nightwing
1b4af77230a1a1fcf31c2e0c72e7a3ee5d2fdbef
circle.yml
circle.yml
machine: node: version: 5.7 services: - docker environment: IMAGE_NAME: hello-node dependencies: override: - docker info - docker build -t $IMAGE_NAME:$(git describe --tags --always) . pre: - npm install - npm run build:scss - npm run build:js test: override: # - docker ...
machine: node: version: 5.7 services: - docker environment: IMAGE_NAME: hello-node dependencies: override: - docker info - docker build -t $IMAGE_NAME:$(git describe --tags --always) . pre: - npm install - mkdir public - npm run build:scss - npm run build:js test: overr...
Build sass and js files
Build sass and js files
YAML
mit
jonalu/hello-ci,jonalu/hello-ci
6c2d1aa3df923bf843b71a75561c102d4e52fadd
circle.yml
circle.yml
# Custom CircleCI Config # https://circleci.com/docs/1.0/configuration/ machine: python: version: "3.6.1" dependencies: override: - "pip install -r requirements.txt" - "pip install -r requirements-test.txt" test: pre: - "flake8 src/" override: - "nosetests --with-xunit --with-coverage --cover-html ...
# Custom CircleCI Config # https://circleci.com/docs/1.0/configuration/ machine: python: version: "3.6.1" dependencies: override: - "pip install -U -r requirements.txt" - "pip install -U -r requirements-test.txt" general: artifacts: - "cover/" test: pre: - "flake8 src/" override: - "nosetest...
Add coverage to Circle artifacts
Add coverage to Circle artifacts
YAML
artistic-2.0
UltrosBot/Ultros3K,UltrosBot/Ultros3K
8cb17cbb1c509c97562cff31f616670c738ec845
circle.yml
circle.yml
machine: node: version: 6 dependencies: pre: - bundle config without development:production - npm rebuild node-sass cache_directories: - "/node_modules/" test: pre: - npm run build override: - npm run test deployment: npm: tag: /release-.*/ owner: 18F commands: -...
machine: node: version: 6 dependencies: pre: - bundle config without development:production - npm rebuild node-sass cache_directories: - "/node_modules/" test: pre: - npm run build override: - npm run test deployment: npm: tag: /[0-9]+(\.[0-9]+)*/ owner: 18F commands: ...
Fix mistake in release check
Fix mistake in release check
YAML
cc0-1.0
18F/cg-style,18F/cg-style,18F/cg-style
c30f17ef61823804900de093604d23c084180296
circle.yml
circle.yml
machine: environment: PATH: "$HOME/cmake-3.1.3-Linux-x86_64/bin:$PATH" dependencies: cache_directories: - ~/cmake-3.1.3-Linux-x86_64 override: - > if [ ! -d ~/cmake-3.1.3-Linux-x86_64 ]; then echo "No cache - building CMake" cd ~ && wget --quiet https://cmake.org/files/v3.1/cmak...
machine: environment: PATH: "$HOME/cmake-3.1.3-Linux-x86_64/bin:$PATH" dependencies: cache_directories: - ~/cmake-3.1.3-Linux-x86_64 override: - sudo apt-get install lua5.1 lua5.1-dev - > if [ ! -d ~/cmake-3.1.3-Linux-x86_64 ]; then echo "No cache - building CMake" cd ~ && w...
Install Lua 5.1 and headers
ci: Install Lua 5.1 and headers Signed-off-by: Petr Štetiar <f0d4d86d9c7002e67e6ae7bb5596bc0afa7b4c3a@true.cz>
YAML
mit
ynezz/luaevdev
0d31ce75ada08c2908daf9b832e8fca7156430a1
circle.yml
circle.yml
machine: services: - docker dependencies: override: - docker info - docker build -t moul/assh . test: override: - exit 0 database: override: - exit 0
version: 2.0 jobs: build: docker: - image: golang:1.8 working_directory: /go/src/github.com/moul/advanced-ssh-config steps: - checkout - run: make - run: make test
Update config to CircleCI 2.0
Update config to CircleCI 2.0
YAML
mit
moul/advanced-ssh-config,moul/advanced-ssh-config,moul/advanced-ssh-config