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
135af81c0bdfe3bb2e2ddbd8c0e7542c53cb5c0a
.travis.yml
.travis.yml
sudo: required dist: trusty 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: - master services: docker env: matrix: - INSTANCE=default-debian-7 - INSTANCE=default-d...
sudo: required dist: trusty 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: - master services: docker env: matrix: - INSTANCE=default-debian-7 - INSTANCE=default-...
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
opscode-cookbooks/ufw,cla-rce/ufw,chef-cookbooks/ufw
fd04f9085fbc30ed6444a3a10c40b94ebcf202f0
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.6" # Command to install dependencies install: - pip install -U pip setuptools - pip install -r requirements.txt # Command to run tests script: "python run_tests.py"
language: python python: - "2.7" - "3.3" - "3.6" # Command to install dependencies install: - pip install -U pip setuptools - pip install -r requirements.txt # Command to run tests script: "python run_tests.py" deploy: provider: pypi user: "nabla" password: secure: "L/pKWyeRCz9Obzl9ihBj9BFJs32A/Esit...
Add step to auto-push to pypi
Add step to auto-push to pypi
YAML
agpl-3.0
nabla-c0d3/sslyze
fdd322fa281c4eac47f08515c62e7dda9f85b123
.travis.yml
.travis.yml
language: java jdk: - openjdk8 - openjdk7 - openjdk6 before_install: - chmod +x gradlew
language: java jdk: - openjdk8 - openjdk7 - openjdk6
Remove permission change, that was not the problem
Remove permission change, that was not the problem
YAML
epl-1.0
henriquelemos0/jaguar-model
061d9591f305f0d1227063236f4b4b3708ad815b
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_insta...
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install...
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/arguable
30540b224c9f1971ca5b6468e6acca3566117dc4
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: global: - PYTHONPATH=~/gaesdk/google_appengine matrix: - USE_EXTENSIONS=true # no dependencies - USE_EXTENSIONS=false # no dependencies - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.7.3 - S...
language: python python: - "2.6" - "2.7" env: global: - PYTHONPATH=~/gaesdk/google_appengine matrix: - USE_EXTENSIONS=true # no dependencies - USE_EXTENSIONS=false # no dependencies - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.7.3 - S...
Update to AppEngine SDK 1.9.30
Update to AppEngine SDK 1.9.30
YAML
mit
thijstriemstra/pyamf,thijstriemstra/pyamf,hydralabs/pyamf,hydralabs/pyamf
15e49f787bcbc7d38ab6aaa2afcaa84458a1d612
.travis.yml
.travis.yml
script: "gem install foodcritic -v 1.7.0 && foodcritic -f any -t ~FC023 -t ~FC022 -t ~FC017 ." rvm: - 1.9.3
script: "gem install foodcritic -v 2.0.0 && foodcritic -f any -t ~FC023 -t ~FC017 ." rvm: - 1.9.3
Update to the latest version of Foodcritic
Update to the latest version of Foodcritic
YAML
apache-2.0
predictivelogic/chef-glassfish,realityforge/chef-glassfish,hopshadoop/chef-glassfish,hopshadoop/chef-glassfish,predictivelogic/chef-glassfish,predictivelogic/chef-glassfish,realityforge/chef-glassfish,hopshadoop/chef-glassfish,realityforge/chef-glassfish
407c2bcbfd50fe9a9b25dad733e9d99bfe2bf154
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" services: - mongodb # for plugins that require UI before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then pip install --upgrade pytest; else pip uninstall -y pytest; fi - ...
language: python services: - mongodb # for plugins that require UI before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - pip install -r requirements.txt -U pytest jobs: include: - env: RUN_COMMAND=python run.py python: '2.7' - env: RUN_COMMAND=python ...
Use separate jobs for testing and run.py
Use separate jobs for testing and run.py
YAML
mit
pytest-dev/plugincompat,pytest-dev/plugincompat,pytest-dev/plugincompat
2bb33b608f8a13e7b0436d84d64e1f7aa6ca2392
.travis.yml
.travis.yml
dist: xenial language: rust rust: - nightly - stable addons: apt: packages: - libgtk-3-dev - libssh2-1-dev script: - test "$TRAVIS_RUST_VERSION" == "nightly" || rustup component add rustfmt clippy - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo clippy --release - test "$TRAVIS_RUST_VERSION" == "...
dist: xenial language: rust rust: - nightly - stable addons: apt: packages: - libgtk-3-dev - libssh2-1-dev script: - test "$TRAVIS_RUST_VERSION" == "nightly" || rustup component add rustfmt clippy - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo clippy --release - test "$TRAVIS_RUST_VERSION" == "...
Add a check to avoid unforeseen failures
Add a check to avoid unforeseen failures
YAML
mit
gtk-rs/gir,GuillaumeGomez/gir,EPashkin/gir,EPashkin/gir,GuillaumeGomez/gir,GuillaumeGomez/gir,gtk-rs/gir,gtk-rs/gir
3c056f402a9171c0a3945db161ca4654b411f57e
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - 3.5 - 3.6 - "3.7-dev" env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt - pip install coveralls before_script: ...
dist: xenial sudo: required language: python cache: pip python: - 3.5 - 3.6 - 3.7 env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt - pip install coveralls before_...
Update Travis config to work with Python 3.7
Update Travis config to work with Python 3.7 https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
YAML
mit
pbanaszkiewicz/amy,swcarpentry/amy,swcarpentry/amy,pbanaszkiewicz/amy,pbanaszkiewicz/amy,swcarpentry/amy
6129de39360bf9db450a71ab1c5caa5a6f4e6704
.travis.yml
.travis.yml
language: csharp dotnet: 3.1.201 mono: none matrix: include: - os: linux dist: bionic before_install: - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - - sudo apt-get install -y nodejs graphviz - os: osx addons: homebrew: update: true ...
language: csharp dotnet: 3.1.201 mono: none matrix: include: - os: linux dist: bionic before_install: - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - - sudo apt-get -qq update && sudo apt-get install -y nodejs graphviz - os: osx addons: homebrew: ...
Disable packing & doc build. Also force repo update for Linux build.
Disable packing & doc build. Also force repo update for Linux build.
YAML
mit
sjp/Schematic,sjp/Schematic,sjp/Schematic,sjp/Schematic
191a1c6df68ccc81544cd173fa3c09c17a3f32f9
.travis.yml
.travis.yml
env: global: - secure: FMIb2m6XcZI4lMlJlpZuLIIxFynbGX+4VPpBG9jmzHhkjOYqt018Yd6Z2fEz7SAAbO8sUF2mMh0KRXzp8HBaBgD1cO65rOrLXoYwDk0ZLr2GrNd0w6+VrueLUbXl/odAkacWtfzFb6n5MUSJ4wpegk8gPlqf8QojfZGgoXD+qQE= language: rust rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo bench --verbose ...
env: global: - secure: FMIb2m6XcZI4lMlJlpZuLIIxFynbGX+4VPpBG9jmzHhkjOYqt018Yd6Z2fEz7SAAbO8sUF2mMh0KRXzp8HBaBgD1cO65rOrLXoYwDk0ZLr2GrNd0w6+VrueLUbXl/odAkacWtfzFb6n5MUSJ4wpegk8gPlqf8QojfZGgoXD+qQE= language: rust rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo bench --verbose ...
Copy doc directory instead of creating a symlink.
Copy doc directory instead of creating a symlink. Rust-ci's find function does not follow symlinks.
YAML
unlicense
artichokes/noisy
ff5d52755d1b621318513584a70207e47d7c32e9
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "pypy" matrix: # pypy is frequentlyish unstable on Travis, don't let it mark entire status # as 'bad' =/ (Still worth running it though.) allow_failures: - python: pypy install: # Pre-requirements sanity test (again, resembles pure, non-de...
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" matrix: # pypy is frequentlyish unstable on Travis, don't let it mark entire status # as 'bad' =/ (Still worth running it though.) allow_failures: - python: pypy install: # Pre-requirements sanity test (again, resembles pu...
Enable automated testing on Python 3.4
Enable automated testing on Python 3.4
YAML
bsd-2-clause
pfmoore/invoke,pyinvoke/invoke,kejbaly2/invoke,frol/invoke,tyewang/invoke,pfmoore/invoke,pyinvoke/invoke,sophacles/invoke,mattrobenolt/invoke,mkusz/invoke,mattrobenolt/invoke,mkusz/invoke,kejbaly2/invoke,frol/invoke,singingwolfboy/invoke
1e0ac657d77d6d0bfb1775ed8914f67e0227c06e
.travis.yml
.travis.yml
language: node_js node_js: - '6.5' - '6.4' - '6.3' - '6.2' - '6.1' - '6.0' - '5.12' - '5.11' - '5.10' - '5.9' - '5.8' - '5.7' - '5.6' - '5.5' - '5.4' - '5.3' - '5.2' - '5.1' - '5.0' - '4.5' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-react...
language: node_js node_js: - '7.1' - '6.9' - '6.0' - '5.12' - '4.5' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-react-webpack-redux' ]; then cd .. && eval "mv $currentfolder generator-react-webpack-redux" && cd generator-react-webpack-redux; fi
Test against the last release of the last versions
Test against the last release of the last versions
YAML
mit
stylesuxx/generator-react-webpack-redux,stylesuxx/generator-react-webpack-redux
940db223b00ea8a1158ab892ff8f60515fa3032e
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.12' - '4'
language: node_js node_js: - '0.10' - '0.12' - '4' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Add gcc 4.8 for node 4 native module support
Add gcc 4.8 for node 4 native module support
YAML
bsd-3-clause
testiumjs/testium-driver-sync
4f459c5b02759d571971480ccb9af62eeb783514
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: cov...
# Config file for automatic testing at travis-ci.org language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: cov...
Use setup.py to run tests in Travis instead.
Use setup.py to run tests in Travis instead.
YAML
bsd-3-clause
audreyr/django-columns,audreyr/django-columns,audreyr/django-columns
3b8d6ea6ff688fc2a6a94f118acb8519f60e7b21
.travis.yml
.travis.yml
language: go go: 1.5.1 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/amd64/gcloud-cleanup" - "./build.tar.gz" target_paths: - travis-ci/gcloud-cleanup/$TRAVIS_BRANCH - travis-ci/g...
language: go go: 1.5.1 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/amd64/gcloud-cleanup" - "./build.tar.gz" target_paths: - travis-ci/gcloud-cleanup/$TRAVIS_BRANCH - travis-ci/g...
Verify ordering with script deployer
Verify ordering with script deployer
YAML
mit
travis-ci/gcloud-cleanup,travis-ci/gcloud-cleanup
8af6de31d2bc99f142f49644e51ca6f529cf7552
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 4 - nvm use 4 - npm i -g npm@4 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo...
language: php php: - '5.6' - '7.0.23' - '7.1' before_script: - nvm install 4 - nvm use 4 - npm i -g npm@4 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - e...
Update PHP 7 version for Travis CI
Update PHP 7 version for Travis CI
YAML
mit
kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard
22cb5df0a3d32beb35feb9e1c7e97beba1d2b27b
.travis.yml
.travis.yml
sudo: false language: ruby script: script/ci.sh cache: bundler rvm: - 1.9.2 - 1.9.3 - '2.0' - '2.1' - '2.2' - jruby-19mode - rbx-19mode
sudo: false language: ruby script: script/ci.sh cache: bundler rvm: - 1.9.3 - '2.0' - '2.1' - '2.2' - jruby-19mode - rbx-19mode
Stop testing against Ruby 1.9.2
Stop testing against Ruby 1.9.2 Newer Cucumber versions aren't compatible anymore, and 1.9.2 has been EOL for a while now.
YAML
mit
mcfiredrill/vcr,mcfiredrill/vcr
3f7193d5b2b9e56903a7dfe93a46c2c81ae85c04
.travis.yml
.travis.yml
language: ruby bundler_args: --without integration cache: bundler sudo: false rvm: - 1.9.3 - 2.0.0 script: bundle exec rake travis
language: ruby bundler_args: --without integration cache: bundler sudo: false rvm: - 2.0.0 script: bundle exec rake travis
Drop support of ruby 1.9.3
Drop support of ruby 1.9.3
YAML
apache-2.0
tas50/nodejs,redguide/nodejs
aa480ca3e311e6919e294dbc0e057faa9a8b0a18
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.2.7 - 2.3.5 - 2.4.2 branches: only: - master before_install: - gem install bundler before_script: bundle exec rake alchemy:spec:prepare script: bundle exec rspec after_success: bundle exec codeclimate-test-reporter env: - DB=mysql - DB=postgres...
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.4.5 - 2.5.5 - 2.6.2 branches: only: - master before_install: - gem install bundler before_script: bundle exec rake alchemy:spec:prepare script: bundle exec rspec after_success: bundle exec codeclimate-test-reporter env: - DB=mysql - DB=postgres...
Test with recent Ruby versions on TravisCI
Test with recent Ruby versions on TravisCI
YAML
bsd-3-clause
AlchemyCMS/alchemy-devise,AlchemyCMS/alchemy-devise,AlchemyCMS/alchemy-devise
94dd41339398bd6787b0adb1e35886e932c13047
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 services: - mongodb before_script: - rake db:mongoid:create_indexes notifications: campfire: - secure: "eEuzoYFXLPeIMt+zHGzZp6XCvbfxRDe8FA3kVwrNRB0zoOktPRZXD9O8ng2z\nx2Yg8C7i1unstuW0bjPvwphpdxJOTFSxliw6P4Xk1Y9HnTYQqqUbDat/zL9c\nAyjYezuRQgYFSBP2BgNZ2RL9RiLSyLQBWhcHG...
language: ruby rvm: - 1.9.3 - 2.0.0 services: - mongodb before_script: - rake db:mongoid:create_indexes notifications: campfire: rooms: - secure: "eEuzoYFXLPeIMt+zHGzZp6XCvbfxRDe8FA3kVwrNRB0zoOktPRZXD9O8ng2z\nx2Yg8C7i1unstuW0bjPvwphpdxJOTFSxliw6P4Xk1Y9HnTYQqqUbDat/zL9c\nAyjYezuRQgYFSBP2BgNZ2RL9...
Send Travis build notifications to Campfire only on failure A notification will also be sent when the build status changes on the given branch.
Send Travis build notifications to Campfire only on failure A notification will also be sent when the build status changes on the given branch.
YAML
bsd-3-clause
ellpee/ohana-web-search,CodeforBirmingham/ohana-web-search,folklabs/cc-web-search,ellpee/ohana-web-search,appropriate/ohana-web-search,CodeforBirmingham/ohana-web-search,appropriate/ohana-web-search-la,marks/dmvpmh-ohana-web-search,hackforla/ohana-web-search-la,volkanunsal/nyc-prepared-search,codeforamerica/ohana-web-s...
549086616ff0033ef7edcfe21a7adb7b2d801c66
.travis.yml
.travis.yml
bundler_args: "--without development" script: "bundle exec rake test:ci" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx - rbx-2.0 notifications: irc: "irc.freenode.org#travis"
bundler_args: "--without development" before_script: - "cp config/database.example.yml config/database.yml" script: "bundle exec rake test:ci" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx - rbx-2.0 notifications: irc: "irc.freenode.org#travis"
Add before_script to prepare the database.yml file
Add before_script to prepare the database.yml file
YAML
mit
fxposter/travis-ci,fxposter/travis-ci,openeducation/travis-ci,fxposter/travis-ci,flores/travis-ci,openeducation/travis-ci,flores/travis-ci,openeducation/travis-ci,flores/travis-ci
be8700f63278e5a86a6a839ff2089da2d1cfe1cf
recipes/types-psycopg2/meta.yaml
recipes/types-psycopg2/meta.yaml
{% set name = "types-psycopg2" %} {% set version = "2.9.13" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/types-psycopg2-{{ version }}.tar.gz sha256: 2015365ffcf0494fb6613c2ffe0144ebadb2068b340df89578c4a2581135210b build: noa...
{% set name = "types-psycopg2" %} {% set version = "2.9.13" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/types-psycopg2-{{ version }}.tar.gz sha256: 2015365ffcf0494fb6613c2ffe0144ebadb2068b340df89578c4a2581135210b build: noa...
Revert to grayskull's favorite test
Revert to grayskull's favorite test
YAML
bsd-3-clause
jakirkham/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes
fc791d2dd01be455e9e2d88ab3da3717a90daa20
.travis.yml
.travis.yml
language: c compiler: - gcc script: make test before_install: - sudo apt-get update -qq - sudo apt-get install check
language: c compiler: - gcc script: cd src && make test before_install: - sudo apt-get update -qq - sudo apt-get install check
Switch into source directory before running tests on CI.
Switch into source directory before running tests on CI.
YAML
bsd-3-clause
openxc/vi-firmware,ene-ilies/vi-firmware,mgiannikouris/vi-firmware,ene-ilies/vi-firmware,ene-ilies/vi-firmware,openxc/vi-firmware,mgiannikouris/vi-firmware,mgiannikouris/vi-firmware,openxc/vi-firmware,openxc/vi-firmware,mgiannikouris/vi-firmware,ene-ilies/vi-firmware
84538ede79003ebc708ac9db8f5f0707c7d50f02
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.6" install: pip install . nose coverage codacy-coverage script: nosetests --with-coverage --cover-package=canopen --cover-xml after_script: python-codacy-coverage -r coverage.xml
language: python python: - "2.7" - "3.3" - "3.6" install: - pip install -e . - pip install pytest pytest-cov codacy-coverage script: pytest -v --cov-report xml --cov=canopen test/ after_script: python-codacy-coverage -r coverage.xml
Use pytest for unit testing
Use pytest for unit testing
YAML
mit
christiansandberg/canopen,christiansandberg/canopen
d39b35c966d2953148ddc39a4e41118ee77cd1a6
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer/cache before_script: - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION}; fi; - composer require videlalvaro/php-amqplib:2.2.* - composer require re...
language: php php: - 5.4 - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer/cache before_script: - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION}; fi; - composer require php-amqplib/php-amqplib:2.6.* - composer require re...
Use php-amqplib to test RabbMQ
[Travis] Use php-amqplib to test RabbMQ
YAML
mit
heristop/HeriJobQueueBundle,heristop/HeriJobQueueBundle,heristop/HeriJobQueueBundle
7c62fe768c9dfba3b60acef18495c12f87ec4bf9
.travis.yml
.travis.yml
sudo: true language: ruby rvm: - 2.3.4 before_install: - docker-compose --version - docker-compose pull - docker-compose build - docker-compose start - docker ps - gem install bundler -v 1.15.3
sudo: true language: ruby rvm: - 2.3.4 before_install: - docker-compose --version - docker-compose up -d - docker ps - gem install bundler -v 1.15.3
Replace docker pull, build, start etc with up -d
Replace docker pull, build, start etc with up -d
YAML
apache-2.0
iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer
c57ea50b854688fb93044ec9d845e18de91d7cff
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.2 sudo: false # Enable container-based builds env: matrix: - SCHEME="SwiftGit2-OSX" - SCHEME="SwiftGit2-iOS" matrix: fast_finish: true before_install: - gem update bundler # https://github.com/bundler/bundler/pull/4981 - gem install xcpretty - gem install x...
language: objective-c osx_image: xcode8.3 sudo: false # Enable container-based builds env: matrix: - SCHEME="SwiftGit2-OSX" - SCHEME="SwiftGit2-iOS" matrix: fast_finish: true before_install: - gem update bundler # https://github.com/bundler/bundler/pull/4981 - gem install xcpretty - gem install x...
Use the Xcode 8.3 Travis image, which has SwiftLint 0.18.1 installed
Use the Xcode 8.3 Travis image, which has SwiftLint 0.18.1 installed https://blog.travis-ci.com/2017-04-19-xcode-832-is-here
YAML
mit
mattrubin/SwiftGit2,mattrubin/SwiftGit2,SwiftGit2/SwiftGit2,SwiftGit2/SwiftGit2
9fc7bde570e5525538c14e2dcf0eea58f920f4e7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 before_script: - RAILS_ENV=test rake db:migrate
language: ruby rvm: - 1.9.3 before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - RAILS_ENV=test rake db:migrate > /dev/null 2>&1
Use xvfb in Travis to run Selenium tests
Use xvfb in Travis to run Selenium tests
YAML
mit
crowdint/crowdblog,chukitow/crowdblog,chukitow/crowdblog,chukitow/crowdblog,crowdint/crowdblog,crowdint/crowdblog,crowdint/crowdblog,chukitow/crowdblog
b4bcf11edb5b828a3163baa4067267258eb44228
.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: python manage.py test
language: python env: - DJANGO_VERSION=1.7 - DJANGO_VERSION=1.8 - DJANGO_VERSION=1.8.6 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 -q Django==$D...
Test with multiple Django versions
Test with multiple Django versions
YAML
mit
RyanBalfanz/django-smsish
b4a1402f17619ea53943c2c9e2a4af581ffca9be
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=coverage.clove...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=cov...
Update and install in the appropriate sections
Fix: Update and install in the appropriate sections
YAML
mit
localheinz/plates,thephpleague/plates
2c595e930298d6fdb25090d98d126e380163336d
.travis.yml
.travis.yml
env: global: - CC_TEST_REPORTER_ID=6f07a33d1bf4060910c8b97cb9bf97230bbf1fad75765fef98f3cca9f29cd6b0 language: ruby before_install: - gem install bundler install: - bundle install --without local rvm: - 3.0.1 - 3.0.0 - 2.7.2 - 2.7.1 - 2.7.0 - 2.6.6 - 2.6.5 - 2.6.4 - 2.6.3 - 2.6.2 - 2.6.1 ...
env: global: - CC_TEST_REPORTER_ID=6f07a33d1bf4060910c8b97cb9bf97230bbf1fad75765fef98f3cca9f29cd6b0 language: ruby before_install: - gem install bundler install: - bundle install --without local rvm: - 3.0.1 - 3.0.0 - 2.7.3 - 2.7.2 - 2.7.1 - 2.7.0 - 2.6.7 - 2.6.6 - 2.6.5 - 2.6.4 - 2.6.3 ...
Add ruby 2.7.3, 2.6.7, 2.5.9 to CI build
Add ruby 2.7.3, 2.6.7, 2.5.9 to CI build
YAML
mit
gonzedge/rambling-trie
bce190646e6600ab1d9720d26465540546a2ccfb
.travis.yml
.travis.yml
language: minimal sudo: required services: - docker dist: trusty git: depth: 3 notifications: email: false env: matrix: - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 before_install: > docker build -t sklearn-porter --build-arg PYTHON_VERSION=${PYTHON_VERSION} --...
language: minimal sudo: required services: - docker dist: trusty git: depth: 3 notifications: email: false env: matrix: - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 before_install: docker build -t sklearn-porter --build-arg PYTHON_VERSION=${PYTHON_VERSION} --no...
Fix type of single command over multiple lines
feature/docker-test-environment: Fix type of single command over multiple lines
YAML
bsd-3-clause
nok/sklearn-porter
6c3e2a2090cf8e9245b863b5b334ca5726a6421b
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 os: - linux - osx addons: firefox: "latest" script: - mvn install -Dchrome.binary.path=/usr/bin/chromium-browser -Ptravis-ci before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "mkdir -p /tmp/webdriverextensions-maven-plugin/cache" ...
language: java jdk: - oraclejdk8 os: - linux addons: firefox: "latest" script: - mvn install -Dchrome.binary.path=/usr/bin/chromium-browser -Ptravis-ci before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "mkdir -p /tmp/webdriverextensions-maven-plugin/cache" - "mkd...
Remove osx builds because setting java seems to be different there
Remove osx builds because setting java seems to be different there
YAML
apache-2.0
webdriverextensions/webdriverextensions,webdriverextensions/webdriverextensions
592129e4b452c29bf72bc438fb2e4a7fe2074b91
.travis.yml
.travis.yml
script: bundle exec rake test rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head matrix: allow_failures: - rvm: ruby-head
script: bundle exec rake test rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head matrix: allow_failures: - rvm: ruby-head - rvm: 2.1.0 # Problem with puppet monkey patch... waiting for >3.4.2
Add ruby 2.1.0 to allow_failures until puppet is fixed.
Add ruby 2.1.0 to allow_failures until puppet is fixed. Waiting for a release that includes the following patch. https://github.com/puppetlabs/puppet/pull/2184/
YAML
bsd-2-clause
glensc/fpm-cookery,cas-ei/fpm-cookery,kisoku/fpm-cookery,ryansch/fpm-cookery,cas-ei/fpm-cookery,devkid/fpm-cookery,glensc/fpm-cookery,ryansch/fpm-cookery,devkid/fpm-cookery,kisoku/fpm-cookery
5bc478837d4a67131b036098806fcfa883b3d562
.travis.yml
.travis.yml
language: python env: - DJANGO=1.11.9 - DJANGO=2.0.1 python: - "2.7" - "3.5" - "3.6" install: - pip install --no-deps -r requirements.txt - pip install --no-deps -r requirements-test.txt - pip install --no-deps . Django==$DJANGO before_script: - flake8 --version - flake8 django_graph_api script: - pyt...
language: python env: - DJANGO=1.8.18 - DJANGO=1.11.9 - DJANGO=2.0.1 python: - "2.7" - "3.5" - "3.6" install: - pip install --no-deps -r requirements.txt - pip install --no-deps -r requirements-test.txt - pip install --no-deps . Django==$DJANGO before_script: - flake8 --version - flake8 django_graph_api...
Add Django 1.8 to CI tests
Add Django 1.8 to CI tests This commit will ensure that Django 1.8.18 is one of the Django versions tested by the Travis CI system
YAML
mit
melinath/django-graph-api,melinath/django-graph-api
e08cc47e745f2440315652ab8057c1e514cc1129
.travis.yml
.travis.yml
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -Pfeature-truelicense-v1 script: mvn verify -Pfeature-truelicense-v1
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -B -Pfeature-truelicense-v1 script: mvn verify -B -Pfeature-truelicense-v1
Use batch mode for Travis CI build.
Use batch mode for Travis CI build.
YAML
apache-2.0
christian-schlichtherle/truelicense,christian-schlichtherle/truelicense
921aed94f00291cd1b9db34675e229e3889511d5
.travis.yml
.travis.yml
sudo: required language: node_js node_js: - 6 - 7 - 8 install: - npm install - npm run clean before_script: - npm run bootstrap - npm run build script: - npm run test after_success: - bash <(curl -s https://codecov.io/bash)
sudo: required language: node_js node_js: - 6 - 7 - 8 install: - npm install - npm run clean before_script: - npm run bootstrap - npm run build script: - npm run test
Remove codecov at the moment
Remove codecov at the moment
YAML
mit
dotansimha/graphql-code-generator,dotansimha/graphql-code-generator,dotansimha/graphql-code-generator
17e5b5492e6e128459fc20fc3e9df41c6095b6e1
.travis.yml
.travis.yml
language: "ruby" rvm: - "1.8" - "1.9" - "2.0" - "2.1" - "jruby" - "rbx" install: - bundle install --retry=3 matrix: include: - rvm: "2.1" gemfile: "gemfiles/Gemfile.multi_json.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.yajl-ruby.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.uu...
language: "ruby" rvm: - "1.8" - "1.9" - "2.0" - "2.1" - "jruby" - "rbx" sudo:false install: - bundle install --retry=3 matrix: include: - rvm: "2.1" gemfile: "gemfiles/Gemfile.multi_json.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.yajl-ruby.x" - rvm: "2.1" gemfile: "gemf...
Use the new build env on Travis
Use the new build env on Travis more ram, more cpu, improved network and vm boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon
YAML
mit
iainbeeston/json-schema,openc/json-schema,RST-J/json-schema,openc/json-schema,ruby-json-schema/json-schema,ganeshkumar/json-schema
ba60586f87af3f35d0a2eb361d1f02623498199c
.travis.yml
.travis.yml
language: cpp os: - linux services: - docker before_script: - docker run -ti --rm -v $PWD:/qflex:ro debian:bullseye /bin/bash -c "apt update && apt install -y yapf3 clang-format && bash /qflex/scripts/check_format.sh" - docker-compose build script: - docker run -ti --rm qflex-tests:latest - docker run -...
language: cpp os: - linux services: - docker before_script: - docker run -ti --rm -v $PWD:/qflex:ro alpine:3.10.3 /bin/sh -c "apk update && apk add bash py3-pip clang && pip3 install yapf && bash /qflex/scripts/check_format.sh" - docker-compose build script: - docker run -ti --rm qflex-tests:latest - do...
Use alpine instead of debian.
Use alpine instead of debian.
YAML
apache-2.0
ngnrsaa/qflex,ngnrsaa/qflex,ngnrsaa/qflex,ngnrsaa/qflex
1b496e88e0d2c48d66cb7bb4294c1d75ad77974a
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake test env: - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" - PUPPET_GEM_VERSION="~> 3.8.0" - PUPPET_GEM_VERSION=...
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake test env: - PUPPET_GEM_VERSION="~> 3.1.1" - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" - PUPPET_GEM_VERSION=...
Add testing on puppet 3.1.1
Add testing on puppet 3.1.1
YAML
apache-2.0
salekseev/garethr-docker,salekseev/garethr-docker,salekseev/garethr-docker
397860fc33e55075c1b6658758d0f49eee867b05
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" # command to install dependencies install: pip install -r test-requirements.txt python setup.py develop # command to run tests script: nosetests --with-coverage --cover-package=duo after_success: coveralls
language: python python: - "2.7" - "3.5" # command to install dependencies install: - pip install -r test-requirements.txt - pip install . # command to run tests script: nosetests --with-coverage --cover-package=duo after_success: coveralls
Use YAML to install dependencies :P
Use YAML to install dependencies :P
YAML
bsd-3-clause
eykd/duo
e492b65560c152bd7ed9cca7b8ee91f0af41ddf5
.travis.yml
.travis.yml
language: ruby gemfile: Gemfile.ci rvm: - 1.9.2 - 1.9.3
language: ruby gemfile: Gemfile.ci rvm: - 1.8.7 - 1.9.2 - 1.9.3
Build using MRI 1.8.7 on Travis
Build using MRI 1.8.7 on Travis
YAML
mit
exviva/paperclip-storage-tmp
79d8ecd9ff85e194fc8133b2de0c69b9b6daa4a9
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' - '6'
sudo: false language: node_js node_js: - '4' - '5' - '6'
Remove testing on nodejs < 4
Remove testing on nodejs < 4 eslint 3 requires nodejs >= 4
YAML
mit
prantlf/gulp-relative-sourcemaps-source
a08a1d6f2d260ed412903acfd060b5e026dd0de3
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "6" script: "npm run travis"
language: node_js node_js: - 10 - 12 - 14 - node script: "npm run travis"
Drop support for node.js <10, add 10, 12, 14 + latest (semver-major)
Drop support for node.js <10, add 10, 12, 14 + latest (semver-major)
YAML
mit
unexpectedjs/unexpected-moment
a4ddb510e2b3dbedcaec3508d62ff1e2dacc0663
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4.0" - "iojs" - "0.12"
sudo: false language: node_js node_js: - "4.0" - "iojs" - "0.12" before_install: - npm install -g npm
Update npm before running npm install in Travis
Update npm before running npm install in Travis
YAML
mit
EternalDeiwos/connect-cli,anvilresearch/connect-cli
efcf40db670521ac51f6d2e8dd0fae81e1efaddd
.travis.yml
.travis.yml
sudo: false language: php php: - 7.1 - 7.2 - 7.3 - 7.4 before_script: - composer self-update - composer install script: - php vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - php vendor/bin/phpcs --no-cache --no-colors - XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover=c...
sudo: false language: php php: - 7.1 - 7.2 - 7.3 - 7.4 - 8.0 before_script: - composer self-update - composer install script: - php vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - php vendor/bin/phpcs --no-cache --no-colors - XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-...
Test CI builds with PHP 8
Test CI builds with PHP 8
YAML
mit
relayphp/Relay.Relay
834f08110d4c4c0c4e38e2a917c0c774a6c071fa
.travis.yml
.travis.yml
language: php php: - 5.6 services: - redis-server before_script: - mysql -uroot -e 'create database rena;' - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction -o - ls -alh - cp tests/config.php config/config.php - cat config/config.php - cp tests/phinx.yml...
sudo: true language: php php: - 5.6 services: - redis-server before_script: - sudo service mysql stop - sudo apt-get install python-software-properties - sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db - sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mari...
Add mariadb instead of mysql, also setup tokudb..
Add mariadb instead of mysql, also setup tokudb..
YAML
mit
EVE-KILL/projectRena,EVE-KILL/projectRena,EVE-KILL/projectRena
4adbd4e35f98472278eb6630b1ed11801a0919ac
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4.1" # command to install dependencies sudo: false addons: apt: packages: - python-scipy - libblas-dev - liblapack-dev - gfortran - python-pip install: - "easy_install -U setuptools" - "pip install -r requirements.txt" # This is needed, o...
language: python python: - "2.7" - "3.3" - "3.4" # command to install dependencies sudo: false addons: apt: packages: - python-scipy - libblas-dev - liblapack-dev - gfortran - python-pip install: - "easy_install -U setuptools" - "pip install -r requirements.txt" # This is needed, oth...
Change to just 3.4 testing.
Change to just 3.4 testing.
YAML
mit
migueldiascosta/pymatgen-db,materialsproject/pymatgen-db,migueldiascosta/pymatgen-db,materialsproject/pymatgen-db,migueldiascosta/pymatgen-db,migueldiascosta/pymatgen-db,migueldiascosta/pymatgen-db
f93813f89d077bca8c12d09cb833c98d0b461009
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 install: - composer install script: - composer test
language: php php: - 7.0 - 7.1 - 7.2 install: - composer install script: - composer test
Add PHP 7.2 into Travis CI Configuration
Add PHP 7.2 into Travis CI Configuration
YAML
mit
wandersonwhcr/romans
5bbd515bfe4b7f4bf83a5a80c818df2aa56a867d
.travis.yml
.travis.yml
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - travis_retry composer selfupdate - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover afte...
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - travis_retry composer selfupdate - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover afte...
Use code coverage from PHP 5.6 test
Use code coverage from PHP 5.6 test
YAML
mit
treehouselabs/keystone-client,treehouselabs/keystone-client
aa6fd6c097255dff2dfac7475d6152177fa50573
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - sudo apt-get install liblapack-dev gfortran - pip install -r requirements.txt - pip install pytest install: - python setup.py install script: - (cd tests && py.test test*.py)
language: python python: - "2.7" before_install: - sudo apt-get update - sudo apt-get install python-numpy python-scipy cython libatlas-dev liblapack-dev gfortran - pip install -r requirements.txt - pip install pytest install: - python setup.py install script: - (cd tests && py.test test...
Move to apt-get install sci/numpy
Move to apt-get install sci/numpy
YAML
isc
r9y9/librosa,Cortexelus/librosa,r9y9/librosa,yunque/librosa,carlthome/librosa,imsparsh/librosa,decebel/librosa,ruohoruotsi/librosa,craffel/librosa,stefan-balke/librosa,imsparsh/librosa,ruohoruotsi/librosa,craffel/librosa,yunque/librosa,Cortexelus/librosa,carlthome/librosa,r9y9/librosa,ruohoruotsi/librosa,decebel/libros...
1001c1df84c2cb8098b8927b09be5afdd794f8e9
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python sudo: false python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - "./requirements.sh" - "pip install -e ." - "pip install https://github.com/brandon-rhodes/assay/archive/master.zip" - "curl -O ftp://ssd.jpl.nasa.go...
# Config file for automatic testing at travis-ci.org language: python sudo: false python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - "./requirements.sh" - "pip install -e ." - "pip install https://github.com/brandon-rhodes/assay/archive/master.zip" - "curl -O ftp://ssd.jpl.nasa.go...
Correct method of curl request from Travis CI
Correct method of curl request from Travis CI
YAML
mit
skyfielders/python-skyfield,skyfielders/python-skyfield
c52c621acd1d3756637d64624fd9bfd7f6534b14
.travis.yml
.travis.yml
language: c compiler: - clang - gcc before_install: - sudo apt-get update -qq - sudo apt-get install -qq automake debootstrap libtool lsb-release script: ./autogen.sh && ./configure && make && make test env: - TEST_DEBOOTSTRAP=1
language: c compiler: - clang - gcc before_install: - sudo apt-get update -qq - sudo apt-get install -qq automake debootstrap libtool lsb-release script: ./autogen.sh && ./configure && make && make test env: - TEST_DEBOOTSTRAP=1 branches: except: - /^archive\// - /^stash\//
Exclude some branches for Travis
Exclude some branches for Travis
YAML
lgpl-2.1
giuliolunati/fakechroot,giuliolunati/fakechroot,andrewgregory/fakechroot,andrewgregory/fakechroot,giuliolunati/fakechroot,andrewgregory/fakechroot
34b35a6a8ee8a3d86dc044d647e9f124a834812d
.travis.yml
.travis.yml
language: python python: - '3.5' install: - pip install -r requirements.txt - pip install coveralls script: - coverage run --source=flask_forecaster setup.py test after_success: coveralls deploy: - provider: cloudfoundry edge: true api: https://api.run.pez.pivotal.io username: $CF_USERNAME password: $...
language: python python: - '3.5' install: - pip install -r requirements.txt - pip install coveralls script: - coverage run --source=flask_forecaster setup.py test after_success: coveralls deploy: - provider: cloudfoundry edge: true api: https://api.run.pivotal.io username: $CF_USERNAME password: $CF_P...
Switch to labs-playground for deployment (2)
Switch to labs-playground for deployment (2)
YAML
isc
textbook/flask-forecaster,textbook/flask-forecaster
96b66b71b98e7cb61defe72db2b5fbe13c8e5e91
playbook/roles/wkhtmltopdf/tasks/main.yml
playbook/roles/wkhtmltopdf/tasks/main.yml
--- - name: Install needed packages to run wkhtmltopdf yum: name={{ item }} state=present with_items: - openssl - xorg-x11-server-Xorg - xorg-x11-server-Xvfb - fontconfig - libXrender - libXext - xorg-x11-fonts-Type1 - xorg-x11-fonts-75dpi - freetype - libpng - z...
--- - name: Install needed packages to run wkhtmltopdf yum: name={{ item }} state=present with_items: - openssl - xorg-x11-server-Xorg - xorg-x11-server-Xvfb - fontconfig - libXrender - libXext - xorg-x11-fonts-Type1 - xorg-x11-fonts-75dpi - freetype - libpng - z...
Change wkhtmltopdf to github release page because the website is offline causing the role to fail.
Change wkhtmltopdf to github release page because the website is offline causing the role to fail.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
d014e57883031b87829f64ecb7e77237622d149c
.travis.yml
.travis.yml
language: python addons: apt: config: retries: true cache: apt: true pip: true matrix: include: - os: linux dist: xenial python: 2.7 env: TOXENV=py27 name: "2.7 Xenial" - os: linux dist: xenial python: 3.5 env: TOXENV=py35 name: "3.5 Xenial" ...
language: python addons: apt: config: retries: true cache: apt: true pip: true matrix: include: - os: linux dist: xenial python: 2.7 env: TOXENV=py27 name: "2.7 Xenial" - os: linux dist: xenial python: 3.5 env: TOXENV=py35 name: "3.5 Xenial" ...
Add python 3.8 CI build config
Add python 3.8 CI build config
YAML
apache-2.0
madmaze/pytesseract
eb4a72c7f99451c2ed6be8c14dc0262cd4f2900c
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 - 2.2 - rbx-2 - ruby-head - jruby-head env: - COVERAGE=true JRUBY_OPTS=--debug sudo: false cache: bundler before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.10.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PWD}/mongodb...
language: ruby rvm: - 2.1 - 2.2 - 2.3.0 - rbx-2 - ruby-head - jruby-head env: - COVERAGE=true JRUBY_OPTS=--debug sudo: false cache: bundler before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.10.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PW...
Test against Ruby 2.3.0 on Travis CI
Test against Ruby 2.3.0 on Travis CI
YAML
mit
mikk150/errbit,Cloud-Temple/errbit,rud/errbit,bonanza-market/errbit,3zcurdia/errbit,francetv/errbit,errbit/errbit,errbit/errbit,wombatsecurity/errbit,rud/errbit,openSUSE/errbit,stevecrozz/errbit,startdatelabs/errbit,Cloud-Temple/errbit,subvisual/errbit,espnbr/errbit,bonanza-market/errbit,mvz/errbit,mvz/errbit,fusco/err...
17c695f20f5e026a5fd866050cbfd54327228ec8
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: - "pip install ." - "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" # command to install dependencies install: # - "pip install ." - "pip install -r requirements.txt" # command to run tests script: nosetests
Remove the install of the project
Remove the install of the project Project is not yet installable.
YAML
mit
samueljackson92/major-project,samueljackson92/major-project,samueljackson92/major-project,samueljackson92/major-project
5e14f84d7220f52aae07f87c797014b7e5816e24
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: nosetests
Remove Travis CI support for Python 2.6
Remove Travis CI support for Python 2.6
YAML
mit
aryeh/py-authorize,ClearcodeHQ/py-authorize,uglycitrus/py-authorize,vcatalano/py-authorize
2166e428f43164d546a3b7497c04ddf0c97edc1a
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk9 os: - linux script: mvn clean install -Prun-its after_success: - mvn jacoco:report coveralls:report
language: java jdk: - openjdk8 - openjdk9 - openjdk11 - openjdk-ea os: - linux script: mvn clean install -Prun-its after_success: - mvn jacoco:report coveralls:report
Add other JDK versions in Travis build
Add other JDK versions in Travis build
YAML
apache-2.0
Zlika/reproducible-build-maven-plugin,Zlika/reproducible-build-maven-plugin
58c5789b73b61e9d65d3a6d0583cc53490d1290c
.travis.yml
.travis.yml
language: cpp dist: trusty sudo: required matrix: include: - os: linux compiler: gcc # - os: linux #compiler: clang script: - (cd bigtable/api && cmake . && make) addons: apt: packages: - vim - curl - git-core - make - gcc - g++ - build-essen...
language: cpp dist: trusty sudo: required matrix: include: - os: linux compiler: gcc # - os: linux #compiler: clang script: - (cd bigtable/api && cmake . && make) addons: apt: packages: - vim - curl - git-core - make - gcc - g++ - build-essen...
Join update-alternatives command to one line.
Join update-alternatives command to one line. Seems the backslash at end of line confused things.
YAML
apache-2.0
GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples
c793a932b67488b03557315af261a64d0cce1f25
src/main/resources/application.yaml
src/main/resources/application.yaml
info: app: name: JVM Bloggers description: Application to spread info about polish blogging JVM Developers spring: mandatory-file-encoding: UTF-8 jpa.hibernate.ddl-auto: validate liquibase.change-log: classpath:db/changelog/db.changelog.xml server.compression: enabled: true mime-types: application/...
info: app: name: JVM Bloggers description: Application to spread info about polish blogging JVM Developers spring: mandatory-file-encoding: UTF-8 jpa.hibernate.ddl-auto: validate liquibase.change-log: classpath:db/changelog/db.changelog.xml server.compression: enabled: true mime-types: application/...
Move publication to original time
Move publication to original time
YAML
mit
szpak/jvm-bloggers,tdziurko/jvm-bloggers,jvm-bloggers/jvm-bloggers,szpak/jvm-bloggers,tdziurko/jvm-bloggers,kraluk/jvm-bloggers,jvm-bloggers/jvm-bloggers,szpak/jvm-bloggers,tdziurko/jvm-bloggers,jvm-bloggers/jvm-bloggers,kraluk/jvm-bloggers,tdziurko/jvm-bloggers,szpak/jvm-bloggers,jvm-bloggers/jvm-bloggers,kraluk/jvm-b...
2ceae98280a3da098da9751713762039bbf0fee1
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0
language: ruby rvm: - "1.9.3" - "2.0" - "2.1" - "2.2" - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true
Add 2.2, ruby-head/jruby-head, allow failures
Add 2.2, ruby-head/jruby-head, allow failures If required rubies fail tests, skip remaining tests via fast_finish.
YAML
mit
kbrock/awesome_spawn,ManageIQ/awesome_spawn
6c75519b8289ac849a8e677712f27068a8e6da6d
.travis.yml
.travis.yml
language: python python: - '3.5' - '3.6' env: - HASS=0.64.3 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
language: python python: - '3.5' - '3.6' env: - HASS=0.65.3 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Update Home Assistant to 0.65.3 for config checks in Travis CI
Update Home Assistant to 0.65.3 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
533ae8881e73704b2b7e0096448d2bfbead9ea5f
.travis.yml
.travis.yml
language: go go: - tip - 1.6 - 1.5 - 1.4 - 1.3 - 1.2
language: go go: - tip - 1.10 - 1.9 - 1.8 - 1.7 - 1.6 - 1.5 - 1.4 - 1.3 - 1.2
Test on Go 1.7 - 1.10
Test on Go 1.7 - 1.10
YAML
mit
mineo/gocaa
a3eab3d1a1630aae44fbd376a97e38ee39a5bc95
.travis.yml
.travis.yml
language: android android: components: - build-tools-22.0.1 - android-22 - extra script: ./gradlew test
language: android sudo: false android: components: - build-tools-22.0.1 - android-22 - extra script: ./gradlew test
Migrate to new infrastracture on Travis
Migrate to new infrastracture on Travis
YAML
apache-2.0
MaTriXy/android-db-commons,futuresimple/android-db-commons,futuresimple/android-db-commons
c5229e037d8432464d5649f945138e3ce4f942ed
.travis.yml
.travis.yml
language: go env: - DEP_VERSION="0.3.2" before_install: - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep install: - dep ensure go: - 1.7 - 1.8 - 1.9 - tip matrix: allow_failures: - go: tip fast...
language: go env: - DEP_VERSION="0.3.2" before_install: - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep install: - dep ensure go: - 1.8 - 1.9 - 1.10 - tip matrix: allow_failures: - go: tip fas...
Test on 1.10, stop testing on 1.7
Test on 1.10, stop testing on 1.7
YAML
mit
caio/go-tdigest
9c1ead2f70ddd512c24f3e58bd625093aeaedb13
.travis.yml
.travis.yml
before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" rvm: - 1.9.3 - 1.9.2 - 1.8.7 - rbx-18mode - rbx-19mode gemfile: - Gemfile - ci/Gemfile.capybara1-0 - ci/Gemfile.capybara1-1
before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" rvm: - 1.9.3 - 1.9.2 - 1.8.7 - rbx-18mode gemfile: - Gemfile - ci/Gemfile.capybara1-0 - ci/Gemfile.capybara1-1
Revert "try rbx 1.9 mode"
Revert "try rbx 1.9 mode" This reverts commit 02ea570c790bd320721ba584b91e74fd2d7f0ddc.
YAML
mit
SolarCS/poltergeist,roblander/poltergeist,TalentBox/poltergeist,airservice/poltergeist,martijnrusschen/poltergeist,exchangegroup/poltergeist,tribble/poltergeist,ryansch/poltergeist,teampoltergeist/poltergeist,mattrw89/poltergeist,sferik/poltergeist,Nuru/poltergeist,Nuru/poltergeist,tribble/poltergeist,tribble/poltergei...
96cdb5b56e89c2ae15e38630e4f99b57c838983f
config/yaml/parameters.yml
config/yaml/parameters.yml
database: driver: pdo_mysql username: root password: root dbname: cms host: localhost mail: char_set: utf-8 host: smtp_auth: true username: password: port: 587
database: driver: pdo_mysql username: cmsv4 password: cmsv4 dbname: cmsv4 host: localhost mail: char_set: utf-8 host: smtp_auth: true username: password: port: 587
Update default credentials for vagrant box
Update default credentials for vagrant box
YAML
mit
rmatil/angular-cms,rmatil/angular-cms
a78d641c6c4c89e0236dad1f1b8ceff10b860cf6
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - 0.12 - 4.1
language: node_js sudo: false node_js: - 4 - 5
Build only reasonable node versions
Build only reasonable node versions
YAML
mit
StephanHoyer/mithril-query
48fc80518f434576492c9388a892bd76fc5cba83
.travis.yml
.travis.yml
language: go go: - 1.6 - 1.7 - 1.8 install: - go get github.com/nsf/termbox-go sudo: false os: - linux - osx
language: go go: - 1.7 - 1.8 - 1.9 install: - go get github.com/nsf/termbox-go sudo: false os: - linux - osx
Drop CI tests for Go 1.6 and add Go 1.9
Drop CI tests for Go 1.6 and add Go 1.9
YAML
mit
maxzender/jv
947d799554e394d80271a17d62482e635ea10a58
roles/personalized/tmux/tasks/main.yml
roles/personalized/tmux/tasks/main.yml
- name: Ensure that the desired git repository folder exists file: state: directory path: "{{ git_repo_folder }}" - name: Check if personal tmux configuration repository exists locally stat: path: "{{ git_repo_folder }}/config.tmux" register: st - name: Acquire personal tmux configuration gi...
- name: Ensure that the desired git repository folder exists file: state: directory path: "{{ git_repo_folder }}" - name: Check if personal tmux configuration repository exists locally stat: path: "{{ git_repo_folder }}/config.tmux" register: st - name: Acquire personal tmux configuration gi...
Make personalized tmux role install new os-specific settings for BSD and Linux
Make personalized tmux role install new os-specific settings for BSD and Linux
YAML
mit
cmrosenberg/setup
a92bac27b97aeef626f43f2f82613831f7a28a90
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob build"
language: node_js node_js: - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob build"
Drop 0.9 for now until Buster fixes compatibility issue.
Drop 0.9 for now until Buster fixes compatibility issue.
YAML
mit
cliffano/couchpenter
ef444a6b9689d91fbe063ccd41aa7090f01daf6c
.travis.yml
.travis.yml
language: go go: - 1.7 - tip script: go test -v sudo: false
language: go go: - 1.8 - tip script: go test -v sudo: false
Build using current Go release.
Build using current Go release.
YAML
mit
tebeka/go2xunit,tebeka/go2xunit,tebeka/go2xunit
fe95dfd6dfe988d0073d4aff5266778612b5a8b3
csunplugged/at_a_distance/content/structure/lessons.yaml
csunplugged/at_a_distance/content/structure/lessons.yaml
parity-magic: order-number: 1 # qr-codes: # order-number: 2 # product-code-check-digits: # order-number: 3 finite-state-automata: order-number: 4 # image-representation: # order-number: 5 binary-representation: order-number: 6 stroop-effect: order-number: 7
# parity-magic: # order-number: 1 # qr-codes: # order-number: 2 # product-code-check-digits: # order-number: 3 finite-state-automata: order-number: 4 # image-representation: # order-number: 5 binary-representation: order-number: 6 stroop-effect: order-number: 7
Hide parity-magic lesson until ready for publishing
Hide parity-magic lesson until ready for publishing
YAML
mit
uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged
77cfff9c6037126200411b2d38fdd05707f56040
.travis.yml
.travis.yml
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addo...
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' addons: postgres...
Drop TRAVIS builds for Python nightly
Drop TRAVIS builds for Python nightly
YAML
bsd-3-clause
narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix
276e55d980373100d2aedb83ef556cd795acee37
.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 ...
# 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 ...
Add oraclejdk7 to Travis CI.
Add oraclejdk7 to Travis CI. git-svn-id: 306be505b4acf4ccace778b4b2465237cc9581ba@1790598 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
apache/commons-logging,apache/commons-logging,apache/commons-logging
acafa98951cd15b6f496091bbb8ed93e29825531
.travis.yml
.travis.yml
# https://travis-ci.org/danielkoster/argosd language: python python: - 3.4 - 3.5 install: - pip install -r requirements-test.txt --quiet script: - nosetests tests -v --with-coverage --cover-package=argosd --cover-inclusive - pep8 argosd - pep8 tests after_success: - python-codacy-coverage -r coverage.xml
# https://travis-ci.org/danielkoster/argosd language: python python: - 3.4 - 3.5 install: - pip install -r requirements-test.txt --quiet script: - nosetests tests -v --with-coverage --cover-package=argosd --cover-inclusive --cover-xml - pep8 argosd - pep8 tests after_success: - python-codacy-coverage -r c...
Create XML coverage for Codacy
Create XML coverage for Codacy
YAML
mit
danielkoster/argosd
00cf471c5235dfbd8393d9817997dc762ec874c9
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 matrix: allow_failures: - php: 5.5 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev --no-interaction --prefer-source - cp phpunit.xml.dist phpunit.xml
language: php php: - 5.3 - 5.4 - 5.5 env: - DOCTRINE_VERSION="2.2.*" - DOCTRINE_VERSION="2.3.*" - DOCTRINE_VERSION="dev-master" before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar require doctrine/orm:${DOCTRINE_VERSION} doctrine/dbal:${DOCTRINE_VERSION...
Test on all doctrine branches
Test on all doctrine branches
YAML
mit
Prezent/doctrine-translatable
9a320a994744abf29a04d9d6e67b71844461d2ec
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 env: - DJANGO=Django==1.4.13 - DJANGO=Django==1.5.8 - DJANGO=Django==1.6.5 - DJANGO=https://github.com/django/django/tarball/stable/1.7.x install: - pip install --use-mirrors $DJANGO - pip install --use-mirrors coverage coveralls script: coverage run -a -...
language: python python: - 2.6 - 2.7 - 3.3 env: - DJANGO=Django==1.4.13 - DJANGO=Django==1.5.8 - DJANGO=Django==1.6.5 - DJANGO=https://github.com/django/django/tarball/stable/1.7.x install: - pip install --use-mirrors coverage coveralls $DJANGO script: coverage run -a --branch setup.py test matrix:...
Use single line for pip install in Travis
Use single line for pip install in Travis
YAML
mit
treyhunner/django-email-log,treyhunner/django-email-log
b74ee183571c9277e45e6d1313cd9cacc14a8535
.travis.yml
.travis.yml
language: python python: 3.6 cache: pip install: - "pip install coveralls" - "pip install -r requirements.txt" before_script: # configure a headless display to test plot generation - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - curl -L https://codecli...
language: python python: 3.6 cache: pip install: - "pip install coveralls" - "pip install -r requirements.txt" before_script: # configure a headless display to test plot generation - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - curl -L https://codecli...
Add -t coverage.py to TravisCI config
Add -t coverage.py to TravisCI config
YAML
mit
lukeshingles/artistools,lukeshingles/artistools
6e712ce0a42bbc9e5b9de26649737773ddcabfba
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.8" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' - npm install -g npm@latest
sudo: false language: node_js node_js: - 'iojs' - '0.12' - '0.10'
Add node 0.12 and 0.11
Add node 0.12 and 0.11 use container based travis
YAML
mit
researchgate/grunt-changed
4b0b6f2262f420ff1c9681349c0691bf7eabad52
.travis.yml
.travis.yml
language: ruby before_install: # Travis bundler versions are quite out of date and can cause install errors # see: https://github.com/rubygems/rubygems/issues/1419 - gem update bundler rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - 2.3.0 - 2.4.0 - 2.5.0 - 2.6.0 env: global: secure: MBTxmpWCjrsNKPlOoFwJUMHze3GPMz8YC...
language: ruby before_install: - gem update bundler rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - 2.3.0 - 2.4.0 - 2.5.0 - 2.6.0 env: global: secure: MBTxmpWCjrsNKPlOoFwJUMHze3GPMz8YCXQFQG3zJBh3WGNQnz4z91ra/1P/DClyVCxHGSFCOswxCNe4kJ2zAnPyQLqGSinXy9uDpqZQUEdaRoQbPnh4/bguZNSJ429gtTpMdDSNOgQ+Hra2EFnWwHA+rLF6ImksMsu3XGKGxG...
Add Code Climate test reporter hook
Add Code Climate test reporter hook
YAML
mit
DamirSvrtan/fasterer
13f21cf7caf54fcdd375980d396d52769c79b64f
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 en...
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes...
Add support for Puppet 4.0
Add support for Puppet 4.0
YAML
apache-2.0
dhoppe/puppet-resolv,dhoppe/puppet-resolv
1ff42157c2599b67918f7427e9fd0f97b19e3794
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_script: cd test/ script: jjs -DNnClassLoader.debug=true test-all.js
language: java jdk: - oraclejdk8 - oraclejdk9 before_script: cd test/ script: jjs -DNnClassLoader.debug=true test-all.js
Add jdk9 testing to CI
Add jdk9 testing to CI
YAML
apache-2.0
NashornTools/NnClassLoader
9663e6ac9cd962ddcb99172a06f9cf0e37886516
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_install: - phpenv rehash - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.i...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm - hhvm-nightly before_install: - phpenv rehash - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv ...
Add PHP 7 and hhvm-nightly to Travis build matrix
Add PHP 7 and hhvm-nightly to Travis build matrix
YAML
mit
ppi/framework,ppi/framework,BeastModeON/framework,omeripek/framework,BeastModeON/framework,omeripek/framework
8f7a3837c1c77c7a91a0481462edd61a8cfc732c
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" - "3.1" - "3.2" - "3.3" before_install: - sudo apt-get install graphviz install: - pip install Sphinx --use-mirrors - pip install pep8 --use-mirrors before_script: - pep8 --exclude=asizeof.py,metadata.py,bottle*.py --max-line-length=80 pympler script:...
language: python python: - "2.5" - "2.6" - "2.7" - "3.1" - "3.2" before_install: - sudo apt-get install graphviz python-tk install: - pip install Sphinx --use-mirrors - pip install pep8 --use-mirrors before_script: - pep8 --exclude=asizeof.py,metadata.py,bottle*.py --max-line-length=80 pympler script:...
Remove Python 3.3 as it's not yet supported by Travis
Remove Python 3.3 as it's not yet supported by Travis
YAML
apache-2.0
pympler/pympler,Khan/pympler,yunjianfei/pympler,pympler/pympler,swiftstack/pympler,Khan/pympler,yunjianfei/pympler
dc943c03d0923dd0299243f653ca79d5b0f932e2
.build.yml
.build.yml
image: archlinux packages: - meson - ninja - wayland - wayland-protocols - mesa - libinput - pixman - libxkbcommon - xcb-util-image - libcap - rustup - clang - libxcb - xorg-xinput - xcb-util-image - xcb-util-cursor - xcb-util-wm sources: - https://g...
image: archlinux packages: - meson - ninja - wayland - wayland-protocols - mesa - libinput - pixman - libxkbcommon - xcb-util-image - libcap - rustup - clang - libxcb - xorg-xinput - xcb-util-image - xcb-util-cursor - xcb-util-wm sources: - https://g...
Check that dynamic linking works in CI
Check that dynamic linking works in CI
YAML
mit
way-cooler/wlroots-rs,way-cooler/wlroots-rs
27e82024826d8dec9da2dc328679168dfabd22ed
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-zed-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 zed unit tests
Add Python3 zed unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I20476524c984d9fbee07f544bafadcd33dbc46a...
YAML
apache-2.0
openstack/oslo.context
a12456c17c5f43a35a54e605e89f74205be1e98e
.zuul.yaml
.zuul.yaml
- job: name: heatclient-functional parent: devstack-tox-functional timeout: 4200 required-projects: - openstack/heat - openstack/python-heatclient vars: openrc_enable_export: true devstack_plugins: heat: https://opendev.org/openstack/heat irrelevant-files: -...
- job: name: heatclient-functional parent: devstack-tox-functional timeout: 4200 required-projects: - openstack/heat - openstack/python-heatclient vars: openrc_enable_export: true devstack_plugins: heat: https://opendev.org/openstack/heat irrelevant-files: -...
Add Python3 zed unit tests
Add Python3 zed unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ia4b850aeb841cb3d128758fc4b9a816a4ba8ba1...
YAML
apache-2.0
openstack/python-heatclient
545757e57f9430004dd1611c753412c5a632ab0b
openstack/manila/templates/api-service.yaml
openstack/manila/templates/api-service.yaml
kind: Service apiVersion: v1 metadata: name: manila-api labels: system: openstack type: api component: manila annotations: prometheus.io/scrape: "true" prometheus.io/targets: {{ required ".Values.alerts.prometheus" .Values.alerts.prometheus | quote }} spec: selector: name: manila-api ...
kind: Service apiVersion: v1 metadata: name: manila-api labels: system: openstack type: api component: manila annotations: prometheus.io/scrape: "true" prometheus.io/port: {{ .Values.global.metrics_port | quote }} prometheus.io/targets: {{ required ".Values.alerts.prometheus" .Values.aler...
Revert "[manila] remove obsolete prom annotation"
Revert "[manila] remove obsolete prom annotation" This reverts commit 1634bf15a7631929dd87c18000979b697392707b.
YAML
apache-2.0
sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts
736ee87f5f305f8e42a0899f28d1f2f2e6fc55a9
ops/provisioning/roles/mysql/tasks/main.yml
ops/provisioning/roles/mysql/tasks/main.yml
--- - name: install mysql apt: pkg=$item state=installed with_items: - python-mysqldb - mysql-client - mysql-server - name: start the mysql service action: service name=mysql state=started - name: update mysql root password for all root accounts mysql_user: name=root host=$item password=$mysql_roo...
--- - name: install mysql apt: pkg=$item state=installed update_cache=yes with_items: - python-mysqldb - mysql-client - mysql-server - name: start the mysql service action: service name=mysql state=started - name: update mysql root password for all root accounts mysql_user: name=root host=$item pa...
Make sure to apt-get update before trying to install mysql.
Make sure to apt-get update before trying to install mysql.
YAML
mit
muescha/hutmap,dylanfprice/hutmap,muescha/hutmap,muescha/hutmap,dylanfprice/hutmap,dylanfprice/hutmap,muescha/hutmap,dylanfprice/hutmap
08a6d10c32beb5c2736b36487efb1860e868d74e
roles/ceph-validate/tasks/check_iscsi.yml
roles/ceph-validate/tasks/check_iscsi.yml
--- - name: set_fact use_new_ceph_iscsi package or old ceph-iscsi-config/cli set_fact: use_new_ceph_iscsi: "{{ (gateway_ip_list | default('0.0.0.0') == '0.0.0.0' and gateway_iqn | default('') | length == 0 and client_connections | default({}) | length == 0 and rbd_devices | default({}) | length == 0) | bool | ter...
--- - name: set_fact use_new_ceph_iscsi package or old ceph-iscsi-config/cli set_fact: use_new_ceph_iscsi: "{{ (gateway_ip_list | default('0.0.0.0') == '0.0.0.0' and gateway_iqn | default('') | length == 0 and client_connections | default({}) | length == 0 and rbd_devices | default({}) | length == 0) | bool | ter...
Add check for missing iqn
igw: Add check for missing iqn If the user is still using the older packages and does not setup the target iqn you will just get a vague error message later on. This adds a check during the validate task, so it is clear to the user. Signed-off-by: Mike Christie <39daeb1549a929782e38aa87c4e3da7f3844b09a@redhat.com>
YAML
apache-2.0
ceph/ceph-ansible,ceph/ceph-ansible
e69d192f679e3d8b6ea470510c8ca9a1b49d962e
dist/snappy/snapcraft.yaml
dist/snappy/snapcraft.yaml
name: glop version: '0.1' summary: Glue Language for OPerations description: | A DSL and interpreted runtime for building autonomous, intelligent agents that operate software systems. grade: stable confinement: strict apps: glop: command: glop-wrapper plugs: - network - network-bind - ...
name: glop version: '0.2' summary: Glue Language for OPerations description: | A DSL and interpreted runtime for building autonomous, intelligent agents that operate software systems. grade: stable confinement: classic apps: glop: command: glop-wrapper parts: glop: plugin: rust rust-channel: stab...
Use classic confinement. bump version.
Use classic confinement. bump version.
YAML
apache-2.0
cmars/glop
581e2c0acd8fda55459d96d5cf394c53e042f3bf
recipes/markdown-kernel/meta.yaml
recipes/markdown-kernel/meta.yaml
{% set name = "markdown-kernel" %} {% set version = "0.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b build: num...
{% set name = "markdown-kernel" %} {% set version = "0.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b build: num...
Move jupyter to host requirement
Move jupyter to host requirement
YAML
bsd-3-clause
hadim/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,asmeurer/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,petrushy/staged-recipes,birdsarah...
fc66631550a66f835074a725a8a8035f298a9a70
apps/bletiny/syscfg.yml
apps/bletiny/syscfg.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 u...
# 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 u...
Use proper options for SM configuration
bletiny: Use proper options for SM configuration BLE_SM is now enabled based on BLE_SM_LEGACY and BLE_SM_SC options.
YAML
apache-2.0
wes3/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,wes3/incubator-mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/apache-mynewt-core,wes3/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,andrzej-kaczmarek/incu...
b107b3767aae8f622761321de4cb10b54cdf1b3e
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
name: Build Aphex on: push: branches: - '**' tags: - 'v*' env: IMAGE_NAME: ethicaljobs/aphex jobs: build: runs-on: ubuntu-latest strategy: matrix: php: ['7.3', '7.4'] name: Build PHP ${{ matrix.php }} container steps: - name: Checkout uses: actio...
name: Build Aphex on: push: branches: - '**' tags: - 'v*' env: IMAGE_NAME: ethicaljobs/aphex jobs: build: runs-on: ubuntu-latest strategy: matrix: php: ['7.3', '7.4'] name: Build PHP ${{ matrix.php }} container steps: - name: Checkout uses: actio...
Switch to GitHub Actions build caching
Switch to GitHub Actions build caching
YAML
mit
ethical-jobs/aphex
2365f25e1197d4f5e29081045c3322b8d3e72008
docker-compose-example.yml
docker-compose-example.yml
redash: image: redash ports: - "5000:5000" links: - redis - postgres environment: REDASH_STATIC_ASSETS_PATH:"../rd_ui/app/" REDASH_LOG_LEVEL:"INFO" REDASH_REDIS_URL:redis://localhost:6379/0 REDASH_DATABASE_URL:"postgresql://redash" REDASH_COOKIE_SECRET:veryverysecret REDASH_G...
redash: image: redash ports: - "5000:5000" links: - redis - postgres environment: REDASH_STATIC_ASSETS_PATH:"../rd_ui/app/" REDASH_LOG_LEVEL:"INFO" REDASH_REDIS_URL:redis://localhost:6379/0 REDASH_DATABASE_URL:"postgresql://redash" REDASH_COOKIE_SECRET:veryverysecret REDASH_G...
Use redash's docker-hub nginx image
Use redash's docker-hub nginx image
YAML
bsd-2-clause
getredash/redash,amino-data/redash,moritz9/redash,vishesh92/redash,alexanderlz/redash,pubnative/redash,ninneko/redash,easytaxibr/redash,44px/redash,useabode/redash,M32Media/redash,stefanseifert/redash,ninneko/redash,easytaxibr/redash,pubnative/redash,jmvasquez/redashtest,hudl/redash,denisov-vlad/redash,EverlyWell/redas...
4b84a8c887356bb123d44d7337748935cb817d28
playbooks/roles/haproxy_server/tasks/haproxy_pre_install.yml
playbooks/roles/haproxy_server/tasks/haproxy_pre_install.yml
--- # Copyright 2015, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2015, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Use task state instead of output to create haproxy log directory
Use task state instead of output to create haproxy log directory Use the previous tasks changed state to create haproxy log directories. Both use the same "log_dir.rc != 0" logic. This allows the play to run in check mode. Change-Id: I731ea1ec7822266cd9a433b328e5dc5cdd0a205a
YAML
apache-2.0
yanyao/newton,major/os-ansible-deployment,bunchc/openstack-ansible,major/openstack-ansible,openstack/openstack-ansible,cloudnull/os-ansible-deployment,stackforge/os-ansible-deployment,yanyao/newton,mancdaz/openstack-ansible,stackforge/os-ansible-deployment,mancdaz/openstack-ansible,weezer/openstack-ansible,cfarquhar/op...