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
8992ae7583029f239bb23fe7a20da4d172f252f6
.travis.yml
.travis.yml
language: "python" sudo: false cache: directories: - $HOME/.cache/pip branches: only: - master env: - TOXENV=py27-twlatest - TOXENV=py27-twtrunk - TOXENV=py27-tw14 # Test inplace on one variant - TOXENV=py27-twlatest DEVELOP=--develop install: - pip install -U pip setuptools wheel - pip ins...
language: "python" sudo: false cache: directories: - $HOME/.cache/pip branches: only: - master env: - TOXENV=py27-twlatest - TOXENV=py27-twtrunk - TOXENV=py27-tw14 # Test inplace on one variant - TOXENV=py27-twlatest DEVELOP=--develop matrix: allow_failures: - env: TOXENV=py27-twtrunk in...
Allow Twisted trunk to fail since it isn't necessarily our fault.
Allow Twisted trunk to fail since it isn't necessarily our fault.
YAML
mit
twisted/mantissa,twisted/mantissa,twisted/mantissa
7b6825d48808565d51b9be24697b6ca9a33b7323
.travis.yml
.travis.yml
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "0.8" - "0.6" - "iojs"
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10"
Change supported versions of node.
Change supported versions of node.
YAML
mit
MicahFulton/TypedQuadTree
a71a2e70f1ba5d9c5033c1b96a859aa0000953e7
.travis.yml
.travis.yml
dist: trusty sudo: required language: java env: - V=0.5.2 before_install: - wget https://github.com/bazelbuild/bazel/releases/download/$V/bazel-$V-installer-linux-x86_64.sh -O install.sh - chmod +x install.sh - ./install.sh --user - rm -f install.sh script: - bazel build //... - bazel test //...
dist: trusty sudo: required language: generic env: - V=0.5.2 before_install: - wget https://github.com/bazelbuild/bazel/releases/download/$V/bazel-$V-installer-linux-x86_64.sh -O install.sh - chmod +x install.sh - ./install.sh --user - rm -f install.sh script: - bazel build //... - bazel test //...
Use language generic to avoid default java build commands
Use language generic to avoid default java build commands
YAML
apache-2.0
cdietze/klay
9ffe61cf1cf3dbe427ed052d1057b69ea7ebc4be
.travis.yml
.travis.yml
--- language: node_js node_js: - "6" sudo: false cache: directories: - $HOME/.cache # includes bowers cache yarn: true env: - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary - EMBER_TRY_SCENARIO=ember-default - COVERAGE=true matrix: fast_finish: true allow_failures: - env: ...
--- language: node_js node_js: - "6" sudo: false cache: directories: - $HOME/.cache # includes bowers cache yarn: true env: - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary - EMBER_TRY_SCENARIO=ember-default - COVERAGE=true matrix: fast_finish: true allow_failures: - env: ...
Allow Coverage task failure again 🔨
Allow Coverage task failure again 🔨
YAML
mit
dunnkers/ember-polymer,dunnkers/ember-polymer
6d38d516e84de685219645d14d778bbc0db06995
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install -g npm - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Use the NPM on tap.
Use the NPM on tap.
YAML
mit
bigeasy/rescue
6cd756be2dfda5ed2cff4eb698071ffd909c7057
.travis.yml
.travis.yml
language: node_js node_js: - "5" before_script: - npm install script: npm test notifications: webhooks: urls: - https://webhooks.gitter.im/e/a3509f74f21814b4f5d7 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: alw...
language: node_js node_js: - "6" before_script: - npm install script: npm test notifications: webhooks: urls: - https://webhooks.gitter.im/e/a3509f74f21814b4f5d7 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: alw...
Change Travis config to use NodeJS 6
Change Travis config to use NodeJS 6
YAML
isc
shobhitg/algo.js
ceb9b446ea4bd416d9cabc224e563af936c4845d
.travis.yml
.travis.yml
dist: precise sudo: false language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk6 env: - CAMUNDA=LATEST - CAMUNDA=7.7.0 - CAMUNDA=7.6.0 - CAMUNDA=7.5.0 - CAMUNDA=7.4.0 - CAMUNDA=7.3.0 before_install: - cat /etc/hosts # optionally check the content *before* - sudo hostname "$(hostname | cut -c1-63...
dist: precise sudo: false language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk6 env: - CAMUNDA=LATEST - CAMUNDA=7.9.0 - CAMUNDA=7.8.0 - CAMUNDA=7.7.0 - CAMUNDA=7.6.0 - CAMUNDA=7.5.0 - CAMUNDA=7.4.0 - CAMUNDA=7.3.0 before_install: - cat /etc/hosts # optionally check the content *before* - su...
Include CI for CAMUNDA 7.8.0 and 7.9.0
Include CI for CAMUNDA 7.8.0 and 7.9.0
YAML
apache-2.0
camunda/camunda-bpm-process-test-coverage,camunda/camunda-process-test-coverage,camunda/camunda-bpm-process-test-coverage,camunda/camunda-process-test-coverage
0ab0ecdfe517410fc4fdcc2ec283c8e2784dcb2a
.travis.yml
.travis.yml
language: node_js node_js: - "6" install: - npm install -g angular-cli - npm install -g karma - npm install before_script: - ng -v - npm run pree2e - ng serve --env=ci & - sleep 30 script: - ng lint - ng test --no-watch - npm run endtoend before_deploy: - npm run package deploy: edge: t...
language: node_js node_js: - "6" install: - npm install -g angular-cli - npm install -g karma - npm install before_script: - ng -v - npm run pree2e - ng serve --env=ci & - sleep 30 script: - ng lint - ng test --no-watch - npm run endtoend before_deploy: - npm run package deploy: edge: ...
Use cf-login branch of Travis deploy tool.
Use cf-login branch of Travis deploy tool. - Suggested on travis-ci/dpl#512
YAML
isc
textbook/known-for-web,textbook/known-for-web,textbook/known-for-web
53a3825150462bcf078f220a060bcf449b9e2c30
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" sudo: false cache: pip script: nosetests
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" sudo: false cache: pip script: nosetests
Add Python 3.6 to build matrix
Add Python 3.6 to build matrix
YAML
mit
iKevinY/EulerPy
4e9caa5cfe65f731bedd7656f68d4e3f029d02c9
.travis.yml
.travis.yml
language: python cache: pip python: - 2.6 - 2.7 # PyPy versions - "pypy" # command to install dependencies install: - pip install . - pip install -r requirements.txt script: - python La-Z-Boy/__main__.py
language: python cache: pip python: - 2.6 - 2.7 # command to install dependencies install: - pip install . - pip install -r requirements.txt script: - python La-Z-Boy/__main__.py
Remove pypy from yml file
Remove pypy from yml file
YAML
mit
madan96/La-Z-Boy
b01942cfa8605962a6e30b316e582f3dfa661b37
.travis.yml
.travis.yml
dist: xenial language: java matrix: fast_finish: true include: - jdk: openjdk8 - jdk: openjdk9 - jdk: openjdk10 - jdk: openjdk11 env: _JAVA_OPTIONS=-Djdk.tls.client.protocols=TLSv1.2 - jdk: openjdk12 - jdk: openjdk13 - jdk: openjdk14 - jdk: openjdk-ea allow_failures: -...
dist: xenial language: java matrix: fast_finish: true include: - jdk: openjdk8 - jdk: openjdk11 env: _JAVA_OPTIONS=-Djdk.tls.client.protocols=TLSv1.2 - jdk: openjdk14 - jdk: openjdk-ea allow_failures: - jdk: openjdk14 - jdk: openjdk-ea
Reduce build matrix to LTS and .ea
Reduce build matrix to LTS and .ea
YAML
mit
mpalourdio/SpringBootTemplate,mpalourdio/SpringBootTemplate
601cf5147f4c8f5d8ebb04c148e2e2273bbea06b
.travis.yml
.travis.yml
language: ruby sudo: false cache: - bundler rvm: - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.1 script: bundle exec rspec env: matrix: - RAILS_VERSION="~> 4.2.0" - RAILS_VERSION="~> 5.0.0" matrix: exclude: - rvm: 2.0.0 env: RAILS_VERSION="~> 5.0.0" - rvm: 2.1.10 env: RAILS_VERSION="~> 5.0.0"...
language: ruby sudo: false cache: - bundler rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 script: bundle exec rspec env: matrix: - RAILS_VERSION="~> 4.2.0" - RAILS_VERSION="~> 5.0.0" matrix: exclude: - rvm: 2.0.0 env: RAILS_VERSION="~> 5.0.0" - rvm: 2.1.10 env: RAILS_VERSION="~> 5.0.0"...
Update Ruby version on Travis CI
Update Ruby version on Travis CI
YAML
mit
r7kamura/view_source_map,r7kamura/view_source_map,r7kamura/view_source_map
8ad6007f1b5fcabc0643484fabf3b5a82a0397da
.travis.yml
.travis.yml
language: go go: - 1.7.x script: - go test -v ./lib
language: go go: - 1.7.x install: - go get -u github.com/evantbyrne/cryptdir script: - go test -v ./lib
Add go get command to Travis CI config
Add go get command to Travis CI config
YAML
isc
evantbyrne/cryptdir
5edfd02996fa228f3034694391430667cf4f0198
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "iojs" - "4" - "5"
language: node_js node_js: - "0.12" - "iojs" - "4" - "5"
Drop support for node 0.10
Drop support for node 0.10
YAML
mit
sourdough-css/preprocessor
2757a01a0b78427665abd6f8507a5b356b5972ee
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" script: python -m pytest ./tests/ install: pip install .
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" script: python -m pytest ./tests/ install: pip install .[dev]
Install pytest with pip to fix test failure py3.3
Install pytest with pip to fix test failure py3.3
YAML
bsd-3-clause
smitchell556/cuttlepool,smitchell556/cuttlepool
7073df5db231608feccd3a9f339e181869b5d871
.travis.yml
.travis.yml
# make it explicit that we favor the new container-based travis workers sudo: false language: python python: - 2.7 - 3.4 notifications: email: false addons: apt: packages: - gfortran - libatlas-dev - libblas-dev - liblapack-dev - python-dev - python-scipy install: -...
language: python sudo: false matrix: include: # "Legacy" environments: oldest supported versions, without and with numba - python: "2.7" env: DEPS="numpy scipy matplotlib pandas" - python: "3.5" env: DEPS="numpy scipy matplotlib pandas" before_install: - if [ ${TRAVIS_PYTHON_VERSION:0:1} ...
Complete new approach, again based on miniconda
Complete new approach, again based on miniconda
YAML
apache-2.0
JrtPec/opengrid,WolfBerwouts/opengrid,MatteusDeloge/opengrid,WolfBerwouts/opengrid,MatteusDeloge/opengrid,JrtPec/opengrid,MatteusDeloge/opengrid
8f855a4202a3c0f8f86b94ef7317d15364e6fde4
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "7" - "8" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick lib...
language: node_js node_js: - "8" - "9" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-tur...
Build with node.js 8 and 9 only
Travis: Build with node.js 8 and 9 only
YAML
bsd-3-clause
assetgraph/assetgraph-builder
445220c695fafea0414b34d8bbeea25515014f00
.travis.yml
.travis.yml
language: node_js node_js: - 4.5.0 - 6.2.0 sudo: false script: - node bin/ci.js env: matrix: - TEST_TYPE=lint_and_test_unit - TEST_TYPE=integration_test - TEST_TYPE=test_create_project cache: directories: - node_modules deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi7Q...
language: node_js node_js: - 4.5.0 - 6.2.0 sudo: false script: - node bin/ci.js env: matrix: - TEST_TYPE=lint_and_test_unit - TEST_TYPE=test_create_project cache: directories: - node_modules deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi7QLCGmVw5cIxl4XDAhaxVWKmRT/GA5CUA...
Disable integration tests in Travis 😭
Disable integration tests in Travis 😭 We need further investigation why it only fails in Travis. In the meantime, it still runs locally in development while triggering `npm test`.
YAML
mit
saguijs/sagui,saguijs/sagui
6c566f789091edd047a4f4a72168b4035b89c9c9
.travis.yml
.travis.yml
language: c sudo: false script: - bash arch-bootstrap.sh /var/lib/machines/archlinux
language: c script: - sudo arch-bootstrap.sh /var/lib/machines/archlinux
Switch to non-container based solution to use chroot
Switch to non-container based solution to use chroot
YAML
apache-2.0
sysjitter/arch-ua-netinst
f4b5f5a256c4a7a1c4b1bc31188792db411806ad
.travis.yml
.travis.yml
env: global: secure: UwdKDjxRCHfj2nCYrdHgYx8MkfnL/P23vSBJcbWQsdf64uIJLynyJ6tpUdurdHV8se+/1S+YvASBsfumJIMiCcwLaAgwmO3z+HYwfZvEWb4HT1kjuUnz13ZQwswlb6SFQJEPp0gb1zKthjGjdFupWLieqLwjerD/gs91NFC2ycI= language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - travis_retry composer config -g github-oauth.github....
env: global: secure: UwdKDjxRCHfj2nCYrdHgYx8MkfnL/P23vSBJcbWQsdf64uIJLynyJ6tpUdurdHV8se+/1S+YvASBsfumJIMiCcwLaAgwmO3z+HYwfZvEWb4HT1kjuUnz13ZQwswlb6SFQJEPp0gb1zKthjGjdFupWLieqLwjerD/gs91NFC2ycI= language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: - travis_retry composer config -g github-oauth...
Add PHP 7.0 and update composer-asset-plugin version
Add PHP 7.0 and update composer-asset-plugin version
YAML
unlicense
janisto/yii2-environment
2967b101a55de34f078c6b673c6087221c3d28e1
.travis.yml
.travis.yml
language: go sudo: false matrix: include: - go: 1.4 - go: 1.5 - go: 1.6 - go: 1.7 - go: 1.8 - go: 1.9 - go: tip allow_failures: - go: tip script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d .) - go vet $(go list ./... | grep -v /vendor/) - go test -v -race ./...
language: go sudo: false matrix: include: - go: 1.4.x - go: 1.5.x - go: 1.6.x - go: 1.7.x - go: 1.8.x - go: 1.9.x - go: tip allow_failures: - go: tip script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d .) - go vet $(go list ./... | grep -v /vendor/) - go test -v -r...
Use latest patch releases of Go
Use latest patch releases of Go
YAML
bsd-2-clause
gorilla/websocket
ffd0614cb15a330da7778927f76448066d4c94b3
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 before_script: # Install code quality tools - wget http://pear.phpunit.de/get/phpcpd.phar # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Set the GitHub OAuth token to make use of the 6000 per hour rate limit ...
language: php php: - 5.3 - 5.4 - 5.5 before_script: # Install code quality tools - wget http://pear.phpunit.de/get/phpcpd.phar # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Set the GitHub OAuth token to make use of the 6000 per hour rate limit ...
Move phpcpd check to after_script to prevent build failure
Move phpcpd check to after_script to prevent build failure
YAML
mit
webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com
58ec1630cfe74f5bdb8f238f335b0640372f12b3
.travis.yml
.travis.yml
# Travis-CI configuration file for Plinth dist: trusty sudo: required language: generic env: - DJANGO_VERSION=">=1.10.0" # Debian packages required before_install: - sudo apt-get update -qq - sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev # Command to install dependencies install: ...
# Travis-CI configuration file for Plinth dist: trusty sudo: required language: generic env: - DJANGO_VERSION=">=1.10.0" # Debian packages required before_install: - sudo apt-get update -qq - sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev # Command to install dependencies install: ...
Move CI notifications to new channel
Move CI notifications to new channel Signed-off-by: James Valleroy <46e3063862880873c8617774e45d63de6172aab0@mailbox.org>
YAML
agpl-3.0
vignanl/Plinth,vignanl/Plinth,vignanl/Plinth,vignanl/Plinth,vignanl/Plinth
0e9323200449f5d2005cc21f37a4f12246fe9371
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" - "7" - "8" before_script: - npm install -g grunt-cli
language: node_js node_js: - "4" - "5" - "6" - "7" - "8" - "10" - "stable" before_script: - npm install -g grunt-cli
Test against more node versions
Test against more node versions Also, lock our node 4 to a known working version
YAML
mit
C2FO/fast-csv,C2FO/fast-csv
182f071479a4b02f92d71fcb6d022c7303e73886
.travis.yml
.travis.yml
--- # Configuration branches: only: - master cache: bundler: true env: - NLT_DB_USER=travis NLT_DB_PASS='' language: ruby rvm: - 2.3.1 services: - redis-server # Phases before_install: - gem update --system - gem install bundler - source bin/phantomjs.sh script: - RAILS_ENV=test bin/rake...
--- # Configuration addons: postgresql: '9.6' branches: only: - master cache: bundler: true dist: trusty env: - NLT_DB_USER=travis NLT_DB_PASS='' language: ruby rvm: - 2.3.1 services: - postgresql - redis-server sudo: false # Phases before_install: - gem update --system - gem install b...
Make sure we test against the same pg we're using
Make sure we test against the same pg we're using It should fix some CI warnings: ``` psql:/home/travis/build/alabs/nolotiro.org/db/structure.sql:9: ERROR: unrecognized configuration parameter "lock_timeout" psql:/home/travis/build/alabs/nolotiro.org/db/structure.sql:10: ERROR: unrecognized configuration paramet...
YAML
agpl-3.0
alabs/nolotiro.org,alabs/nolotiro.org,alabs/nolotiro.org,alabs/nolotiro.org
0ec812314c366b77206942e233bb592f7ecef3a0
.travis.yml
.travis.yml
language: cpp sudo: true os: - linux compiler: - clang - gcc branches: only: - master # Install dependencies before_install: # Avoids a lengthy upgrade process for the java packages. - sudo apt-mark hold oracle-java7-installer oracle-java8-installer - sudo apt-get update -qq - if [ "$CXX" = "g++...
language: cpp sudo: true os: - linux compiler: - clang - gcc branches: only: - master # Install dependencies before_install: # Avoids a lengthy upgrade process for the java packages. - sudo apt-mark hold oracle-java7-installer oracle-java8-installer - sudo apt-get update -qq - if [ "$CXX" = "g++...
Correct paths to scripts for wget.
Correct paths to scripts for wget.
YAML
mit
samkellett/g2,samkellett/g2
4ed0b1f240a57992aa59921096fb09db829ff5fc
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "4" - "0.12"
language: node_js node_js: - stable - "6" - "4" - "0.12"
Add nod.js 7 to Travis CI
Add nod.js 7 to Travis CI
YAML
mit
yisibl/autoprefixer,postcss/autoprefixer,rzhw/autoprefixer
2583d02b9a65672028657c0f2fd4029313c4dd4b
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Use `dist: trusty` for Travis CI
Use `dist: trusty` for Travis CI
YAML
apache-2.0
apache/httpcore,apache/httpcore,apache/httpcomponents-core
6fd45ad652ad364b11c7f180a8b9fd703b5602c5
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 # Important to specify the simulator SDK, otherwise Travis CI will attempt to # build for the real iPhone and fail due to code-signing issues. xcode_sdk: iphonesimulator before_install: - brew update - brew uninstall xctool && brew install --HEAD xctool xcode_project: Sn...
language: objective-c osx_image: xcode8 before_install: - gem install xcpretty env: matrix: - DESTINATION="name=iPhone 6s" script: - xcodebuild -sdk "$TRAVIS_XCODE_SDK" -scheme "$TRAVIS_XCODE_SCHEME" -destination "$DESTINATION" test | xcpretty && exit ${PIPESTATUS[0]} # Important to specify the simulator ...
Update Travis configuration for Swift 3, Xcode 8
Update Travis configuration for Swift 3, Xcode 8
YAML
mit
royratcliffe/Snippets,royratcliffe/Snippets
fd30cd9d3a23a5dc4d8382af4372800ba7735445
.travis.yml
.travis.yml
dist: trusty language: node_js node_js: - 6.10.1
dist: trusty language: node_js node_js: - lts/* - node
Build CI on both LTS and current node versions
Build CI on both LTS and current node versions
YAML
mit
mpalourdio/ng-http-loader,mpalourdio/ng-http-loader,mpalourdio/ng-http-loader
2405868023d44dd431ebcf580d0e18aae91eb366
.travis.yml
.travis.yml
language: java jdk: oraclejdk7 before_install: - export TERM=dumb - sudo apt-get install -qq libstdc++6:i386 lib32z1 - export COMPONENTS=build-tools-19.0.3,android-19,extra-android-m2repository - curl -L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdi...
language: android jdk: oraclejdk7 android: components: - build-tools-22.0.1 - android-22 - extra-android-m2repository notifications: email: false
Refactor to use new Travis Android support configuration
Refactor to use new Travis Android support configuration
YAML
apache-2.0
jraska/scalpel
eb0bd0a4061cd6efaf00771b1369e217feca0677
.travis.yml
.travis.yml
language: node_js node_js: - 0.4 - 0.6
language: node_js node_js: - 0.4 - 0.6 - 0.8
Test on TravisCL for v0.8 of Node.JS
Test on TravisCL for v0.8 of Node.JS
YAML
mit
cha0s-repo/data2xml
101b07cb8cdcdbd2149cee9adf6a8dd467a5f8de
.travis.yml
.travis.yml
language: ruby rvm: - "2.2.0" - "2.1.5" - "2.0.0" - "1.9.3" - "rbx-2.5.2" - "jruby-1.7.19" gemfile: - "gemfiles/rails_3.2.gemfile" - "gemfiles/rails_4.0.gemfile" - "gemfiles/rails_4.1.gemfile" - "gemfiles/rails_4.2.gemfile" script: 'bundle exec rake test' before_install: - sudo sh -c "echo 'JVM_OP...
language: ruby rvm: - "2.2.0" - "2.1.5" - "2.0.0" - "rbx-2.5.2" - "jruby-1.7.19" gemfile: - "gemfiles/rails_3.2.gemfile" - "gemfiles/rails_4.0.gemfile" - "gemfiles/rails_4.1.gemfile" - "gemfiles/rails_4.2.gemfile" script: 'bundle exec rake test' before_install: - sudo sh -c "echo 'JVM_OPTS=\"\${JVM_...
Remove Ruby 1.9 from Travis configuration
Remove Ruby 1.9 from Travis configuration It went EOL
YAML
mit
antek-drzewiecki/cequel,zenonas/cequel,elgalu/cequel,antek-drzewiecki/cequel,maxpospischil/cequel,jhannus/cequel,Galeria-Kaufhof/cequel,orenmazor/cequel,maxpospischil/cequel,visfleet/cequel,bobbrez/cequel,lesliev/cequelb,visfleet/cequel,edpaget/cequel,AdStage/cequel,devnut/cequel,shaqonline/cequel,lesliev/cequel,AdStag...
df550de251b9702453b7007a681b1ff5dbeb9475
.travis.yml
.travis.yml
language: node_js node_js: - 0.4 - 0.6
language: node_js node_js: - 0.4 - 0.6 - 0.8
Add 0.8 to Travis file
Add 0.8 to Travis file
YAML
mit
B2MSolutions/node-ignition
c2a3c4942ec1e449eabfe428abdf741feaf0d485
.travis.yml
.travis.yml
language: node_js node_js: - "node" deploy: provider: surge project: ./dist/ domain: convulator.surge.sh skip_cleanup: true
language: node_js node_js: - "node" script: - npm test - npm run production deploy: provider: surge project: ./dist/ domain: convulator.surge.sh skip_cleanup: true
Add production build to Travis
Add production build to Travis
YAML
mit
blgm/convulator,blgm/convulator
a3915dfbb5139bccb830278902e93175a81ca71e
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" script: mocha after_success: mocha --require blanket --reporter mocha-lcov-reporter | coveralls
language: node_js node_js: - "0.10.36" script: mocha after_success: mocha --require blanket --reporter mocha-lcov-reporter | coveralls
Fix node's revision to 0.10.36 for the bug of blanket.js.
Fix node's revision to 0.10.36 for the bug of blanket.js.
YAML
cc0-1.0
shishidosoichiro/markr.js,shishidosoichiro/markr.js
277fac9df3b7d980574b23012ab9b87be23c443e
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.3.1 - DJANGO_VERSION=1.4.2 install: - python setup.py develop script: - bash test.sh
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.4.10 - DJANGO_VERSION=1.5.5 - DJANGO_VERSION=1.6.2 install: - python setup.py develop script: - bash test.sh
Update Django versions for Travis
Update Django versions for Travis
YAML
bsd-3-clause
SilentCircle/django-brake,SilentCircle/django-brake,skorokithakis/django-brake,skorokithakis/django-brake
d225652db4ed02102fd4e85a4d6262327aab0b0a
metadata/com.example.trigger.yml
metadata/com.example.trigger.yml
Categories: - Internet - Security License: GPL-2.0-or-later SourceCode: https://github.com/mwarning/trigger IssueTracker: https://github.com/mwarning/trigger/issues AutoName: Trigger Summary: Open a door over WiFi or the Internet Description: | Call a HTTPS link to open/close a doors and request its status. ...
Categories: - Internet - Security License: GPL-2.0-or-later SourceCode: https://github.com/mwarning/trigger IssueTracker: https://github.com/mwarning/trigger/issues AutoName: Trigger Summary: Open a door over WiFi or the Internet Description: | Call a HTTPS link to open/close a doors and request its status. ...
Update Trigger to 1.4.0 (140)
Update Trigger to 1.4.0 (140)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
7fd974b3687f88f81aedf6d327db0778cc080c10
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8-dev" - "pypy" - "pypy3" install: - pip install tox-travis coveralls script: - tox #- coverage run --source mappyfile -m py.test #- coverage report -m after_success: - coveralls
sudo: false language: python python: - "2.7" - "3.5" - "3.6" - "3.7-dev" - "pypy" - "pypy3" install: - pip install tox-travis coveralls script: - tox #- coverage run --source mappyfile -m py.test #- coverage report -m after_success: - coveralls
Revert Travis as Python 3.8-dev not available
Revert Travis as Python 3.8-dev not available
YAML
mit
geographika/mappyfile,geographika/mappyfile
0004c3f2f8e8d8d5273c50264b2791c115b4e510
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode before_install: - sudo apt-get update - sudo apt-get --no-install-recommends install tracker gir1.2-tracker-0.14 libtracker-sparql-0.14-dev libgirepository1.0-dev gobject-introspection before_script: - "export DISPLAY=:99.0" - "...
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx before_install: - sudo apt-get update - sudo apt-get --no-install-recommends install tracker gir1.2-tracker-0.14 libtracker-sparql-0.14-dev libgirepository1.0-dev gobject-introspection before_script: - "export DISPLAY=:99.0" - ...
Update list of rubies for Travis CI
Update list of rubies for Travis CI - Stop worrying about Ruby 1.8 - Add newer MRIs, and Rubinius
YAML
lgpl-2.1
mvz/gir_ffi-tracker
28bc6bf4a6df8ef0a31bb27d12d2274f35809b6a
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - jruby-1.7.10 script: bundle exec rspec gemfile: - gemfiles/Gemfile-rspec-2.14.x - gemfiles/Gemfile-rspec-2.99.x - gemfiles/Gemfile-rspec-3.0.x - gemfiles/Gemfile-rspec-3.1.x - gemfiles/Gemfile-rspec-3.2.x
language: ruby sudo: false cache: bundler rvm: - 2.0.0 - 2.1 - 2.2 - jruby-1.7.10 script: bundle exec rspec gemfile: - gemfiles/Gemfile-rspec-2.14.x - gemfiles/Gemfile-rspec-2.99.x - gemfiles/Gemfile-rspec-3.0.x - gemfiles/Gemfile-rspec-3.1.x - gemfiles/Gemfile-rspec-3.2.x
Use container-based stack and caching of TravisCI
Use container-based stack and caching of TravisCI
YAML
mit
JohnBat26/turnip_formatter,JohnBat26/turnip_formatter,gongo/turnip_formatter,gongo/turnip_formatter,gongo/turnip_formatter,JohnBat26/turnip_formatter
de0933b3ca5edc55cc4c9bd78c6c98896d584984
.travis.yml
.travis.yml
language: python env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.9,<1.10" - DJANGO="Django>=1.10,<1.11" - DJANGO="Django>=1.11,<1.12" python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install --upgrade pip setuptools - pip install $DJANGO - pip install . - pip install coveralls - pip...
language: python env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.9,<1.10" - DJANGO="Django>=1.10,<1.11" - DJANGO="Django>=1.11,<1.12" python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install --upgrade pip setuptools - pip install $DJANGO - pip install . notifications: irc: "irc.freeno...
Remove thing that doesn't understand dependencies.
Remove thing that doesn't understand dependencies.
YAML
bsd-2-clause
frankier/mezzanine,dsanders11/mezzanine,stephenmcd/mezzanine,frankier/mezzanine,molokov/mezzanine,stephenmcd/mezzanine,jerivas/mezzanine,dsanders11/mezzanine,molokov/mezzanine,readevalprint/mezzanine,readevalprint/mezzanine,christianwgd/mezzanine,dsanders11/mezzanine,molokov/mezzanine,readevalprint/mezzanine,stephenmcd...
abd2fe34892758416992c5c2be43ce480b7c14bb
.travis.yml
.travis.yml
language: ruby os: - linux - osx rvm: - 2.0.0 - 2.1 - 2.2.2 - ruby-head script: - bundle exec mspec -fd -t ruby
language: ruby os: - linux - osx rvm: - 2.0.0 - 2.1 - 2.2.2 - ruby-head script: - bundle exec mspec -fd -t ruby matrix: allow_failures: - os: osx rvm: ruby-head
Allow failure for OSX ruby-head until it is fixed.
Allow failure for OSX ruby-head until it is fixed.
YAML
mit
kachick/rubyspec,eregon/rubyspec,BanzaiMan/rubyspec,nobu/rubyspec,lucaspinto/rubyspec,ruby/rubyspec,kachick/rubyspec,ruby/spec,iliabylich/rubyspec,wied03/rubyspec,benlovell/rubyspec,kidaa/rubyspec,askl56/rubyspec,ruby/spec,sgarciac/spec,yous/rubyspec,jannishuebl/rubyspec,jannishuebl/rubyspec,nobu/rubyspec,wied03/rubysp...
e4524571994844c072a74aa59c9bee363277cc6a
.travis.yml
.travis.yml
language: cpp compiler: gcc install: - sudo apt-add-repository -y ppa:kubuntu-ppa/backports - sudo apt-get update -qq - sudo apt-get install -y gcc-4.4 gcc-4.4-multilib g++-4.4 g++-4.4-multilib cmake before_script: - cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILER=gcc-4.4 -DCMAKE_C...
language: cpp compiler: gcc install: - sudo apt-add-repository -y ppa:kubuntu-ppa/backports - sudo apt-get update -qq - sudo apt-get install -y gcc-4.7 gcc-4.7-multilib g++-4.7 g++-4.7-multilib cmake before_script: - cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILER=gcc-4.7 -DCMAKE_CXX_COMPILER=g++-4.7 scr...
Switch to GCC 4.7 on CI
Switch to GCC 4.7 on CI
YAML
bsd-2-clause
Zeex/samp-plugin-profiler,Zeex/samp-plugin-profiler
dbd48d38ecdbff2ddfbe733d9e55c6dede5ea59e
.travis.yml
.travis.yml
# This only checks the c part of the repository, it was difficult to # get the Python bindings to build on language: c git: depth: 3 dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -qq check - pip install --user cpp-coveralls - pip install --user cython branches: only: ...
# This only checks the c part of the repository, it was difficult to # get the Python bindings to build on language: c git: depth: 3 dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -qq check - pip install --user cpp-coveralls # - pip install --user cython # doesn't work for...
Remove Python in Travis-file again
Remove Python in Travis-file again
YAML
mit
mittinatten/freesasa,mittinatten/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,JoaoRodrigues/freesasa,JoaoRodrigues/freesasa
cc743edc6cf9f0c9eaf543e399083d6c84e9765a
.travis.yml
.travis.yml
language: python python: - "3.4" install: - "pip install coveralls" - "pip install sh" - "git config --global user.email 'travis@xd-embedded.org'" - "git config --global user.name 'Travis CI'" script: "nosetests" after_success: - coveralls notifications: irc: "chat.freenode.net#xd-embedded"
language: python python: - "3.4" install: - "pip install coveralls" - "pip install sh" - "pip install astunparse" - "git config --global user.email 'travis@xd-embedded.org'" - "git config --global user.name 'Travis CI'" script: "nosetests" after_success: - coveralls notifications: irc: "chat.freenode.ne...
Add astunparse to Travis CI install dependencies
Add astunparse to Travis CI install dependencies Signed-off-by: Esben Haabendal <da90c138e4a9573086862393cde34fa33d74f6e5@haabendal.dk>
YAML
mit
XD-embedded/xd-build-core
70e36921ee087910cef4bbf5350b93f4831d4ba4
.travis.yml
.travis.yml
language: rust sudo: required dist: trusty before_install: - cargo install yabs - export PATH=$PATH:$HOME/.cargo/bin - git submodule update --init - sed -i 's/lua5\.3/lua5\.1/g' kuma.toml tests/tests.toml - sudo apt-get update -qq - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - su...
sudo: required dist: trusty before_install: - wget "https://github.com/0X1A/yabs/releases/download/0.2.1/yabs_0.2.1_amd64.deb" - sudo dpkg -i yabs_0.2.1_amd64.deb - git submodule update --init - sed -i 's/lua5\.3/lua5\.1/g' kuma.toml tests/tests.toml - sudo apt-get update -qq - sudo add-apt-repo...
Use yabs deb instead of cargo install
Use yabs deb instead of cargo install Signed-off-by: Alberto Corona <0c11d463c749db5838e2c0e489bf869d531e5403@albertocorona.com>
YAML
bsd-3-clause
0X1A/kuma,0X1A/kuma
9a88e604f7db21ed66aacbb710c7656da24304bf
.travis.yml
.travis.yml
sudo: false os: - linux branches: only: - master language: python env: matrix: - TASK=lint - TASK=coverage - TASK=test script: - make -f Makefile $TASK python: - "2.7" - "3.4" - "pypy"
sudo: false os: - linux branches: only: - develop-0.1 - master language: python env: matrix: - TASK=lint - TASK=coverage - TASK=test script: - make -f Makefile $TASK python: - "2.7" - "3.4" - "pypy"
Test PRs for this branch.
Test PRs for this branch. Signed-off-by: mulhern <f8031e3d7973bcba5c88b20a2669dacb9eb312d1@cs.wisc.edu>
YAML
lgpl-2.1
mulkieran/justbases
0fdecf6daa3c4e7a96c141874ebc1aa3da695d83
.travis.yml
.travis.yml
language: node_js node_js: - lts/* cache: directories: - node_modules script: - npm test - npm run build
language: node_js node_js: - lts/* cache: directories: - node_modules
Remove unnecessary scripts from CI/CD
Remove unnecessary scripts from CI/CD
YAML
mit
joelgeorgev/file-hash-verifier,joelgeorgev/file-hash-verifier
474a5e9dbf2283937ea6b25d9cd68be85cc6e3eb
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10" - iojs - iojs-v1.0.2
language: node_js node_js: - '0.12' - '0.11' - '0.10' - iojs - iojs-v1.0.2 deploy: provider: npm email: me@moritzlawitschka.de api_key: secure: E/O+pDUvUjG/iRNQYQNabBxuR0lhLmIaKS0gYMVeGBVlKdawVdAry3HSAEVe4Fjvsy5YBRRWtMwpJFPoNQ1xdRadDSm04IhHVO/mIAA1Tut85HsJoNhBsAEKDlA30AkGt9W+M9zgKCBSYacV/0vj5oYUKimioD0Q4LgQrr...
Set up NPM publication on Travis CI
Set up NPM publication on Travis CI
YAML
mit
lawitschka/galao,spieker/galao,lawitschka/galao,spieker/galao
0df775867ad60cf87e4590f996dfcccc80f903be
.travis.yml
.travis.yml
language: c compiler: gcc before_install: - sudo apt-get update -qq - sudo apt-get install -qq automake libev-dev libyaml-dev pkg-config cppcheck script: "autoreconf --install && ./configure && make && make check && cppcheck --enable=all --verbose --suppress=variableScope src/" env: global: # The next declara...
language: c compiler: gcc before_install: - sudo apt-get update -qq - sudo apt-get install -qq automake libev-dev libyaml-dev pkg-config cppcheck script: "autoreconf --install && ./configure && make && make check && cppcheck --enable=all --verbose --suppress=variableScope src/" notifications: email: - statsre...
Add email notifications to statsrelay-dev
Add email notifications to statsrelay-dev
YAML
mit
statsrelay/statsrelay,statsrelay/statsrelay,JeremyGrosser/statsrelay,JeremyGrosser/statsrelay,JeremyGrosser/statsrelay,statsrelay/statsrelay,uber/statsrelay,uber/statsrelay,uber/statsrelay
b78d2d20662e461e08b512e8f68b13f2ba651dac
.travis.yml
.travis.yml
language: c env: global: - LUAROCKS=2.2.0 matrix: - VARARG=vararg LUA=lua5.1 - VARARG=vararg LUA=lua5.2 - VARARG=vararg LUA=lua5.3 - VARARG=vararg LUA=luajit - VARARG=vararg-lua LUA=lua5.1 - VARARG=vararg-lua LUA=lua5.2 - VARARG=vararg-lua LUA=lua5.3 - VARARG=var...
language: c env: global: - LUAROCKS=2.2.0 matrix: - VARARG=vararg LUA=lua5.1 - VARARG=vararg LUA=lua5.2 - VARARG=vararg LUA=lua5.3 - VARARG=vararg LUA=luajit - VARARG=vararg-lua LUA=lua5.1 - VARARG=vararg-lua LUA=lua5.2 - VARARG=vararg-lua LUA=lua5.3 - VARARG=var...
Use scm version of LuaFileSystem on Travis.
Use scm version of LuaFileSystem on Travis.
YAML
mit
icetoggle/lua-vararg,icetoggle/lua-vararg,moteus/lua-vararg
f80302f067d7c26c1c28f8ae78be05decbbfbb94
.travis.yml
.travis.yml
# Use container-based infrastructure sudo: false language: scala # These directories are cached to S3 at the end of the build cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt/boot/ scala: - 2.11.7 jdk: - oraclejdk7 - openjdk7 - openjdk6 script: - sbt ++$TRAVIS_SCALA_VERSION test # Tricks...
# Use container-based infrastructure sudo: false language: scala # These directories are cached to S3 at the end of the build cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt/boot/ scala: - 2.11.7 jdk: - oraclejdk7 - openjdk7 - openjdk6 script: - sbt ";++$TRAVIS_SCALA_VERSION;$SBT_COMMAND" ...
Remove ignored files in before_cache step
Remove ignored files in before_cache step
YAML
apache-2.0
ThoughtWorksInc/sbt-rest-rpc,ThoughtWorksInc/sbt-microbuilder
48f58a1da53b23636ecaffe5d15220cf01e2211b
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install --quiet -g grunt-cli karma bower codeclimate-test-reporter - npm install - bower install --dev --config.interactive=0 script: - grunt karma:unit after_script: - cat test/coverage/*/l...
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install --quiet -g grunt-cli karma bower codeclimate-test-reporter - npm install - bower install --dev --config.interactive=0 script: - grunt karma:unit after_script: - cat reports/coverage/...
Change path to coverage report to match config
chore(build): Change path to coverage report to match config
YAML
apache-2.0
Odecee/angular-form-lib,uglow/angular-form-lib,uglow/angular-form-lib-old,uglow/angular-form-lib-old,uglow/angular-form-lib,Odecee/angular-form-lib
1a36f45b2fbc7389704559e38e8644f3e747a203
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - '0.10' - '0.12' - 'node' before_install: # Log HTTP requests - npm config set loglevel http install: - time npm install
language: node_js sudo: false node_js: - '0.10' - '0.12' - '4' before_install: # Log HTTP requests - npm config set loglevel http install: - time npm install
Test on Node 4, not latest Node
Travis: Test on Node 4, not latest Node We'll add latest Node.js when Node.js 5 comes out. We'll still want to support Node.js 4 as it will be an LTS.
YAML
mit
mzgol/grunt-check-dependencies,mgol/grunt-check-dependencies
1717bd023daeded579815690bffdd0eeea105235
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10.0" branches: only: - master notifications: recipients: - michi@netzpiraten.ch
language: node_js node_js: - "0.10.0" branches: only: - master notifications: recipients: - michi@netzpiraten.ch
Drop 0.8 testing on Travis.
Drop 0.8 testing on Travis.
YAML
mit
netzpirat/haml-coffee,guigrpa/haml-coffee,netzpirat/haml-coffee,guigrpa/haml-coffee,netzpirat/haml-coffee
c9d7ac6bca1fcd16ea131b0667abf64f7948aeef
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c cache: cocoapods podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod update # Remove this when the pods ...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c cache: cocoapods podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update # Remove this when the ...
Fix wrong pod repo update command
Fix wrong pod repo update command
YAML
mit
edopelawi/CascadingTableDelegate,edopelawi/CascadingTableDelegate,edopelawi/CascadingTableDelegate
f3ecc408ea6492c29f6e622540cd6e1825a8a242
.travis.yml
.travis.yml
language: go go: - "1.9" - "1.10" - "1.11" dist: trusty sudo: required before_install: - echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" | sudo tee /etc/udev/rules.d/99-$USER.rules - sudo udevadm trigger
language: go go: - "1.10" - "1.11" - "1.12" dist: trusty sudo: required before_install: - echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" | sudo tee /etc/udev/rules.d/99-$USER.rules - sudo udevadm trigger
Add go version 1.12 for testing and remove 1.9 from tests (should still work, but only the last 3 major versions are used in testing)
Add go version 1.12 for testing and remove 1.9 from tests (should still work, but only the last 3 major versions are used in testing)
YAML
mit
ben-bensdevzone/uinput,bendahl/uinput,ben-bensdevzone/uinput
5ec8dd5826358d6ee6b6da905377f088f7b1032e
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly - hhvm matrix: allow_failures: - php: nightly sudo: false before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-dist before_script: - mkdir -p build/logs script: ...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly - hhvm matrix: fast_finish: true allow_failures: - php: nightly sudo: false before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-dist before_script: - mkdir -p b...
Add fast_finish to Travis CI configuration
Add fast_finish to Travis CI configuration
YAML
mit
michabbb-backup/uuid,michabbb-backup/uuid,ramsey/uuid
bfe37afbb136539aa8e22f66529242bf1eb3f042
.travis.yml
.travis.yml
language: node_js node_js: - "5.8" addons: ssh_known_hosts: 45.79.201.206 before_install: - openssl aes-256-cbc -K $encrypted_ea5d83bfe4fe_key -iv $encrypted_ea5d83bfe4fe_iv -in deploy-key.pem.enc -out deploy-key.pem -d - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start deploy: provider: script script: deploy/...
language: node_js node_js: - "5.8" addons: ssh_known_hosts: 45.79.201.206 before_install: # - openssl aes-256-cbc -K $encrypted_ea5d83bfe4fe_key -iv $encrypted_ea5d83bfe4fe_iv -in deploy-key.pem.enc -out deploy-key.pem -d - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start # deploy: # provider: script # script:...
Comment out deploy and deploy key configuration
Comment out deploy and deploy key configuration
YAML
mit
bithubapp/bithub-admin,bithubapp/bithub-admin
42bcb94af429b4d1183299a439d24687d6f81aff
.travis.yml
.travis.yml
env: global: - CC_TEST_REPORTER_ID=17a151330f33a258022421aef374859fe773d2222bed0b1d89c889d29e1f232f language: node_js node_js: - "8" - "6" - "10" os: - linux - osx cache: directories: - node_modules # NPM packages before_script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -L https://c...
env: global: - CC_TEST_REPORTER_ID=17a151330f33a258022421aef374859fe773d2222bed0b1d89c889d29e1f232f language: node_js node_js: - "8" - "10" os: - linux - osx cache: directories: - node_modules # NPM packages before_script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -L https://codeclima...
Remove Node 6 from Travis
Remove Node 6 from Travis
YAML
mit
Unibeautify/beautifier-prettydiff,Unibeautify/beautifier-prettydiff
246273ebed252f02eda8d47ac1f930c8132ede83
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 gemfile: - Gemfile.devise12 - Gemfile.devise13 - Gemfile.devise14 - Gemfile.devise15 - Gemfile.devise20 - Gemfile.devise21 - Gemfile.devise30 script: "bundle exec rake spec"
rvm: - 2.0.0 - 2.1.2 - 2.2.4 - 2.3.0 gemfile: - Gemfile.devise12 - Gemfile.devise13 - Gemfile.devise14 - Gemfile.devise15 - Gemfile.devise20 - Gemfile.devise21 - Gemfile.devise30 script: "bundle exec rake spec"
Drop 1.9, add 2.1, 2.2 and 2.3
Drop 1.9, add 2.1, 2.2 and 2.3
YAML
mit
nbudin/devise_cas_authenticatable,nbudin/devise_cas_authenticatable
b640c7f68b2c20cf36f3d207a0fcafdc7fb1f494
.travis.yml
.travis.yml
language: rust sudo: false rust: - nightly - beta - stable - 1.0.0 script: - if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then cargo test --features no_std; else ! cargo test --features no_std; fi - if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then cargo test --features const_fn; else ! cargo test --features ...
language: rust sudo: false rust: - nightly - beta - stable script: - if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then cargo test --features no_std; else ! cargo test --features no_std; fi - if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then cargo test --features const_fn; else ! cargo test --features const_fn; ...
Remove 1.0.0 from CI builds (doesn’t compile).
Remove 1.0.0 from CI builds (doesn’t compile). mucell 0.3.0 added `T: ?Sized` to `MuCell<T>`, but that’s incompatible with Rust 1.0 (`UnsafeCell<T>` only got `T: ?Sized` in 1.1) and I don’t feel 1.0 compatibility to be valuable (1.1 is the stable release now).
YAML
apache-2.0
chris-morgan/mucell
b5434a22b2123fa91dfec0146a1c0463f545ba89
.travis.yml
.travis.yml
sudo: required services: - docker notifications: email: false slack: ornl-cees:FX6IUxl1JcMpk2xRVJ7ygb7Y language: python cache: pip before_install: - docker pull dalg24/cap-stack - docker run --detach --tty --name=test-machine --volume ${TRAVIS_BUILD_DIR}:/scratch/source/cap ...
sudo: required services: - docker notifications: email: false language: python cache: pip before_install: - docker pull dalg24/cap-stack - docker run --detach --tty --name=test-machine --volume ${TRAVIS_BUILD_DIR}:/scratch/source/cap --env TRAVIS_PULL_REQUEST=${TRAVIS_PULL_R...
Remove Slack notifications from Travis
Remove Slack notifications from Travis
YAML
bsd-3-clause
ORNL-CEES/Cap,dalg24/Cap,Rombur/Cap,dalg24/Cap,dalg24/Cap,ORNL-CEES/Cap,ORNL-CEES/Cap,Rombur/Cap,Rombur/Cap
d3f1dc89e88be1b77f283281aa63dd51060f73d2
.travis.yml
.travis.yml
os: linux dist: trusty sudo: required language: python python: - "2.7" - "pypy" - "3.3" - "3.4" - "3.5" - "3.6" before_install: - sudo apt-get -qq update - sudo apt-get install -y autoconf automake libtool - sudo apt-get install -y libpng12-dev - sudo apt-get install -y libjpeg62...
os: linux dist: trusty sudo: false language: python python: - "2.7" - "pypy" - "3.3" - "3.4" - "3.5" - "3.6" env: matrix: - TESSERACT=3.04.01-1 - TESSERACT=3.05.02-3 before_install: - export TESSERACT_INSTALL=$HOME/.tesseract - export TESSERACT_PKG=$TESSERACT_INSTALL/...
Test against more tesseract versions
Test against more tesseract versions - use prebuilt binaries from https://github.com/nijel/tesseract-ocr-build - no longer needs sudo on Travis CI - currently 3.04.01 and 3.05.02 are tested
YAML
mit
sirfz/tesserocr
2f82e1431d7f3d9943de71988dfff7cc207f5e11
.travis.yml
.travis.yml
sudo: required services: - docker language: java jdk: - oraclejdk8 script: - mvn -Pdocker clean verify addons: - googlechrome before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
sudo: required services: - docker language: java jdk: - oraclejdk8 script: - mvn -Pdocker clean verify addons: - googlechrome before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start
Fix Xvfb setup on TravisCI
Fix Xvfb setup on TravisCI
YAML
mit
hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample,hypery2k/angular-spring-boot-sample
3399bbabb5402ec8c1a876c0f8ba29fbee7741e4
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 sudo: false install: true script: mvn clean install -DskipDocker -Dwdm.chromeDriverVersion=2.36 branches: only: master cache: directories: - $HOME/.m2/repository/ - $HOME/.m2/wrapper/ notifications: email: false
language: java jdk: oraclejdk8 sudo: required install: true script: mvn clean install -DskipDocker branches: only: master cache: directories: - $HOME/.m2/repository/ - $HOME/.m2/wrapper/ notifications: email: false
Add Chrome headless browser for UI tests
Add Chrome headless browser for UI tests
YAML
apache-2.0
rodionovsasha/ShoppingList,rodionovsasha/ShoppingList,rodionovsasha/ShoppingList
edc989eb7f37b54a8348fbee4077865be945cbe8
.travis.yml
.travis.yml
anguage: ruby rvm: - 2.0.0 - 2.1.2 - 2.1.3
anguage: ruby rvm: - 2.0.0 - 2.1.2 - 2.1.3 env: - GITHUB_CLIENT_ID=foo GITHUB_CLIENT_SECRET=foo SOUNDCLOUD_CLIENT_ID=foo
Add environment variables to Travis configuration
Add environment variables to Travis configuration
YAML
mit
jukebuzz/jb-backend,jukebuzz/jb-backend
81071ffe68068aba5cc1d175b40e0a64fcda63c7
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 before_script: - COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install script: phpunit
language: php php: - 5.4 - 5.5 - 5.6 before_script: - COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install script: phpunit
Add support to PHP 5.6
Add support to PHP 5.6
YAML
mit
INSEAD-asim/SamlSPBundle,aerialship/SamlSPBundle,stof/SamlSPBundle,stuartwilsondev/SamlSPBundle,stuartwilsondev/SamlSPBundle,rlustin/SamlSPBundle,aerialship/SamlSPBundle,Causecast/SamlSPBundle,Causecast/SamlSPBundle,HearstCorp/SamlSPBundle,HearstCorp/SamlSPBundle,rlustin/SamlSPBundle,aerialship/SamlSPBundle,Causecast/S...
9b33626b4fad2d4be91cc15525a0f84a21224cbc
.travis.yml
.travis.yml
language: objective-c osx_image: xcode10 script: - open -b com.apple.iphonesimulator - bundle exec fastlane scan --code_coverage true --device 'iPhone 8' --project MapleBacon.xcodeproj --scheme MapleBacon - bundle exec danger - swiftlint after_success: - bash <(curl -s https://codecov.io/bash)
language: objective-c osx_image: xcode10 script: - bundle exec fastlane scan --code_coverage true --device 'iPhone 8' --project MapleBacon.xcodeproj --scheme MapleBacon - bundle exec danger - swiftlint after_success: - bash <(curl -s https://codecov.io/bash)
Revert "Open sim on Travis"
Revert "Open sim on Travis" This reverts commit a1e4e7e971e6d262a38cad84e8a2cf4c6d787c40.
YAML
mit
JanGorman/MapleBacon,zalando/MapleBacon,zalando/MapleBacon,JanGorman/MapleBacon
7522bbb50c85d14a804541ed5412026532731b3c
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 script: bundle exec rspec before_install: - gem update --system
language: ruby rvm: - 2.0.0 script: bundle exec rspec before_install: - gem update --system services: - redis-server
Add redis-server to Travis CI services.
Add redis-server to Travis CI services.
YAML
mit
webdestroya/lita-memegen
3f7740a25568ef6fbaa680391988801d4ac608d3
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" install: true
language: node_js node_js: - "0.8" - "0.10"
Add install step back in
Add install step back in
YAML
mit
mantacode/kindly,tandrewnichols/kindly
aee2e00e2d2ed9d8d68850ace872e73d20105300
.travis.yml
.travis.yml
language: node_js node_js: - "7" sudo: false
language: node_js node_js: - '7' sudo: false deploy: provider: npm email: ben+jsnes-travis@firshman.co.uk api_key: secure: Ko5GqTCGgOPijSIP4iMUbUJ9mCWfhw2RlIwvGOU4a1RACHJCBVBa76bfFWAQADQyRDJo7gT8v7vK/P82d9/s5J5uRe+V9M6X/OwrkYcPLd1e8Vso/+oi5gcnRNWWmeU7Pg/8xdDXTq8f6OWYflK1F80Qe42vPdw+lMUDsqg3ElI= on: tags...
Deploy to NPM with Travis
Deploy to NPM with Travis
YAML
apache-2.0
bfirsh/jsnes,bfirsh/jsnes
880370ea0c5ea2241dd548dc49a98bfb195d64af
.travis.yml
.travis.yml
dist: precise # Don't use the Travis Container-Based Infrastructure sudo: true language: java jdk: - oraclejdk7 - oraclejdk8 script: - ./gradlew -S clean build functionalTest before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: ...
# Don't use the Travis Container-Based Infrastructure sudo: true language: java matrix: include: - os: linux dist: precise jdk: oraclejdk7 - os: linux dist: precise jdk: oraclejdk8 - os: linux dist: trusty jdk: oraclejdk8 install: ./gradlew wrapper --gradle-ver...
Add running functional tests using Java 9 to the build matrix
Add running functional tests using Java 9 to the build matrix To build and run tests with Java 9 requires updating Gradle to 4.5 this is done by the install task using Java 8 before switching to Java 9.
YAML
apache-2.0
rodm/gradle-teamcity-plugin,rodm/gradle-teamcity-plugin
00a87a301f2c649e85a4748de50a9f39ed754b62
.travis.yml
.travis.yml
language: go install: go get -u -v github.com/spf13/hugo branches: only: gh-pages-hugo script: - hugo after_success: - echo "ponylang.org" > ./public/CNAME - if [[ $TRAVIS_BRANCH == 'gh-pages-hugo' && $TRAVIS_PULL_REQUEST == 'false' ]]; then rev=$(git rev-parse --short HEAD); ...
language: go install: go get -u -v github.com/spf13/hugo branches: only: source script: - hugo after_success: - echo "ponylang.org" > ./public/CNAME - if [[ $TRAVIS_BRANCH == 'source' && $TRAVIS_PULL_REQUEST == 'false' ]]; then rev=$(git rev-parse --short HEAD); cd public; ...
Switch to 'source' as branch name
Switch to 'source' as branch name
YAML
bsd-2-clause
ponylang/ponylang.github.io
91ff344dbde4aa70b81c219d3272f3a9f20ecf13
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - "0.10"
Remove multiple versions for run.
Remove multiple versions for run.
YAML
apache-2.0
rich-nguyen/karma-jspm
8a8bf2999e485a93ce383bf35c769aa35ec01bb2
.travis.yml
.travis.yml
language: perl perl: - "5.18" - "5.16" - "5.14" - "5.12" env: - ES_VERSION=0.90.0 - ES_VERSION=0.90.1 - ES_VERSION=0.90.2 - ES_VERSION=0.90.3 - ES_VERSION=0.90.4 - ES_VERSION=0.90.5 install: "cpanm --installdeps --notest ." script: "./run_travis_tests.sh" notifications: email: recipients: - ...
language: perl perl: - "5.18" - "5.16" - "5.14" - "5.12" env: - ES_VERSION=0.90.0 - ES_VERSION=0.90.1 - ES_VERSION=0.90.2 - ES_VERSION=0.90.3 - ES_VERSION=0.90.4 - ES_VERSION=0.90.5 install: "cpanm --installdeps --notest --with-recommends ." script: "./run_travis_tests.sh" notifications: email: re...
Install recommended modules for testing
Install recommended modules for testing
YAML
apache-2.0
adjust/elasticsearch-perl,jeteve/elasticsearch-perl,elastic/elasticsearch-perl,adjust/elasticsearch-perl,elastic/elasticsearch-perl,adjust/elasticsearch-perl,jeteve/elasticsearch-perl,jeteve/elasticsearch-perl
77e83d4e1c9715befcef5d92329c31b686644b6d
.travis.yml
.travis.yml
osx_image: xcode9.3beta language: objective-c xcode_project: Criollo.xcodeproj script: build.sh
osx_image: xcode9.3beta language: objective-c xcode_project: Criollo.xcodeproj script: ./build.sh
Use correct path of the build script
Use correct path of the build script
YAML
mit
T1V/Criollo,T1V/Criollo,T1V/Criollo,thecatalinstan/Criollo,T1V/Criollo,thecatalinstan/Criollo,thecatalinstan/Criollo
90c51b8b7314f184358979599cef0f079c81c045
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly install: composer install
language: php php: - 5.6 - 7.0 - hhvm - nightly install: composer install
Remove support for EOL versions of PHP.
Remove support for EOL versions of PHP.
YAML
mit
mcordingley/LinearAlgebra
d0791c80bb03c58bc97fe9f85760d5011cd70660
.travis.yml
.travis.yml
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - android-28 - build-tools-28.0.3 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapp...
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - android-30 - build-tools-30.0.2 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapp...
Change CI config to use android-30
Change CI config to use android-30
YAML
apache-2.0
sswierczek/Helix-Movie-Guide-Android
5211d1f73282c7177b4dd345e9dceec342390401
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 before_install: # Use utf8 encoding. Should be default, but this is insurance against # future changes - export PYTHONIOENCODING=UTF8 - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda....
language: python python: - 2.7 - 3.4 before_install: # Use utf8 encoding. Should be default, but this is insurance against # future changes - export PYTHONIOENCODING=UTF8 - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda....
Fix typo is Scipy spelling
Fix typo is Scipy spelling
YAML
bsd-3-clause
achabotl/pambox
87ca6b48a17c17f8c93f8ff91475865468d85caf
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.0 - ruby-head - jruby-21mode env: - EXECJS_RUNTIME=Node - EXECJS_RUNTIME= # Rubyracer or rubyrhino depending on platform
sudo: false language: ruby rvm: - "2.0" - "2.1" - "2.2" - "2.3" - jruby-21mode env: - EXECJS_RUNTIME=Node - EXECJS_RUNTIME= # Rubyracer or rubyrhino depending on platform
Remove ruby-head from Travis because it is unstable
Remove ruby-head from Travis because it is unstable
YAML
mit
ai/autoprefixer-rails,ai/autoprefixer-rails,ai/autoprefixer-rails,ai/autoprefixer-rails
f7c79dae4a7cfac195cad4806b688a90849dbc9b
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 before_script: ./node_modules/.bin/cake build before_install: - npm install coffee-script
language: node_js node_js: - 0.10 before_script: - npm install -g grunt-cli
Install grunt_cli globally for Travis
Install grunt_cli globally for Travis
YAML
mit
atom/donna,paulcbetts/biscotto,gjtorikian/biscotto,atom/donna,gjtorikian/biscotto,paulcbetts/biscotto
c979ec7ded4274ed3938a1c5185512229693a533
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "v4.0.0" - "iojs" before_install: npm install -g grunt-cli
language: node_js node_js: - "0.10" - "0.12" - "v4.0.0" - "iojs" env: - CXX=g++-4.8 before_install: npm install -g grunt-cli
Use GCC 4.8 on Travis CI
Use GCC 4.8 on Travis CI Fixes an issue with Node.js v4, see travis-ci/travis-ci#4771 (comment).
YAML
agpl-3.0
fiddur/some-comments,fiddur/some-comments
8ef9978cdd8b36ab8a7817500867694f662ac26a
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 install: - "travis_retry bundle install" script: "bundle exec rspec" env: - RAILS_VERSION=3.2.18 - RAILS_VERSION=4.1.1
language: ruby cache: bundler rvm: - 1.9.3-p547 - 2.1.2 env: - RAILS_VERSION=3.2.18 - RAILS_VERSION=4.1.1 install: - "travis_retry bundle install" script: "bundle exec rspec"
Add Ruby 1.9 testing and bundle caching on Travis CI
Add Ruby 1.9 testing and bundle caching on Travis CI
YAML
mit
adarsh/json_schema_rails,kotas/json_schema_rails,adarsh/json_schema_rails,fabiomassimo/json_schema_rails,kotas/json_schema_rails,fabiomassimo/json_schema_rails,adarsh/json_schema_rails,fabiomassimo/json_schema_rails
442050d993161aa6333c31c85ac5f87102a18996
.travis.yml
.travis.yml
language: ruby rvm: - 2.4 install: - bundle install --path vendor/bundle - npm install protractor - sh -e /etc/init.d/xvfb start - webdriver-manager update script: - bundle exec jekyll serve --detach - npm test env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true - DISPLAY=:99.0 branches: only: - gh-pages
language: ruby rvm: - 2.4 install: - bundle install --path vendor/bundle - npm install protractor - sh -e /etc/init.d/xvfb start - webdriver-manager update script: - bundle exec jekyll serve --detach - npm test - pkill -f jekyll env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true - DISPLAY=:99.0 branches: only: ...
Stop the Jekyll server, it's quite loud
Stop the Jekyll server, it's quite loud
YAML
isc
xfix/ce,xfix/ce,xfix/ce
f1831aa4376d1b7ea80619d305877f435e3468a4
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - jruby-19mode - rbx-2 before_install: - sudo apt-get update - sudo apt-get install libgirepository1.0-dev gobject-introspection gir1.2-gtk-3.0 before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: "DISPLAY=:99.0 bundle exec rake tes...
language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - ruby-head - ruby-head-clang - jruby-19mode - jruby-20mode - jruby-head - jruby-9.0.0.0 - rbx-2 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: ruby-head-clang before_install: - sudo apt-get update - sudo apt-get install li...
Update Travis CI config to match that of latest gir_ffi
Update Travis CI config to match that of latest gir_ffi
YAML
lgpl-2.1
mvz/gir_ffi-pango
abe93f6705c458e01704d82ca03761c91c5c6e68
.travis.yml
.travis.yml
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmake_bin/cmake-3.3.2-Linux...
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmak...
Test Travis CI: Update build script
Test Travis CI: Update build script
YAML
mit
maddouri/hyper_array
058368e7790e085b975cc233f42a5b28078bee9c
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O minico...
language: python python: - "2.7" # command to install dependencies install: # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O minico...
Add dep for testing env
Add dep for testing env
YAML
mit
hall-lab/svtools,hall-lab/svtools,hall-lab/svtools
6344c26c189bc15a0bc0c2e873957f4f3aa45041
.travis.yml
.travis.yml
language: python sudo: false dist: xenial cache: pip: true directories: - $HOME/.cache/pypoetry install: - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - source $HOME/.poetry/env - poetry install script: - poetry run pytest --benchmark-en...
language: python dist: focal cache: pip: true directories: - $HOME/.cache/pypoetry install: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - source $HOME/.poetry/env - poetry install script: - poetry run pytest --benchmark-enable --min...
Change dist and poetry install url
Change dist and poetry install url
YAML
mit
vberlier/nbtlib
1111d81420a689eea96ea8f7c446f37073fced3d
.travis.yml
.travis.yml
language: python python: - '3.4' - '3.5' - '3.6' env: - HASS=0.55.1 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
language: python python: - '3.4' - '3.5' - '3.6' env: - HASS=0.56.0 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Update Home Assistant to 0.56.0 for config checks in Travis CI
Update Home Assistant to 0.56.0 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
80dd31e282aa541ed2a1a43faef9feb340842240
.travis.yml
.travis.yml
language: python python: - '3.2' - '3.3' - '3.4' - '3.5' - '3.6' services: - redis-server - mongodb - docker before_install: - openssl aes-256-cbc -K $encrypted_ad8f1517fc45_key -iv $encrypted_ad8f1517fc45_iv -in .env.enc -out .env -d install: pip install -r requirements.txt # Run server only for 50 seconds, some tim...
language: python python: - '3.3' - '3.4' - '3.5' - '3.6' services: - redis-server - mongodb - docker before_install: - openssl aes-256-cbc -K $encrypted_ad8f1517fc45_key -iv $encrypted_ad8f1517fc45_iv -in .env.enc -out .env -d install: pip install -r requirements.txt # Run server only for 50 seconds, some time given ...
Remove Python 3.2 from build matrix
Remove Python 3.2 from build matrix
YAML
mit
jatindhankhar/aslo-v3,jatindhankhar/aslo-v3,jatindhankhar/aslo-v3,jatindhankhar/aslo-v3
74407f5318a9ccbd1af4c6ecbbe39f37b91b6405
.travis.yml
.travis.yml
language: ruby cache: bundler script: bundle exec rspec sudo: false gemfile: - gemfiles/rack_1.5.gemfile - gemfiles/rack_1.6.gemfile - gemfiles/rack_2.0.gemfile - gemfiles/rack_2.1.gemfile - gemfiles/rack_2.2.gemfile rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 matrix: exclude: - rvm: 2.0....
language: ruby cache: bundler script: bundle exec rspec sudo: false gemfile: - gemfiles/rack_1.5.gemfile - gemfiles/rack_1.6.gemfile - gemfiles/rack_2.0.gemfile - gemfiles/rack_2.1.gemfile - gemfiles/rack_2.2.gemfile rvm: - 2.3.8 - 2.4.9 - 2.5.8 - 2.6.5 - 2.7.0
Update Ruby versions tested by Travis
Update Ruby versions tested by Travis
YAML
mit
tylerhunt/rack-canonical-host
7e8660b4a4df3880aff29ee50a10005a94e25fba
.travis.yml
.travis.yml
language: rust rust: nightly cache: cargo before_script: (cargo install rustfmt || true) script: - | cargo fmt -- --write-mode=diff && cargo build && cargo test
language: rust rust: nightly cache: cargo before_script: (cargo install rustfmt || true) script: - | PATH=$HOME/.cargo/bin:$PATH; cargo fmt -- --write-mode=diff && cargo build && cargo test
Add cargo bin to PATH for rustfmt
Add cargo bin to PATH for rustfmt
YAML
apache-2.0
SpamapS/rustygear,SpamapS/rustygear
d124595ee85c245e7c1443fe402adf7ce4f7f6a4
.travis.yml
.travis.yml
language: go go: - 1.10.x - tip install: - mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers - cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c84100ede5f4e ...
language: go go: - 1.10.x - 1.11.x - tip install: - mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers - cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c...
Add Go 1.11 to Travis
Add Go 1.11 to Travis Signed-off-by: Gábor Lipták <9e199222fac9dc9f83e67bca7cf6b1b7a7aed53e@gmail.com>
YAML
apache-2.0
containerd/cgroups,crosbymichael/cgroups
0d3a608f7a1334f11fae6b79982fd98e7d6c27d1
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler os: - linux rvm: - "2.7.1" - "3.0.0"
language: ruby before_install: - gem install bundler os: - linux rvm: - "2.7.1" - "3.0.2"
Update ruby version for Travis
Update ruby version for Travis
YAML
mit
neilslater/games_dice,neilslater/games_dice,neilslater/games_dice
3ed1d3a95ffc5d63b7a3468ceba0dbfda3751eb8
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 before_install: # Install PhantomJS 2, currently unsupported by travis - mkdir travis-phantomjs - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 - tar -xvf $...
language: java sudo: false jdk: - oraclejdk8 before_install: # Libs for PhantomJS 2, currently unsupported by travis - apt-get install libicu52 # Install bower, grunt and UI dependencies - npm install -g grunt bower - "(cd tests-cucumber-ui && npm install && bower install)"
Install required lib for PhantomJS 2, for Travis
Install required lib for PhantomJS 2, for Travis
YAML
mit
jeremiemarc/zucchini-ui,pgentile/zucchini-ui,jeremiemarc/zucchini-ui,pgentile/zucchini-ui,pgentile/tests-cucumber,pgentile/zucchini-ui,pgentile/tests-cucumber,pgentile/tests-cucumber,pgentile/zucchini-ui,jeremiemarc/zucchini-ui,pgentile/zucchini-ui,pgentile/tests-cucumber,jeremiemarc/zucchini-ui
92c563e676ff7212b9c46c3ce0551b683e3f4984
.travis.yml
.travis.yml
language: scala scala: - 2.11.8 jdk: - oraclejdk8 before_install: - sudo apt-get update -qq - sudo apt-get install -qq nodejs npm script: - cd ./backend && sbt test - cd ../frontend && npm install && gulp test
language: scala scala: - 2.11.8 jdk: - oraclejdk8 before_install: - sudo apt-get update -qq - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs - sudo apt-get install -qq npm script: - cd ./backend && sbt test - cd ../frontend && npm install && gulp test
Install js from another repo.
Install js from another repo.
YAML
mit
ArchDev/unidirectional-akka-redux,ArchDev/unidirectional-akka-redux
16f2393958a86603e62fa8a91b0748a473a46aed
.travis.yml
.travis.yml
# vim ft=yaml # After changing this file, check it on: # http://yaml-online-parser.appspot.com/ # See doc/travis_notes.txt for some guidelines language: python env: WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/" python: - 2.6 - "2.7_with_system_site_packages" - 3.2 - 3.3 - 3.4 before_i...
# vim ft=yaml # After changing this file, check it on: # http://yaml-online-parser.appspot.com/ # See doc/travis_notes.txt for some guidelines language: python env: WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/" PYTHONWARNINGS="all" DISPLAY=:99.0 python: - 2.6 - "2.7_with_system...
Put the other env variables up top as well
Put the other env variables up top as well
YAML
bsd-3-clause
ajaybhat/scikit-image,jwiggins/scikit-image,vighneshbirodkar/scikit-image,youprofit/scikit-image,ClinicalGraphics/scikit-image,bsipocz/scikit-image,GaZ3ll3/scikit-image,chriscrosscutler/scikit-image,blink1073/scikit-image,michaelaye/scikit-image,pratapvardhan/scikit-image,Midafi/scikit-image,WarrenWeckesser/scikits-ima...
6a5b60642af6bf9a7829473833f9fc30fdef877e
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 script: - ./gradlew clean build functionalTest
language: java jdk: - oraclejdk7 script: - ./gradlew -S clean build functionalTest
Enable stack trace output for build failures
Enable stack trace output for build failures
YAML
apache-2.0
rodm/gradle-teamcity-plugin,rodm/gradle-teamcity-plugin