commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
b0c9770aad5ba5169cd8907dda34904353d81c3b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 allowed_failures: - 2.0.0
Put ruby 2 in allowed failures for now
Put ruby 2 in allowed failures for now I have no idea why it's failing. It works fine on my local machine even with a clean working tree.
YAML
mit
grosser/spring,y-yagi/spring,pigoz/spring,mariusbutuc/spring,ypresto/spring,smathy/spring,rails/spring,universsky/spring-1,slobodankovacevic/spring,maclover7/spring,oggy/spring,oggy/spring
88aeb904f892c3ecc2afde542e956d5f98532b6b
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 10 - 12 - node before_install: 'sudo apt-get update && sudo apt-get install -y graphicsmagick' cache: directories: - node_modules matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info...
language: node_js node_js: - 8 - 10 - 12 - 14 before_install: 'sudo apt-get update && sudo apt-get install -y graphicsmagick' cache: directories: - node_modules matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ....
Drop node.js latest while waiting for canvas, add 14
Drop node.js latest while waiting for canvas, add 14
YAML
bsd-3-clause
assetgraph/assetgraph-sprite
f073c2b74759c13b9e3c4d4cfa1e26705c1dac22
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.2.6 - 2.3.3 - 2.4.0 bundler_args: --jobs 3 --retry 3 branches: only: - master # this avoids build issues with rainbow on old bundler/rubygems before_install: - gem update --system - gem --version - gem uninstall bundler -a -x -I - rvm @global do ge...
sudo: false language: ruby cache: bundler rvm: - 2.2.7 - 2.3.4 - 2.4.1 bundler_args: --jobs 3 --retry 3 branches: only: - master # this avoids build issues with rainbow on old bundler/rubygems before_install: - gem update --system - gem --version - gem uninstall bundler -a -x -I - rvm @global do ge...
Test on the latest Ruby releases
Test on the latest Ruby releases Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
mit
acrmp/foodcritic,Foodcritic/foodcritic
ca313a9ffe250f0b6ad15614adef3824d10fdbef
.travis.yml
.travis.yml
language: node_js node_js: - 0.11 - 0.10 install: - npm install grunt-cli -g - npm install
language: node_js node_js: - 0.11 - 0.10 install: - npm install grunt-cli -g - npm install notifications: - email: false
Update Travis to not send emails
Update Travis to not send emails
YAML
mit
giobero999/jquery-once,giobero999/jquery-once
3ad07d0bd46e57c747d8885b18788ef3c216c06c
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 'iojs' - '0.12' - '0.10'
sudo: false language: node_js node_js: - '5' - '4' - '0.12' - '0.10'
Test on `4` and `5`
Test on `4` and `5`
YAML
mit
gillstrom/multi-typeof
04de02e3db313c3d70da9ba61917b645402ce30b
.travis.yml
.travis.yml
language: node_js node_js: - '0.10'
sudo: false language: node_js node_js: - iojs - "0.12" - "0.10"
Test more env on Travis CI
Test more env on Travis CI
YAML
mit
postcss/gulp-postcss,StartPolymer/gulp-html-postcss
a5ff067e76d967c9fea91af6ada2cbc1b464ab15
.travis.yml
.travis.yml
sudo: false dist: trusty language: node_js node_js: - 8 before_install: - ( cd ..; git clone "https://github.com/davedoesdev/build-couchdb-travis.git"; cd build-couchdb-travis; wget -O - "https://github.com/davedoesdev/build-couchdb-travis/releases/download/$(git tag | tail -n 1)/build-couchdb.tar.gz" | tar -zx; ln...
sudo: false dist: trusty language: node_js node_js: - 8 - 10 before_install: - ( cd ..; git clone "https://github.com/davedoesdev/build-couchdb-travis.git"; cd build-couchdb-travis; wget -O - "https://github.com/davedoesdev/build-couchdb-travis/releases/download/$(git tag | tail -n 1)/build-couchdb.tar.gz" | tar ...
Test on Node 10 too
Test on Node 10 too
YAML
mit
davedoesdev/authorize-jwt,davedoesdev/authorize-jwt,davedoesdev/authorize-jwt
0a7f9b20695dea40e37e6fb4833cf02973700838
.travis.yml
.travis.yml
language: scala scala: - 2.10.0 - 2.9.3 script: - "sbt ++$TRAVIS_SCALA_VERSION assembly"
language: scala scala: - 2.10.0 - 2.9.2 script: - "sbt ++$TRAVIS_SCALA_VERSION assembly" - "scripts/test_tutorials.sh"
Add test_tutorials back and change 2.9.3 back to 2.9.2.
Add test_tutorials back and change 2.9.3 back to 2.9.2.
YAML
apache-2.0
wanyifu/scaldingtest,sriramkrishnan/scalding,sriramkrishnan/scalding,oeddyo/scalding,benpence/scalding,bmyerz/scalding,sid-kap/scalding,bendridi/scalding,cchepelov/scalding,nkhuyu/scalding,f7753/scalding,JiJiTang/scalding,cchepelov/scalding,nkhuyu/scalding,soundcloud/scalding,cauchycui/scalding,sunilrebel/scalding,Aaro...
4249a3d0575cab448fda53c19f5f801fb47f35c4
.travis.yml
.travis.yml
language: go go: - 1.9 - 1.8.3 sudo: false script: - go vet ./... - go test ./...
language: go go: - 1.9.2 - 1.8.5 sudo: false script: - go vet ./... - go test ./...
Build against 1.9.2 and 1.8.5
Build against 1.9.2 and 1.8.5
YAML
mit
TV4/mms
f366a486da4e0164e6bcad41a09506323cea637c
.travis.yml
.travis.yml
language: node_js node_js: - "8" after_success: npm run coverage
language: node_js node_js: - "13" after_success: npm run coverage
Upgrade to node.js version 13 in Travis
Upgrade to node.js version 13 in Travis
YAML
bsd-3-clause
magjac/d3-graphviz
b042d1f773fc618bb4dc9e5f8c3e5121ebb1bbe5
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - 2.2.0 gemfile: - test/gemfiles/rails-3.1 - test/gemfiles/rails-3.2 - test/gemfiles/rails-4.0 - test/gemfiles/rails-4.1 - test/gemfiles/rails-4.2 matrix: exclude: - { rvm: 2.0.0, gemfile: test/gemfiles/rails-3.1 } - { rvm: 2.0.0, gemfile: test/gem...
language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3 gemfile: - test/gemfiles/rails-4.0 - test/gemfiles/rails-4.1 - test/gemfiles/rails-4.2 notifications: recipients: email: - cedric@howe.net on_success: change on_failure: always
Drop Ruby 1.9 and Rails 3.x.
Drop Ruby 1.9 and Rails 3.x.
YAML
mit
cedric/custom_counter_cache
747a9e5d50376b6740635181bbe05ff45cb97bb8
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules notifications: slack: on_success: change on_failure: always node_js: - '7' - '6' - '4' before_script: - npm prune after_success: - npm run coverage - cat coverage/lcov.info | node_modules/.bin/coveralls - npm run semantic-release bra...
language: node_js cache: directories: - node_modules notifications: slack: on_success: change on_failure: always node_js: - 'node' - '7' - '6' before_script: - npm prune after_success: - npm run coverage - cat coverage/lcov.info | node_modules/.bin/coveralls - npm run semantic-release ...
Replace Travis build Node.Js 4 for latest Node.Js release
CI: Replace Travis build Node.Js 4 for latest Node.Js release
YAML
mit
jy95/torrent-files-library
af987a2a4d8ef354b7412240b21dda570a063f1a
crowdin.yml
crowdin.yml
files: - source: /config/locales/en/**.yml translation: /config/locales/%locale%/%original_file_name% ignore: - /config/locales/**/rails_date_order.yml update_option: update_without_changes languages_mapping: locale: ar: ar ast: ast ca: ca es-ES: es ...
files: - source: /config/locales/en/**.yml translation: /config/locales/%locale%/%original_file_name% ignore: - /config/locales/**/rails_date_order.yml update_option: update_without_changes languages_mapping: locale: ar: ar ast: ast ca: ca es-ES: es ...
Add Serbian (Cyrillic) new language mapping
Add Serbian (Cyrillic) new language mapping This language_mapping setting was requested by Crowdin support team to make Crowdin understand that we want Serbian (Latin) translations files locale code `sr-CS` and Serbian (Cyrillic) with locale code `sr`, we were asked to add the same mappings to Crowdin project settings...
YAML
agpl-3.0
consul/consul,consul/consul,consul/consul,consul/consul,consul/consul
ba69638f1f717abb2aa8f85eace52eb66940e3d6
.travis.yml
.travis.yml
language: csharp solution: csharp-rest-client.sln
language: csharp solution: csharp-rest-client.sln matrix: include: - dotnet: 2.1 mono: none - mono: latest
Build on both Mono and .NET Core
Build on both Mono and .NET Core
YAML
isc
messagebird/csharp-rest-api
dd034f0af2cd768da1676f61b2ec8a1ef4e3d5cb
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.3 before_install: gem install bundler -v 1.10.3
language: ruby rvm: - 2.1 - 2.2 before_install: gem install bundler
Build against modern ruby and bundler
Build against modern ruby and bundler
YAML
mit
exciting-io/slack-bot-server
1dc27b04c3da3f071dd84135c4483e672ab0f123
.travis.yml
.travis.yml
language: node_js node_js: - "6.16.0" - "10.15.0"
language: node_js node_js: - "8.15.0" - "10.15.0"
Update node envs in Travis config
Update node envs in Travis config
YAML
mit
pawelgalazka/microcli,pawelgalazka/microcli
267f82c384795a24b48d8ec8ad6966ff56d60ac2
metadata/com.servoz.appsdisabler.yml
metadata/com.servoz.appsdisabler.yml
Categories: - Security - System - Theming License: GPL-3.0-or-later AuthorWebSite: https://servoz.tk SourceCode: https://github.com/aceventura82/AppsDisabler IssueTracker: https://github.com/aceventura82/AppsDisabler/issues AutoName: Disabler RepoType: git Repo: https://github.com/aceventura82/AppsDisabler Bui...
Categories: - Security - System - Theming License: GPL-3.0-or-later AuthorWebSite: https://servoz.tk SourceCode: https://github.com/aceventura82/AppsDisabler IssueTracker: https://github.com/aceventura82/AppsDisabler/issues AutoName: Disabler RepoType: git Repo: https://github.com/aceventura82/AppsDisabler Bui...
Update Disabler to 1.18 (18)
Update Disabler to 1.18 (18)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b6dc7049318e013e7dd822bdde216ac2e888b027
metadata/de.deftk.openww.android.yml
metadata/de.deftk.openww.android.yml
AntiFeatures: - NonFreeNet Categories: - Science & Education License: GPL-3.0-only AuthorName: deftkHD AuthorEmail: deftk@protonmail.com SourceCode: https://github.com/deftkHD/OpenWebWeaver-Android IssueTracker: https://github.com/deftkHD/OpenWebWeaver-Android/issues Changelog: https://github.com/deftkHD/OpenWebWea...
AntiFeatures: - NonFreeNet Categories: - Science & Education License: GPL-3.0-only AuthorName: deftkHD AuthorEmail: deftk@protonmail.com SourceCode: https://github.com/deftkHD/OpenWebWeaver-Android IssueTracker: https://github.com/deftkHD/OpenWebWeaver-Android/issues Changelog: https://github.com/deftkHD/OpenWebWea...
Update OpenWebWeaver to 0.4.1 (5)
Update OpenWebWeaver to 0.4.1 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8c15cf74a8150069c5f4a7b5965b489c41a5432f
.travis.yml
.travis.yml
sudo: false language: rust os: - linux - osx addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly - rust: beta before_script: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip ins...
sudo: false language: rust os: - linux - osx addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly - rust: beta before_script: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip ins...
Add all tests to coveralls again
Add all tests to coveralls again
YAML
apache-2.0
Drakulix/simplelog.rs
c76e0d178a0bdf1df9a98b7210ac801de24c6ad1
.travis.yml
.travis.yml
language: ruby script: "bundle exec rake test:units" sudo: false cache: bundler rvm: - 2.5 - 2.4 - 2.3 - 2.2 gemfile: - Gemfile.rails52 - Gemfile.rails51 - Gemfile.rails50 - Gemfile.rails42 matrix: include: - rvm: 2.1 gemfile: Gemfile.rails42 notifications: email: on_success: never on_failure:...
language: ruby script: "bundle exec rake test:units" sudo: false cache: bundler before_install: # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443 - gem update --system - gem install bundler rvm: - 2.5 - 2.4 - 2.3 - 2.2 gemfile: - Gemfile.rails52 - Gemfile.rails51 - Gemfile.rails50 - Ge...
Fix Travis build for Ruby 2.5
Fix Travis build for Ruby 2.5 https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
YAML
mit
whitby3001/active_merchant,3dna/active_merchant,waysact/active_merchant,planetargon/active_merchant,HealthWave/active_merchant,davidsantoso/active_merchant,appfolio/active_merchant,pinpayments/active_merchant,taf2/active_merchant,buttercloud/active_merchant,activemerchant/active_merchant,atxwebs/active_merchant,BaseCam...
ae66c6b71058df55962aa0edd2218a6fd3f4f730
.travis.yml
.travis.yml
language: python python: - "3.5" addons: code_climate: repo_token: e51aa6e4c897d14a365eaedad9ff94003d567b6018c3e8ff3be2c16354c486b1 before_install: - pip install codecov # install dependencies install: "pip install -r requirements.txt" # run tests script: python test_ammDB.py after_success: ...
language: python python: - "3.5" addons: code_climate: repo_token: e51aa6e4c897d14a365eaedad9ff94003d567b6018c3e8ff3be2c16354c486b1 before_install: - pip install codecov # install dependencies install: "pip install -r requirements.txt" # run tests script: python test_ammDB.py $db_pass after_...
Add db_pass variable to script
Add db_pass variable to script
YAML
mit
roncrush/SeniorProject,roncrush/SeniorProject
759db01dbca17dd52a14d92b35826c0fcf554a2e
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.5 - 2.5.3 - 2.6.3 - jruby-9.1.15.0 gemfile: - gemfiles/rails1-4.gemfile - gemfiles/rails5.gemfile matrix: exclude: - gemfile: gemfiles/rails5.gemfile rvm: 2.1.10 - gemfile: gemfiles/rails5.gemfile rvm: jruby-9.1.6.0 before_insta...
language: ruby rvm: - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.5 - 2.5.3 - 2.6.3 - jruby-9.1.15.0 gemfile: - gemfiles/rails1-4.gemfile - gemfiles/rails5.gemfile matrix: exclude: - gemfile: gemfiles/rails5.gemfile rvm: 2.1.10 - gemfile: gemfiles/rails5.gemfile rvm: jruby-9.1.6.0 - gemfile...
Exclude Rails 4 from MRI 2.5 and 2.6 tests
Exclude Rails 4 from MRI 2.5 and 2.6 tests
YAML
mit
Fivell/credit_card_validations
7ba9bc7afad5e539f16138b45956ab2ef286d3c1
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10"
language: node_js node_js: - "0.10" - "0.11"
Stop testing against node 0.8.x
Stop testing against node 0.8.x
YAML
mit
jay-depot/turnpike,jay-depot/turnpike
57a4a2c11b5c0063c2786f61a1454caf1ef0d4f0
.travis.yml
.travis.yml
language: node_js node_js: - stable - 7 - 6 - 5 - 4 - 0 os: - linux - osx addons: apt: sources: - ubuntu-toolchain-r-test packages: - doxygen - g++-4.8 # Install scripts. (runs after repo cloning) install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; ...
language: node_js cache: npm: true node_js: - stable - 7 - 6 - 5 - 4 - 0 os: - linux - osx addons: apt: sources: - ubuntu-toolchain-r-test packages: - doxygen - g++-4.8 # Install scripts. (runs after repo cloning) install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then ...
Enable Travis CI npm cache to speed up the tests
Enable Travis CI npm cache to speed up the tests
YAML
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
4600a4910d12ac7c95d73c6c3e8bf7d59b7934c7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby sudo: false env: - PURE_RUBY=1 - KITCHEN_SINK=1 script: bundle exec rake bundler_args: --without docs release repl matrix: exclude: - rvm: jruby env: KITCHEN_SINK=1
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby sudo: false script: bundle exec rake bundler_args: --without docs release repl
Remove ENV Split in Travis
Remove ENV Split in Travis We're not going to concern ourselves with environment variables that relate to aws-sdk testing.
YAML
apache-2.0
awslabs/aws-sdk-ruby-record
1d6f27b47ed6b824ea5714b4a7a712fc0750a13c
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4" - "6" - "8" - "9" env: - NPM_SCRIPT=test - NPM_SCRIPT=test:cli matrix: fast_finish: true allow_failures: - env: NPM_SCRIPT=browserstack include: - node_js: "6" env: NPM_SCRIPT=browserstack - node_js: "6" env: NPM_SCRIPT=coverage befo...
sudo: false language: node_js node_js: - "4" - "6" - "8" - "9" env: - NPM_SCRIPT=test - NPM_SCRIPT=test:cli matrix: fast_finish: true allow_failures: - env: NPM_SCRIPT=browserstack include: - node_js: "9" env: NPM_SCRIPT=browserstack - node_js: "9" env: NPM_SCRIPT=coverage befo...
Use Node 9.x for matrix, cache node_modules
Build: Use Node 9.x for matrix, cache node_modules
YAML
mit
qunitjs/qunit,qunitjs/qunit
e130016807bfc2b929fa1c62089c75b23aa61c8a
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.5" - "3.4" - "3.3" - "2.7" before_install: - pip install codecov # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements_test.txt # command to run tests us...
# Config file for automatic testing at travis-ci.org language: python python: - "3.5" - "3.4" - "2.7" before_install: - pip install codecov # 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 covera...
Drop Python3.3 from Travis tests.
Drop Python3.3 from Travis tests. Python 3.3 is unsupported for Django 1.9, 1.10
YAML
mit
LaunchlabAU/launchlab-django-utils,LaunchlabAU/launchlab-django-utils
3482a78d71ecadd55bb61a113c2f1670ab0cdd8f
.travis.yml
.travis.yml
language: php php: - 5.5.9 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm install: travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit run notifications: slack: andela:TeaB0c7SsX2IUwH8XR4Ehmh9
language: php php: - 5.5.9 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm install: travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit notifications: slack: andela:TeaB0c7SsX2IUwH8XR4Ehmh9
Remove run from script command
Remove run from script command
YAML
mit
andela/suyabay,andela/suyabay,andela/suyabay
af1197fc22dcc4beb5ab866df173332ab3882e30
.travis.yml
.travis.yml
sudo: false language: rust rust: - nightly script: - cargo build --verbose - cargo test --verbose - cargo bench --verbose cache: cargo
sudo: false language: rust rust: - nightly before_install: # Check formatting - cargo install rustfmt script: # Check build script formatting separately because cargo fmt doesn't pick it up - rustfmt --write-mode=diff build.rs # Check formatting of sources - cargo fmt -- --write-mode=diff - cargo build ...
Check formatting on Travis CI
Check formatting on Travis CI
YAML
apache-2.0
lunaryorn/xkpwgen.rs
223031ada0c2ddd1b2ad3d1c9d71168945071d74
.travis.yml
.travis.yml
sudo: false language: python python: - 3.6 - 3.7 - 3.8 env: - DJANGO_VERSION=2.2.8 - DJANGO_VERSION=3.0 - DJANGO_VERSION=3.1 install: - pip install -q coverage Django==$DJANGO_VERSION script: coverage run --source=. ./runtests.py after_success: - bash <(curl -s https://codecov.io/bash)
dist: xenial language: python python: - 3.6 - 3.7 - 3.8 env: - DJANGO_VERSION=2.2.8 - DJANGO_VERSION=3.0 - DJANGO_VERSION=3.1 install: - pip install -q coverage Django==$DJANGO_VERSION script: coverage run --source=. ./runtests.py after_success: - bash <(curl -s https://codecov.io/bash)
Use xenial dist on Travis
Use xenial dist on Travis
YAML
isc
RevolutionTech/django-pigeon
70f6ce30a31c8ee662f98a8225ead09e80296866
.travis.yml
.travis.yml
language: php matrix: fast_finish: true include: - php: 5.6 env: COVERAGE=1 - php: 5.3 env: OPTIMIZE=1 - php: 5.4 env: OPTIMIZE=1 - php: 5.5 env: OPTIMIZE=1 - php: 5.6 env: OPTIMIZE=1 - php: nightly env: OPTIMIZE=1 - php: hhvm env: OPTIMIZE=1 bra...
language: php matrix: fast_finish: true include: - php: 5.6 env: COVERAGE=1 - php: 5.3 env: OPTIMIZE=1 - php: 5.4 env: OPTIMIZE=1 - php: 5.5 env: OPTIMIZE=1 - php: 5.6 env: OPTIMIZE=1 - php: nightly env: OPTIMIZE=1 - php: hhvm env: OPTIMIZE=1 a...
Allow failures on PHP nightly for now
Allow failures on PHP nightly for now
YAML
mit
s9e/TextFormatter,s9e/TextFormatter,s9e/TextFormatter,s9e/TextFormatter
d5e4edc2e3bef98c0c364ecfb1343af484875b37
.travis.yml
.travis.yml
language: python python: - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" install: - pip install pipenv - pipenv install script: - python tests.py - mypy parsenvy/parsenvy.py - black . --check
language: python python: - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" install: - pip install pipenv - pipenv install script: - python tests.py - mypy parsenvy/parsenvy.py # - black . --check
Remove Black check from CI due to bug
Remove Black check from CI due to bug Relevant issue: https://github.com/ambv/black/issues/494
YAML
bsd-3-clause
nkantar/Parsenvy
886f84dab6f1733d87f8f6f09e5bc6afb393afb2
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLIS...
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLIS...
Use modulesync to manage meta files
Use modulesync to manage meta files
YAML
apache-2.0
MelanieGault/puppet-archive,buzzdeee/puppet-archive,gcmalloc/puppet-archive,noris-network/puppet-archive,saimonn/puppet-archive,digitalmediacenter/puppet-archive,camptocamp/puppet-archive,DSI-Ville-Noumea/puppet-archive,salimane/puppet-archive
75ebfd30285dd908258aae25ce5410ef3c9cefc0
.travis.yml
.travis.yml
language: node_js node_js: - "0.6" - "0.8" - "0.10"
language: node_js node_js: - "0.8" - "0.10"
Drop Node 0.6 from Travis
Drop Node 0.6 from Travis
YAML
mit
annojs/fuzz
ef5292ed241f132bd71b4d1b7caa19ef7558c041
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - node - "12" - "10" - "8" before_install: - yarn global add pnpm install: - yarn install --ignore-engines
language: node_js cache: yarn node_js: - node - "12" - "10" - "8" before_install: - yarn global add pnpm --ignore-engines install: - yarn install --ignore-engines
Fix Node.js 8 at CI
Fix Node.js 8 at CI
YAML
mit
ai/browserslist
052ac60a8ad45427390c1ff93120333bd31eadf7
.travis.yml
.travis.yml
dist: trusty language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4snapshot # - nightly # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer...
dist: trusty language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot # - nightly # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache before_s...
Remove support for PHP 5.6 and 7.0
Remove support for PHP 5.6 and 7.0
YAML
mit
antonioribeiro/google2fa,antonioribeiro/google2fa
772acc742e972a6a2c3e351f91d67d69a06f4346
.travis.yml
.travis.yml
sudo: required services: - docker language: rust rust: - nightly - stable cache: cargo addons: apt: packages: - libxxf86vm-dev install: - | if [ $TRAVIS_OS_NAME = osx ]; then rustup target add x86_64-apple-ios fi script: - cargo build --verbose - if [ $TRAVIS_OS_NAME =...
sudo: required services: - docker language: rust rust: - nightly - stable cache: cargo addons: apt: packages: - libxxf86vm-dev install: - | if [ $TRAVIS_OS_NAME = osx ]; then rustup target add x86_64-apple-ios fi script: - cargo build --verbose - if [ $TRAVIS_OS_NAME =...
Build the window example for android
Build the window example for android
YAML
apache-2.0
tomaka/winit
95f29ef11b9b5a07fcfb42f840cc93c0348b1466
.travis.yml
.travis.yml
sudo: false dist: trusty language: node_js cache: directories: - node_modules addons: apt: sources: - google-chrome packages: - google-chrome-stable node_js: - "7" matrix: fast_finish: true install: - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb ...
sudo: required dist: trusty language: node_js cache: directories: - node_modules addons: apt: sources: - google-chrome packages: - google-chrome-stable node_js: - "7" matrix: fast_finish: true install: - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xv...
Fix for Travis CI Build
Fix for Travis CI Build
YAML
mit
trustpilot/skift,trustpilot/skift
7b7e970692ee00547d7a7fba07435fbfe87b7ed9
.travis.yml
.travis.yml
language: generic sudo: required services: - docker - redis-server addons: postgresql: "9.4" deploy: notifications: email: - howardc93@gmail.com - christian@paral.in - aqc2109@columbia.edu before_script: - docker build -t "yasp/yasp:latest" . script: - docker run -e "TEST_SKIP_BUILD=y" -e "TEST_INSTALL_GLOBAL...
language: generic sudo: required services: - docker - redis-server addons: postgresql: "9.4" deploy: notifications: email: - howardc93@gmail.com - christian@paral.in - aqc2109@columbia.edu before_script: - docker build -t "yasp/yasp:latest" . script: - docker run -e "TEST_SKIP_BUILD=y" -e "TEST_INSTALL_GLOBAL...
Use npm to execute tests
Use npm to execute tests
YAML
mit
flankstaek/core,odota/core,odota/core,flankstaek/core,odota/core,flankstaek/core
a3616146be0f2dcac727d58435d83c067bdce91b
.travis.yml
.travis.yml
language: ruby before_script: - mysql -e 'create database rla_test;' - psql -c 'create database rla_test;' -U postgres script: bundle exec rake rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode gemfile: - Gemfile.activerecord2 ...
language: ruby before_script: - mysql -e 'create database rla_test;' - psql -c 'create database rla_test;' -U postgres script: bundle exec rake rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode gemfile: - Gemfile.activerecord2 ...
Update Travis CI matrix exclusions.
Update Travis CI matrix exclusions.
YAML
mit
wvanbergen/request-log-analyzer,cornerot/request-log-analyzer
a1d9133914ed221726c970fd50ab57cfaadb09b8
.travis.yml
.travis.yml
sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: fast_finish: true install: - pip install zc.buildout==2.9.3 - buildout -c travis.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.i...
sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: fast_finish: true install: - pip install zc.buildout==2.9.3 - pip install -U six==1.11.0 # For Python 3.4 - buildout -c travis...
Test a fix for Python 3.4 on Travis
Test a fix for Python 3.4 on Travis
YAML
bsd-3-clause
Fantomas42/django-blog-zinnia,Fantomas42/django-blog-zinnia,Fantomas42/django-blog-zinnia
b5afa50b9b8766d6a97f14e19e717e5d421a1cf8
.travis.yml
.travis.yml
--- language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - "4" sudo: false dist: trusty addons: chrome: stable cache: yarn: true env: global: # See https://git.io/vdao3 for details. - JOBS=1 m...
--- language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - "4" sudo: false dist: trusty addons: chrome: stable cache: yarn: true env: global: # See https://git.io/vdao3 for details. - JOBS=1 m...
Install Bower packages on CI
Install Bower packages on CI
YAML
mit
andybluntish/ember-cli-latex-maths,andybluntish/ember-cli-latex-maths
ff1fddd47e1394bff6f7a098bc71fbd538eac874
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' 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.2' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with Node.js 5.1 on Travis CI.
Test with Node.js 5.1 on Travis CI.
YAML
mit
bigeasy/abend
b42e516e9ca17abe5fd2ef0f16b18b8272208c02
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.11" - "0.12" - "iojs" - "node"
language: node_js node_js: - "4" - "5" - "6"
Update target node environments for ci tests
Update target node environments for ci tests
YAML
mit
michbuett/grunt-template-jasmine-nml
f5bbc90a8e9c50813bf46a8e57ba1df9dca27fe1
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: 1.9.3 script: bundle exec rake foodcritic
language: ruby bundler_args: --without development rvm: 1.9.3 script: bundle exec rake lint
Fix call to rake lint.
Fix call to rake lint.
YAML
apache-2.0
coryroloff/chef-npm-registry,Banno/chef-npm-registry
e324e32a243ebd25b1a562defdf01ce03112e1bf
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.4" - "3.5" install: - pip install coverage - pip install -r requirements.txt script: nosetests --with-coverage --cover-package=opwen_webapp --cover-branches --cover-erase
language: python python: - "3.3" - "3.4" - "3.5" install: - pip install coverage - pip install -r requirements.txt script: nosetests --with-coverage --cover-branches --cover-erase --cover-package=opwen_webapp --cover-package=utils
Include utils package in code coverage report
Include utils package in code coverage report
YAML
apache-2.0
ascoderu/opwen-cloudserver,ascoderu/opwen-webapp,OPWEN/opwen-webapp,ascoderu/opwen-webapp,OPWEN/opwen-webapp,ascoderu/opwen-webapp,ascoderu/opwen-cloudserver,OPWEN/opwen-webapp
ebdba370d51b9361fbbfc5d0ee2516774f9cab26
.travis.yml
.travis.yml
language: java
language: java deploy: provider: releases api-key: "8638657fcd2e4e9d3ad9e4173733d41b8e74d1c5" file-glob: true file: "target/FixChat-*.jar" skip_cleanup: true on: tags: true all_branches: true
Add automatic deployment from Travis-CI
Add automatic deployment from Travis-CI
YAML
mit
Codeski/FixChat
380e11fc84ab896e12ea4c76c030029a52574328
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 script: rake test
language: ruby os: - linux - osx rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.2 # Mac OS on Travis doesn't have pre-compiled versions of the 1.9 series matrix: exclude: - os: osx rvm: 1.9.2 - os: osx rvm: 1.9.3 script: rake test
Drop Ruby 1.8 support, add 2.2, and test on OS X
Drop Ruby 1.8 support, add 2.2, and test on OS X
YAML
mit
stripe/subprocess,stripe/subprocess
4eed0817d4388d16b3cb3576adbf5a532c232363
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 before_script: - composer install --dev --prefer-source - php -S localhost:8080 -t web web/dispatch.php & # start a Web server - sleep 3 # give Web server some time to bind to sockets, etc script: - php vendor/behat/behat/bin/behat - php vendor/phpspec/phpspec/script...
language: php php: - 5.4 - 5.5 - 5.6 before_script: - composer install --dev --prefer-source - php -S localhost:8080 -t web web/dispatch.php & # start a Web server - sleep 3 # give Web server some time to bind to sockets, etc script: - php vendor/bin/behat - php vendor/bin/phpspec run
Change location of test runners
Change location of test runners
YAML
mit
peej/contentacle,peej/contentacle,peej/contentacle,peej/contentacle
0eae12f7eab06234718bbf0431aa848c7ed7df9c
.travis.yml
.travis.yml
language: python python: - '3.6' install: - pip install pipenv - make install script: - make test
language: python matrix: include: - python: 2.7 env: TOXENV=py27 - python: 3.6 env: TOXENV=py36 install: - pip install tox script: - tox
Fix 77 - run tox on Travis
Fix 77 - run tox on Travis
YAML
mit
lancelote/banneret
9e7e6e8bbd7127b2ca9464a5ead6f679145ce46c
.travis.yml
.travis.yml
language: generic os: - linux - osx dist: xenial env: global: - APM_TEST_PACKAGES="" - ATOM_LINT_WITH_BUNDLED_NODE="true" matrix: - ATOM_CHANNEL=stable - ATOM_CHANNEL=beta addons: apt: packages: - libgconf-2-4 script: - curl -s -O https://raw.githubusercontent.com/atom/ci/mas...
language: generic os: - linux - osx dist: bionic env: global: - APM_TEST_PACKAGES="" - ATOM_LINT_WITH_BUNDLED_NODE="true" matrix: - ATOM_CHANNEL=stable - ATOM_CHANNEL=beta addons: apt: packages: - libgconf-2-4 script: - curl -s -O https://raw.githubusercontent.com/atom/ci/mas...
Use the latest build environment for Linux on Travis CI
Use the latest build environment for Linux on Travis CI
YAML
mit
matthesjh/autocomplete-curry
f2f6c44d12987bd9ee6fa39054b74878f5284f10
.travis.yml
.travis.yml
language: node_js sudo: required dist: trusty os: - linux - osx node_js: - "7.0" - "6.0" - "4.0" env: - CC=clang CXX=clang++ npm_config_clang=1 notifications: email: false git: depth: 10 before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi - if [[ "$TRAVIS_OS_NAM...
language: node_js sudo: required dist: trusty os: - linux - osx node_js: - "7.0" - "6.0" - "4.0" env: - CC=clang CXX=clang++ npm_config_clang=1 notifications: email: false git: depth: 10 before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi - if [[ "$TRAVIS_OS_NAM...
Create the default keyring first
Create the default keyring first
YAML
mit
atom/node-keytar,atom/node-keytar,atom/node-keytar,atom/node-keytar
9a992ae1a672519712469517cd8c314c8b348f96
.travis.yml
.travis.yml
language: php php: - 7.1 before_script: - composer self-update install: - composer install --prefer-source --no-interaction --dev script: - bin/phpunit -v
language: php php: - 7.1 services: - mysql before_script: - composer self-update before_install: - mysql -e 'CREATE DATABASE test_fixture;' install: - composer install --prefer-source --no-interaction --dev script: - bin/phpunit -v
Configure MySQL database for Travis CI
chore: Configure MySQL database for Travis CI
YAML
mit
ComPHPPuebla/dbal-fixtures
31880601aa650d1b019085f25762a33935c8ef39
.travis.yml
.travis.yml
language: ruby rvm: - "2.0" - "2.1" - "2.2" script: bundle install && CODECLIMATE_REPO_TOKEN=23f00994b94c79b50de88e4ca0bbf67faaf18ce36b8f0cd421f2b8de0131bc25 bundle exec rake
language: ruby rvm: - "2.0" - "2.1" - "2.2" - "2.3" script: bundle install && CODECLIMATE_REPO_TOKEN=23f00994b94c79b50de88e4ca0bbf67faaf18ce36b8f0cd421f2b8de0131bc25 bundle exec rake
Add ruby 2.3 to the test suite
Add ruby 2.3 to the test suite
YAML
mit
frankywahl/no_patch
746d7031dfd518d52541b79eb76f483c7748f39b
.travis.yml
.travis.yml
language: objective-c before_install: - brew update install: - sudo pip install ansible --quiet - brew install composer - brew insatll drush --HEAD script: - bash install.sh --skip-short-stack - ansible-playbook ~/.short-stack/stack.yml -i ~/.short-stack/inventory --syntax-check #- ansible-playbook ~/.short-stack/st...
language: objective-c before_install: - brew update install: - sudo pip install ansible --quiet - brew tap homebrew/php - brew install composer - brew insatll drush --HEAD script: - bash install.sh --skip-short-stack - ansible-playbook ~/.short-stack/stack.yml -i ~/.short-stack/inventory --syntax-check #- ansible-pl...
Add brew tap for php.
Add brew tap for php.
YAML
mit
poetic/short-stack,osxi/short-stack
e64517f3983ecfce786b966b609ae50b0be75f9d
.travis.yml
.travis.yml
language: php php: - 5.6 - 5.5 - 5.4 - 5.3 - 5.2 - hhvm before_script: - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then wget http://iweb.dl.sourceforge.net/project/simpletest/simpletest/simpletest_1.1/simpletest_1.1.0.tar.gz; tar xf simpletest_1.1.0.tar.gz -C test; else composer install --dev --prefe...
language: php php: - 5.6 - 5.5 - 5.4 before_script: - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then wget http://iweb.dl.sourceforge.net/project/simpletest/simpletest/simpletest_1.1/simpletest_1.1.0.tar.gz; tar xf simpletest_1.1.0.tar.gz -C test; else composer install --dev --prefer-source; fi" - sh -c "...
Remove PHP 5.2 and 5.3. Also remove hhvm
Remove PHP 5.2 and 5.3. Also remove hhvm
YAML
mit
smartcoinpayments/smartcoin-php
89ae4a218ae4ecf969e39fce5e43519972c9a6ec
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org services: - postgresql language: python python: - "3.6" env: - TOX_ENV=py36-django-110 matrix: fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements_test.txt # co...
# Config file for automatic testing at travis-ci.org services: - postgresql addons: postgresql: "9.6" language: python python: - "3.6" env: - TOX_ENV=py36-django-110 matrix: fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -...
Use PostgreSQL with jsonb field
Use PostgreSQL with jsonb field
YAML
mit
mpasternak/django-flexible-reports,mpasternak/django-flexible-reports
b74e3a8cde126ee3dc1a986451e8f00b9c2d6e41
.travis.yml
.travis.yml
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.9 - 2.2.5 - 2.3.1 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branche...
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branch...
Update Ruby version in Travis CI.
Update Ruby version in Travis CI. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
fbd8da05d8e35b8c29f7146e0cb1f1a7a6a0fb79
packages/sp/spirv-reflect-types.yaml
packages/sp/spirv-reflect-types.yaml
homepage: '' changelog-type: markdown hash: e896169b9be433ce972c1b0cbcf530422225aea6c8fa96d51e2efd71af84bf5a test-bench-deps: {} maintainer: ic.rbow@gmail.com synopsis: Data types from spirv-reflect tool. changelog: | # Changelog for spirv-reflect-types ## [0.1] - 2022-06-11 * Initial release. [0.1]: https:/...
homepage: '' changelog-type: markdown hash: 2e372f07bc1d89c23559404b1bde6d392c0ac388d261b0a7044ee9d10880fee2 test-bench-deps: {} maintainer: ic.rbow@gmail.com synopsis: Data types from spirv-reflect tool. changelog: | # Changelog for spirv-reflect-types ## [0.2] - 2022-09-04 * Update types to accomodate FFI loa...
Update from Hackage at 2022-09-04T10:50:12Z
Update from Hackage at 2022-09-04T10:50:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
ec94b3d34d9850fccfcce5ad2b79c2493f531669
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_script: - 'npm install -g bower grunt-cli' - 'bower install'
language: node_js node_js: - '0.10' before_script: - 'npm install -g bower gulp' - 'bower install'
Install gulp instead of grunt
Install gulp instead of grunt
YAML
mit
KuiKui/GithubTeamReviewer,M6Web/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,M6Web/GithubTeamReviewer,M6Web/GithubTeamReviewer
1a4a8ba0b2280b2d20d4373afdf59615eda5d4f1
packages/tr/transformers-except.yaml
packages/tr/transformers-except.yaml
homepage: http://github.com/tmcgilchrist/transformers-either/ changelog-type: '' hash: 6c12ef8e632a10440968cd541e75074bd6ef4b5ff4012677f8f8189d7b2d0df6 test-bench-deps: {} maintainer: Tim McGilchrist <timmcgil@gmail.com> synopsis: An Except monad transformer with changelog: '' basic-deps: exceptions: ! '>=0.6 && <0.1...
homepage: http://github.com/tmcgilchrist/transformers-either/ changelog-type: '' hash: 2ff895fd65ec9e45cbe839ef5b66e26b7d9f3fe561148993293a41e14491e625 test-bench-deps: {} maintainer: Tim McGilchrist <timmcgil@gmail.com> synopsis: 'An Except monad transformer with ' changelog: '' basic-deps: exceptions: '>=0.6 && <0....
Update from Hackage at 2021-07-12T12:24:42Z
Update from Hackage at 2021-07-12T12:24:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
e63c9d512259b98d99beca457f1bbbd8782d5df4
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - phpunit tests - ./tests/lint.sh git: depth: 5
language: php php: - 5.4 - 5.5 - 5.6 - hhvm sudo: false env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - phpunit tests - ./tests/lint.sh git: depth: 5
Use the container-based infrastructure on Travis
Use the container-based infrastructure on Travis
YAML
apache-2.0
fdp2/sonos,duncan3dc/sonos,fdp2/sonos
7c8986ced2508880be9422e5787e78ad4525c8f1
.travis.yml
.travis.yml
--- services: - redis-server language: rust cache: cargo rust: - nightly - stable matrix: include: - rust: nightly env: FMT=1 install: - which cargo-install-update || cargo install cargo-update - cargo install-update -i rustfmt-nightly script: cargo fmt -- --check - ...
--- services: - redis-server language: rust cache: cargo rust: - nightly - stable matrix: include: - rust: nightly env: FMT=1 install: - which cargo-install-update || cargo install cargo-update - cargo install-update -i rustfmt-nightly script: cargo fmt -- --check - ...
Use rust stable channel for clippy
Use rust stable channel for clippy
YAML
mit
spk/rust-sidekiq
136df1649333dbf4de80b3304c1a123d9b4804b8
.travis.yml
.travis.yml
language: python sudo: false matrix: include: - python: 2.7 env: TOXENV=py27 - python: 3.4 env: TOXENV=py34 - python: 3.5 env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - python: pypy env: TOXENV=pypy install: # "virtualenv<14.0.0" is needed for Python 3.2 compat ...
language: python sudo: false matrix: include: - python: 2.7 env: TOXENV=py27 - python: 3.4 env: TOXENV=py34 - python: 3.5 env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - python: pypy env: TOXENV=pypy install: - travis_retry pip install virtualenv tox script: ...
Use more recent virtualenv now that 3.2 is no longer supported
Use more recent virtualenv now that 3.2 is no longer supported
YAML
bsd-3-clause
mnaberez/py65
79fa55f6c9164b1405f09e5f3052e0f0d3aa6493
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - ruby-head gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile exclude: - rvm: ruby-head gemfile: gemfiles/rails_4.2.gemfile script: - bundle exec rake rubocop - bundle exec r...
language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - ruby-head gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile allow_failures: - rvm: ruby-head gemfile: gemfiles/rails_4.2.gemfile script: - bundle exec rake rubocop - bundle ...
Allow failures when testing Rails 4.2 against ruby-head
Allow failures when testing Rails 4.2 against ruby-head
YAML
mit
lbeder/health-monitor-rails,lbeder/health-monitor-rails,lbeder/health-monitor-rails
88bdae620324d5e6b5a4868e704989d2dd0781c8
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: [push, pull_request] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Validate Pod run: pod lib lint - name: Carthage Build run: ./carthage.sh build --no-skip-current
name: Build on: [push, pull_request] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Validate Pod run: pod lib lint - name: Carthage Build run: ./carthage.sh build --no-skip-current - name: Build iOS Example - iOS Simulator run...
Add steps: Build iOS Example
Add steps: Build iOS Example
YAML
mit
ElfSundae/ESFramework
68581cc47dccc0e5256081027be9cc9a222ea59a
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI on: push: branches: - master - develop pull_request: branches-ignore: - tag/* jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 11 - name: B...
name: Java CI on: push: branches: - master - develop pull_request: branches-ignore: - tag/* jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 11 - name: B...
Fix Sniffy on recent JDKs
Fix Sniffy on recent JDKs
YAML
mit
sniffy/sniffy,bedrin/jdbc-sniffer,sniffy/sniffy,sniffy/sniffy
f244179aa7cd6a8025697690e5db612b1653a720
.travis.yml
.travis.yml
language: python python: "3.3" install: - wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh - yes | bash lilypond-2.18.2.1.linux-x86.sh - export PATH=~/lilypond:$PATH
language: python python: "3.3" install: - wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh - yes | bash lilypond-2.18.2-1.linux-x86.sh - export PATH=~/lilypond:$PATH
Use a dash instead of a dot.
Use a dash instead of a dot.
YAML
mit
b0ri5/lilypond-memrise,b0ri5/lilypond-memrise
6e0db709d5c77d9cca1559da8a118d358734275f
.travis.yml
.travis.yml
rvm: - 2.0.0 notifications: email: on_success: change on_failure: always
rvm: - 2.0.0 - 2.1 - 2.2 - rbx-2 notifications: email: on_success: change on_failure: always
Test on 2.1/2 and rbx-2
Test on 2.1/2 and rbx-2
YAML
mit
rickhull/slop,leejarvis/slop,brbrady/slop,NigoroJr/slop,prees1/slop
ed6d3db2bc4160dd7ca0755dfe478168692fe583
.travis.yml
.travis.yml
language: rust sudo: false cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly
language: rust sudo: false cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly os: - linux - osx
Test on both OSX and Linux
Test on both OSX and Linux
YAML
apache-2.0
nbigaouette/gitlab-api-rs,nbigaouette/gitlab-api-rs
c89795a6b21d0b4c3064111330fc2600d33ba80a
.travis.yml
.travis.yml
language: node_js node_js: # https://github.com/nodejs/LTS - "4" # ends April 2018 - "6" # ends April 2019 - "8" # ends December 2019 sudo: false cache: directories: - node_modules before_install: - if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm install coveralls; fi before_script: # Make npm run w...
language: node_js node_js: # https://github.com/nodejs/LTS - "6" # ends April 2019 - "8" # ends December 2019 - "10" # ends April 2021 sudo: false cache: directories: - node_modules before_install: - if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm install coveralls; fi before_script: # Make npm run ...
Remove Node 4 and add Node 10 to Travis config
Remove Node 4 and add Node 10 to Travis config
YAML
bsd-3-clause
busterjs/referee
a28034e0209698e1ce5e011ddabe43dc357412d1
.travis.yml
.travis.yml
dist: trusty language: java jdk: - oraclejdk8 services: - postgresql addons: postgresql: "9.6" install: - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - psql -c 'create database "treeline-test";' -U postgres - npm run build - ./gradlew bootRun -Dspring.profiles...
dist: trusty language: java jdk: - oraclejdk8 services: - postgresql addons: postgresql: "9.6" install: - google-chrome --version - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - psql -c 'create database "treeline-test";' -U postgres - npm run build - ./gradl...
Reduce sleep time in Travis
Reduce sleep time in Travis - Attempt to print google chrome version
YAML
mit
Jgreub/treeline,Jgreub/treeline,Jgreub/treeline,Jgreub/treeline
2fe5c6e59c8501b42719d5e7f6c4fcaeafc446fb
.travis.yml
.travis.yml
language: node_js node_js: - "0.6" - "0.8" - "0.10"
language: node_js node_js: - "0.8" - "0.10"
Stop testing on Node 0.6.
Stop testing on Node 0.6. Istanbul, a dev dependency, uses util.deprecate, which doesn't work there.
YAML
mit
felixge/node-sandboxed-module,tejasmanohar/node-sandboxed-module,robrich/node-sandboxed-module
8830a57ab061e758afc0dc0273eb221ba6ac670b
.travis.yml
.travis.yml
language: ruby gemfile: - test/support/Gemfile rvm: - 1.9.2 - 1.9.3 script: bundle exec rake foodcritic
language: ruby gemfile: - test/support/Gemfile rvm: - 1.9.3 script: bundle exec rake foodcritic
Remove option of using Ruby 1.9.2 from Travis configuration as foodcritic requires 1.9.3 or higher.
Remove option of using Ruby 1.9.2 from Travis configuration as foodcritic requires 1.9.3 or higher.
YAML
apache-2.0
jagrem/etoile-cookbook
e03b7e30e2b31e8b89b7f44060b3e4a71f9031fc
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 # Disabled because typhoeus is a C extension # - jruby-18mode # JRuby in 1.8 mode # - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 # Disabled because typhoeus is a C extension # - jruby-18mode # JRuby in 1.8 mode # - jruby-19mode # JRuby in 1.9 mode # Disabled because FFI is broken # - rbx-18mode # - rbx-19mode
Disable rubinius as a target for now
Disable rubinius as a target for now
YAML
mit
pandastream/panda_gem
d212f6bca2742850ce62f33536160552325e4354
.travis.yml
.travis.yml
# Travis CI Build. # HOME path: /home/travis # Git clone path: /home/travis/build/osom8979/tbag language: cpp cache: apt: true compiler: gcc before_install: - export THREAD_NUM=4 - export TPARTY_HOME=$HOME/tparty - export LD_LIBRARY_PATH=$TPARTY_HOME/local/lib:$LD_LIBRARY_PATH - sudo add-apt-rep...
# Travis CI Build. # HOME path: /home/travis # Git clone path: /home/travis/build/osom8979/tbag language: cpp cache: apt: true compiler: g++ before_install: - export THREAD_NUM=4 - export TPARTY_HOME=$HOME/tparty - export LD_LIBRARY_PATH=$TPARTY_HOME/local/lib:$LD_LIBRARY_PATH - sudo add-apt-rep...
Fix the 'could not find compiler' error.
Fix the 'could not find compiler' error.
YAML
mit
osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag
64b927bdeb1beec90927b289c9345e6866aab5f7
.travis.yml
.travis.yml
notifications: email: false language: cpp sudo: false branches: only: - master - travis compiler: - gcc before_install: - chmod +x aestest/run.sh install: - git submodule init - git submodule update script: - cd $TRAVIS_BUILD_DIR/aestest - ./run.sh -p - cat txt/perf-original.sorted.txt -...
notifications: email: false language: cpp sudo: false branches: only: - master - travis compiler: - gcc before_install: - chmod +x aestest/run.sh install: - git submodule init - git submodule update script: - cd $TRAVIS_BUILD_DIR/aestest - ./run.sh -p
Delete useless prints of performance outputs
Delete useless prints of performance outputs
YAML
mit
pavelkryukov/putty-aes-ni,pavelkryukov/putty-aes-ni
233a702a543911ce3c635503e45d5dc8f99e3814
.travis.yml
.travis.yml
language: ruby rvm: - '1.9.3' - '2.3.0' - '2.4.3' - jruby-19mode # JRuby in 1.9 mode script: - bundle exec rspec --fail-fast - bundle exec rubocop
language: ruby rvm: - '2.3.0' - '2.4.3' - jruby-19mode # JRuby in 1.9 mode script: - bundle exec rspec --fail-fast - bundle exec rubocop
Remove support for ruby 1.9
Remove support for ruby 1.9
YAML
mit
rikas/portuguese_validators
2af0b5a99356b57de32b97c24b3f1979655c7658
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly matrix: fast_finish: true allow_failures: - php: nightly before_script: - composer install script: - phpunit # - php ./phpunit/coverage-check.php ./phpunit/clover.xml 80
language: php php: # - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly matrix: fast_finish: true allow_failures: - php: nightly before_script: - composer install script: - phpunit # - php ./phpunit/coverage-check.php ./phpunit/clover.xml 80
Remove support for PHP 5.4
Remove support for PHP 5.4
YAML
mit
sevenymedia/bulksmscenter-http-api,sevenymedia/bulksmscenter-http-api
45292f4329d64a31a01163ef3cb701bf19b2543a
.travis.yml
.travis.yml
language: node_js node_js: - 7 before_install: - openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv -in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - n...
language: node_js node_js: - 7 before_install: - openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv -in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - n...
Add literal paths to gcloud commands
Add literal paths to gcloud commands
YAML
mit
hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web
faa92f52f87d902f5b2d86eb1a28f59f3e6e8472
.travis.yml
.travis.yml
language: node_js before_install: - mkdir -p "$HOME"/.local/lib/python2.7/site-packages - 'export PATH="$HOME/.local/bin:$PATH"' - 'export PYTHONPATH="$HOME"/.local/lib/python2.7/site-packages:"$PYTHONPATH"' - 'npm install && easy_install --prefix="$HOME"/.local http://closure-linter.googlecode.com/files/closur...
sudo: false language: node_js node_js: - "0.10" - "4" before_install: - mkdir -p "$HOME"/.local/lib/python2.7/site-packages - 'export PATH="$HOME/.local/bin:$PATH"' - 'export PYTHONPATH="$HOME"/.local/lib/python2.7/site-packages:"$PYTHONPATH"' - 'npm install && easy_install --prefix="$HOME"/.local http://cl...
Test on node version 4
Test on node version 4
YAML
mit
Springworks/node-holidays
a8a6d0571b4d45bab88beaa0c1e27a7756534da3
.travis.yml
.travis.yml
--- language: [ ruby, node_js ] rvm: [ 2.2.0 ] node_js: [ 0.12 ] cache: bundler: true directories: - bower_components sudo: false before_script: - npm install -g bower - bower install before_install: - 'echo ''gem: --no-document'' > ~/.gemrc' script: bundle exec rake travis
--- language: [ ruby, node_js ] rvm: [ 2.2.2 ] node_js: [ iojs ] cache: bundler: true directories: - bower_components sudo: false before_script: - npm install -g bower - bower install before_install: - 'echo ''gem: --no-document'' > ~/.gemrc' script: bundle exec rake travis
Update to Ruby 2.2.2 and use iojs.
Update to Ruby 2.2.2 and use iojs.
YAML
mit
makenew/sass-package,makenew/sass-package
6afe27c972192c905064bac39c9f8d4eb05e3254
.travis.yml
.travis.yml
language: ruby rvm: - ruby-head - 2.1 - 2.0 - 1.9.3 - 1.9.2 - 1.8.7 - 1.8.6
language: ruby rvm: - ruby-head - 2.1 - 2.0 - 1.9.3 - 1.9.2 - 1.8.7
Remove Ruby version 1.8.6 from Travis configuration file.
Remove Ruby version 1.8.6 from Travis configuration file.
YAML
mit
gdeoliveira/mtrack
1d73921379ddfab50efeed50fe9c036f13c0add1
.travis.yml
.travis.yml
language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 notifications: email: false env: global: - LAPIS_DEPLOY=https://github.com/LapisBlue/Deploy.git - DEPLOY_ROOT=/tmp/lapis/deploy - secure: KaNtP9g/EvsE/cB/SFkfKrbGa8DfBaRkIuKJPK2uArtgN0AGiZ+biugu8x0VY3MFfbLtBfWFipIV15NHVgkeb7b5fF...
language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 notifications: email: false env: global: secure: Od8YNVi6KSYrqRbuD0j6b6om0JicHuJv459/BeWM5JDMMISIlZsYA8A3vHmoIt5MhjlTz7AccFt9pvWLvIytc2xvBNtHbO7ZS1hwF4krKADUC0CS5uaRI3YX/lJFx6Gmy0ePWWU6/JUvqVwKqmVEvL4yUc1+4PP0R+vckNHUydU= after_success:...
Revert "Try to use new deploy scripts for Commons."
Revert "Try to use new deploy scripts for Commons." This reverts commits b4fe2c8e71fef21cfd452154bbbde54dd0761271 and 6e7dfd6fc0af76e251a87b80f550b3bfd74dcf9f.
YAML
mit
LapisBlue/Commons
87940e09d6fa43dd4ec02ec9e9a27ceed1b29872
.travis.yml
.travis.yml
dist: bionic language: generic install: # Install GNAT FSF - sudo apt-get -y install gnat gprbuild liblzma-dev libcurl4-openssl-dev libxmlada-sax7-dev # Install databases for Ado - sudo apt-get -y install sqlite3 libsqlite3-dev - sudo apt-get -y install postgresql-client libpq-dev - sudo apt-get -y inst...
dist: bionic language: generic install: # Install GNAT FSF - sudo apt-get -y install gnat gprbuild liblzma-dev libcurl4-openssl-dev libxmlada-sax7-dev - sudo apt-get -y install libaws3.3.2.2-dev libxmlada-sax7-dev libxmlada-dom7-dev # Install databases for Ado - sudo apt-get -y install sqlite3 libsqlite3-...
Update missing dependencies for AWS and XML/Ada
Update missing dependencies for AWS and XML/Ada
YAML
apache-2.0
stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa
72e8fa97834dd5dba2128aa3827c7aad2afda78a
.travis.yml
.travis.yml
sudo: false language: python matrix: fast_finish: true include: - python: 3.8 - python: 3.7 - python: 3.6 - python: 3.5 - python: 3.5.3 - python: 3.5.2 - python: 3.5.1 dist: trusty sudo: true - python: 3.5.0 dist: trusty sudo: true - python: 3.4 - pyt...
sudo: false language: python matrix: fast_finish: true include: - python: 3.9 - python: 3.8 - python: 3.7 - python: 3.6 - python: 3.5 - python: 3.5.3 - python: 3.5.2 - python: 3.5.1 dist: trusty sudo: true - python: 3.5.0 dist: trusty sudo: true - pyt...
Add Python 3.9 to testing matrix
Add Python 3.9 to testing matrix
YAML
mit
ilevkivskyi/typing_inspect
8ba2c657e7a03b6f306cb57f0c601dc0e0c93fdb
.travis.yml
.travis.yml
# Based on https://github.com/moteus/lua-travis-example language: c branches: only: - moon env: global: - LUAROCKS=2.3.0 - LUA=lua5.1 before_install: - source .travis/setenv_lua.sh install: - luarocks install moonscript script: - bash ./build.sh notifications: irc: channels: - "irc.esp...
# Based on https://github.com/moteus/lua-travis-example language: c env: global: - LUAROCKS=2.3.0 - LUA=lua5.1 before_install: - source .travis/setenv_lua.sh install: - luarocks install moonscript script: - bash ./build.sh notifications: irc: channels: - "irc.esper.net#cc.ru" use_notice:...
Allow Travis to test all commits on all branches
Allow Travis to test all commits on all branches
YAML
mit
hel-repo/hpm
6b9e113510ae4bc5ddb6014a407fb6da4955dc26
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 before_install: gem install bundler -v 1.13.2
sudo: false language: ruby script: "bundle exec rake" rvm: - 2.3.6 - 2.4.3 - 2.5.0 before_install: gem install bundler -v '>= 1.15.0'
Add script explicitly and add ruby versions to support
:green_heart: Add script explicitly and add ruby versions to support
YAML
mit
akm/model_base_generators,akm/model_base_generators,akm/model_base_generators
b9a7a4239d1e8b8a29bb69024926b3a387456d41
.travis.yml
.travis.yml
language: csharp solution: RuneScapeCacheTools.sln script: - xbuild /p:Configuration=Release RuneScapeCacheTools.sln - mono packages/xunit.runner.console.*/tools/xunit.console.exe RuneScapeCacheToolsTests/bin/Release/RuneScapeCacheToolsTests.dll addons: apt: packages: - sox
language: csharp solution: RuneScapeCacheTools.sln script: - xbuild /p:Configuration=Release RuneScapeCacheTools.sln - mono --debug packages/xunit.runner.console.*/tools/xunit.console.exe RuneScapeCacheToolsTests/bin/Release/RuneScapeCacheToolsTests.dll addons: apt: packages: - sox
Enable debug mode in CI tests
Enable debug mode in CI tests
YAML
mit
villermen/runescape-cache-tools,villermen/runescape-cache-tools
0d9a6796df731ea0631ba1aa01e5101e670b1692
.travis.yml
.travis.yml
language: python sudo: required matrix: include: - dist: trusty env: dist="14.04 LTS trusty" # - dist: xenial # env: dist="16.04 LTS xenial" # Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial # (c.f. https://github.com/travis-ci/travis-ci/issues/5821) # It is ...
language: python sudo: required python: - "2.7 - "3.6" matrix: include: - dist: trusty env: dist="14.04 LTS trusty" # - dist: xenial # env: dist="16.04 LTS xenial" # Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial # (c.f. https://github.com/travis-ci/travi...
Add Python 2.7 and Python 3.6
Add Python 2.7 and Python 3.6
YAML
bsd-3-clause
mininet/mininet,mininet/mininet,mininet/mininet
1cd1b4fbbdb96e2d8d858a2b5fa8e18029f27d8a
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.3 # route your build to the container-based infrastructure for a faster build sudo: false env: SITE_DOMAIN: keksi.io install: - bundle install - npm install - cp -r node_modules/font-awesome/fonts fonts/font-awesome script: # Create _site - bundle exec jekyll build --config _co...
language: ruby rvm: - 2.3.3 # route your build to the container-based infrastructure for a faster build sudo: false install: - bundle install - npm install - cp -r node_modules/font-awesome/fonts fonts/font-awesome script: # Create _site - bundle exec jekyll build --config _config.yml,_config/production.ym...
Add keksi.io as internal domain for htmlproofer
Add keksi.io as internal domain for htmlproofer
YAML
mit
KeksiLabs/keksi.io,KeksiLabs/keksi.io,KeksiLabs/keksi.io,KeksiLabs/keksi.io
a569e6a737714d33fe30284abcc2f1af1f856127
.travis.yml
.travis.yml
language: cpp sudo: required dist: trusty os: - linux - osx env: - DEFINES=standard - DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_COMPACT - DEFINES=PUGIXML_NO_EXCEPTIONS script: - make test cxxstd=c++11 defines=$DEFINES config=coverage -j2 - make test cxxstd=c++11 defines=$DEFINES config=release -j2 ...
language: cpp os: - linux - osx env: - DEFINES=standard - DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_COMPACT - DEFINES=PUGIXML_NO_EXCEPTIONS script: - make test cxxstd=c++11 defines=$DEFINES config=coverage -j2 - make test cxxstd=c++11 defines=$DEFINES config=release -j2 - make test cxxstd=c++98 def...
Switch to sudo=false Travis env
Switch to sudo=false Travis env
YAML
mit
zeux/pugixml,zeux/pugixml,zeux/pugixml,zeux/pugixml
6b401a1a618f0552a28adbb2f5ab07bc93429091
.travis.yml
.travis.yml
language: go go: - 1.3.3 - 1.4.2 - 1.5.1 before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go get github.com/tools/godep - godep restore script: - make test - make detail - $HOME/gopath/bin/goveralls -coverprofile...
language: go go: - 1.4.2 - 1.5.1 before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go get github.com/tools/godep - godep restore script: - make test - make detail - $HOME/gopath/bin/goveralls -coverprofile=coverage....
Remove v1.3.3 from TravisCI config
Remove v1.3.3 from TravisCI config
YAML
apache-2.0
blacklabeldata/serfer
bf0d1cbcbd2740c1b585e90290b6b4e1744bb2ee
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang before_install: # Required Dependencies: - sudo apt-get install libboost-dev before_script: - mkdir build && cd build && cmake -DVERBOSE=on .. script: - make -j4 - sudo make install - sudo make uninstall - make package - make clean # whitelist branches: only: ...
language: cpp compiler: - gcc - clang before_install: # Required Dependencies: - sudo apt-get install libboost-dev before_script: - mkdir build && cd build && cmake -DVERBOSE=on .. script: - make -j4 - sudo make install - sudo make uninstall # - make package - make clean # whitelist branches: only: ...
Comment make package test out
Comment make package test out
YAML
mit
i8degrees/json_spirit
b138a6de3aecd5b292b12feb0d673e05cbcfef27
.travis.yml
.travis.yml
sudo: false dist: trusty language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 cache: bundler before_install: gem install bundler script: CI=true bundle exec rake
sudo: false dist: trusty language: ruby rvm: - 2.0 - 2.1 - 2.2 cache: bundler before_install: gem install bundler script: CI=true bundle exec rake
Remove 1.9 from Travis build targets.
Remove 1.9 from Travis build targets.
YAML
mit
swipely/aerosol
1b2bbfbd0f59ceaa47137165e41780307415f8b7
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - "pip install -r hamster/requirements.pip --use-mirrors" - "pip install coveralls coverage --use-mirrors" script: - cd hamster && coverage run --source=jobs manage.py test #after_success: # - coveralls
language: python python: - "2.7" install: - "pip install -r hamster/requirements.pip --use-mirrors" - "pip install coveralls coverage --use-mirrors" script: - cd hamster && coverage run --source=jobs manage.py test after_success: - coveralls
Drop Python 2.6.x, add coveralls
Drop Python 2.6.x, add coveralls
YAML
mit
agamdua/hamster-core,hamster-dev/hamster-core,hamster-dev/hamster-core
0c847622a2dfa562793894bfe9e74073e56536f8
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 ## Run Integration tests # All tests that should be run script: "mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xml -Dlog4j.configuration=file:log4j.properties -Dea -Dtest=pt.mashashi.javaroles.typed.RolesTest test && mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xm...
language: java jdk: - oraclejdk7 ## Run Integration tests # All tests that should be run script: "mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xml -Dlog4j.configuration=file:log4j.properties -Dea -Dtest=pt.mashashi.javaroles.typed.RolesTest test && mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xm...
Add a test to cobertura command
Add a test to cobertura command
YAML
mit
Mashashi/javaroles,Mashashi/javaroles
aa596022eab8dd77c85b5f8f6101d55421eeb574
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7 - ruby-head - ree - jruby-head - jruby-19mode - jruby-18mode - rbx
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - ree - jruby-head - jruby-19mode - rbx
Remove some rubies from CI since they don't support activesupport or celluloid.
Remove some rubies from CI since they don't support activesupport or celluloid. ActiveSupport is required for development dependency factory_girl and celluloid for development dependency guard.
YAML
mit
eirc/spells
0d4f92f6241b09b62e9fc7630b0ee6d678114aca
.travis.yml
.travis.yml
language: - node_js - ruby node_js: - "0.11" - "0.10" rvm: - 1.9.3 - 2.0.0 - 2.1.2 before_install: - npm install -g grunt-cli - npm install -g bower - gem install bundler install: - bundle install - npm install - bower install script: - grunt
language: - node_js - ruby node_js: - "0.10" rvm: - 1.9.3 - 2.0.0 - 2.1.2 before_install: - npm install -g grunt-cli - npm install -g bower - gem install bundler install: - bundle install - npm install - bower install script: - grunt
Remove the node version 0.11
Remove the node version 0.11
YAML
mit
skgtech/devit,skgtech/devit,skgtech/devit
a406fe7786e76b434fdcbfa81d3276a0cf069be7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 script: bundle exec rspec notifications: campfire: rooms: secure: RDYRySh76nHSmVzZ114QSWIuzlDUDJedfLGTRBDWlbQF51BjeqXZPcc2IPvRTXsjBrmdUYau0TfyXfjU0nRnKxooeN8OCHoDKcNuLpCpLtkMfSHiySssKmVbGwba/pwPJGs4qCWCNecmXadttJv84OH8X5f7GkL8Ago147uiizU=
language: ruby rvm: - 1.9.3 script: bundle exec rspec notifications: campfire: rooms: secure: RDYRySh76nHSmVzZ114QSWIuzlDUDJedfLGTRBDWlbQF51BjeqXZPcc2IPvRTXsjBrmdUYau0TfyXfjU0nRnKxooeN8OCHoDKcNuLpCpLtkMfSHiySssKmVbGwba/pwPJGs4qCWCNecmXadttJv84OH8X5f7GkL8Ago147uiizU= on_success: change on_failure: ...
Update Campfire config for Travis CI
Update Campfire config for Travis CI
YAML
mit
G5/heroku_resque_autoscaler