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
5f74557bc005dc8aea2167fed285a6f97f6dab81
.travis.yml
.travis.yml
branches: only: - master - staging - trying sudo: false language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - env: TOXENV=py27 - env: TOXENV=pypy install: - pip install -U pip setuptools wheel - pip install tox codecov - | if [ "${TOXENV}" == "pypy" ]; then git clone -...
branches: only: - master - staging - trying sudo: false dist: trusty language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - env: TOXENV=py27 python: 2.7.13 - env: TOXENV=pypy python: pypy2.7-5.8.0 install: - pip install -U pip setuptools wheel - pip install tox co...
Remove our own pyenv junk.
Remove our own pyenv junk.
YAML
mit
fusionapp/entropy
1983bdc551e51703eb9671b5e25c6dadaa9f4665
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.2 - 2.1 - 2.0.0 - jruby - rbx-2 gemfile: - test/gemfiles/Gemfile.rails-4.0.x - test/gemfiles/Gemfile.rails-4.1.x - test/gemfiles/Gemfile.rails-4.2.x matrix: allow_failures: - rvm: jruby - rvm: rbx-2 fast_finish: true script: "bundle exec rak...
sudo: false language: ruby cache: bundler rvm: - 2.3 - 2.2 - 2.1 - 2.0.0 - jruby - rbx-2 gemfile: - test/gemfiles/Gemfile.rails-4.0.x - test/gemfiles/Gemfile.rails-4.1.x - test/gemfiles/Gemfile.rails-4.2.x matrix: allow_failures: - rvm: jruby - rvm: rbx-2 fast_finish: true script: "bundle ...
Add ruby 2.3 to test matrix
Add ruby 2.3 to test matrix
YAML
mit
haml/haml,haml/haml,haml/haml,haml/haml
2ebd1d76bd473699d2a06b84c668302d46240cc0
.travis.yml
.travis.yml
# Use container-based infrastructure sudo: false language: ruby # Travis bug, see https://github.com/bundler/bundler/pull/3559 before_install: gem update bundler cache: bundler rvm: - ruby-head - 2.3.3 # Travis lacking 2.3 alias, see https://github.com/travis-ci/travis-ci/issues/5361 - 2.2 - 2.1 - 2.0.0 - 1...
# Use container-based infrastructure sudo: false language: ruby # Travis bug, see https://github.com/bundler/bundler/pull/3559 before_install: gem update bundler cache: bundler rvm: - ruby-head - 2.3.3 # Travis lacking 2.3 alias, see https://github.com/travis-ci/travis-ci/issues/5361 - 2.2 - 2.1 - 2.0.0 - 1...
Test more Rubinius versions, but allow to fail
Test more Rubinius versions, but allow to fail Travis appears to not be able to even install rbx-2 right now. Just want to keep an eye on the situation and eventually get tests passing again, once Travis gets sorted out.
YAML
mit
ms-ati/docile
f54ff1c74eede62a0495765716eb1524d377e12a
.travis.yml
.travis.yml
dist: xenial language: rust cache: cargo rust: - stable - nightly script: - cargo build --verbose - cargo test --verbose - cargo run -- --version
language: rust cache: cargo os: - linux - osx - windows dist: xenial rust: - stable - nightly script: - cargo build --verbose - cargo test --verbose - cargo run -- --version
Enable Travis CI to run on Windows and macOS.
Enable Travis CI to run on Windows and macOS.
YAML
mit
google/rrg
6b6b6b3cbb34c7ace06793cf358912928e3aff1e
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-stable-precise packages: - chefdk env: global: - KITCHEN_LOCAL_YAML=.kitchen.docker.yml install: echo "skip bundle install" before_script: - eval "$(/opt/chefdk/bin/chef shell-init bash)" - chef gem install test-kitchen - chef gem in...
sudo: required dist: trusty addons: apt: sources: - chef-stable-precise packages: - chefdk env: global: - KITCHEN_LOCAL_YAML=.kitchen.docker.yml install: echo "skip bundle install" before_script: - eval "$(/opt/chefdk/bin/chef shell-init bash)" - chef gem install test-kitchen - chef gem in...
Add missing stove gem to fix the build
Add missing stove gem to fix the build
YAML
apache-2.0
aetrion/chef-dnsimple,aetrion/chef-dnsimple,dnsimple/chef-dnsimple
f96b612759c498916fecb649bc995cf38b189dd0
.travis.yml
.travis.yml
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=tinydns-ubuntu-1404 - INSTANCE=dbndn...
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=tinydns-ubuntu-1404 - INSTANCE=dbndn...
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
jtimberman/djbdns,jtimberman/djbdns,jtimberman/djbdns
c97437d9eb8f08de56cb3f8647a192788ead12ca
.travis.yml
.travis.yml
sudo: required dist: trusty language: cpp before_install: - sudo apt-get update -qq # Install ZeroMQ - sudo apt-get install -y libzmq3-dev libzmq3 # Install Boost - sudo apt-get install -y libboost-all-dev # Install yaml-cpp - sudo apt-get install -y libyaml-cpp0.5 libyaml-cpp-dev # Install libcURL -...
sudo: required dist: trusty language: cpp before_install: - sudo apt-get update -qq # Install ZeroMQ - sudo apt-get install -y libzmq3-dev libzmq3 # Install Boost - sudo apt-get install -y libboost-all-dev # Install yaml-cpp - sudo apt-get install -y libyaml-cpp0.5 libyaml-cpp-dev # Install libcURL -...
Discard output of coveralls uploader
Discard output of coveralls uploader
YAML
mit
ReCodEx/worker,ReCodEx/worker,ReCodEx/worker
fdb0076faad70b4440764dd05194c4ef1bfbe6ed
.travis.yml
.travis.yml
language: haxe before_script: - npm install haxe: - "3.2.0" hxml: - test/travis.hxml
language: haxe sudo: false before_script: - npm install haxe: - "3.2.0" hxml: - test/travis.hxml
Disable sudo for faster container-based builds
Disable sudo for faster container-based builds
YAML
mit
dionjwa/haxe-json-rpc,dionjwa/haxe-json-rpc
cd991e637091cbb3452919f12ad6037b27a391ee
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - hhvm-nightly branches: except: - v0.5 - v0.6 - php5.2_backport - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpun...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm branches: except: - v0.5 - v0.6 - php5.2_backport - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c phpunit.xml...
Remove hhvm-nightly from Travis CI configuration.
[tests] Remove hhvm-nightly from Travis CI configuration. See https://github.com/travis-ci/travis-ci/issues/3788 for details.
YAML
mit
gopalindians/predis,gencer/predis,CloudSide/predis,zhangyancoder/predis,nguyenthaihan/predis,dzung2t/predis,protomouse/predis,moria/predis,WalterShe/predis,quangnguyen90/predis,mrkeng/predis,RudyJessop/predis,lvbaosong/predis,SecureCloud-biz/predis
539938a6681d84f1cf85788ff43beb4919058bef
.travis.yml
.travis.yml
sudo: false language: go go: - 1.4 - 1.5 - 1.6 - tip script: go test -v -cover -race notifications: email: - u@gogs.io
sudo: false language: go go: - 1.5 - 1.6 - tip script: go test -v -cover -race notifications: email: - u@gogs.io
Remove stupid 1.4 for CI
Remove stupid 1.4 for CI
YAML
apache-2.0
go-macaron/macaron,go-macaron/macaron
bc096d9a44db11e49a5605ded4994eec5d7be104
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.11" - "0.12" - "4.0" - "4.1" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/co...
sudo: false language: node_js node_js: - "0.11" - "0.12" - "4.1" - "4.2" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/coverage/bust...
Update Travis config to latest. Add v4.2, drop v4.0 .
Update Travis config to latest. Add v4.2, drop v4.0 .
YAML
mit
cliffano/sapi
9425a03640e294561b8eb5f192af46584e5339b4
.travis.yml
.travis.yml
dist: trusty sudo: false language: go go: - 1.8 install: - go get github.com/gwenn/yacr - go get -tags all github.com/gwenn/gosqlite before_script: - go get github.com/bmizerany/assert script: # - GODEBUG=cgocheck=2 go test -v -tags all github.com/gwenn/gosqlite - GODEBUG=cgocheck=0 go test -v -tags all github.com/...
dist: trusty sudo: false language: go go: - 1.9 install: - go get github.com/gwenn/yacr - go get -tags all github.com/gwenn/gosqlite before_script: - go get github.com/bmizerany/assert script: # - GODEBUG=cgocheck=2 go test -v -tags all github.com/gwenn/gosqlite - GODEBUG=cgocheck=0 go test -v -tags all github.com/...
Upgrade Travis build to Go 1.9
Upgrade Travis build to Go 1.9
YAML
bsd-3-clause
gwenn/gosqlite,gwenn/gosqlite
ca24167eb1c982e8c159cbd392f12885405b9588
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/wildmap
b5ea8fdbbf2d2a3b4cc0350f0414449cfd51d542
.travis.yml
.travis.yml
language: python python: 2.7 branches: only: - src env: global: secure: gZYVTY9bdudw6cJSj0IR5reYvkoAeOrOx5t+1H/t3ZHVhcVUhFwBpBkbc0iDFIdAFa43W76FymP5a0MAKrTaTcnEHRpKRVBdEDr7et5hWntGFaCKYN34qFuDsVVftBkPLhWkYufaOsX2f8NF04hC+E7NdzHKaDTXL4PjmayTydI= install: - pip install -r requirements.txt before_script: - git c...
language: python python: 2.7 notifications: email: false branches: only: - src env: global: secure: gZYVTY9bdudw6cJSj0IR5reYvkoAeOrOx5t+1H/t3ZHVhcVUhFwBpBkbc0iDFIdAFa43W76FymP5a0MAKrTaTcnEHRpKRVBdEDr7et5hWntGFaCKYN34qFuDsVVftBkPLhWkYufaOsX2f8NF04hC+E7NdzHKaDTXL4PjmayTydI= install: - pip install -r requireme...
Clone Pelican plugins and disable notifications
Clone Pelican plugins and disable notifications
YAML
mit
iKevinY/iKevinY.github.io,iKevinY/iKevinY.github.io,iKevinY/iKevinY.github.io
dedc088b3c5befe8e7730e6b0efb3de7fbea8c05
.travis.yml
.travis.yml
language: groovy jdk: - openjdk7 install: - sudo apt-get install pandoc texlive-latex-base texlive-luatex - ./gradlew -I gradle/travis-init.gradle ciPrepare script: ./gradlew -I gradle/travis-init.gradle ciBuild after_success: - ./gradlew -I gradle/travis-init.gradle ciPostBuild env: global: - DEPLOY_USER=travis ...
language: groovy jdk: - openjdk7 install: - sudo apt-get install pandoc texlive-latex-base texlive-luatex r-base-core - ./gradlew -I gradle/travis-init.gradle ciPrepare script: ./gradlew -I gradle/travis-init.gradle ciBuild after_success: - ./gradlew -I gradle/travis-init.gradle ciPostBuild env: global: - DEPLOY_...
Install Rscript for integration tests
Install Rscript for integration tests
YAML
bsd-3-clause
mdekstrand/gradle-plugins,mdekstrand/gradle-plugins
94b785b8ae2efd7e013941d42361e050e02326a9
.travis.yml
.travis.yml
language: python - "3.2" - "3.4" - "3.5" - "3.6" addons: apt: packages: - python3-scipy - python3-nose - python3-coverage before_install: - pip install codecov rednose nose coverage toolz nose-parameterized codeclimate-test-reporter cache: pip sudo: fa...
language: python - "3.2" - "3.4" - "3.5" - "3.6" addons: apt: packages: - python3-scipy - python3-nose - python3-coverage before_install: - pip install codecov rednose nose coverage toolz nose-parameterized codeclimate-test-reporter cache: pip sudo: fa...
Use nosetests instead of nosetests3
Use nosetests instead of nosetests3
YAML
apache-2.0
ulikoehler/UliEngineering
5757bb3250767db98ab375592f350d552f1421a2
.travis.yml
.travis.yml
--- bundler_args: --without development language: ruby cache: bundler rvm: - 2.2.0 sudo: false before_script: - mysql -e 'create database elmo_test;' - "for f in $(find -name '*.example'); do cp \"$f\" \"${f%.example}\"; done" - "sed -ri 's/user: elmo/user: travis/; /password:/d' config/database.yml" - bundle...
--- bundler_args: --without development language: ruby cache: bundler rvm: - 2.2.0 sudo: false before_script: - mysql -e 'create database elmo_test;' - "for f in $(find -name '*.example'); do cp \"$f\" \"${f%.example}\"; done" - "sed -ri 's/user: elmo/user: travis/; /password:/d' config/database.yml" - "sed -...
Remove reCAPTCHA lines from local_config.rb
2372: Remove reCAPTCHA lines from local_config.rb These seem to be stopping the environment variables from being used
YAML
apache-2.0
thecartercenter/elmo,thecartercenter/elmo,thecartercenter/elmo
182e213fbb59414cfbc218fd8dcde9fc501d74f5
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - rbx-19mode - ruby-head script: - RAILS_ENV=test bundle exec rake --trace db:migrate - bundle exec rake db:test:prepare - bundle exec rake test
language: ruby rvm: - 1.9.3 - rbx-19mode - ruby-head - jruby-19mode script: - RAILS_ENV=test bundle exec rake --trace db:migrate - bundle exec rake db:test:prepare - bundle exec rake test
Add jruby-19mode to Travis rubies
Add jruby-19mode to Travis rubies
YAML
mit
skyshaper/satq,skyshaper/satq,skyshaper/satq,skyshaper/satq
2b6c6d0f6ba2e638fd9f9cfc7f83954344a2943e
.travis.yml
.travis.yml
language: node_js before_script: - "git submodule update --init --recursive" notifications: irc: channels: - "irc.freenode.org#patterns" on_success: change on_failure: always template: - "%{branch}/%{commit} %{author} %{message}" - "Build details: %{build_url}"
language: node_js node_js: - 0.8 before_script: - "git submodule update --init --recursive" - "npm install grunt-cli" notifications: irc: channels: - "irc.freenode.org#patterns" on_success: change on_failure: always template: - "%{branch}/%{commit} %{author} %{message}" - "Build detail...
Use node_js 0.8 and install grunt-cli"
Use node_js 0.8 and install grunt-cli"
YAML
bsd-3-clause
Patternslib/require-experimental-build
d64543861c18632dc1f5fd4b4ab2bf8be29bc889
.travis.yml
.travis.yml
dist: xenial language: python python: - "2.7" - "3.5" - "3.6" - "3.7" install: - pip install -r requirements.txt - pip install nose flexmock script: nosetests
dist: xenial language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" - "3.9" - "3.10-dev" install: - pip install -r requirements.txt - pip install nose flexmock script: nosetests
Add new Pythons to the CI config
Add new Pythons to the CI config
YAML
bsd-3-clause
bkabrda/flask-whooshee
2ffcef7d89fb37379051580852e8a01da6b88d70
.travis.yml
.travis.yml
language: python python: - 3.3 - 3.4 install: - pip install -e .[tests] - pip install pytest-cov flake8 coveralls script: - py.test -v --cov cliche --durations=20 - hooks/pre-commit after_success: - coveralls notifications: irc: channels: - "irc.ozinger.org#cliche.io" on_success: change on_failure: al...
language: python python: - 3.3 - 3.4 addons: postgresql: "9.3" install: - pip install -e .[tests] - pip install pytest-cov flake8 coveralls before_script: - createdb -U postgres cliche_test script: - py.test -v --cov cliche --durations=20 --database-url='postgresql:///cliche_test?user=postgres' - py.test -v --duratio...
Test on PostgreSQL as well
Test on PostgreSQL as well
YAML
mit
clicheio/cliche,item4/cliche,clicheio/cliche,item4/cliche,clicheio/cliche
6d8417d6da7f27097cd3c29d1b39ab36097843db
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" addons: apt: packages: - ttf-dejavu install: - pip install pytest flake8 -e . - mkdir -p ~/.fonts - wget http://www.w3.org/Style/CSS/Test/Fonts/Ahem/AHEM____.TTF -O ~/.fonts/Ahem.ttf script: - py.test -s - flake8 we...
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" addons: apt: packages: - ttf-dejavu install: - pip install pytest flake8 -e . - mkdir -p ~/.fonts - wget "https://github.com/Kozea/Ahem/blob/master/Ahem.ttf?raw=true" -O ~/.fonts/Ahem.ttf script: - py.test -s - flak...
Fix the link used to download Ahem
Fix the link used to download Ahem The w3.org servers like to reject Travis' requests.
YAML
bsd-3-clause
Kozea/WeasyPrint,Kozea/WeasyPrint
35daabcc53c84ea65b2cf8d9d5fd7f83db42906e
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: required cache: bundler services: - postgresql - mysql bundler_args: --without yard guard benchmarks tools before_script: - psql -c 'create database rom_sql;' -U postgres - mysql -u root -e 'create database rom_sql;' - rvm get master after_success: - '[ -d coverage ] && bun...
language: ruby dist: trusty sudo: required cache: bundler services: - postgresql - mysql bundler_args: --without yard guard benchmarks tools before_script: - psql -c 'create database rom_sql;' -U postgres - mysql -u root -e 'create database rom_sql;' - rvm get master after_success: - '[ -d coverage ] && bun...
Use latest JRuby on Travis
Use latest JRuby on Travis
YAML
mit
rom-rb/rom-sql,rom-rb/rom-sql
af7c479bec8dbe475d646fc32bc7b0e5881c24dc
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' - '4' - '5'
language: node_js node_js: - '0.12' - '4' - '5' script: "npm run test" # Send coverage data to Coveralls after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Add test and coverall configuration
Add test and coverall configuration
YAML
mit
ospatil/string-search
bf4232b60f71e48c3634a0c8abfe25c643175a36
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - jruby-19mode-1.7.4 - rbx-19mode
Use JRuby 1.7.4 for CI. Update DOAP file for N-Triples. Change deprecated RSpec mock to double.
Use JRuby 1.7.4 for CI. Update DOAP file for N-Triples. Change deprecated RSpec mock to double.
YAML
unlicense
ruby-rdf/rdf-turtle
14739212f41c77a469d8792ebcc9ef9e911a7274
.travis.yml
.travis.yml
sudo: false addons: apt: sources: - deadsnakes - ubuntu-toolchain-r-test packages: - python3.5 - python3.5-dev - python-pip - python-virtualenv - gcc-4.9 - g++-4.9 # Needed for ARM gcc ...
sudo: false addons: apt: sources: - deadsnakes - ubuntu-toolchain-r-test packages: - python3.5 - python3.5-dev - python-pip - python-virtualenv - gcc-4.9 - g++-4.9 # Needed for ARM gcc ...
Add CI for Nucleo STM32F103 platform
Add CI for Nucleo STM32F103 platform
YAML
bsd-2-clause
cvra/can-bootloader,cvra/can-bootloader,cvra/can-bootloader,cvra/can-bootloader
d4200c66df3c3a9bfa540b4873fb8575c9778f8a
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 install: "pip install Django==$DJANGO_VERSION --use-mirrors" script: ./runtests.py env: - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.5
language: python python: - 2.6 - 2.7 - 3.3 install: "pip install Django==$DJANGO_VERSION --use-mirrors" script: ./runtests.py env: - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.5 matrix: exclude: - python: 3.3 env: DJANGO_VERSION=1.4.5
Add Python 3 tests to Travis CI
Add Python 3 tests to Travis CI
YAML
bsd-3-clause
jarcoal/django-loginas,intellisense/django-loginas,stochastic-technologies/django-loginas,stochastic-technologies/django-loginas,skorokithakis/django-loginas,topletal/django-loginas,jarcoal/django-loginas,topletal/django-loginas,skorokithakis/django-loginas,intellisense/django-loginas
adb33c68e95f67cdeac15ddf2e7e12dd4eb32a5f
.travis.yml
.travis.yml
language: go go: - 1.12 env: - GO111MODULE=on script: # Fail on first non 0 exit code - set -e # Check if Go source code is unformatted - UNFMT_LIST=$(gofmt -l $(find . -iname '*.go' -type f)) - if [ "${UNFMT_LIST}" ]; then echo "${UNFMT_LIST}"; exit 1; fi # Run tests - make test # Linter for Go sou...
language: go go: - 1.12 env: - GO111MODULE=on script: # Fail on first non 0 exit code - set -e # Check if Go source code is unformatted - UNFMT_LIST=$(gofmt -l $(find . -iname '*.go' -type f)) - if [ "${UNFMT_LIST}" ]; then echo "${UNFMT_LIST}"; exit 1; fi # Run tests - go test -race -coverprofile=cov...
Add CodeCov to Travis stack
Add CodeCov to Travis stack
YAML
mit
Glavic/8xIO,Glavic/8xIO,Glavic/8xIO
26c7a9adf5d07c503108cf396b25440050782f92
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "4"
Test Node.js 4 instead of io.js
Test Node.js 4 instead of io.js See jadejs/jade#2083.
YAML
mit
pugjs/jade-lexer,jadejs/jade-lexer,xdissent/jade-lexer,pugjs/pug-lexer,pugjs/pug-lexer,xdissent/jade-lexer
bdc916837dde4d41a5501dba177b5599774fa4f2
tasks/configuration.yml
tasks/configuration.yml
--- - name: Ensure the PowerDNS configuration directory exists file: name={{pdns_rec_config_dir | default('/etc/powerdns')}} state=directory owner="root" group="root" - name: grab pdns_recursor version shell: "pdns_recursor --version 2>&1 | awk '/PowerDNS Recursor/ { print $6 }'" register: pdns_recursor_version_...
--- - name: Ensure the PowerDNS configuration directory exists file: name={{pdns_rec_config_dir | default('/etc/powerdns')}} state=directory owner="root" group="root" - name: grab pdns_recursor version shell: "pdns_recursor --version 2>&1 | awk '/PowerDNS Recursor/ { print $6 }'" register: pdns_recursor_version_...
Mark a task a never changing
Mark a task a never changing
YAML
mit
PowerDNS/pdns_recursor-ansible
8103d591881810ee8355cff2fa796eb8ef2efe45
docker-compose.yml
docker-compose.yml
version: '2' services: init: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-container command: configure env_file: .env-docker-compose volumes: - .:/opt/koding backend: image: koding/base entrypoint: /opt/koding/scripts/bootstrap-container comma...
version: '2' services: init: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-container command: configure env_file: .env-docker-compose volumes: - .:/opt/koding backend: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-co...
Set working directory for backend service container
Set working directory for backend service container Signed-off-by: Sonmez Kartal <d2d15c3d37396a5f2a09f8b42cf5f27d43a3fbde@koding.com>
YAML
agpl-3.0
sinan/koding,jack89129/koding,acbodine/koding,alex-ionochkin/koding,mertaytore/koding,andrewjcasal/koding,drewsetski/koding,alex-ionochkin/koding,rjeczalik/koding,kwagdy/koding-1,jack89129/koding,sinan/koding,acbodine/koding,gokmen/koding,gokmen/koding,cihangir/koding,cihangir/koding,cihangir/koding,alex-ionochkin/kodi...
0d8d9ea0db7a7988df032f74e7a12b962fc23e3d
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: - composer install -n script: - phpunit --coverage-clover=coverage.clover - wget https://scrutinizer-ci.com/ocular.phar - if [[ "$(phpenv version-name)" != "7.0" ]]; then php ocular.phar code-coverage:upload --fo...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: - composer install -n script: - phpunit --coverage-clover=coverage.clover - wget https://scrutinizer-ci.com/ocular.phar - if [[ "$(phpenv version-name)" != "7.0" ]]; then php ocular.phar code-coverage:upload --format=php-c...
Remove PHP 5.3 build from Travis config
Remove PHP 5.3 build from Travis config
YAML
mit
arodygin/php-linode-api3,arodygin/linode-api-php
7e665937488d581c6a5b4e41a8977990d2b4b1b2
docker-compose.yml
docker-compose.yml
feeder: build: . volumes: - .:/app container_name: feeder-web env_file: - .env links: - db ports: - "3000:3000" command: web worker: image: feederprxorg_feeder volumes: - .:/app container_name: feeder-worker env_file: - .env links: - db command: worker db: image: ...
feeder: build: . volumes: - .:/app env_file: - .env links: - db ports: - "3000:3000" command: web environment: VIRTUAL_HOST: feeder.docker worker: image: feederprxorg_feeder volumes: - .:/app env_file: - .env links: - db command: worker db: image: postgres env...
Use feeder for base image name, map 3k to 3k, but use a virtual host to enable dinghy http proxy
Use feeder for base image name, map 3k to 3k, but use a virtual host to enable dinghy http proxy
YAML
agpl-3.0
PRX/feeder.prx.org,PRX/feeder.prx.org,PRX/feeder.prx.org
1de6100fbe51fb9973f4d2a188e0077eefafe593
docker-compose.yml
docker-compose.yml
db: image: postgres web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" links: - db env_file: .env
db: image: postgres web: build: . command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'" ports: - "3000:3000" links: - db env_file: .env
Fix pidfile error when docker container is killed
Fix pidfile error when docker container is killed
YAML
mit
palcu/infoeducatie-api,palcu/infoeducatie-api,infoeducatie/infoeducatie-api,infoeducatie/infoeducatie-api,palcu/infoeducatie-api,infoeducatie/infoeducatie-api
3ee9d1cc6fc45062aa527124265619d6236686ab
docker-compose.yml
docker-compose.yml
version: '2' services: init: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-container command: configure env_file: .env-docker-compose volumes: - .:/opt/koding backend: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-co...
version: '2' services: init: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-container command: configure env_file: .env-docker-compose volumes: - .:/opt/koding backend: image: koding/base working_dir: /opt/koding entrypoint: scripts/bootstrap-co...
Add client build service container
Add client build service container Signed-off-by: Sonmez Kartal <d2d15c3d37396a5f2a09f8b42cf5f27d43a3fbde@koding.com>
YAML
agpl-3.0
usirin/koding,kwagdy/koding-1,drewsetski/koding,rjeczalik/koding,koding/koding,cihangir/koding,koding/koding,acbodine/koding,sinan/koding,usirin/koding,drewsetski/koding,gokmen/koding,jack89129/koding,drewsetski/koding,szkl/koding,andrewjcasal/koding,drewsetski/koding,rjeczalik/koding,mertaytore/koding,drewsetski/kodin...
2e00995df02ec7befb38989d20141c3c3b10f45a
.travis.yml
.travis.yml
language: objective-c script: - xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests64 test - xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests32 test
language: objective-c osx_image: xcode7.2 script: - xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests64 test - xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests32 test
Use Swift 2.1 on Travis for tests.
Use Swift 2.1 on Travis for tests.
YAML
mit
seivan/ScalarArithmetic
37c2deeb728179af67bb6ba64b826ed6ad7fec2c
docker-compose.yml
docker-compose.yml
version: '3' networks: keycloak-network: volumes: keycloak-postgres-data: keycloak-nginx-ssl: services: postgres: image: postgres:9.6-alpine container_name: postgres networks: - keycloak-network volumes: - keycloak-postgres-data:/var/lib/postgresql/data environment: ...
version: '3' networks: keycloak-network: volumes: keycloak-postgres-data: keycloak-nginx-ssl: services: postgres: image: postgres:9.6-alpine container_name: postgres networks: - keycloak-network volumes: - keycloak-postgres-data:/var/lib/postgresql/data environment: ...
Switch to keycloak-postgres with curl fix
Switch to keycloak-postgres with curl fix
YAML
mit
ernsheong/keycloak-postgres-nginx
e9fbc33afdcb59fb7513e02285b76897596e5c66
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2 - 2.3 - 2.4 - 2.5 - jruby - jruby-9.0.5.0 env: - RAILS_VERSION="~>4.2.0" - RAILS_VERSION="~>5.0.0" matrix: exclude: - env: RAILS_VERSION="~>5.0.0" rvm: 2.0 - env: RAILS_VERSION="~>5.0.0" rvm: 2.1 before_install: - gem install bundler --versio...
language: ruby sudo: false rvm: - 2.2 - 2.3 - 2.4 - 2.5 - jruby - jruby-9.0.5.0 env: - RAILS_VERSION="~>4.2.0" - RAILS_VERSION="~>5.0.0" matrix: exclude: - env: RAILS_VERSION="~>4.2.0" rvm: 2.3 - env: RAILS_VERSION="~>4.2.0" rvm: jruby before_install: - gem install bundler --vers...
Disable combinations that are failing due to bundler2-rails-rvm interaction
Disable combinations that are failing due to bundler2-rails-rvm interaction This is temporary. I'll probably switch us over to circleci 2 to get away from rvm gemsets.
YAML
apache-2.0
googleapis/google-api-ruby-client,googleapis/google-api-ruby-client
d5bd8f32b74a1193c43eedb8217f64eea864f6ff
.travis.yml
.travis.yml
language: ruby env: - TEST_SUITE=test:unit - secure: "d/fE2Iuyrf5mfvQPe2nl++a06hpy82mEM5jbmXmS1ttQgMpf955GWTmZ+16VBZa9MU2pJLBXoBXy53tp8P9ADysE4R7YCeI68yE0CZ/OuU+FVADZ9/F6i4nlUESjNNQnlC0mTIjDMO5WI9HbVQiS07HqDHzr6bcS51ZvBzItcn4=" rvm: - 1.9.3 - 2.1.0 - ruby-head before_install: - gem update --system - ge...
language: ruby env: - secure: "d/fE2Iuyrf5mfvQPe2nl++a06hpy82mEM5jbmXmS1ttQgMpf955GWTmZ+16VBZa9MU2pJLBXoBXy53tp8P9ADysE4R7YCeI68yE0CZ/OuU+FVADZ9/F6i4nlUESjNNQnlC0mTIjDMO5WI9HbVQiS07HqDHzr6bcS51ZvBzItcn4=" rvm: - 1.9.3 - 2.1.0 - ruby-head before_install: - gem update --system - gem update bundler before_...
Use rake ci for testing
Use rake ci for testing
YAML
bsd-3-clause
fluke777/gooddata-ruby,fluke777/gooddata-ruby,vhtien/gooddata-ruby,lubosvesely/gooddata-ruby,vhtien/gooddata-ruby,lubosvesely/gooddata-ruby,lubosvesely/gooddata-ruby,Seikitsu/gooddata-ruby,korczis/gooddata-ruby,fluke777/gooddata-ruby,korczis/gooddata-ruby,Seikitsu/gooddata-ruby,Seikitsu/gooddata-ruby,vhtien/gooddata-ru...
5100c8a171bb080627d45e0f273d9ba8feafda33
.travis.yml
.travis.yml
language: node_js node_js: - node cache: yarn: true directories: - node_modules before_install: - yarn global add yarn before_deploy: - yarn global add now deploy: - provider: script script: - cd packages/api.literally.deals - now --token $NOW_TOKEN on: all_branches: true ...
language: node_js node_js: - node cache: yarn: true directories: - node_modules before_install: - yarn global add yarn - export PATH="$HOME/.yarn/bin:$PATH" before_deploy: - yarn global add now deploy: - provider: script script: - cd packages/api.literally.deals - now --token $NOW_TOKE...
Adjust again for Yarn on Travis
Adjust again for Yarn on Travis
YAML
mit
crooked-ventures/literally.deals,crooked-ventures/literally.deals,crooked-ventures/literally.deals
56cb061c2eba00ad9146036aa154b0225adf10c2
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 cache: bundler
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 cache: bundler notifications: email: on_success: change on_failure: always
Reduce Travis CI email notifications.
Reduce Travis CI email notifications.
YAML
mit
IvyApp/ivy-serializers
a52dbd5cf1727f3d33cd8711f30fcc8cdac9968e
.travis.yml
.travis.yml
language: haskell sudo: required services: - docker dist: trusty cache: directories: - $HOME/.ghc - $HOME/.cabal - $HOME/.stack before_script: - pwd - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - ./scripts/bootstrap.sh
# Use dummy language to suppress Haskell-specific, automatic build steps # (will be done inside dev container) language: cpp sudo: required services: - docker dist: trusty cache: directories: - $HOME/.ghc - $HOME/.cabal - $HOME/.stack before_script: - pwd - docker login -e="$DOCKER_EMAIL" -u="$DOC...
Disable redundant Haskell build actions
Disable redundant Haskell build actions
YAML
mit
bbiskup/cilia
0803f36fb5359945fbf332081da6ef951b73277d
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4" - "5" - "6" - "7" before_install: - travis_retry npm install -g npm@2.14.5 - travis_retry npm install script: - npm test
sudo: false language: node_js node_js: - "4" - "5" - "6" - "7" before_install: - travis_retry npm install script: - npm test
Remove npm install npm line
Remove npm install npm line Travis provides this out of the box
YAML
mit
wolfsilver/http-server,wolfsilver/http-server,danielweck/http-server,indexzero/http-server,indexzero/http-server,danielweck/http-server
c36f0e01c7b5bd37649c08d2648347a8cc2ada64
.travis.yml
.travis.yml
language: c++ before_install: - sudo apt-add-repository -y ppa:nelhage/livegrep - sudo apt-get -qq update - sudo apt-get -y install libgflags-dev libgit2-dev libjson0-dev libboost-system-dev libboost-filesystem-dev libsparsehash-dev script: make test
language: c++ before_install: - sudo apt-add-repository -y ppa:nelhage/livegrep - sudo apt-get -qq update - sudo apt-get -y install libgflags-dev libgit2-dev libjson0-dev libboost-system-dev libboost-filesystem-dev libsparsehash-dev script: make test env: - CXX=g++ - CXX=clang++
Test against both g++ and clang++
Test against both g++ and clang++
YAML
bsd-2-clause
paulproteus/livegrep,wfxiang08/livegrep,wfxiang08/livegrep,lekkas/livegrep,lekkas/livegrep,paulproteus/livegrep,paulproteus/livegrep,lekkas/livegrep,wfxiang08/livegrep,paulproteus/livegrep,wfxiang08/livegrep,wfxiang08/livegrep,lekkas/livegrep,wfxiang08/livegrep,paulproteus/livegrep,lekkas/livegrep,lekkas/livegrep,paulp...
7285af9139ebc8a11c6ea758d583ddeb5eb7c8c4
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" before_script: - flake8 remo before_install: - mysql -e 'create database remo character set utf8;' - git submodule update --init --recursive install: - pip install -r requirements/dev.txt script: - python manage.py test --with-coverage --cover-erase --cover-packa...
language: python sudo: false python: - "2.7" before_script: - flake8 remo before_install: - mysql -e 'create database remo character set utf8; SET @@GLOBAL.wait_timeout=28800;' - git submodule update --init --recursive install: - pip install -r requirements/dev.txt script: - python manage.py test --with-cov...
Fix MySQL has gone away error.
Fix MySQL has gone away error.
YAML
bsd-3-clause
akatsoulas/remo,akatsoulas/remo,mozilla/remo,mozilla/remo,Mte90/remo,tsmrachel/remo,tsmrachel/remo,Mte90/remo,Mte90/remo,tsmrachel/remo,flamingspaz/remo,flamingspaz/remo,flamingspaz/remo,mozilla/remo,flamingspaz/remo,mozilla/remo,akatsoulas/remo,akatsoulas/remo,tsmrachel/remo,Mte90/remo
8e2de32c92845e681b5f5bba6e725974ad850805
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 services: mongodb before_script: - sleep 15 - mongo centromere-test --eval 'db.addUser("centromere", "centromere");' script: - cd centromere-core - mvn clean install -DskipTests - mvn test notifications: email: recipients: - willoemler@gmail.com on_success: chang...
language: java jdk: oraclejdk8 services: mongodb before_script: - sleep 15 - mongo centromere-test --eval 'db.addUser("centromere", "centromere");' script: - cd centromere-parent - mvn clean install -DskipTests - mvn test notifications: email: recipients: - willoemler@gmail.com on_success: cha...
Split core into extra modules. Updating documentation.
Split core into extra modules. Updating documentation.
YAML
apache-2.0
blueprintmedicines/centromere,oncoblocks/centromere
893b5ca14b476a2cccbb0931050840e1ae10d21d
.travis.yml
.travis.yml
language: python dist: xenial python: - 2.7 - 3.6 - 3.7 - 3.8 matrix: include: - dist: trusty python: 2.6 addons: apt: packages: - scons cache: pip: true directories: - $HOME/perl5 install: - sudo apt-get -qq update - sudo apt-get install -y libtest-exception-perl libtest-outpu...
language: python dist: bionic python: - 2.7 - 3.6 - 3.7 - 3.8 matrix: include: - dist: trusty python: 2.6 addons: apt: packages: - scons cache: pip: true directories: - $HOME/perl5 install: - sudo apt-get -qq update - sudo apt-get install -y libtest-exception-perl libtest-outpu...
Update to latest Ubuntu image
Update to latest Ubuntu image
YAML
lgpl-2.1
salilab/saliweb,salilab/saliweb,salilab/saliweb,salilab/saliweb,salilab/saliweb
8d5a4dce53aac2d4cd99165426f6302430642cc2
.travis.yml
.travis.yml
language: c sudo: false addons: apt: sources: - kalakris-cmake packages: - cmake os: - linux # - osx env: global: - LUAROCKS=2.3.0 matrix: - LUA=lua5.1 - LUA=lua5.2 - LUA=lua5.3 - LUA=luajit # latest stable version (2.0.4) # - LUA=luajit2.0 # current head of 2.0...
language: c sudo: false addons: apt: sources: - kalakris-cmake packages: - cmake os: - linux # - osx env: global: - LUAROCKS=2.3.0 matrix: - LUA=lua5.1 - LUA=lua5.2 - LUA=lua5.3 - LUA=luajit # latest stable version (2.0.4) # - LUA=luajit2.0 # current head of 2.0...
Install pretty-print to the right place
Install pretty-print to the right place
YAML
mit
super-agent/msgpack
3a64cfda1aeb1785aec2acb425ffd454c1d56366
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '6' - '7' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '7' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Drop support for Node.js 0.
Drop support for Node.js 0.
YAML
mit
bigeasy/subordinate,bigeasy/subordinate
4590dba49aa88e93e7b526b98cdb90cc6bb898b3
.travis.yml
.travis.yml
language: php php: - "5.6" - "5.5" - "5.3" script: - find . -name '*.php' -print0 | xargs -0 -L 1 -P 8 php -l notifications: irc: channels: - "chat.freenode.net##krinkle"
language: php php: - "5.6" - "5.5" - "5.4" - "5.3" script: - find . -name '*.php' -print0 | xargs -0 -L 1 -P 8 php -l notifications: irc: channels: - "chat.freenode.net##krinkle"
Add test for php 5.4
Add test for php 5.4 This adds test for php 5.4
YAML
mit
Krinkle/mw-tool-snapshots,paladox/mw-tool-snapshots,Krinkle/mw-tool-snapshots,paladox/mw-tool-snapshots
e06f5a6a0341cbb8a80cca4eb89bde4e6093e730
.travis.yml
.travis.yml
language: csharp solution: "./Extension Library/Extension Library.sln" dotnet: 1.0.1 dist: trusty sudo: required install: - nuget restore "./Extension Library/Extension Library.sln" - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release "./Extension Libr...
language: csharp solution: "./Extension Library/Extension Library.sln" #dotnet: 1.0.1 dist: trusty sudo: required install: - nuget restore "./Extension Library/Extension Library.sln" # - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner # script: # - xbuild /p:Configuration=Release "./Extensi...
Update build script for Travis CI
Update build script for Travis CI
YAML
mit
gh0stter/CSharp-Extension-Library
ee74897cb46872059b3842379ebbf25ed68e35fc
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "8" - "9" - "10" - "11" before_script: - npm install -g gulp script: - gulp all test
language: node_js node_js: - "7" - "8" - "9" - "10" - "11" - "12" before_script: - npm install -g gulp script: - gulp all test
Test in Node 12 as well
Test in Node 12 as well
YAML
mpl-2.0
palant/easypasswords,palant/easypasswords
4b05e17f05a2554ce800897dcd6dcb08b4c3b1d4
.travis.yml
.travis.yml
language: csharp matrix: include: - os: linux mono: latest dotnet: 2.1.0 script: ./build.sh -t "Travis" - os: osx mono: latest dotnet: 2.1.0 script: ./build.sh -t "Travis"
language: csharp matrix: include: - os: linux mono: latest dotnet: 2.1.0 script: ./build.sh -t "Travis" - os: osx mono: latest dotnet: 2.1.0 script: ./build.sh -t "Travis" - os: windows dotnet: 2.1.0 script: ./build.sh -t "Travis"
Add a Travis Windows build
Add a Travis Windows build
YAML
mit
stranne/Vasttrafik.NET,stranne/Vasttrafik.NET
4d2abeaa4e573df6accae69827b71a1a5bf727a8
.travis.yml
.travis.yml
language: node_js node_js: - "0.12.0" env: - TEST_DIR=router-page-switcher - TEST_DIR=timer script: cd $TEST_DIR && npm install && npm test
language: node_js node_js: - "0.12.0" branches: only: - gh-pages - /^.*$/ env: - TEST_DIR=router-page-switcher - TEST_DIR=timer script: cd $TEST_DIR && npm install && npm test
Add gh-pages as a testing target on Travis
Add gh-pages as a testing target on Travis
YAML
mit
riot/examples,riot/examples,riot/examples
55b044ae32eec7be464bbeedf196c1a195c8dcb6
.travis.yml
.travis.yml
language: python sudo: false addons: apt: packages: - gfortran - gcc notifications: email: false python: - "2.7" # command to install dependencies install: # You may want to periodically update this, although the conda update # conda line below will keep everything up-to-date. We do this # ...
language: python sudo: false addons: apt: packages: - gfortran - gcc notifications: email: false python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" - "3.4" - "3.5" # command to install dependencies install: # You may want to periodically update this, al...
Add tests for Python 3.4 and 3.5.
CI: Add tests for Python 3.4 and 3.5. All our packages should support also Python 3.
YAML
mit
TUW-GEO/poets,TUW-GEO/poets,TUW-GEO/poets
d5ddb1a2bd8c0017f826d8f8ca1e1d09d7281412
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" - "node" after_success: - "nyc report --reporter=text-lcov | coveralls"
language: node_js cache: yarn: true directories: - node_modules node_js: - "4" - "6" - "node" after_success: - "nyc report --reporter=text-lcov | coveralls"
Enable caching for yarn and node_modules in Travis CI config
Enable caching for yarn and node_modules in Travis CI config
YAML
mit
wKovacs64/hibp,wKovacs64/hibp,wKovacs64/hibp
89f773d3a98f89049d0443750de13d8b141aa6be
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: - 4.0.5 os: - linux - osx osx_i...
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: - 4.0.5 os: - linux - osx osx_i...
Update Travis osx image to xcode7.3
Update Travis osx image to xcode7.3
YAML
mit
henkmollema/Dapper-FluentMap,henkmollema/Dapper-FluentMap
7eaed0076c40bd95c534789bd88c3d254c36d08f
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.10" sudo: false install: - npm install $TYPESCRIPT - npm install env: - TYPESCRIPT=typescript - TYPESCRIPT=typescript@next
language: node_js node_js: - "0.12" sudo: false install: - npm install $TYPESCRIPT - npm install env: - TYPESCRIPT=typescript - TYPESCRIPT=typescript@next
Remove node v0.10 from test matrix
Remove node v0.10 from test matrix
YAML
mit
thomasguillory/ts-loader,jbrantly/ts-loader,TypeStrong/ts-loader,jaysoo/ts-loader,basarat/ts-loader,basarat/ts-loader,MortenHoustonLudvigsen/ts-loader,jbrantly/ts-loader,use-strict/ts-loader,MortenHoustonLudvigsen/ts-loader,jaysoo/ts-loader,bjfletcher/ts-loader,gsteacy/ts-loader,use-strict/ts-loader,bjfletcher/ts-loade...
0e8ee281c40e0a9d5dc1e578d2c3c9d63fbe6ec9
.travis.yml
.travis.yml
before_install: - sudo apt-get update --fix-missing install: - pip install numpy - pip install genty language: python python: - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" script: - python -m unittest discover tests/
before_install: - sudo apt-get update --fix-missing install: - pip install numpy - pip install genty - pip install pydub - pip install matplotlib language: python python: - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" script: - python -m unittest discover tests/
Install pydub and matplotlib Remove tests for python 3.2 and 3.3
Install pydub and matplotlib Remove tests for python 3.2 and 3.3
YAML
mit
amsehili/auditok
53c8fad9f5e017f182b588ba18e9297a7b5583eb
.travis.yml
.travis.yml
sudo: required tags: true services: - docker script: - docker run --rm -v "$PWD":/go/src/github.com/ApsOps/gohaqd -w /go/src/github.com/ApsOps/gohaqd -e 'CGO_ENABLED=0' -e 'GOOS=linux' golang:1.7 /bin/bash -c "go build -a -v -ldflags '-w'" after_success: - export REPO=apsops/gohaqd - export TAG=${TRAVIS_TAG:=latest...
sudo: required tags: true services: - docker script: - docker run --rm -v "$PWD":/go/src/github.com/ApsOps/gohaqd -w /go/src/github.com/ApsOps/gohaqd -e 'CGO_ENABLED=0' -e 'GOOS=linux' golang:1.7 /bin/bash -c "go build -a -v -ldflags '-w'" after_success: - export REPO=apsops/gohaqd - export TAG=${TRAVIS_TAG:=latest...
Build only git tags and latest docker images
Build only git tags and latest docker images
YAML
mit
ApsOps/gohaqd
5383bdacb3aa5cdc88d4ac7a6473c2e509464b02
.travis.yml
.travis.yml
sudo: false language: php php: - 5.3 - 5.4 - 5.5 env: - WP_VERSION=latest WP_MULTISITE=0 - WP_VERSION=latest WP_MULTISITE=1 - WP_VERSION=4.1.7 WP_MULTISITE=0 - WP_VERSION=4.1.7 WP_MULTISITE=1 - WP_VERSION=3.9.8 WP_MULTISITE=0 - WP_VERSION=3.9.8 WP_MULTISITE=1 - WP_VERSION=3.7....
sudo: false language: php php: - 5.5 - hhvm env: - WP_VERSION=latest WP_MULTISITE=0 - WP_VERSION=latest WP_MULTISITE=1 before_script: - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION - composer install --dev --prefer-source script: - if [ "$TRAVIS_BRANCH" == "...
Update Travis to just test HHVM
Update Travis to just test HHVM
YAML
mit
jarednova/timber,mgmartel/timber,ogrosko/timber,xavivars/timber,mgmartel/timber,gchtr/timber,aprendiendoando/timber,jarednova/timber,ogrosko/timber,xavivars/timber,PrisisForks/timber,rpkoller/timber,josephbergdoll/timber,jarednova/timber,mgmartel/timber,gchtr/timber,josephbergdoll/timber,gchtr/timber,timber/timber,rpko...
e3de80cf527cd13527ef4c80100768d75cabc6a5
.travis.yml
.travis.yml
language: python python: - "3.3" # command to install dependencies install: - pip install flake8 - pip install pep257 # command to run tests script: - flake8 . --max-line-length=120 - pep257 . --ignore=D202
language: python python: - "3.3" install: - pip install flake8 - pip install pep257 - gem install travis - gem install overcommit before_script: - git config --global user.email "travis@travis.ci" - git config --global user.name "Travis CI" script: - overcommit --run
Update Travis config to use overcommit
Update Travis config to use overcommit
YAML
mit
SublimeLinter/SublimeLinter-jsl
2380dcf5b2b857dc24c3f2741631a3eaa624d367
.travis.yml
.travis.yml
sudo: false dist: bionic language: python # addons: # apt: # # sources: # # - sourceline: "ppa:jonathonf/ffmpeg-4" # packages: # - python-dev # - pkg-config # - libudev-dev # - libavformat-dev # - libavcodec-dev # - libavdevice-dev # - libavutil-dev # - li...
sudo: false dist: bionic language: python addons: apt: packages: - python-dev - pkg-config - libavformat-dev - libavcodec-dev - libavdevice-dev - libavutil-dev - libswscale-dev - libavresample-dev - libavfilter-dev python: - "3.7" before_install: - mv trav...
Update required packages per documentation.
Update required packages per documentation.
YAML
mit
shortbloke/home_assistant_config
50bc1ff25e9dcc549d4e5e78ab525389a294bd6c
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.12" - iojs-v1.2.0
language: node_js node_js: - "0.8" - "0.10" - "0.12" - "node" - "iojs-v1.2.0" - "iojs"
Test on latest nodejs and iojs
Test on latest nodejs and iojs
YAML
mit
julienvincent/rpi-gpio.js,trojanspike/rpi-gpio.js,JamesBarwell/rpi-gpio.js
caf243869edf33d4f4e300301bb2eded2cbd3a9e
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO_VERSION="Django<1.9" - DJANGO_VERSION="Django<1.10" - DJANGO_VERSION="Django<1.11" install: - pip install -q $DJANGO_VERSION - pip install flake8 script: - flake8 --ignore=E501,W391 rpc4django - ./runtravis.py
language: python sudo: false python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" env: - DJANGO_VERSION="Django<1.9" - DJANGO_VERSION="Django<1.10" - DJANGO_VERSION="Django<1.11" - DJANGO_VERSION="Django<1.12" install: - pip install -q $DJANGO_VERSION - pip install flake8 script: - flake8 --ignor...
Add updated Django and Python versions for TravisCI
Add updated Django and Python versions for TravisCI
YAML
bsd-3-clause
davidfischer/rpc4django,davidfischer/rpc4django,davidfischer/rpc4django
1955f39fab4466af9978fda116ba574912bad324
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-19mode branches: only: - master script: 'rake spec && bundle exec guard-jasmine' notifications: recipients: - michi@netzpir...
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-19mode branches: only: - master script: 'bundle exec rake spec && bundle exec guard-jasmine' notifications: recipients: - m...
Use Bundler for running rspec.
Use Bundler for running rspec.
YAML
mit
emilioforrer/haml_coffee_assets,jcouyang/haml_coffee_assets,omadahealth/haml_coffee_assets,Sija/haml_coffee_assets,wantedly/haml_coffee_assets,dlandau/haml_coffee_assets,nfm/haml_coffee_assets,nfm/haml_coffee_assets,ipmobiletech/haml_coffee_assets,nekath/haml_coffee_assets,RatioClothing/haml_coffee_assets,spodlecki/ham...
b589f430f5508706adbd756a5067369e61d58ef3
.travis.yml
.travis.yml
sudo: required dist: trusty language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly before_install: - sudo echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" > /etc/apt/sources.list.d/llvm4.list - wget -...
sudo: required dist: trusty language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly before_install: - sudo bash -c 'echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" > /etc/apt/sources.list.d/llvm4.list' ...
Install llvm4.list file, so that we don't get permission denied errors
Install llvm4.list file, so that we don't get permission denied errors
YAML
mit
GeorgeKT/cobra-lang,GeorgeKT/menhir-lang,GeorgeKT/menhir-lang,GeorgeKT/cobra-lang
78f204af19444afeeaffa1fa7e01042cd7439389
.travis.yml
.travis.yml
notifications: slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR email: false env: - CC=gcc addons: apt: packages: - build-essential # everything - autoconf # biobambam - libtool # biobambam - zlib1g-dev # many - nettle-dev # cgpBigWig - libncurses5-dev # samtools - unzi...
notifications: slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR email: false env: - CC=gcc addons: apt: packages: - build-essential # everything - autoconf # biobambam - libtool # biobambam - zlib1g-dev # many - nettle-dev # cgpBigWig - libncurses5-dev # samtools - unzi...
Revert now develop of PCAP-core is fixed
Revert now develop of PCAP-core is fixed
YAML
agpl-3.0
cancerit/cgpCaVEManPostProcessing,cancerit/cgpCaVEManPostProcessing
ac1cb72e55e6cbfdfcc92eabd5cb619b3a6421cf
.travis.yml
.travis.yml
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 #- 1.9.3 # Travis broken September 2017 #- 2.1.1 - 2.2.2 - 2.3.1 - 2.4.1 #- jruby-19mode # Travis broken September 2017 #- jruby-20mode # Travis broken September 2017 matrix: include: - rvm: jruby-9.1.13.0 #-...
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 #- 1.9.3 # Travis broken September 2017 #- 2.1.1 - 2.2.2 - 2.3.1 - 2.4.1 #- jruby-19mode # Travis broken September 2017 #- jruby-20mode # Travis broken September 2017 - jruby-9.1.13.0 #matrix: # include: # - rv...
Stop using the matrix: on Travis
Stop using the matrix: on Travis
YAML
mit
floraison/flor,dmicky0419/flor,dmicky0419/flor,floraison/flor,dmicky0419/flor,floraison/flor,flon-io/flor
2559825e756103275a17d0adbd76b080bc544164
.travis.yml
.travis.yml
group: deprecated-2017Q4 language: python matrix: include: - python: 2.7 env: TOXENV=py27 - python: 3.5 env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - python: 3.7 dist: xenial # needed for python 3.7 as of 2019-04-05 env: TOXENV=py37 - python: pypy env: TOXENV=pypy before_install:...
group: deprecated-2017Q4 language: python matrix: include: - python: 2.7 env: TOXENV=py27 - python: 3.5 env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - python: 3.7 dist: xenial # needed for python 3.7 as of 2019-04-05 env: TOXENV=py37 - python: 3.8 dist: xenial # needed for python ...
Add py38 to Travis tests
Add py38 to Travis tests
YAML
lgpl-2.1
inducer/urwid,wardi/urwid,inducer/urwid,inducer/urwid,wardi/urwid,urwid/urwid,urwid/urwid,urwid/urwid,wardi/urwid
c82f7269084040f307e68ccae145e0655410f45b
.travis.yml
.travis.yml
language: php os: - linux sudo: false php: # - 5.3 (doesn't recognize $var=[], only recognizes $var=array()) # - 5.4 (doesn't have finally{} in try blocks) - 5.5 - 5.6 - 7.0 - nightly matrix: allow_failures: - php: 7.0 - php: nightly services: - memcached - mysql addons: apt: packages: ...
language: php os: - linux sudo: false php: # - 5.3 (doesn't recognize $var=[], only recognizes $var=array()) # - 5.4 (doesn't have finally{} in try blocks) - 5.5 - 5.6 - 7.0 - nightly matrix: allow_failures: - php: nightly services: - memcached - mysql addons: apt: packages: - libgeoip-d...
Update pear channel and disallow PHP 7.0 failure
Update pear channel and disallow PHP 7.0 failure
YAML
agpl-3.0
BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web,BNETDocs/bnetdocs-web
611f3fe28cea8750783aba2e0fb4880cd5400dcc
.travis.yml
.travis.yml
language: go go: - 1.5.4 - 1.6.2 - 1.7.1 - tip before_install: - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go get labix.org/v2/mgo/bson script: - go test -v - $HOME/gopath/bin/goveralls -service=travis-ci env: global: secure: HWujU0uan88tfKH8uH9km6Biaq3fJOHeMvfZ9juVR1DK+jxX0NIQ2vSY...
language: go go: - 1.8 - 1.9 - 1.10 - tip before_install: - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go get labix.org/v2/mgo/bson script: - go test -v - $HOME/gopath/bin/goveralls -service=travis-ci env: global: secure: HWujU0uan88tfKH8uH9km6Biaq3fJOHeMvfZ9juVR1DK+jxX0NIQ2vSYyaoah...
Update go version for using test
Update go version for using test
YAML
mit
hiyosi/filter
98ab4a5257fddcd646bbd430938fe1165d9da942
.travis.yml
.travis.yml
language: node_js node_js: - "6.5" - "6.1" - "6" - "5.11" - "4.0"
language: node_js node_js: - "6.5" - "6.1" - "6" - "5.11" - "4.0" os: - linux - osx
Add Linux/macOS builds for Travis CI
Add Linux/macOS builds for Travis CI
YAML
mit
Unibeautify/beautifier-prettydiff,Unibeautify/beautifier-prettydiff
45ac8daba9b3645b49b23a9e665a453b8481581c
.travis.yml
.travis.yml
language: cpp os: - linux - osx compiler: - clang - gcc before_install: - sudo apt-get update install: #Google Log - svn checkout http://google-glog.googlecode.com/svn/trunk/ glog - cd glog - ./configure - make -j4 - sudo make -j4 install - cd .. #Google Test - sudo apt-get install libgtest-dev - mkdir...
language: cpp os: - linux - osx compiler: - clang - gcc before_install: - sudo apt-get update install: #Upgrade - sudo apt-get upgrade #Boost - sudo apt-get install libboost-dev #Google Log - svn checkout http://google-glog.googlecode.com/svn/trunk/ glog - cd glog - ./configure - make -j4 - sudo make -j...
Add boost to tavis config
Add boost to tavis config
YAML
mit
Kazz47/my_utils
41a67affc32b8fc14504f1d7a82290a2adab15ce
.travis.yml
.travis.yml
language: - c - cpp - go - python compiler: - gcc # - clang before_install: - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq install: - sudo apt-get install -qq libsdl2-dev libsdl2-image-dev gcc-4.8 g++-4.8 - e...
language: - c - cpp - go - python dist: trusty addons: apt: packages: - build-essential - libsdl2-dev - cmake matrix: include: - os: linux compiler: gcc - os: linux compiler: clang script: - make -C c++11 - make -C c++98 - make -C c11 - pushd go - go b...
Update the CI configuration script
Update the CI configuration script
YAML
mit
xyproto/hello_sdl2,xyproto/hello_sdl2,xyproto/hello_sdl2,xyproto/hello_sdl2,xyproto/hello_sdl2,xyproto/hello_sdl2,xyproto/hello_sdl2
187fee938bc27809d9019239e2cf33240eeca3d0
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config install: - pip install -r requirements.txt --use-mirrors - pip install coveralls --use-mirrors script: coverage run manage.py test after_success: - coveralls
language: python python: - "2.7" before_install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config install: - pip install pip setuptools --upgrade - pip install -r requirements.txt - pip install coveralls script: coverage run manage.py test after_success: - coveralls
Upgrade pip and setuptools in Travis builds.
Upgrade pip and setuptools in Travis builds.
YAML
mit
zsiciarz/variablestars.net,zsiciarz/variablestars.net,zsiciarz/variablestars.net
4b0ff524a425041d17a837c3689c0a29638a37f8
.travis.yml
.travis.yml
--- language: node_js node_js: - "6" sudo: false cache: directories: - $HOME/.npm env: # we recommend testing LTS's and latest stable release (bonus points to beta/canary) - EMBER_TRY_SCENARIO=ember-lts-2.4 - EMBER_TRY_SCENARIO=ember-lts-2.8 - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=e...
--- language: node_js node_js: - "6" sudo: false cache: directories: - $HOME/.npm env: # we recommend testing LTS's and latest stable release (bonus points to beta/canary) - EMBER_TRY_SCENARIO=ember-lts-2.4 - EMBER_TRY_SCENARIO=ember-lts-2.8 - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=e...
Allow beta failures for now
CI: Allow beta failures for now see https://github.com/emberjs/ember.js/issues/15236
YAML
mit
twokul/ember-cli-shims,ember-cli/ember-cli-shims,ember-cli/ember-cli-shims,twokul/ember-cli-shims
d198fd881064e71ac0d8453a410ea87da6fba16a
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "pypy" install: - "pip install -U setuptools pip" - "pip install pytest pytest-cov pytest-pep8 mock responses coveralls" - "pip install ." script: "py.test" after_success: "coveralls" branches: only: - master - develop
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "pypy" install: - "pip install -U setuptools pip" - "pip install pytest pytest-cov pytest-pep8 mock responses coveralls" - "pip install ." script: "py.test" after_success: "coveralls" branches: only: - master - develop
Test on modern Python 3
Test on modern Python 3
YAML
mit
tonyseek/flask-docker
6089207945f3605e1502033a4754cf33c5a765c2
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 script: "./bin/travis.sh"
language: java sudo: false jdk: - oraclejdk9 script: "./bin/travis.sh"
Use JDK 9 on Travis.
Use JDK 9 on Travis.
YAML
bsd-3-clause
scaled/scala-compiler
580c96b4a970a5ae0f337ea481041d1e198e82b3
.travis.yml
.travis.yml
language: java matrix: include: - jdk: oraclejdk8 -script: travis_retry ./gradlew clean headless allTests coverage coveralls -i before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" addons: apt: packages: - oracle-java8-installer
language: java matrix: include: - jdk: oraclejdk8 script: travis_retry ./gradlew clean headless allTests coverage coveralls -i before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" addons: apt: packages: - oracle-java8-installer
Fix yml that cause the problems.
Fix yml that cause the problems.
YAML
mit
CS2103AUG2016-W09-C2/main,CS2103AUG2016-W09-C2/main
87b79d8f2b70d01cdf0e135fc3652354dbffc68c
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 - 7.2 before_script: - composer self-update
language: php php: - 7.0 - 7.1 - 7.2 before_script: - composer self-update - composer update --prefer-source
Revert accidental removal of composer update
Revert accidental removal of composer update
YAML
mit
petercoles/Multilingual-Country-List
227242e31cab91f9b4142ff0e25947c647452423
.travis.yml
.travis.yml
language: ruby env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true sudo: false rvm: - 2.3.7 - 2.4.4 - 2.5.1 bundler_args: --jobs=3 --retry=3 cache: bundler script: - bundle exec rake - bundle exec codeclimate-test-reporter
language: ruby env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true sudo: false rvm: - 2.3.7 - 2.4.4 - 2.5.1 bundler_args: --jobs=3 --retry=3 cache: bundler script: - bundle exec rspec - bundle exec codeclimate-test-reporter
Make like rspec instead of rake?
Make like rspec instead of rake?
YAML
mit
Eric-Guo/wechat,wolflee/wechat-rails,skinnyworm/wechat-rails,Eric-Guo/wechat,wolflee/wechat-rails
ab197a173ec282a72e0bff26649e663be2732f53
.travis.yml
.travis.yml
language: objective-c xcode_workspace: Tests/ThirdPartyMailerExample.xcworkspace xcode_scheme: ThirdPartyMailerExample xcode_sdk: iphonesimulator osx_image: xcode7.3
language: objective-c xcode_sdk: iphonesimulator osx_image: xcode7.3 script: - xcodebuild test -workspace Tests/ThirdPartyMailerExample.xcworkspace -scheme ThirdPartyMailerExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Update Travis configuration with custom build script
Update Travis configuration with custom build script Standard options currently fail with Xcode 7.3
YAML
mit
vtourraine/ThirdPartyMailer
aabb7e292554a9cae90c177383b1b1e99ce4fe7a
.travis.yml
.travis.yml
sudo: false addons: apt: sources: - debian-sid packages: - texlive-latex-recommended - texlive-latex-extra - texlive-fonts-recommended - texlive-science - texlive-bibtex-extra - texlive-latex-recommended - latexmk script: - latexmk masterthesis - latexmk p...
sudo: false addons: apt: packages: - texlive-latex-recommended - texlive-latex-extra - texlive-fonts-recommended - texlive-science - texlive-bibtex-extra - texlive-latex-recommended - latexmk script: - latexmk masterthesis - latexmk presentation
Revert "Use Debian unstable for tests."
Revert "Use Debian unstable for tests." This reverts commit 47e7a662b64d4248992155389ad0ae706626acb1.
YAML
mit
fladi/CAMPUS02-LaTeX
66ded4c075e59ceccdef722261d4816b0756bdfb
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python # http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ sudo: false python: - "3.5" - "3.4" - "3.3" - "2.7" - "pypy3" - "pypy" install: - pip install -U -r dev-requirements.txt before_script: - fla...
# Config file for automatic testing at travis-ci.org language: python # http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ sudo: false python: - "3.6" - "3.5" - "3.4" - "3.3" - "2.7" - "pypy3" - "pypy" install: - pip install -U -r dev-requirements.txt #before_scri...
Disable flake8 (until figured out how to run it on PyPy)
Disable flake8 (until figured out how to run it on PyPy)
YAML
mit
Ch00k/ffmpy,astroza/ffmpy,astroza/ffmpy,Ch00k/ffmpy
0d3ea8073bbcc99554e9c977e85609c547233562
.travis.yml
.travis.yml
language: csharp mono: 5.2.0 solution: ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln script: - xbuild /p:Configuration=Release ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln - mono ./src/packages/xunit.runner.console.*/tools/net452/xunit.console.exe ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.Tests/bin/Releas...
language: csharp mono: 5.2.0 solution: ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln script: - xbuild /p:Configuration=Release ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln - mono ./src/packages/xunit.runner.console.*/tools/net452/xunit.console.exe ./src/Objectivity.AutoFixture.XUnit2.Core.Tests/bin/Release/O...
Include Core.Tests in test run on Travis
Include Core.Tests in test run on Travis
YAML
mit
ObjectivityLtd/AutoFixture.XUnit2.AutoMoq
480644da3d0b9e8df4b2a5be6d5c9c41929ebd37
.travis.yml
.travis.yml
language: node_js sudo: false cache: directories: - node_modules node_js: - '8' - '9' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js sudo: false cache: directories: - node_modules node_js: - '8' - '10' - '12' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop node.js 9 support, add 10 and 12
Drop node.js 9 support, add 10 and 12
YAML
bsd-3-clause
unexpectedjs/unexpected-function-equality
4ec2519ef1218953e8436447dc3e832ebde50103
.travis.yml
.travis.yml
sudo: required dist: trusty language: node_js node_js: - "4" - "5" - "6" - "7" script: - yarn run test - yarn run lint services: - redis
sudo: required dist: trusty language: node_js node_js: - "6" - "7" - "8" - "9" script: - yarn run test - yarn run lint services: - redis
Drop node 4, 5 and add 8, 9
Drop node 4, 5 and add 8, 9
YAML
mit
seomoz/qless-js
de3ce16dbb054b6d1b14f3274935bbdccadd9790
docs/_data/navigation.yml
docs/_data/navigation.yml
- name: Get Started link: /starting_pycharm.html dropdown: - name: PyCharm link: /starting_pycharm.html - name: Emacs link: /starting_emacs.html - name: Sublime Text link: /starting_sublime_text.html - name: Browser link: /demo/ - name: Space Tracer link: /space_tracer.html dropdown: - n...
- name: Get Started link: /starting_pycharm.html dropdown: - name: PyCharm link: /starting_pycharm.html - name: Emacs link: /starting_emacs.html - name: Sublime Text link: /starting_sublime_text.html - name: Browser link: /demo/ - name: Space Tracer link: /space_tracer.html dropdown: - n...
Add link to GitHub repository.
Add link to GitHub repository.
YAML
mit
brandm/live-py-plugin,brandm/live-py-plugin,brandm/live-py-plugin,brandm/live-py-plugin,donkirkby/live-py-plugin,donkirkby/live-py-plugin,brandm/live-py-plugin,donkirkby/live-py-plugin,donkirkby/live-py-plugin,donkirkby/live-py-plugin
3eb3931231e7a98281c20eb9c48ba6f3e002639d
templates/locales/command_rdp.yml
templates/locales/command_rdp.yml
en: vagrant_rdp: detecting: |- Detecting RDP info... connecting: |- Vagrant will now launch your RDP client with the connection parameters above. If the connection fails, verify that the information above is correct. Additionally, make sure the RDP server is configured and runnin...
en: vagrant_rdp: detecting: |- Detecting RDP info... connecting: |- Vagrant will now launch your RDP client with the connection parameters above. If the connection fails, verify that the information above is correct. Additionally, make sure the RDP server is configured and runnin...
Update RDP error message since Windows only being supported isn't true
Update RDP error message since Windows only being supported isn't true [GH-3845]
YAML
mit
legal90/vagrant,chrisvire/vagrant,vamegh/vagrant,miguel250/vagrant,lonniev/vagrant,cgvarela/vagrant,dustymabe/vagrant,carlosefr/vagrant,jkburges/vagrant,Sgoettschkes/vagrant,nickryand/vagrant,PatrickLang/vagrant,kalabiyau/vagrant,ferventcoder/vagrant,Endika/vagrant,gitebra/vagrant,PatOShea/vagrant,bryson/vagrant,iNecas...
0a6bad6e3038d78d1e240aae803f20e2c8bc1f81
gemspec.yml
gemspec.yml
name: ore version: 0.8.0 summary: Mine raw RubyGems from YAML description: Ore is a simple RubyGem building solution. Ore handles the creation of Gem::Specification objects as well as building '.gem' files. Ore allows the developer to keep all of the project information in a single YAML file. license: MIT auth...
name: ore version: 0.7.3 summary: Mine raw RubyGems from YAML description: Ore is a simple RubyGem building solution. Ore handles the creation of Gem::Specification objects as well as building '.gem' files. Ore allows the developer to keep all of the project information in a single YAML file. license: MIT auth...
Revert "Version bump to 0.8.0."
Revert "Version bump to 0.8.0."
YAML
mit
dldinternet/ore,philoserf/ore,ruby-ore/ore,ruby-ore/ore,dldinternet/ore,philoserf/ore
f3f832a8bc9fa27a1f883d557277ac0fa60c1f9b
.forestry/front_matter/templates/partial-columns.yml
.forestry/front_matter/templates/partial-columns.yml
--- hide_body: false is_partial: true fields: - type: field_group_list label: Columns name: columns fields: - type: text name: title label: Title description: The title to display config: required: true - type: textarea label: Body name: body description: The content to displ...
--- hide_body: false is_partial: true fields: - type: number name: column_count label: Column Count description: The number of columns config: min: '1' max: '3' step: '1' required: true - type: field_group_list label: Columns name: columns fields: - type: text name: title label: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
sarahwintondesign/sarahwintondesign.github.io,sarahwintondesign/sarahwintondesign.github.io
a50f0b529380b8f2c0eeb35338bc3148e22e8e5b
metadata/de.markusfisch.android.binaryeye.yml
metadata/de.markusfisch.android.binaryeye.yml
Categories: - Multimedia License: MIT SourceCode: https://github.com/markusfisch/BinaryEye IssueTracker: https://github.com/markusfisch/BinaryEye/issues AutoName: Binary Eye Description: |- ''Binary Eye'' works in portrait and landscape orientation, can read inverted codes, is Material Design and doesn't do ...
Categories: - Multimedia License: MIT SourceCode: https://github.com/markusfisch/BinaryEye IssueTracker: https://github.com/markusfisch/BinaryEye/issues AutoName: Binary Eye Description: |- ''Binary Eye'' works in portrait and landscape orientation, can read inverted codes, is Material Design and doesn't do ...
Update Binary Eye to 1.4.1 (16)
Update Binary Eye to 1.4.1 (16)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
f22bcf3e2fff57e9cd664cf729591c987c13b6f8
metadata/de.duenndns.gmdice.yml
metadata/de.duenndns.gmdice.yml
Categories: - Games License: GPL-2.0-only SourceCode: https://github.com/ge0rg/gamemasterdice IssueTracker: https://github.com/ge0rg/gamemasterdice/issues AutoName: DSA Dice Description: |- A dice rolling application with a special focus on the 3D20 role playing game (RPG) system. Features: * four ...
Categories: - Games License: GPL-2.0-only SourceCode: https://github.com/ge0rg/gamemasterdice IssueTracker: https://github.com/ge0rg/gamemasterdice/issues AutoName: DSA Dice Description: |- A dice rolling application with a special focus on the 3D20 role playing game (RPG) system. Features: * four ...
Update CV of DSA Dice to 0.1.6 (7)
Update CV of DSA Dice to 0.1.6 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
4a301a28028f16e27346176af56eb213ae21af64
product/dashboard/widgets/tenant_quotas.yaml
product/dashboard/widgets/tenant_quotas.yaml
description: tenant_quotas title: Tenant Quotas content_type: report options: visibility: :roles: - _ALL_ user_id: resource_name: Tenant Quotas resource_type: MiqReport miq_schedule_options: :run_at: :interval: :value: "1" :unit: daily enabled: true read_only: true
description: tenant_quotas title: Tenant Quotas content_type: report visibility: :roles: - _ALL_ user_id: resource_name: Tenant Quotas resource_type: MiqReport miq_schedule_options: :run_at: :interval: :value: "1" :unit: daily enabled: true read_only: true
Remove key :options, we dont need it. we have default row value now
Remove key :options, we dont need it. we have default row value now
YAML
apache-2.0
fbladilo/manageiq,fbladilo/manageiq,mzazrivec/manageiq,NickLaMuro/manageiq,kbrock/manageiq,yaacov/manageiq,tzumainn/manageiq,maas-ufcg/manageiq,chessbyte/manageiq,jameswnl/manageiq,kbrock/manageiq,lpichler/manageiq,mkanoor/manageiq,hstastna/manageiq,romaintb/manageiq,jrafanie/manageiq,ailisp/manageiq,romanblanco/manage...
5af4388f5d48d6f27cdf8c247f8fd07f1f241a88
defaults/main.yml
defaults/main.yml
--- shell_profiles: - .bash_profile nodejs_clean_install: false nvm_symlink_exec: /usr/local/bin/nvm nvm_version: v0.33.8 #nvm_repo: "https://github.com/xtuple/nvm.git" ivm_repo: "https://github.com/demohi/ivm.git" install_nvm: true install_nvm_git: true install_nodejs: true install_ivm: false install_iojs: false ...
--- shell_profiles: - .bash_profile nodejs_clean_install: false nvm_symlink_exec: /usr/local/bin/nvm nvm_version: v0.33.8 #nvm_repo: "https://github.com/xtuple/nvm.git" ivm_repo: "https://github.com/demohi/ivm.git" install_nvm: true install_nvm_git: true install_nodejs: true install_ivm: false install_iojs: false ...
Update default node v9 to 9.11.2
Update default node v9 to 9.11.2
YAML
mit
fubarhouse/fubarhouse.npm,fubarhouse/ansible-role-nodejs
d0ee2a47cf74aee53183f004d96d342da8a9936e
defaults/main.yml
defaults/main.yml
--- haproxy_ciphers: - ECDHE-RSA-AES256-GCM-SHA384 - ECDHE-RSA-AES256-SHA384 - ECDHE-RSA-AES256-SHA - AES256-GCM-SHA384 - AES256-SHA256 - AES256-SHA - CAMELLIA256-SHA - ECDHE-RSA-AES128-GCM-SHA256 - ECDHE-RSA-AES128-SHA256 - ECDHE-RSA-AES128-SHA - AES128-GCM-SHA256 - AES128-SHA256 - AES128-SHA...
--- haproxy_ciphers: - ECDHE-RSA-AES256-GCM-SHA384 - ECDHE-RSA-AES256-SHA384 - ECDHE-RSA-AES256-SHA - AES256-GCM-SHA384 - AES256-SHA256 - DHE-RSA-AES256-SHA - AES256-SHA - CAMELLIA256-SHA - ECDHE-RSA-AES128-GCM-SHA256 - ECDHE-RSA-AES128-SHA256 - ECDHE-RSA-AES128-SHA - AES128-GCM-SHA256 - AES12...
Add settings for robust PFS
Add settings for robust PFS
YAML
apache-2.0
betterplace/ansible-haproxy
4149db01c4d19ecdfb6ddaf77c24f539ac7dc32d
defaults/main.yml
defaults/main.yml
--- # user to add to docker group docker_user: "{{ ansible_user }}" # version that should be installed docker_version: 17.04.0 # service related parameters docker_listen_on_loopback: no # registry related parameters docker_registry: quay.io docker_registry_password: "" docker_registry_username: "" # storage driv...
--- # user to add to docker group docker_user: "{{ ansible_user }}" # version that should be installed docker_version: 17.04.0 # service related parameters docker_listen_on_loopback: no # registry related parameters docker_registry: registry.hub.docker.com docker_registry_password: "" docker_registry_username: ""...
Change default registry to docker hub
Change default registry to docker hub
YAML
apache-2.0
betacloud/ansible-docker,betacloud/ansible-docker
571b8cf819d2fd3672e9785d5eb74e0b62067c0c
packages/mo/monopati.yaml
packages/mo/monopati.yaml
homepage: https://github.com/iokasimov/monopati changelog-type: '' hash: 833758fbda0c78c4928368bf58c09ad8b2548cc6f03d5a374cc502dc137ca824 test-bench-deps: {} maintainer: Murat Kasimov <iokasimov.m@gmail.com> synopsis: Well-typed paths changelog: '' basic-deps: free: -any split: -any base: ==4.* directory: -any ...
homepage: https://github.com/iokasimov/monopati changelog-type: '' hash: f1c1d5720c4b7b165ca7d198da9d3c620bbae5ebe44b5bdad3f50dd48f287641 test-bench-deps: free: -any split: -any base: ==4.* hedgehog: -any transformers: -any directory: -any maintainer: Murat Kasimov <iokasimov.m@gmail.com> synopsis: Well-typ...
Update from Hackage at 2018-11-01T12:00:01Z
Update from Hackage at 2018-11-01T12:00:01Z
YAML
mit
commercialhaskell/all-cabal-metadata
8d6a169b756505c14b1c3ba1fa0873b474552104
packages/re/regex-do.yaml
packages/re/regex-do.yaml
homepage: https://github.com/ciez/regex-do changelog-type: '' hash: 3a0ac3abaee2c44fd25d99894553a8bb855e9cc1d153b55d7ec13c2c3981620b test-bench-deps: regex-pcre: ! '>=0.94.4' bytestring: ! '>=0.10.6.0' base: ! '>=4.8' hspec: ! '>=2.1.7' text: -any stringsearch: ! '>=0.3.6.6' array: ! '>=0.5.1.0' regex-b...
homepage: https://github.com/ciez/regex-do changelog-type: '' hash: 8bf8ae483e58433b0d289e4f225609447935796783bc37f76fc1fdb93ebcbc1c test-bench-deps: regex-pcre: -any bytestring: -any base: <=5.0 hspec: -any text: -any stringsearch: -any array: -any regex-base: -any regex-do: -any QuickCheck: -any m...
Update from Hackage at 2016-11-06T13:59:38Z
Update from Hackage at 2016-11-06T13:59:38Z
YAML
mit
commercialhaskell/all-cabal-metadata