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
bc719de1628660f763a1ca7d3a83e0cee9b61d59
.travis.yml
.travis.yml
language: node_js node_js: - '5' - '4' - '0.12' - '0.10'
language: node_js node_js: - '5.7' - '4'
Support Node 4 or 5 (as es6 included without transpiling)
[Fix][Test] Support Node 4 or 5 (as es6 included without transpiling)
YAML
mit
arrowrowe/romi
515a171f040d9f52e8ce135f431ab1c447559030
.travis.yml
.travis.yml
language: ruby cache: bundler bundler_args: --without yard guard benchmarks script: "bundle exec rake ci" rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx matrix: include: - rvm: jruby-18mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-20mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-head env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov fast_finish: true notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
language: ruby cache: bundler bundler_args: --without yard guard benchmarks script: "bundle exec rake ci" rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx matrix: include: - rvm: jruby-18mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-20mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-head env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov allow_failures: - rvm: ruby-head - rvm: rbx - rvm: jruby-head fast_finish: true notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
Allow failures on unstable Ruby versions
Allow failures on unstable Ruby versions
YAML
mit
dkubb/equalizer
416f5624ed2a2fac8f1d65dcfa94da912e499296
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 env: - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.3 before_script: - composer self-update || true - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss script: - vendor/bin/phpunit cloudflare/tests
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 env: - DB=MYSQL CORE_RELEASE=3 before_script: - composer self-update || true - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss script: - vendor/bin/phpunit cloudflare/tests
Fix Travis builds - older framework versions have been removed
Fix Travis builds - older framework versions have been removed
YAML
bsd-3-clause
steadlane/silverstripe-cloudflare
59d9efc388dad20027177c7045e2dbb70599aa6a
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 before_script: - composer install --dev script: - ./vendor/bin/phpunit --bootstrap vendor/autoload.php Tests/Units - ./vendor/bin/behat -c behat.ci.yml
language: php php: - 5.4 - 5.5 before_script: - composer install --dev script: - ./vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover build/logs/coverage.clover Tests/Units - ./vendor/bin/behat -c behat.ci.yml after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover
Allow Travis CI to send code coverage to Scrutinizer
Allow Travis CI to send code coverage to Scrutinizer
YAML
mit
matks/CustomerSupportBundle
395357885baad5b5fb2e701202f4d426d34dac32
.travis.yml
.travis.yml
# Travis-CI Build for rugged # see travis-ci.org for details language: ruby # Ruby versions to test against rvm: - 1.9.3 - 2.0.0 - rbx-19mode - rbx-20mode # We need the config so the tests don't fail script: - git config --global user.name 'The rugged tests are fragile' - rake # Notify development list when needed notifications: recipients: - [email protected] email: on_success: change on_failure: always
# Travis-CI Build for rugged # see travis-ci.org for details language: ruby # Ruby versions to test against rvm: - 1.9.3 - 2.0.0 - rbx-19mode - rbx-20mode matrix: allow_failures: - rvm: rbx-19mode - rvm: rbx-20mode # We need the config so the tests don't fail script: - git config --global user.name 'The rugged tests are fragile' - rake # Notify development list when needed notifications: recipients: - [email protected] email: on_success: change on_failure: always
Allow failures on rbx builds.
Allow failures on rbx builds. Rubinius has been getting unstable againlately , and we've seen multiple travis builds failing. Putting Rubinius back in the allow_failures list will make silence those build failures for the time being.
YAML
mit
Acidburn0zzz/rugged,tpickett66/rugged,libgit2/rugged,libgit2/rugged,Acidburn0zzz/rugged,saraid/rugged,Acidburn0zzz/rugged,tpickett66/rugged,saraid/rugged,saraid/rugged,tpickett66/rugged,libgit2/rugged
93e8c1de21bda0bcc1ae381e00154129822e788f
.travis.yml
.travis.yml
language: ruby rvm: - 2.2 - jruby - rbx-2 script: bundle exec rspec
language: ruby rvm: - 2.3 - 2.4 script: bundle exec rspec
Update Ruby versions in Travis
Update Ruby versions in Travis
YAML
apache-2.0
mikhaildelport/meetsilver-api,mikhaildelport/meetsilver-api
2d199f87107e28a5627be9c56ac9fff2d0908e97
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.0 install: - bundle install --without development script: bundle exec rake branches: only: - master addons: code_climate: repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e notifications: webhooks: urls: - http://publify_hook.ookook.fr/travisci on_success: always on_failure: never on_start: never
sudo: false language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.0 branches: only: - master addons: code_climate: repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e notifications: webhooks: urls: - http://publify_hook.ookook.fr/travisci on_success: always on_failure: never on_start: never
Use default install and script tasks for Travis CI
Use default install and script tasks for Travis CI
YAML
mit
musicmunky/publify-core,musicmunky/publify-core,musicmunky/publify-core
f705823e74971ae7c7ac9374c27b0c0a91926089
.travis.yml
.travis.yml
language: go go: - 1.7 - 1.8 - 1.9 - tip install: - go get -t ./... script: - go test $(go list ./...|grep -v vendor)
language: go go: - 1.7 - 1.8 - 1.9 - tip install: - go get github.com/golang/lint/golint - go get -t ./... script: - golint $(go list ./... | grep -v /vendor/) - go test $(go list ./...| grep -v /vendor/)
Add linter check as a part of CI build
Add linter check as a part of CI build
YAML
mit
gchaincl/httplab,gchaincl/httplab
770730c77c7b853eae1b21887ad4137dbeadddfe
.travis.yml
.travis.yml
language: node_js sudo: required # See http://docs.travis-ci.com/user/trusty-ci-environment/ dist: trusty node_js: - "lts/*" python: - "2.7" before_install: - export CHROME_BIN=google-chrome - export DISPLAY=:99.0 - unset _JAVA_OPTIONS # JVM heap sizes break closure compiler. #11203. - sh -e /etc/init.d/xvfb start - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - sudo dpkg -i google-chrome*.deb # Install yarn - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3 before_script: - export PATH="`pwd`/node_modules/.bin:$PATH" script: gulp presubmit branches: only: - master matrix: include: - env: BUILD_SHARD="unit_tests" addons: hosts: - pub.localhost - sp.localhost -cache: directories: - node_modules bundler: true yarn: true
language: node_js sudo: required # See http://docs.travis-ci.com/user/trusty-ci-environment/ dist: trusty node_js: - "lts/*" python: - "2.7" before_install: - export CHROME_BIN=google-chrome - export DISPLAY=:99.0 - unset _JAVA_OPTIONS # JVM heap sizes break closure compiler. #11203. - sh -e /etc/init.d/xvfb start - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - sudo dpkg -i google-chrome*.deb # Install yarn - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3 - export PATH=$HOME/.yarn/bin:$PATH before_script: - export PATH="`pwd`/node_modules/.bin:$PATH" script: gulp presubmit branches: only: - master matrix: include: - env: BUILD_SHARD="unit_tests" addons: hosts: - pub.localhost - sp.localhost -cache: directories: - node_modules bundler: true yarn: true
Set yarn to the path
Set yarn to the path
YAML
apache-2.0
subscriptions-project/swg-js,subscriptions-project/swg-js,subscriptions-project/swg-js
7d055a32170a3170e39f8d7eae07de6340ef907e
.travis.yml
.travis.yml
sudo: false language: go go: - 1.4.2 install: - script/bootstrap script: - script/build - script/test deploy: provider: heroku buildpack: https://github.com/kr/heroku-buildpack-go.git api_key: secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4qSoeZ77CFvN0rZ/k2mZ0xWxu4xYu2/fUupwuA+N6H6DTXqV7w+4syrgrxJG8fv/17GARl2fnYL3qWljTX2E= app: master: jqplay skip_cleanup: true
sudo: false language: go go: - 1.5 install: - script/bootstrap script: - script/build - script/test deploy: provider: heroku buildpack: https://github.com/kr/heroku-buildpack-go.git api_key: secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4qSoeZ77CFvN0rZ/k2mZ0xWxu4xYu2/fUupwuA+N6H6DTXqV7w+4syrgrxJG8fv/17GARl2fnYL3qWljTX2E= app: master: jqplay skip_cleanup: true
Upgrade Travis to Go 1.5
Upgrade Travis to Go 1.5
YAML
mit
jingweno/jqplay,jskrzypek/jqplay,jingweno/jqplay,jskrzypek/jqplay,jingweno/jqplay,jskrzypek/jqplay
85f8908dbe3ecce7173b0f2452a3fc20d4bbc3aa
.travis.yml
.travis.yml
# use java support. language: java # run in container. sudo: false # use linux as operating system. os: linux matrix: fast_finish: true include: - jdk: oraclejdk8 if: branch = master OR tag =~ ^v1\.[0-9]+\.[0-9]+ # match v1.x.x - jdk: openjdk11 if: branch = jdk10 OR tag =~ ^v2\.[0-9]+\.[0-9]+ # match v2.x.x # configure xvfb screen. before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" # skip install stage. install: true # run maven build. script: - mvn test cache: directories: - $HOME/.m2 deploy: # Deploy snapshots & releases on every commit made to master - provider: script script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy" skip_cleanup: true on: all_branches: true
# use java support. language: java # run in container. sudo: false # use linux as operating system. os: linux matrix: fast_finish: true include: - jdk: openjdk8 if: branch = master OR tag =~ ^v1\.[0-9]+\.[0-9]+ # match v1.x.x - jdk: openjdk11 if: branch = jdk10 OR tag =~ ^v2\.[0-9]+\.[0-9]+ # match v2.x.x # configure xvfb screen. before_install: - sudo apt-get install -y openjfx - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" # skip install stage. install: true # run maven build. script: - mvn test cache: directories: - $HOME/.m2 deploy: # Deploy snapshots & releases on every commit made to master - provider: script script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy" skip_cleanup: true on: all_branches: true
Switch the 1.x.x builds to use default openjdk8 and install openjfx package
Switch the 1.x.x builds to use default openjdk8 and install openjfx package
YAML
apache-2.0
edvin/tornadofx,edvin/tornadofx
d0890533ed7f2e09b5d1e982a4286a13f2846fc1
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10"
language: node_js node_js: - "stable" - "lts/*"
Use stable and LTS of node in Travis CI
Use stable and LTS of node in Travis CI See: https://qiita.com/Linda_pp/items/2f32716d534c97685ab1
YAML
mit
capybala/tree-diagram
65c15bea58ca1b73f687f0bba821c1590e885efb
.travis.yml
.travis.yml
language: python python: '3.5' sudo: false env: global: - LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so - SEGFAULT_SIGNALS=all matrix: - TOXENV=check - TOXENV=docs - TOXENV=py27,codecov - TOXENV=py33,codecov - TOXENV=py34,codecov - TOXENV=py35,codecov - TOXENV=py36,codecov - TOXENV=py37,codecov - TOXENV=pypy,codecov before_install: - python --version - uname -a - lsb_release -a install: - pip install tox - virtualenv --version - easy_install --version - pip --version - tox --version script: - tox -v after_failure: - more .tox/log/* | cat - more .tox/*/log/* | cat before_cache: - rm -rf $HOME/.cache/pip/log cache: directories: - $HOME/.cache/pip notifications: email: on_success: never on_failure: always
dist: xenial language: python python: - '2.7' - '3.3' - '3.4' - '3.5' - '3.6' - '3.7' sudo: false env: global: - LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so - SEGFAULT_SIGNALS=all matrix: - TOXENV=check - TOXENV=docs - TOXENV=py27,codecov - TOXENV=py33,codecov - TOXENV=py34,codecov - TOXENV=py35,codecov - TOXENV=py36,codecov - TOXENV=py37,codecov - TOXENV=pypy,codecov before_install: - python --version - uname -a - lsb_release -a install: - pip install tox - virtualenv --version - easy_install --version - pip --version - tox --version script: - tox -v after_failure: - more .tox/log/* | cat - more .tox/*/log/* | cat before_cache: - rm -rf $HOME/.cache/pip/log cache: directories: - $HOME/.cache/pip notifications: email: on_success: never on_failure: always
Add explicit Python environments to Travis CI
Add explicit Python environments to Travis CI
YAML
bsd-2-clause
titusz/epubcheck
c4eb2f49da6ea8f51249d0a880c1d2e00911f710
.travis.yml
.travis.yml
sudo: false # Use TravisCI new Docker container infrastructure language: php php: - 5.5 - 5.6 - 7 - nightly matrix: allow_failures: - php: hhvm, 7, nightly services: - memcached - redis - mysql notifications: email: on_success: change on_failure: change before_script: - composer selfupdate - composer install # Install rather than update - php -i - mysql -e 'create database ciims_travis;' - echo "2.0.0-dev" > protected/config/VERSION - php index.php installer index --dbHost=127.0.0.1 --dbName=ciims_travis --dbUsername=root --dbPassword="" --adminEmail="[email protected]" --adminPassword=travis --adminUsername=travis --siteName="CiiMS - Travis CI" script: ./vendor/bin/codecept run
sudo: false # Use TravisCI new Docker container infrastructure language: php php: - 5.5 - 5.6 - 7 matrix: allow_failures: - php: 7 services: - memcached - redis - mysql notifications: email: on_success: change on_failure: change before_script: - composer selfupdate - composer install # Install rather than update - php -i - mysql -e 'create database ciims_travis;' - echo "2.0.0-dev" > protected/config/VERSION - php index.php installer index --dbHost=127.0.0.1 --dbName=ciims_travis --dbUsername=root --dbPassword="" --adminEmail="[email protected]" --adminPassword=travis --adminUsername=travis --siteName="CiiMS - Travis CI" script: ./vendor/bin/codecept run
Allow PHP7 builds to fail
Allow PHP7 builds to fail
YAML
bsd-3-clause
charlesportwoodii/CiiMS
948f3f6dafc694f9607df7610112f32d0e2f117b
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.5 - 2.3.8 sudo: false cache: bundler env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 addons: postgresql: '9.5' install: bin/setup after_script: bundle exec codeclimate-test-reporter notifications: webhooks: urls: - https://webhooks.gitter.im/e/ee67c95151011b035311 on_success: change on_failure: always on_start: never
language: ruby rvm: - 2.4.5 - 2.5.3 sudo: false cache: bundler env: global: - RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000 - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 addons: postgresql: '9.5' install: bin/setup after_script: bundle exec codeclimate-test-reporter notifications: webhooks: urls: - https://webhooks.gitter.im/e/ee67c95151011b035311 on_success: change on_failure: always on_start: never
Update supported ruby versions on Travis
Update supported ruby versions on Travis
YAML
apache-2.0
pkliczewski/manageiq-providers-ovirt
429bea39c7e319c131c9648745210a1270378798
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.11" before_install: - travis_retry npm install -g npm - travis_retry npm install script: - npm test matrix: allow_failures: - node_js: "0.11" notifications: email: - [email protected] irc: "irc.freenode.org#nodejitsu"
language: node_js node_js: - "0.8" - "0.10" - "0.12" before_install: - travis_retry npm install -g npm - travis_retry npm install script: - npm test notifications: email: - [email protected] irc: "irc.freenode.org#nodejitsu"
Test in node 0.12 as well.
Test in node 0.12 as well. It's released now, so don't allow 0.12 failures.
YAML
mit
beni55/winston,get-trucked/winston,tobli/winston,winstonjs/winston,DenisGorbachev/winston,dbmikus/winston,psquickitjayant/winston,wancharle/winston,modulexcite/winston,unlucio/winston,winstonjs/winston,paulhroth/winston,dustinblackman/winston,nikolas/winston,harriha/winston,megastef/winston,jjmleiro/winston,SmartNode-es/winston,aquavitae/winston,alinex/winston,s-panferov/winston,whismat/winston,thaliproject/winston,z-10/winston,rakesh-mohanta/winston
69056bac62eb24403fc7f5b0ac82a3b889e190e8
.travis.yml
.travis.yml
language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "3.5" notifications: email: false install: - sudo apt-get update # 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/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda # Useful for debugging any issues with conda - conda info -a # Replace dep1 dep2 ... with your dependencies - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose - source activate test-environment #- conda install --yes -c dan_blanchard python-coveralls nose-cov - pip install python-coveralls - pip install coverage - python setup.py install script: # Your test script goes here - nosetests -a '!slow' --with-coverage --cover-package=commpy --logging-level=INFO # Calculate coverage after_success: - coveralls
language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "3.5" notifications: email: false install: - sudo apt-get update # 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/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda # Useful for debugging any issues with conda - conda info -a # Replace dep1 dep2 ... with your dependencies - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose - source activate test-environment #- conda install --yes -c dan_blanchard python-coveralls nose-cov - pip install python-coveralls - pip install coverage - python setup.py install script: # Your test script goes here - nosetests --with-coverage --cover-package=commpy --logging-level=INFO # Calculate coverage after_success: - coveralls
Remove slow flag in Travis configuration file
Remove slow flag in Travis configuration file
YAML
bsd-3-clause
veeresht/CommPy
8badfd3561b859294f272dec1ebbbc3f684b4bc5
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.1 script: rake ci
language: ruby rvm: - 2.1.1 before_script: - git clone https://github.com/vim/vim - cd vim - ./configure - make -j4 - sudo make install - cd - script: rake ci
Install the newest version of vim on Travis
Install the newest version of vim on Travis
YAML
mit
MisanthropicBit/vim-analog
86e3fb9e0309137dcb848c7645d688431fd1c047
.travis.yml
.travis.yml
language: rust sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo '<meta http-equiv=refresh content=0;url=rand/index.html>' > target/doc/index.html && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: global: secure: bNUxFmA5uEdKKdVDtgb+5WQuMRDZ6QxK5152sIZWSimxyr/x5erNZ1uacPh02Ng92dbUQ66wz90WPmqTwoL0EeJ/FmZDd29hRHXe82MNpz47QX3cGMgFNldQ2GmJmCHBXKu373B80o/ZB+BTVcYcl1ksTXuIhQg2wZtXh8bZ9F4= notifications: email: on_success: never
language: rust sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo '<meta http-equiv=refresh content=0;url=rand/index.html>' > target/doc/index.html && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: global: secure: RAgfURU9rInA+jx51pdayIwOPWS+rKxtz9OB2nFxPUZK9KB4DoOx4ed+gjU9Yy6gy2sGwv0T2h+u/m+EIciPdY6P/nQtnZXYm73vTO5z02p/OOrSWXRHyGK9FJgpU7H3Vw0vtXeTCJgd6WKmfxGYYjyVY//pNDUoMNHo74P+HjU= notifications: email: on_success: never
Add key for uploading docs
Add key for uploading docs
YAML
apache-2.0
rust-lang/rand
748651df371493cf843b65f092090ad03b80482d
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer env: - LARAVEL_VERSION=5.3.* - LARAVEL_VERSION=5.4.* - LARAVEL_VERSION=5.5.* matrix: exclude: - php: '5.6' env: LARAVEL_VERSION=5.5.* before_script: - composer self-update - if [ "$LARAVEL_VERSION" != "" ]; then composer require "laravel/framework:${LARAVEL_VERSION}" --n - composer update script: vendor/bin/phpunit
language: php php: - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer env: - LARAVEL_VERSION=5.3.* - LARAVEL_VERSION=5.4.* - LARAVEL_VERSION=5.5.* matrix: exclude: - php: '5.6' env: LARAVEL_VERSION=5.5.* before_script: - composer self-update - if [ "$LARAVEL_VERSION" != "" ]; then composer require "laravel/framework:${LARAVEL_VERSION}" --no-update; fi; - composer update script: vendor/bin/phpunit
Fix unexpected end of file issue
Fix unexpected end of file issue
YAML
mit
rafflesargentina/l5-resource-controller
38407ce33cc05963f539ccf057560067d25f782f
.travis.yml
.travis.yml
language: ruby cache: directories: - bundle rvm: - 2.0 - 2.1.3 - 2.3.1 before_install: - gem update bundler script: - bundle exec rake spec
env: global: - CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID language: ruby cache: directories: - bundle rvm: - 2.0 - 2.1.3 - 2.3.1 before_install: - gem update bundler before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - bundle exec rake spec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Configure test coverage of Code Climate
:green_heart: Configure test coverage of Code Climate
YAML
mit
blooper05/danger-rails_best_practices
77a0e9e51c25a278541c6391bb43f9c1f74ff6b8
.travis.yml
.travis.yml
language: ruby before_install: - travis_retry gem install bundler rvm: - 2.1 - 2.0 - 1.9.3 env: - RAILS=4-1-stable DB=sqlite3 - RAILS=4-1-stable DB=mysql - RAILS=4-1-stable DB=postgres - RAILS=4-0-stable DB=sqlite3 - RAILS=4-0-stable DB=mysql - RAILS=4-0-stable DB=postgres - RAILS=3-2-stable DB=sqlite - RAILS=3-2-stable DB=mysql - RAILS=3-2-stable DB=postgres - RAILS=3-1-stable DB=sqlite - RAILS=3-1-stable DB=mysql - RAILS=3-1-stable DB=postgres - RAILS=3-0-stable DB=sqlite - RAILS=3-0-stable DB=mysql - RAILS=3-0-stable DB=postgres before_script: - mysql -e 'create database ransack collate utf8_general_ci;' - mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";' - psql -c 'create database ransack;' -U postgres
language: ruby sudo: false rvm: - 2.1 - 2.0 - 1.9.3 env: - RAILS=4-1-stable DB=sqlite3 - RAILS=4-1-stable DB=mysql - RAILS=4-1-stable DB=postgres - RAILS=4-0-stable DB=sqlite3 - RAILS=4-0-stable DB=mysql - RAILS=4-0-stable DB=postgres - RAILS=3-2-stable DB=sqlite - RAILS=3-2-stable DB=mysql - RAILS=3-2-stable DB=postgres - RAILS=3-1-stable DB=sqlite - RAILS=3-1-stable DB=mysql - RAILS=3-1-stable DB=postgres - RAILS=3-0-stable DB=sqlite - RAILS=3-0-stable DB=mysql - RAILS=3-0-stable DB=postgres before_script: - mysql -e 'create database ransack collate utf8_general_ci;' - mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";' - psql -c 'create database ransack;' -U postgres
Use the new Docker queue
Use the new Docker queue and don't install Bundler, it's already installed
YAML
mit
vaski/ransack,nagyt234/ransack,guilleva/ransack,outstand/ransack,Eric-Guo/ransack,activerecord-hackery/ransack,reinteractive/ransack,Mario245/ransack,martndemus/ransack,AndrewSwerlick/ransack,avit/ransack,mariorcardoso/ransack,roman-franko/ransack,johan--/ransack,amboxer21/ransack,laserlemon/ransack
967d0af8ddde44c6ab7d2ff75eff7f4fdcac22f4
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.7" - "3.8" - "nightly" - "pypy3" matrix: include: - stage: codecheck python: 3.7 install: - pip install flake8 script: - flake8 sqlparse after_success: skip install: - pip install -Uq pytest pytest-cov codecov - pytest --version script: - pytest --cov=sqlparse after_success: - codecov
language: python python: - "3.5" - "3.6" - "3.7" - "3.8" - "3.9" - "nightly" - "pypy3" matrix: include: - stage: codecheck python: 3.8 install: - pip install flake8 script: - flake8 sqlparse after_success: skip install: - pip install -Uq pytest pytest-cov codecov - pytest --version script: - pytest --cov=sqlparse after_success: - codecov
Add Python 3.9 to test configuration.
Add Python 3.9 to test configuration.
YAML
bsd-3-clause
andialbrecht/sqlparse
129d78b757208a7371e80ffd7a366668fca86a06
.travis.yml
.travis.yml
sudo: false language: node_js matrix: include: - node_js: 6.3 # Current env: BUILD_DOCS=true REPORT_COVERAGE=true - node_js: 4.4 # LTS env: NPM_DEPLOY=true - node_js: 4.0 # Minimum supported script: - npm test -- -- --timeout 10000 - '[[ "$BUILD_DOCS" != true ]] || npm run doc' # Ensures ESDoc generation doesn't fail after_success: - '[[ "$REPORT_COVERAGE" != true ]] || cat coverage/lcov.info | ./node_modules/.bin/codecov' - '[[ "$REPORT_COVERAGE" != true ]] || cat coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter' deploy: provider: npm email: [email protected] api_key: $NPM_AUTH_TOKEN on: tags: true repo: amercier/npm-package-skeleton # Prevents publishing on PRs condition: $NPM_DEPLOY = true # Prevents publishing on each matrix build cache: directories: - $HOME/.nvm
sudo: false language: node_js matrix: include: - node_js: 6 # Current env: BUILD_DOCS=true REPORT_COVERAGE=true - node_js: 4 # LTS env: NPM_DEPLOY=true - node_js: 4.0 # Minimum supported script: - npm test -- -- --timeout 10000 - '[[ "$BUILD_DOCS" != true ]] || npm run doc' # Ensures ESDoc generation doesn't fail after_success: - '[[ "$REPORT_COVERAGE" != true ]] || cat coverage/lcov.info | ./node_modules/.bin/codecov' - '[[ "$REPORT_COVERAGE" != true ]] || cat coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter' deploy: provider: npm email: [email protected] api_key: $NPM_AUTH_TOKEN on: tags: true repo: amercier/npm-package-skeleton # Prevents publishing on PRs condition: $NPM_DEPLOY = true # Prevents publishing on each matrix build cache: directories: - $HOME/.nvm
Update NodeJS with more generic versions
Update NodeJS with more generic versions
YAML
isc
amercier/npm-package-skeleton,amercier/broccoli-file-size,amercier/chai-autoload-plugins
a7644b8dbef62394356331cc2201c2ab0cd8b639
.travis.yml
.travis.yml
# TODO: add test matrix for all SOM VMs language: python python: - "2.7" before_install: - sudo apt-get update install: - sudo apt-get install libc6-dev-i386 - git clone --depth 1 https://github.com/smarr/PySOM.git - git clone --depth 1 https://github.com/smarr/som-java.git - git clone --depth 1 https://github.com/smarr/CSOM.git # command to run tests script: # Run unit tests with PySOM - export ST_DIR=`pwd`/Smalltalk - cd PySOM && git --no-pager log -n 1 && ./som.sh -cp ../Smalltalk ../TestSuite/TestHarness.som - cd .. - cd som-java && git --no-pager log -n 1 && ant jar && ./som.sh -cp ../Smalltalk ../TestSuite/TestHarness.som - cd .. - cd CSOM && git --no-pager log -n 1 && make && ./som.sh -cp ../Smalltalk ../TestSuite/TestHarness.som
# TODO: add test matrix for all SOM VMs language: python python: - "2.7" before_install: - sudo apt-get update env: - SOM=CSOM REPO=https://github.com/SOM-st/CSOM.git BUILD=make - SOM=JsSOM REPO=https://github.com/SOM-st/JsSOM.git BUILD=make - SOM=PySOM REPO=https://github.com/SOM-st/PySOM.git BUILD="" - SOM=RPySOM REPO=https://github.com/SOM-st/RPySOM.git BUILD="" - SOM=RTruffleSOM REPO=https://github.com/SOM-st/RTruffleSOM.git BUILD="" - SOM=SOM REPO=https://github.com/SOM-st/som-java.git BUILD=make - SOM=SOMpp REPO=https://github.com/SOM-st/SOMpp.git BUILD=make - SOM=TruffleSOM REPO=https://github.com/SOM-st/TruffleSOM.git BUILD=make install: - sudo apt-get install libc6-dev-i386 - sudo apt-get install -qq python-yaml - git clone --depth 1 $REPO som-vm # command to run tests script: - export ST_DIR=`pwd`/Smalltalk - cd som-vm - git --no-pager log -n 1 - $BUILD - ./som.sh -cp ../Smalltalk ../TestSuite/TestHarness.som
Change Travis to use build matrix to test SOM VMs
Change Travis to use build matrix to test SOM VMs Signed-off-by: Stefan Marr <[email protected]>
YAML
mit
smarr/SOMns,smarr/SOMns,richard-roberts/SOMns,MetaConc/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/SOMns,smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,MetaConc/SOMns,MetaConc/SOMns,smarr/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/SOMns,smarr/SOMns,smarr/SOMns
b5214907f8618337ad13ede1b31f15c452e074b4
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 services: - mongodb - redis-server - memcached addons: postgresql: "9.3" before_script: - psql -c 'create database orbit;' -U postgres script: "mvn test -P withMongoTests,withDynamoDBTests,withPostgresTests,withRedisTests,withMemcachedTests,withScala,withLDAPTests" notifications: webhooks: urls: - https://webhooks.gitter.im/e/066a8197f92d460e8530 on_success: always on_failure: always on_start: false
language: java jdk: oraclejdk8 install: - mkdir /tmp/dynamodb - wget -O - http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest | tar xz --directory /tmp/dynamodb services: - mongodb - redis-server - memcached addons: postgresql: "9.3" before_script: - psql -c 'create database orbit;' -U postgres - java -Djava.library.path=/tmp/dynamodb/DynamoDBLocal_lib -jar /tmp/dynamodb/DynamoDBLocal.jar -inMemory & script: "mvn test -P withMongoTests,withDynamoDBTests,withPostgresTests,withRedisTests,withMemcachedTests,withScala,withLDAPTests" notifications: webhooks: urls: - https://webhooks.gitter.im/e/066a8197f92d460e8530 on_success: always on_failure: always on_start: false
Configure DynamoDB Local for tests
Configure DynamoDB Local for tests
YAML
bsd-3-clause
JoeHegarty/orbit,DanielSperry/orbit,horzelski/orbit,akydd/orbit,quilombodigital/orbit,FieldFlux/orbit
baf313202aec01eecb0f6c9e88364454accf28f3
.travis.yml
.travis.yml
# vim ft=yaml # travis-ci.org definition for skimage build # # We pretend to be erlang because we can't use the python support in # travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib, # and it is impractical to build them language: erlang env: - PYTHON=python PYSUF='' PYVER=2.7 - PYTHON=python3 PYSUF='3' PYVER=3.2 install: - sudo apt-get update # needed for python3-numpy - sudo apt-get install $PYTHON-dev - sudo apt-get install $PYTHON-numpy - sudo apt-get install $PYTHON-scipy - sudo apt-get install $PYTHON-matplotlib - sudo apt-get install $PYTHON-setuptools - sudo apt-get install $PYTHON-nose - sudo easy_install$PYSUF pip - sudo pip-$PYVER install cython - sudo apt-get install libfreeimage3 - $PYTHON setup.py build - sudo $PYTHON setup.py install script: # Change into an innocuous directory and find tests from installation - mkdir for_test - cd for_test - nosetests-$PYVER --exe -v --cover-package=skimage skimage # run all examples - cd .. - echo 'backend : Agg' > matplotlibrc - make run-all-examples
# vim ft=yaml # travis-ci.org definition for skimage build # # We pretend to be erlang because we can't use the python support in # travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib, # and it is impractical to build them language: erlang env: - PYTHON=python PYSUF='' PYVER=2.7 - PYTHON=python3 PYSUF='3' PYVER=3.2 install: - sudo apt-get update # needed for python3-numpy - sudo apt-get install $PYTHON-dev - sudo apt-get install $PYTHON-numpy - sudo apt-get install $PYTHON-scipy - if [[ ${TRAVIS_PYTHON_VERSION:0:1} == '2' ]]; then sudo apt-get install $PYTHON-matplotlib; fi - if [[ ${TRAVIS_PYTHON_VERSION:0:1} == '3' ]]; then sudo pip install git+git://github.com/matplotlib/[email protected]; fi - sudo apt-get install $PYTHON-setuptools - sudo apt-get install $PYTHON-nose - sudo easy_install$PYSUF pip - sudo pip-$PYVER install cython - sudo apt-get install libfreeimage3 - $PYTHON setup.py build - sudo $PYTHON setup.py install script: # Change into an innocuous directory and find tests from installation - mkdir for_test - cd for_test - nosetests-$PYVER --exe -v --cover-package=skimage skimage # run all examples - cd .. - echo 'backend : Agg' > matplotlibrc - make run-all-examples
Use current matplotlib version Python 3
Use current matplotlib version Python 3
YAML
bsd-3-clause
Midafi/scikit-image,warmspringwinds/scikit-image,jwiggins/scikit-image,Britefury/scikit-image,dpshelio/scikit-image,bsipocz/scikit-image,warmspringwinds/scikit-image,ClinicalGraphics/scikit-image,Britefury/scikit-image,michaelaye/scikit-image,emon10005/scikit-image,WarrenWeckesser/scikits-image,bsipocz/scikit-image,almarklein/scikit-image,keflavich/scikit-image,vighneshbirodkar/scikit-image,michaelaye/scikit-image,vighneshbirodkar/scikit-image,blink1073/scikit-image,juliusbierk/scikit-image,dpshelio/scikit-image,ofgulban/scikit-image,chriscrosscutler/scikit-image,rjeli/scikit-image,ajaybhat/scikit-image,SamHames/scikit-image,GaZ3ll3/scikit-image,paalge/scikit-image,bennlich/scikit-image,youprofit/scikit-image,GaZ3ll3/scikit-image,paalge/scikit-image,ofgulban/scikit-image,ClinicalGraphics/scikit-image,Midafi/scikit-image,chintak/scikit-image,chintak/scikit-image,juliusbierk/scikit-image,rjeli/scikit-image,rjeli/scikit-image,blink1073/scikit-image,bennlich/scikit-image,jwiggins/scikit-image,WarrenWeckesser/scikits-image,robintw/scikit-image,newville/scikit-image,newville/scikit-image,youprofit/scikit-image,almarklein/scikit-image,michaelpacer/scikit-image,almarklein/scikit-image,chriscrosscutler/scikit-image,chintak/scikit-image,chintak/scikit-image,keflavich/scikit-image,emon10005/scikit-image,robintw/scikit-image,almarklein/scikit-image,SamHames/scikit-image,ajaybhat/scikit-image,Hiyorimi/scikit-image,SamHames/scikit-image,SamHames/scikit-image,ofgulban/scikit-image,vighneshbirodkar/scikit-image,paalge/scikit-image,michaelpacer/scikit-image,pratapvardhan/scikit-image,pratapvardhan/scikit-image,oew1v07/scikit-image,Hiyorimi/scikit-image,oew1v07/scikit-image
d64069f13d4ee55fa285c7484e1087a79022fc09
.travis.yml
.travis.yml
language: erlang # Choose which platforms you want your builds run against (done in parallel) env: #- ST=Squeak-4.4 - ST=Squeak-4.5 - ST=Squeak-Trunk # For SqueakSSL before_install: - sudo apt-get -qq install libssl0.9.8:i386 # Boilerplate ... should be no reason to edit the install section install: - export PROJECT_HOME="$(pwd)" - cd $HOME - wget -q -O builderCI.zip https://github.com/SWTI2014/builderCI/zipball/master - unzip -q builderCI.zip - cd SWTI2014-builderCI* - source build_env_vars - ln -s $PROJECT_HOME $GIT_PATH - ./build_image.sh - ln -s $PROJECT_HOME/images $IMAGES_PATH/travis_images # use a different script if you want to customize how travis tests are run # use verbose flag to dump transcript unconditionally script: $BUILDER_CI_HOME/testTravisCI.sh # -verbose
language: erlang # Choose which platforms you want your builds run against (done in parallel) env: #- ST=Squeak-4.4 - ST=Squeak-4.5 - ST=Squeak-Trunk # For SqueakSSL before_install: - sudo apt-get -qq install libssl0.9.8:i386 # Boilerplate ... should be no reason to edit the install section install: - export PROJECT_HOME="$(pwd)" - cd $HOME - wget -q -O builderCI.zip https://github.com/SWTI2014/builderCI/zipball/master - unzip -q builderCI.zip - cd SWTI2014-builderCI* - source build_env_vars - ln -s $PROJECT_HOME $GIT_PATH - ./build_image.sh - ln -s $PROJECT_HOME/images $IMAGES_PATH/travis_images - ls $IMAGES_PATH - ls $IMAGES_PATH/travis_images - ls $PROJECT_HOME/images # use a different script if you want to customize how travis tests are run # use verbose flag to dump transcript unconditionally script: $BUILDER_CI_HOME/testTravisCI.sh # -verbose
Test commit to get information about the vms file directory
Test commit to get information about the vms file directory
YAML
mit
HPI-SWA-Teaching/AutoTDD
fd40a47bf0811463049fcb8b89da834d1b4910f3
.travis.yml
.travis.yml
language: ruby script: "gem install bundler && rake ci" rvm: - 2.2.2 - jruby - jruby-head
language: ruby install: gem install bundler script: rake ci rvm: - 2.2.2 - jruby - jruby-head
Update bundler on Travis, take 2
Update bundler on Travis, take 2
YAML
mit
tarcieri/turbine,tarcieri/turbine
f2c108f8c36d789956c022450a78e1e7ca296e1f
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - rbx - ree env: "RAILS_ENV=test"
rvm: - 1.8.7 - 1.9.2 - rbx - rbx-2.0 - ree env: "RAILS_ENV=test"
Test against Rubinius 2.0 (in 1.8.7 mode)
Test against Rubinius 2.0 (in 1.8.7 mode) Happy Rubinius Day!
YAML
mit
theonlyjames/garbage,ksmetana/rails-app-twitter-test,arrogantgamer/ludum_dare_28,theonlyjames/garbage,arrogantgamer/ludum_dare_28,ksmetana/rails-app-twitter-test,sferik/sign-in-with-twitter,sferik/sign-in-with-twitter,sferik/sign-in-with-twitter
425a45620b2aabebb320933a451d3b4eb4a8068b
.travis.yml
.travis.yml
# Travis Configuration for QuantEcon.py # # Thank you for the writeup given by dan-blanchard at https://gist.github.com/dan-blanchard/7045057 # sudo: false #Use new Container Infrastructure language: python python: - 3.5 notifications: email: false branches: only: - master before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -p /home/travis/miniconda - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm install: - conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda #Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy matplotlib nose pandas pip sympy pytables statsmodels numba) - pip install coveralls coverage - python setup.py install - cp quantecon/tests/matplotlibrc . script: - nosetests --with-coverage --cover-package=quantecon --exclude=models #quantecon.models excluded from tests to prevent triggering the ImportWarning after_success: - coveralls
# Travis Configuration for QuantEcon.py # # Thank you for the writeup given by dan-blanchard at https://gist.github.com/dan-blanchard/7045057 # sudo: false #Use new Container Infrastructure language: python python: - 3.5 notifications: email: false branches: only: - master before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -p /home/travis/miniconda - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda #- sudo rm -rf /dev/shm #- sudo ln -s /run/shm /dev/shm install: - conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda #Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy matplotlib nose pandas pip sympy pytables statsmodels numba) - pip install coveralls coverage - python setup.py install - cp quantecon/tests/matplotlibrc . script: - nosetests --with-coverage --cover-package=quantecon --exclude=models #quantecon.models excluded from tests to prevent triggering the ImportWarning after_success: - coveralls
Remove sudo commands from yaml file
Remove sudo commands from yaml file
YAML
bsd-3-clause
oyamad/QuantEcon.py,QuantEcon/QuantEcon.py,oyamad/QuantEcon.py,QuantEcon/QuantEcon.py
62d94559cd4d43787e7ad60e33096f7b6eee795a
.travis.yml
.travis.yml
language: node_js node_js: - 8 - node env: global: - NODE_ENV=production matrix: - NPM_SCRIPT="tap:unit -- --jobs=4" - NPM_SCRIPT="tap:integration -- --jobs=4" sudo: false cache: directories: - node_modules install: - npm --production=false install - npm --production=false update script: npm run $NPM_SCRIPT jobs: include: - env: NPM_SCRIPT=lint node_js: 8 - stage: release node_js: 8 env: NPM_SCRIPT=build before_deploy: - > # Only run this once for both deploys (avoids weird double version number) if ![ "$BEFORE_DEPLOY_RAN" ]; then export BEFORE_DEPLOY_RAN=1; npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s); git config --global user.email $(git log --pretty=format:"%ae" -n1); git config --global user.name $(git log --pretty=format:"%an" -n1); fi deploy: - provider: npm on: all_branches: true skip_cleanup: true email: $NPM_EMAIL api_key: $NPM_TOKEN - provider: script on: all_branches: true skip_cleanup: true script: npm run --silent deploy -- -x -r $GH_PAGES_REPO stages: - test - name: release if: branch in (master, develop) and type != pull_request
language: node_js node_js: - 8 - node env: global: - NODE_ENV=production matrix: - NPM_SCRIPT="tap:unit -- --jobs=4" - NPM_SCRIPT="tap:integration -- --jobs=4" sudo: false cache: directories: - node_modules install: - npm --production=false install - npm --production=false update script: npm run $NPM_SCRIPT jobs: include: - env: NPM_SCRIPT=lint node_js: 8 - stage: release node_js: 8 env: NPM_SCRIPT=build before_deploy: - npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s) - git config --global user.email $(git log --pretty=format:"%ae" -n1) - git config --global user.name $(git log --pretty=format:"%an" -n1) deploy: - provider: npm on: all_branches: true skip_cleanup: true email: $NPM_EMAIL api_key: $NPM_TOKEN - provider: script on: all_branches: true skip_cleanup: true script: npm run --silent deploy -- -x -r $GH_PAGES_REPO stages: - test - name: release if: branch in (master, develop) and type != pull_request
Revert "Only run before_deploy once during deployment"
Revert "Only run before_deploy once during deployment"
YAML
bsd-3-clause
LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm
a8d62787573efd07308f68b74a337defab0b28f5
.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 branches: only: - master - dev compiler: - gcc - clang before_script: - autoreconf -i - ./configure --enable-check --enable-gcov script: make && make check after_success: - coveralls --exclude tests --gcov-options '\-lp'
# 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 branches: only: - master - dev compiler: - gcc - clang before_script: - autoreconf -i - ./configure --enable-check --enable-gcov script: make && make check after_success: - coveralls --exclude tests --exclude src/lexer.l --exclude src/lexer.c --exclude src/parser.c --gcov-options '\-lp'
Exclude Bison and Flex code in Coveralls-config
Exclude Bison and Flex code in Coveralls-config
YAML
mit
mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa
739d45fd9adfc17647d269a5f83ef29408a97048
.travis.yml
.travis.yml
sudo: true language: php before_script: - sudo apt-get update - sudo apt-get install apache2 libapache2-mod-fastcgi # enable php-fpm - sudo cp build/www.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/ - sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf - sudo a2enmod rewrite actions fastcgi alias - echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm # configure apache virtual hosts - sudo cp -f build/travis-ci-apache /etc/apache2/sites-available/default - sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/default - sudo service apache2 restart - composer self-update - composer install --prefer-dist -vvv script: - ./phpcs --warning-severity=0 --standard=PSR2 src - ./phpunit tests php: - 7.0 - 7.1
sudo: true language: php before_script: - sudo apt-get update - sudo apt-get install apache2 libapache2-mod-fastcgi # enable php-fpm - sudo cp build/www.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/ - sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf - sudo a2enmod rewrite actions fastcgi alias - echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm # configure apache virtual hosts - sudo cp -f build/travis-ci-apache /etc/apache2/sites-available/default - sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/default - sudo service apache2 restart - composer self-update - composer install --prefer-dist script: - ./phpcs --warning-severity=0 --standard=PSR2 src - ./phpunit tests php: - 7.0 - 7.1
Revert "enable debug output for TravisCI"
Revert "enable debug output for TravisCI" This reverts commit dc1cae52a071a111fe91dce1770557970d65820a.
YAML
mit
zurborg/libcurl-objcurl-php
659cfe34609f2cff86b218f717b149b9f7bfcbf7
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - '4' script: - npm run lint - npm run test:typings - npm run test before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH cache: yarn: true directories: - node_modules
language: node_js sudo: false os: - linux - windows node_js: - '4' - '5' - '6' - 'stable' script: - npm run lint - npm run test:typings - npm run test before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH cache: yarn: true directories: - node_modules
Test component in more environments
Test component in more environments Both in different OS's and in different versions of Node.
YAML
mit
marudhupandiyang/react-datetime,YouCanBookMe/react-datetime,YouCanBookMe/react-datetime,lost-osiris/react-datetime,lost-osiris/react-datetime,marudhupandiyang/react-datetime,marudhupandiyang/react-datetime,YouCanBookMe/react-datetime,lost-osiris/react-datetime
035b345f4a5388b5f363bb45a4e2279a22f02421
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.4 - 1.5 - tip install: - mkdir -p $HOME/gopath/src/gopkg.in/gemnasium - mv $HOME/gopath/src/github.com/gemnasium/logrus-graylog-hook $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2 - cd $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2 - go get -t
language: go go: - 1.3 - 1.4 - 1.5 - 1.6 - tip install: - mkdir -p $HOME/gopath/src/gopkg.in/gemnasium - mv $HOME/gopath/src/github.com/gemnasium/logrus-graylog-hook $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2 - cd $HOME/gopath/src/gopkg.in/gemnasium/logrus-graylog-hook.v2 - go get -t
Add go 1.6 to test matrix
Add go 1.6 to test matrix
YAML
mit
gemnasium/logrus-graylog-hook
85de50d67fd15fe0538c6cc229b51e3f4add0c27
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby rvm: - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - jruby-9.1.13.0 matrix: allow_failures: - rvm: ruby-head fast_finish: true addons: code_climate: repo_token: ee08f267b6e437b1e68aeb024266ebaa8bf4ed474490e145ce8ad113e117d9b1 before_install: gem update --remote bundler script: bundle exec rake
sudo: false cache: bundler language: ruby rvm: - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - jruby-9.1.13.0 matrix: allow_failures: - rvm: ruby-head fast_finish: true addons: code_climate: repo_token: ee08f267b6e437b1e68aeb024266ebaa8bf4ed474490e145ce8ad113e117d9b1 before_install: - gem update --system 2.6.14 - gem install bundler -v 1.15.4 script: bundle exec rake
Install working versions of rubygems and bundler
Install working versions of rubygems and bundler That's how Rails fixed the Travis/Rubygems/Bundler issue: https://github.com/rails/rails/pull/31541
YAML
mit
bquorning/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec,backus/rubocop-rspec
4d29bffa35bf26533ca00aa8dc6f294f977587ab
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.6 - 2.2.2 gemfile: - gemfiles/Gemfile.ci script: - bundle exec rspec - bundle exec rubocop
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 gemfile: - gemfiles/Gemfile.ci script: - bundle exec rspec - bundle exec rubocop
Update Ruby versions in TravisCI configuration
Update Ruby versions in TravisCI configuration
YAML
mit
spickermann/has_configuration
5265ab34962a1c4d69cdc535cde7fead9e58d54d
.travis.yml
.travis.yml
language: node_js if: (type = push AND branch = master) OR type = pull_request script: - npm test - 'if [ "$RANDOM_ORG_API_KEY" != "" ]; then npm run test:integration; else echo "RANDOM_ORG_API_KEY not set, skipping integration tests"; fi' node_js: - "node" - "lts/*" - "10" - "8"
language: node_js if: (type = push AND branch = master) OR type = pull_request script: - npm test - 'if [ "$RANDOM_ORG_API_KEY" != "" ]; then npm run test:integration; else echo "RANDOM_ORG_API_KEY not set, skipping integration tests"; fi' node_js: - "node" - "lts/*"
Drop testing for node 8 & 10
Drop testing for node 8 & 10
YAML
mit
willfrew/node-random-org
9879ab68c0d57caed24bf1ad6937119d539a450f
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 before_install: - chmod +x gradlew after_success: - ./gradlew publishSnapshotOrRelease
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 before_install: - chmod +x gradlew after_success: - test "${TRAVIS_PULL_REQUEST}" == "false" && test “${TRAVIS_JDK_VERSION}” == “oraclejdk7″ && test "${TRAVIS_TAG}" != "" && ./gradlew publishSnapshotOrRelease
Deploy to OJO only the build done with Oracle JDK7
Deploy to OJO only the build done with Oracle JDK7
YAML
mit
yatechorg/jedis-utils,yatechorg/jedis-utils
1504afc1f96d93fd55a8f342bdce829e5fe1f605
.travis.yml
.travis.yml
sudo: required dist: trusty language: python matrix: include: - python: 3.5 - python: 3.5 env: TEST_MODE=INTEGRATION_TESTS - python: 3.5 env: TEST_MODE=PEP8 install: - pip install pytest pytest-xdist pep8 pytest-pep8 pytest-cov python-coveralls - pip install -r requirements.txt - wget https://github.com/karoldvl/ESC-50/archive/wav-files.zip && unzip -q wav-files.zip -d data/ && mv data/ESC-50-wav-files data/ESC-50 && rm -f wav-files.zip - mkdir data/.ESC-50.cache script: - if [[ "$TEST_MODE" == "INTEGRATION_TESTS" ]]; then PYTHONPATH=$PWD:$PYTHONPATH py.test tests/integration_tests; elif [[ "$TEST_MODE" == "PEP8" ]]; then PYTHONPATH=$PWD:$PYTHONPATH py.test --pep8 -m pep8 -n0; else PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests; fi after_success: - coveralls
sudo: false language: python matrix: include: - python: 3.5 - python: 3.5 env: TEST_MODE=INTEGRATION_TESTS - python: 3.5 env: TEST_MODE=PEP8 install: - pip install pytest pytest-xdist pep8 pytest-pep8 pytest-cov python-coveralls - pip install -r requirements.txt - wget https://github.com/karoldvl/ESC-50/archive/wav-files.zip && unzip -q wav-files.zip -d data/ && mv data/ESC-50-wav-files data/ESC-50 && rm -f wav-files.zip - mkdir data/.ESC-50.cache script: - if [[ "$TEST_MODE" == "INTEGRATION_TESTS" ]]; then PYTHONPATH=$PWD:$PYTHONPATH py.test tests/integration_tests; elif [[ "$TEST_MODE" == "PEP8" ]]; then PYTHONPATH=$PWD:$PYTHONPATH py.test --pep8 -m pep8 -n0; else PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests; fi after_success: - coveralls
Switch to Travis container infrastructure
Switch to Travis container infrastructure
YAML
mit
karoldvl/echonet,karoldvl/echonet
f2384af1f7c03fe688821eec706921e01ff67fa6
.travis.yml
.travis.yml
language: objective-c osx_image: xcode611 script: - xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtiOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO build test - xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtOSX -sdk macosx ONLY_ACTIVE_ARCH=NO build test
language: objective-c osx_image: xcode611 script: - xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtiOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO build test - xctool -project adaptive-arp-rt/adaptive-arp-rt.xcodeproj -scheme AdaptiveArpRtOSX -sdk macosx ONLY_ACTIVE_ARCH=NO build # fnva (150224) The test action for macosx was removed because the travis server can't open the Main.storyboard because is not running on a macosx 10.10 (Yosemite) # error: The document "Main.storyboard" could not be opened. OS X 10.10 or higher is required.
Remove test action for macosx
Remove test action for macosx Due to: The document "Main.storyboard" could not be opened. OS X 10.10 or higher is required.
YAML
apache-2.0
AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin,AdaptiveMe/adaptive-arp-darwin
874d1db90d9be62fc2a4c8b9cf3fa291140ee1de
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 before_script: - composer self-update - composer install --dev --prefer-source script: - phpunit - ./vendor/bin/phpcs --standard=PSR2 ./src/ notifications: irc: "irc.freenode.org#zftalk.modules" email: false
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_script: - composer self-update - composer install --dev --prefer-source script: - phpunit - ./vendor/bin/phpcs --standard=PSR2 ./src/ notifications: irc: "irc.freenode.org#zftalk.modules" email: false
Add PHP 5.6 to testsuite
Add PHP 5.6 to testsuite
YAML
bsd-3-clause
eoko/SlmQueueSqs
773e2a9d77ef2812fdb533d00188af4d912f4044
.travis.yml
.travis.yml
language: csharp dist: trusty script: # Restore NuGet packages. - nuget restore cs-wasm.sln # Build the project and test it. - make all - make test
language: csharp dist: bionic script: # Restore NuGet packages. - nuget restore cs-wasm.sln # Build the project and test it. - make all - make test
Upgrade Travis build env to bionic
Upgrade Travis build env to bionic
YAML
mit
jonathanvdc/cs-wasm,jonathanvdc/cs-wasm
428f3ba3bfb6bd6512f6d01bf6ac629f4b8b1c5b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby - rbx gemfile: - Gemfile - Gemfile.rails3 - Gemfile.edge matrix: allow_failures: - rvm: jruby - rvm: rbx - gemfile: Gemfile.edge fast_finish: true notifications: email: false campfire: on_success: change rooms: - secure: "TP0fJ4aqXCRD7CaAgaYW7Pa22j4/uLChdBb59ob/sJvHtfi4Zx3I54xWApmp\nZl1KItFGCV8oQZhQl5hAmHJfJ+1gCNeBvIKwY6TsIyTmyDg1KcJUcJDrwYxO\ntAeYI2PvU5PtKMmpnfnwFQMxL+2nfWJWNzboBCDr4YvoFI+rN+A="
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby - rbx gemfile: - Gemfile - Gemfile.rails3 - Gemfile.edge matrix: allow_failures: - rvm: jruby - rvm: rbx fast_finish: true notifications: email: false campfire: on_success: change rooms: - secure: "TP0fJ4aqXCRD7CaAgaYW7Pa22j4/uLChdBb59ob/sJvHtfi4Zx3I54xWApmp\nZl1KItFGCV8oQZhQl5hAmHJfJ+1gCNeBvIKwY6TsIyTmyDg1KcJUcJDrwYxO\ntAeYI2PvU5PtKMmpnfnwFQMxL+2nfWJWNzboBCDr4YvoFI+rN+A="
Move edge out from allow_failures on Travis
Move edge out from allow_failures on Travis
YAML
mit
getoutreach/active_model_serializers,onehub/active_model_serializers,adparlor/active_model_serializers
4bd01237505a3414d7e415ad90976b9fd5d197d8
.travis.yml
.travis.yml
language: ruby script: 'bundle exec rake ci' rvm: - 1.9.3 - 2.0.0 - ruby-head - rbx-19mode - ruby-head - jruby-19mode matrix: allow_failures: - rvm: jruby-19mode # No fork(2) support, workaround planned - rvm: ruby-head # Broken at this time notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
language: ruby script: 'bundle exec rake ci' rvm: - 1.9.3 - 2.0.0 - ruby-head - rbx-19mode - ruby-head - jruby-19mode matrix: allow_failures: - rvm: jruby-19mode # No fork(2) support, workaround planned - rvm: ruby-head # Broken at this time - rvm: rbx-19mode # Broken at this time, yard/yardstick issue notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
Whitelist failures on rbx, 3rd party problem
Whitelist failures on rbx, 3rd party problem
YAML
mit
backus/mutest,backus/mutest,kbrock/mutant,nepalez/mutant,tjchambers/mutant,backus/mutant
971c5687dfd3cb705219f70d4f9df9e6eceb5742
.travis.yml
.travis.yml
language: c compiler: - gcc - clang os: - linux - osx script: ./test.sh
language: c compiler: - gcc - clang os: - linux script: ./test.sh
Remove osx test until diff problem fix
Remove osx test until diff problem fix
YAML
mit
meircif/mr-dev,meircif/mr-dev,meircif/mr-dev
dee41544513ecc023f076cb4efd46da6e33806de
.travis.yml
.travis.yml
sudo: false addons: apt: packages: - graphviz language: c compiler: - gcc - clang install: - ./get-deps.sh - ./get-extra-deps.sh - ./build-deps.sh script: - make -e all - make -e check notifications: email: false
sudo: false addons: apt: packages: - graphviz language: c compiler: - gcc - clang install: - ./get-deps.sh - ./get-extra-deps.sh - ./build-deps.sh script: - make -e all - VERBOSE=1 make -e check notifications: email: false
Use VERBOSE=1 `make check` on Travis CI
TEST: Use VERBOSE=1 `make check` on Travis CI
YAML
bsd-3-clause
slivingston/gr1c,slivingston/gr1c,slivingston/gr1c
e03cc260d1de5c2adeb7bc686c198f9c417183e6
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false matrix: allow_failures: - php: 7.0 include: - php: 5.4 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
language: php php: - 5.2 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false matrix: allow_failures: - php: 7.0 include: - php: 5.4 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
Update TravisCI to test PHP 5.2 and 5.3
Update TravisCI to test PHP 5.2 and 5.3
YAML
mit
sbstjn/reng
0b198f918e00ff23e9287da26a5d804fab94e45a
.travis.yml
.travis.yml
language: ruby rvm: - 2.2 install: # Install Jekyll and dependencies - bundle install before_script: script: - bundle exec jekyll build before_deploy: - sudo apt-get install python3 - pip install awscli - aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCESS_KEY - npm install -g gulp - npm install - gulp deploy: skip_cleanup: false env: global: secure: EXAMPLE
language: ruby rvm: - 2.2 install: # Install Jekyll and dependencies - bundle install before_script: script: - bundle exec jekyll build before_deploy: - pip install --upgrade --user awscli - aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCESS_KEY - npm install -g gulp - npm install - gulp deploy: skip_cleanup: false env: global: secure: EXAMPLE
Fix to deploy on Travis again
Fix to deploy on Travis again
YAML
mit
JustinWingChungHui/gyst,JustinWingChungHui/gyst,JustinWingChungHui/gyst
23f8a40af65ba88c390903346974bbefae25424c
.travis.yml
.travis.yml
language: objective-c before_install: - Frameworks/gethamcrest - Frameworks/getweakproxy - sudo easy_install cpp-coveralls script: - xctool test -project Source/OCMockito.xcodeproj -scheme OCMockito -sdk macosx10.9 - xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7.1 -destination "name=iPhone Retina (4-inch)" - xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7.1 -destination "name=iPhone Retina (4-inch 64-bit)" after_success: - ./coveralls.rb --exclude-folder Source/Tests --exclude-folder Frameworks --exclude-folder Examples
language: objective-c before_install: - Frameworks/gethamcrest - sudo easy_install cpp-coveralls script: - xctool test -project Source/OCMockito.xcodeproj -scheme OCMockito -sdk macosx10.9 - xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7.1 -destination "name=iPhone Retina (4-inch)" - xctool test -project Source/OCMockito.xcodeproj -scheme libocmockito -sdk iphonesimulator7.1 -destination "name=iPhone Retina (4-inch 64-bit)" after_success: - ./coveralls.rb --exclude-folder Source/Tests --exclude-folder Frameworks --exclude-folder Examples
Remove getweakproxy call from Travis setup
Remove getweakproxy call from Travis setup
YAML
mit
jonreid/OCMockito,igorsales/OCMockito,jonreid/OCMockito,igorsales/OCMockito,jonreid/OCMockito
4d6ca2c98653ae623d21c0a550e82199bf94812c
.travis.yml
.travis.yml
language: ruby rust: - nightly rvm: - 2.2.3 script: rubocop && rspec
language: ruby rvm: - 2.2.3 script: rubocop && rspec # We have to install Rust manually, as Travis does not yet allow multiligual # builds. before_install: - curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rustup.sh - sh ~/rust-installer/rustup.sh --prefix=~/rust --spec=nightly -y --disable-sudo 2> /dev/null
Install Rust nightly manually on Travis.
Install Rust nightly manually on Travis.
YAML
mit
nathankleyn/gitignore.rb,nathankleyn/gitignore.rb
a777dd13f4075418ec883f4eb42e5de1739d50d1
.travis.yml
.travis.yml
language: c os: - linux - osx compiler: - clang - gcc # when https://github.com/travis-ci/apt-package-whitelist/issues/792 is closed, use the container-based infrastructure #sudo: false #addons: # apt: # packages: # - mlton before_install: - export CONFIGURE_ARGS="" - if command -v apt-get &>/dev/null; then sudo apt-get update -qq; fi - if command -v apt-get &>/dev/null; then sudo apt-get install -y mlton; fi - if command -v brew &>/dev/null; then brew update; fi - if command -v brew &>/dev/null; then brew tap urweb/homebrew-ur; fi - if command -v brew &>/dev/null; then brew install openssl mlton; fi - if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make test
language: c os: - linux - osx compiler: - clang - gcc # when https://github.com/travis-ci/apt-package-whitelist/issues/792 is closed, use the container-based infrastructure #sudo: false #addons: # apt: # packages: # - mlton before_install: - export CONFIGURE_ARGS="" - if command -v apt-get &>/dev/null; then sudo apt-get update -qq; fi - if command -v apt-get &>/dev/null; then sudo apt-get install -y mlton; fi - if command -v brew &>/dev/null; then brew update; fi - if command -v brew &>/dev/null; then brew tap MLton/mlton; fi - if command -v brew &>/dev/null; then brew install openssl mlton; fi - if command -v brew &>/dev/null; then export CONFIGURE_ARGS="--with-openssl=/usr/local/opt/openssl"; fi script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make && make test
Use official MLton Homebrew package
Use official MLton Homebrew package
YAML
bsd-3-clause
urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb,urweb/debian-urweb
f0e16fb27a4e2439f03709086ac3ba9c06a10e82
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "4"
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
Use the standard Jade Travis configuration
Use the standard Jade Travis configuration
YAML
mit
pugjs/pug-runtime,jadejs/jade-runtime,pugjs/jade-runtime
fda92d90a62a1266bdf91821e409b93f2cb5ea2d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - rbx-19mode script: "rake"
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0-head - rbx-19mode script: "rake"
Add Ruby 2.1 head to Travis config
Add Ruby 2.1 head to Travis config Might as well ensure this works whilst JRuby is crapping out.
YAML
mit
joecorcoran/pannier
bed10eacaff0fb15dafd48fb311f80178a60cb5f
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 env: matrix: - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgres - SOLIDUS_BRANCH=v2.5 DB=postgres - SOLIDUS_BRANCH=v2.6 DB=postgres - SOLIDUS_BRANCH=v2.7 DB=postgres - SOLIDUS_BRANCH=v2.8 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - SOLIDUS_BRANCH=v2.3 DB=mysql - SOLIDUS_BRANCH=v2.4 DB=mysql - SOLIDUS_BRANCH=v2.5 DB=mysql - SOLIDUS_BRANCH=v2.6 DB=mysql - SOLIDUS_BRANCH=v2.7 DB=mysql - SOLIDUS_BRANCH=v2.8 DB=mysql - SOLIDUS_BRANCH=master DB=mysql
sudo: false language: ruby rvm: - 2.3.1 env: matrix: - SOLIDUS_BRANCH=v2.4 DB=postgres - SOLIDUS_BRANCH=v2.5 DB=postgres - SOLIDUS_BRANCH=v2.6 DB=postgres - SOLIDUS_BRANCH=v2.7 DB=postgres - SOLIDUS_BRANCH=v2.8 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - SOLIDUS_BRANCH=v2.4 DB=mysql - SOLIDUS_BRANCH=v2.5 DB=mysql - SOLIDUS_BRANCH=v2.6 DB=mysql - SOLIDUS_BRANCH=v2.7 DB=mysql - SOLIDUS_BRANCH=v2.8 DB=mysql - SOLIDUS_BRANCH=master DB=mysql
Remove Solidus v2.3 from Travis config
Remove Solidus v2.3 from Travis config
YAML
bsd-3-clause
StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm
216c7f9abe270c6233c02e53d21ce905bcf8b97c
.travis.yml
.travis.yml
language: objective-c notifications: email: on_success: never on_failure: change script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
language: objective-c notifications: email: on_success: never on_failure: change before_script: ./travis-bootstrap.sh script: - export GOROOT=`pwd`/.go/go - export GOPATH=`pwd`/.go/gopath - 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
Make Bootstrap Script Run Before Build
Make Bootstrap Script Run Before Build
YAML
apache-2.0
crispinb/go-plus,alex/go-plus,greensnark/go-plus,rodumani/go-plus,danielchatfield/go-plus,ma314smith/go-plus,alex/go-plus,alecthomas/go-plus,rengawm/go-plus,Gurpartap/go-plus,akutz/go-plus,crispinb/go-plus,timesking/go-plus
4bc6b501b2590dc71f56b37da4686d9121362af7
.travis.yml
.travis.yml
language: java after_success: - mvn jacoco:report coveralls:jacoco jdk: - openjdk6 - oraclejdk7
language: java after_success: - mvn jacoco:report coveralls:jacoco jdk: - oraclejdk7 - oraclejdk8
Test on JDK7 and JDK8
Test on JDK7 and JDK8 JDK6 is not supported anymore in TravisCI.
YAML
mit
arteam/simple-json-rpc
20f2bf048be2b49128a11b098ab843fe0061db1f
.travis.yml
.travis.yml
language: node_js sudo: required node_js: - "0.11" - "0.10" script: - sudo apt-get install mapnik - npm install tilestrata - make test && (make test-ci-coverage || true)
language: node_js sudo: required node_js: - "0.11" - "0.10" before_install: - sudo apt-get install mapnik install: - npm install tilestrata script: - make test && (make test-ci-coverage || true)
Install mapnik before npm install.
Install mapnik before npm install.
YAML
apache-2.0
naturalatlas/tilestrata-blend
cf62edce1270da9df37f814cd8bc95397d12bb86
.travis.yml
.travis.yml
branches: except: - gh-pages language: perl6 sudo: false perl6: - latest install: - rakudobrew build-panda - panda installdeps .
language: generic env: global: - PATH=/opt/rakudo-pkg/bin:$PATH matrix: - VERSION=2018.03-01 branches: except: - gh-pages before_install: - sudo apt-get -qq update - sudo apt-get install -y asciidoc - cd $(mktemp -d) - wget "https://github.com/nxadm/rakudo-pkg/releases/download/${TAG:-v${VERSION}}/rakudo-pkg-Ubuntu14.04_${VERSION}_amd64.deb" && sudo dpkg -i *.deb - cd - install: - zef install --deps-only . script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
Update Travis configuration to be able to run tests again
Update Travis configuration to be able to run tests again
YAML
mit
retupmoca/P6-Net-IMAP
c6075a547419f3b2305c67aeb592fd51dee6028a
.travis.yml
.travis.yml
language: ruby cache: bundler addons: code_climate: repo_token: a90c101f21f133cdd427ded6b8b9e3e293b901d6c95050fe6fba481655a4d583 after_script: - bundle exec codeclimate-test-reporter
language: ruby cache: bundler addons: code_climate: repo_token: a90c101f21f133cdd427ded6b8b9e3e293b901d6c95050fe6fba481655a4d583 after_script: - bundle exec codeclimate-test-reporter dist: xenial
Use xenial (Ubuntu 16.04) on Travis CI
Use xenial (Ubuntu 16.04) on Travis CI
YAML
mit
levups/http-tester
ba636d9ef5134397fc3227f2faf95959f4419282
.travis.yml
.travis.yml
language: php php: - '5.4' - '5.5' - '5.6' - '7.0' - hhvm - nightly before_script: - curl -L https://gist.githubusercontent.com/JimMackin/c3db403bae59c2c9a27c/raw/f7dccb1fad965fb3d2b2fa0f7ba0e1d4ef52cddb/config_si.php > config_si.php - php -B "\$_REQUEST = array('goto' => 'SilentInstall', 'cli' => true);" -F install.php services: - mysql
language: php php: - '5.4' - '5.5' - '5.6' - '7.0' - hhvm - nightly before_script: - curl -L https://gist.githubusercontent.com/JimMackin/c3db403bae59c2c9a27c/raw/f7dccb1fad965fb3d2b2fa0f7ba0e1d4ef52cddb/config_si.php > config_si.php - php -r "\$_SERVER['HTTP_HOST'] = 'localhost'; \$_SERVER['REQUEST_URI'] = 'install.php';\$_REQUEST = array('goto' => 'SilentInstall', 'cli' => true);require_once 'install.php';"; services: - mysql
Improve the silent install kickoff script.
Improve the silent install kickoff script.
YAML
agpl-3.0
krzyc/SuiteCRM,daniel-samson/SuiteCRM,lionixevolve/LionixCRM,scottiems/crm-limai,haris-raheem/SuiteCRM,Dillon-Brown/SuiteCRM,shogunpol/SuiteCRM,JanSiero/SuiteCRM,Accendere/SuiteCRM,dfstrauss/SuiteCRM,JanSiero/SuiteCRM,willrennie/SuiteCRM,cumanacr/SuiteCRM,ryoon/SuiteCRM,horus68/SuiteCRM-Horus68,cumanacr/SuiteCRM,recci/SuiteCRM,JanSiero/SuiteCRM,gymad/SuiteCRM,lionixevolve/LionixCRM,KhyberPass/SuiteCRM,shogunpol/SuiteCRM,lionixevolve/SuiteCRM,nadilhassan/SuiteCRM,gcoop-libre/SuiteCRM,haris-raheem/SuiteCRM,krzyc/SuiteCRM,MikeyJC/SuiteCRM,root-smith/SuiteCRM,daniel-samson/SuiteCRM,MikeyJC/SuiteCRM,gody01/SuiteCRM,samus-aran/SuiteCRM,lionixevolve/LionixCRM,salesagility/SuiteCRM,gcoop-libre/SuiteCRM,gunnicom/SuiteCRM,horus68/SuiteCRM-Horus68,recci/SuiteCRM,scottiems/crm-limai,root-smith/SuiteCRM,leonardobarrientosc/SuiteCRM,gunnicom/SuiteCRM,Dillon-Brown/SuiteCRM,JimMackin/SuiteCRM,gymad/SuiteCRM,nadilhassan/SuiteCRM,recci/SuiteCRM,daniel-samson/SuiteCRM,lionixevolve/SuiteCRM,willrennie/SuiteCRM,horus68/SuiteCRM-Horus68,KhyberPass/SuiteCRM,KhyberPass/SuiteCRM,digitalmcgrath/SuiteCRM,lionixevolve/SuiteCRM,krzyc/SuiteCRM,pgorod/SuiteCRM,Accendere/SuiteCRM,salesagility/SuiteCRM,cumanacr/SuiteCRM,salesagility-davidthomson/SuiteCRM,pgorod/SuiteCRM,willrennie/SuiteCRM,horus68/SuiteCRM,samus-aran/SuiteCRM,salesagility-davidthomson/SuiteCRM,lionixevolve/LionixCRM,leonardobarrientosc/SuiteCRM,horus68/SuiteCRM-Horus68,JimMackin/SuiteCRM,gody01/SuiteCRM,samus-aran/SuiteCRM,pribeiro42/SuiteCRM,ryoon/SuiteCRM,noelhunter/SuiteCRM,shogunpol/SuiteCRM,adamjakab/SuiteCRM,ChangezKhan/SuiteCRM,recci/SuiteCRM,cumanacr/SuiteCRM,JimMackin/SuiteCRM,root-smith/SuiteCRM,Dillon-Brown/SuiteCRM,digitalmcgrath/SuiteCRM,gcoop-libre/SuiteCRM,salesagility-davidthomson/SuiteCRM,gunnicom/SuiteCRM,salesagility/SuiteCRM,lionixevolve/SuiteCRM,gody01/SuiteCRM,pribeiro42/SuiteCRM,MikeyJC/SuiteCRM,horus68/SuiteCRM,gcoop-libre/SuiteCRM,salesagility/SuiteCRM,willrennie/SuiteCRM,noelhunter/SuiteCRM,scottiems/crm-limai,leonardobarrientosc/SuiteCRM,gunnicom/SuiteCRM,Accendere/SuiteCRM,JanSiero/SuiteCRM,krzyc/SuiteCRM,gymad/SuiteCRM,Dillon-Brown/SuiteCRM,ChangezKhan/SuiteCRM,gymad/SuiteCRM,pgorod/SuiteCRM,haris-raheem/SuiteCRM,adamjakab/SuiteCRM,pribeiro42/SuiteCRM,digitalmcgrath/SuiteCRM,KhyberPass/SuiteCRM,MikeyJC/SuiteCRM,noelhunter/SuiteCRM,dfstrauss/SuiteCRM,adamjakab/SuiteCRM,lionixevolve/LionixCRM,ChangezKhan/SuiteCRM,dfstrauss/SuiteCRM,root-smith/SuiteCRM,nadilhassan/SuiteCRM,dfstrauss/SuiteCRM,ChangezKhan/SuiteCRM,lionixevolve/LionixCRM,Accendere/SuiteCRM,noelhunter/SuiteCRM,ryoon/SuiteCRM,samus-aran/SuiteCRM,horus68/SuiteCRM,gody01/SuiteCRM,salesagility-davidthomson/SuiteCRM,pribeiro42/SuiteCRM,shogunpol/SuiteCRM,leonardobarrientosc/SuiteCRM,haris-raheem/SuiteCRM,JimMackin/SuiteCRM,nadilhassan/SuiteCRM,scottiems/crm-limai,daniel-samson/SuiteCRM,pgorod/SuiteCRM,adamjakab/SuiteCRM
27a70276e88ee04c9684a1b68185e7202b313ba6
.travis.yml
.travis.yml
language: ruby rvm: - 2.4 notifications: email: false cache: bundler: true npm: true services: - postgresql install: - bundle install - nvm install 10 - cd client && npm cache clean && npm install && cd - before_script: - psql -c 'create database lessy_test;' -U postgres script: - bundle exec rspec spec - cd client && npm run test && cd -
language: ruby rvm: - 2.4 notifications: email: false cache: bundler: true npm: true services: - postgresql install: - bundle install - nvm install 10 - cd client && npm cache verify && npm install && cd - before_script: - psql -c 'create database lessy_test;' -U postgres script: - bundle exec rspec spec - cd client && npm run test && cd -
Verify cache on Travis instead of deleting it
tec: Verify cache on Travis instead of deleting it
YAML
mit
marienfressinaud/project-zero,marienfressinaud/lessy,marienfressinaud/lessy,marienfressinaud/lessy,marienfressinaud/project-zero,marienfressinaud/project-zero
a1bcdd3f5a704d44cd76212bac715afeb5d00457
.travis.yml
.travis.yml
language: julia julia: - 1.1 - nightly env: global: - APM_TEST_PACKAGES="ink language-julia" - ATOM_LINT_WITH_BUNDLED_NODE="true" matrix: - "" - ATOMJL=master os: - linux matrix: include: # Sanity check for OS X # - os: osx # julia: 1.1 # env: ATOMJL=master # Sanity check for Atom Beta - os: linux julia: 1.1 env: ATOM_CHANNEL=beta allow_failures: - julia: nightly - env: ATOM_CHANNEL=beta script: - julia ci/packages.jl - curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh - chmod u+x build-package.sh - ./build-package.sh dist: xenial addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 - build-essential - fakeroot - git - libsecret-1-dev - libgconf2-4 # @TODO: Remove once Atom v1.39 comes to be stable notifications: email: false
language: julia julia: - 1.1 - nightly env: global: - APM_TEST_PACKAGES="ink language-julia" - ATOM_LINT_WITH_BUNDLED_NODE="true" matrix: - "" - ATOMJL=master os: - linux matrix: include: # Sanity check for OS X # - os: osx # julia: 1.1 # env: ATOMJL=master # Sanity check for Atom Beta - os: linux julia: 1.1 env: ATOM_CHANNEL=beta allow_failures: - julia: nightly - env: ATOM_CHANNEL=beta script: - julia ci/packages.jl - curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh - chmod u+x build-package.sh - ./build-package.sh dist: xenial addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 - build-essential - fakeroot - git - libsecret-1-dev notifications: email: false
Remove no longer needed libgconf2-4 addon
Remove no longer needed libgconf2-4 addon
YAML
mit
JunoLab/atom-julia-client
0423563161112ea8cb780b84fa148b329af8f8ce
.travis.yml
.travis.yml
language: php sudo: false php: - 5.6 - 5.5 - 5.4 env: - TRAVIS_DB=cfp_travis # cache composer downloads so installing is quicker cache: directories: - $HOME/.composer/cache addons: code_climate: repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3 before_install: - composer self-update install: - composer install before_script: - sh tools/travis/setup-mail.sh - mysql -e "CREATE DATABASE $TRAVIS_DB" -uroot - vendor/bin/phinx --configuration=phinx.yml.dist migrate -e testing script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/test-reporter --stdout > codeclimate.json - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
language: php sudo: false php: - 5.6 - 5.5 - 5.4 env: - TRAVIS_DB=cfp_travis # cache composer downloads so installing is quicker cache: directories: - $HOME/.composer/cache addons: code_climate: repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3 before_install: - composer self-update - composer validate install: - composer install before_script: - sh tools/travis/setup-mail.sh - mysql -e "CREATE DATABASE $TRAVIS_DB" -uroot - vendor/bin/phinx --configuration=phinx.yml.dist migrate -e testing script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/test-reporter --stdout > codeclimate.json - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
Validate composer in before_install section
Enhancement: Validate composer in before_install section
YAML
mit
MidwestPHP/opencfp_mwphp15,localheinz/opencfp,PHPBenelux/opencfp,DallasPHP/opencfp,jugisahunk/200OK_CFP,sunshinephp/opencfp,opencfp/opencfp,sunshinephp/opencfp,MidwestPHP/opencfp_mwphp15,mdwheele/opencfp,noahd1/opencfp,monoku/opencfp,OpenWestConference/opencfp,monoku/opencfp,brynary/opencfp,GrUSP/opencfp,phphants/opencfp,PHPBenelux/opencfp,brynary/opencfp,localheinz/opencfp,phphants/opencfp,noahd1/opencfp,Acidburn0zzz/opencfp,pmeth/opencfp,brynary/opencfp,OpenWestConference/opencfp,opencfp/opencfp,MidwestPHP/opencfp_mwphp15,monoku/opencfp,DallasPHP/opencfp,pmeth/opencfp,sunshinephp/opencfp,DevOpsDaysChicago/opencfp,PHPBenelux/opencfp,GrUSP/opencfp,pmeth/opencfp,localheinz/opencfp,DevOpsDaysChicago/opencfp,phphants/opencfp,mdwheele/opencfp,noahd1/opencfp,MidwestPHP/opencfp_mwphp15,DallasPHP/opencfp,jugisahunk/200OK_CFP,phphants/opencfp,mdwheele/opencfp,opencfp/opencfp,localheinz/opencfp,DevOpsDaysChicago/opencfp,OpenWestConference/opencfp,OpenWestConference/opencfp,GrUSP/opencfp,GrUSP/opencfp,Acidburn0zzz/opencfp,PHPBenelux/opencfp,monoku/opencfp,jugisahunk/200OK_CFP,mdwheele/opencfp,Acidburn0zzz/opencfp
84c430e2f98255dfb74b6efc0b0ebd35f3b3af8f
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 before_install: - sudo apt-get install libev-dev libssl-dev after_script: - rake test
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 before_install: - sudo apt-get install libev-dev libssl-dev after_script: - rake test
Add Ruby 2.0.0 and 2.1.0 to Travis.
Add Ruby 2.0.0 and 2.1.0 to Travis.
YAML
mit
procandi/OverSIP,yuan-/OverSIP,procandi/OverSIP,yuan-/OverSIP,yuan-/OverSIP,yuan-/OverSIP,procandi/OverSIP,procandi/OverSIP
6ef46a26a349b31de209669f527f16fd891c542d
.travis.yml
.travis.yml
language: node_js node_js: - "8.4" services: - mongodb cache: directories: - node_modules git: depth: 3 script: - yarn test:check-coverage after_script: - yarn report-coverage
language: node_js node_js: - "8.10" - "9.9" services: - mongodb cache: directories: - node_modules git: depth: 3 script: - yarn test:check-coverage after_script: - yarn report-coverage
Update node version in Travis
Update node version in Travis
YAML
mit
KunalKapadia/express-mongoose-es6-rest-api,KunalKapadia/express-mongoose-es6-rest-api
2abffb2ccc1e41a6a67ba2b8922e0446ddfd8a79
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10"
language: node_js before_install: - npm install -g npm@latest node_js: - "0.12" - "0.11" - "0.10"
Upgrade NPM on Travis CI
Upgrade NPM on Travis CI
YAML
apache-2.0
resin-io-modules/resin-image-write,resin-io-modules/etcher-image-write,resin-io/resin-image-write
0dcc4c68f8258f86674cf162926b39175d939b35
.travis.yml
.travis.yml
language: ruby before_install: - "gem install rjack-tarpit -v'~>2.1' || \ ( sleep 1; gem install rjack-tarpit -v'~>2.1' ) || \ ( sleep 5; gem install rjack-tarpit -v'~>2.1' )" - "gem install bundler --version 1.13.7" install: "bundle _1.13.7_ install --retry=3" script: "bundle _1.13.7_ exec rake test" sudo: false matrix: include: - rvm: jruby-1.7.26 jdk: openjdk7 gemfile: Gemfile.92 - rvm: jruby-9.1.7.0 jdk: oraclejdk8 - rvm: jruby-head jdk: oraclejdk8 allow_failures: - rvm: jruby-head
language: ruby before_install: "gem install rjack-tarpit -v'~>2.1' || \ ( sleep 1; gem install rjack-tarpit -v'~>2.1' ) || \ ( sleep 5; gem install rjack-tarpit -v'~>2.1' )" bundler_args: "" script: "bundle exec rake test" sudo: false matrix: include: - rvm: jruby-1.7.26 jdk: openjdk7 gemfile: Gemfile.92 - rvm: jruby-9.1.7.0 jdk: oraclejdk8 - rvm: jruby-head jdk: oraclejdk8 allow_failures: - rvm: jruby-head
Revert "Travis bundler 1.13.7 workaround"
Revert "Travis bundler 1.13.7 workaround" This reverts commit c4801e4b73c65acbe4a708dfa631aed9965a14e3.
YAML
apache-2.0
dekellum/fishwife,dekellum/fishwife
563ed12b7865d677d14b06c2150c672071b88a73
.travis.yml
.travis.yml
language: c before_install: - sudo apt-get update -qq install: - sudo apt-get install -y gfortran scons script: - scons --clean - scons - scons test - ./test-udsp - scons test --clean - scons --clean - export CFLAGS="-coverage -g -O0 $CFLAGS" - export LDFLAGS="-coverage $LDFLAGS" - scons test - ./test-udsp - gcov udsp.c compiler: - clang - gcc after_success: - bash <(curl -s https://codecov.io/bash) -g './.scon*'
language: c before_install: - sudo apt-get update -qq install: - sudo apt-get install -y gfortran scons script: - scons --clean - scons - scons test - ./test-udsp - scons test --clean - scons --clean - export CFLAGS="-coverage -g -O0 $CFLAGS" - export LDFLAGS="-coverage $LDFLAGS" - scons test - ./test-udsp - gcov udsp.c compiler: - clang - gcc after_success: - bash <(curl -s https://codecov.io/bash)
Revert "Ignore SCons files from code coverage report."
Revert "Ignore SCons files from code coverage report." This reverts commit 1f4de39a3f680f5832c36c39ef5971bdad5c4319.
YAML
isc
eliteraspberries/udsp,eliteraspberries/udsp
77cbdfb75d5932354ed05acc79a1db4843638947
.travis.yml
.travis.yml
language: ruby matrix: include: - os: osx osx_image: xcode8 before_install: - bundle install before_script: - match development - match appstore after_success: - bash < (curl -s https://codecov.io/bash) branches: only: - release - dev script: - fastlane beta - swiftlint
language: ruby matrix: include: - os: osx osx_image: xcode8 before_install: - brew install carthage - bundle install before_script: - match development - match appstore after_success: - bash < (curl -s https://codecov.io/bash) branches: only: - release - dev script: - carthage build --platform iOS - fastlane beta - swiftlint
Build carthage dependencies before fastlane starts
CI: Build carthage dependencies before fastlane starts
YAML
mit
3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client
7e378be2ca05369048615b2b9f6469cd60bd6bf1
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 install: - ./Scripts/install_swiftlint.sh script: - swiftlint
language: objective-c osx_image: xcode7.3 xcode_workspace: ReceptionKit.xcworkspace xcode_scheme: ReceptionKit install: - ./Scripts/install_swiftlint.sh script: - swiftlint
Make Travis actually build the app
Make Travis actually build the app
YAML
mit
otoshimono/mamorio-reception,otoshimono/mamorio-reception,AcroMace/receptionkit,AcroMace/receptionkit,AcroMace/receptionkit,otoshimono/mamorio-reception
06ad2e15bbf343f47b606d4f7838596a390e0103
.travis.yml
.travis.yml
language: node_js node_js: - '6.2.0' before_script: - 'npm install -g bower' - 'npm install -g gulp' - 'bower install' script: gulp travisBuild cache: directories: - node_modules - bower_components
language: node_js node_js: - '6.2.0' before_script: - 'npm install -g bower' - 'npm install -g gulp' - 'bower install' script: gulp travisBuild notifications: slack: gotofail:RPKX6AZBeUvMjVQPEdoCn1Vq email: false cache: directories: - node_modules - bower_components
Add Slack Hook To Webserver Builds
Add Slack Hook To Webserver Builds
YAML
apache-2.0
bartdejonge1996/goto-fail-webserver,bartdejonge1996/goto-fail-webserver
565235c0c80e1e96032b838965e6a8aa58a1e946
.travis.yml
.travis.yml
language: objective-c xcode_workspace: Tests/VTAck Tests.xcworkspace xcode_scheme: VTAck Tests xcode_sdk: iphonesimulator osx_image: xcode8
language: objective-c xcode_workspace: Tests/VTAck Tests.xcworkspace xcode_scheme: VTAck Tests xcode_sdk: iphonesimulator
Update Travis CI config to default macOS image
Update Travis CI config to default macOS image
YAML
mit
ElaWorkshop/VTAcknowledgementsViewController,ElaWorkshop/VTAcknowledgementsViewController,vtourraine/VTAcknowledgementsViewController
f74c55596fbf4b6f386494ba7b3c9050d9e24c24
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0
Test on some newer Rubies
Test on some newer Rubies
YAML
mit
hybridgroup/taskmapper-kanbanpad
768058774bca84fbdca137c8efccd115ae1a4ab4
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.3" - "2.1.0" - "2.1.1" script: bundle exec rake notifications: webhooks: - https://idobata.io/hook/6a98db40-ac68-45ec-a1b4-d8dd5851c2e3
language: ruby rvm: - 1.9.3 - 2.1.0 - 2.1 - 2.2 script: bundle exec rake notifications: webhooks: - https://idobata.io/hook/6a98db40-ac68-45ec-a1b4-d8dd5851c2e3
Test against Ruby 2.2 on Travis CI
Test against Ruby 2.2 on Travis CI
YAML
mit
idobata/capybara_screenshot_idobata
bd375301527a1623534f3759be0424495a538bed
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler gemfile: - Gemfile rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head script: - bundle exec rspec spec
language: ruby before_install: - gem install bundler gemfile: - Gemfile rvm: - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head matrix: allow_failures: - rvm: ruby-head script: - bundle exec rspec spec
Use the latest Rubies on Travis CI
Use the latest Rubies on Travis CI
YAML
mit
koic/azuma
52ba86e613b87cbf292842d7e3e913f59c033f1d
.travis.yml
.travis.yml
language: clojure lein: 2.8.1 script: - lein source-deps :prefix-exclusions "[\"classlojure\"]" - lein with-profile +plugin.mranderson/config test - lein with-profile +1.9,+plugin.mranderson/config test jdk: - openjdk7 - oraclejdk7 - oraclejdk8 notifications: webhooks: urls: - https://webhooks.gitter.im/e/69f4ae3e4e772d83a1b1
language: clojure lein: 2.8.1 script: - lein source-deps :prefix-exclusions "[\"classlojure\"]" - lein with-profile +plugin.mranderson/config test - lein with-profile +1.9,+plugin.mranderson/config test jdk: - oraclejdk8 notifications: webhooks: urls: - https://webhooks.gitter.im/e/69f4ae3e4e772d83a1b1
Remove JDK1.7 from test suite
Remove JDK1.7 from test suite We have already dropped support for it.
YAML
epl-1.0
clojure-emacs/refactor-nrepl,clojure-emacs/refactor-nrepl
79d2f4c62532b049392b67af3401110ca02a59b9
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.5" - "3.6" os: - linux - osx osx_image: xcode6.4 dist: trusty sudo: false matrix: fast_finish: true allow_failures: - os: osx install: - pip install pytest - python setup.py install script: - pytest -v
language: python python: - "2.6" - "2.7" - "3.5" - "3.6" - "3.7" os: - linux - osx dist: trusty sudo: false matrix: fast_finish: true allow_failures: - os: osx install: - pip install pytest - python setup.py install script: - pytest -v
Use default version of Xcode for macOS (depricated), added py3.7
Tests: Use default version of Xcode for macOS (depricated), added py3.7
YAML
mit
bobbypaton/GoodVibes,bobbypaton/GoodVibes,bobbypaton/GoodVibes
59a0b39f4f155d7541fcf8b488b30fc9f2123b91
.travis.yml
.travis.yml
language: node_js node_js: - "0.12.10" - "4.1.0" - "6.9.2"
language: node_js node_js: - "8" - "10" - "12"
Drop support for deprecated nodejs versions
Drop support for deprecated nodejs versions
YAML
mit
AllSmartObjects/smartobject-watchify
47fd415377d3fb5742690ce4eb9c2611557049c8
.travis.yml
.travis.yml
--- before_install: - gem update --system - gem install bundler -v "~> 2.0" language: ruby sudo: false cache: - bundler rvm: - 2.5 - 2.6 - jruby - rbx matrix: allow_failures: - rvm: jruby - rvm: rbx script: bundle exec rake spec
--- before_install: - gem update --system - gem install bundler -v "~> 2.0" language: ruby sudo: false cache: - bundler rvm: - 2.5 - 2.6 - jruby matrix: allow_failures: - rvm: jruby script: bundle exec rake spec
Remove rbx from the test matrix since RVM is getting 404s.
Remove rbx from the test matrix since RVM is getting 404s.
YAML
mit
postmodern/spidr
5d460bf8ba88bdf82e27464544609e916a7eeee3
.travis.yml
.travis.yml
language: java #// TODO:09-11-16:dmytro.dashenkov: Configure javafx dependencies and change to oraclejdk7. jdk: - oraclejdk8 before_script: - chmod +x ./gradlew script: - ./gradlew build --stacktrace
language: java #// TODO:09-11-16:dmytro.dashenkov: Configure javafx dependencies and change to oraclejdk7. jdk: - oraclejdk8 before_script: - chmod +x ./gradlew script: - ./gradlew build --debug
Change logging level to 'debug'.
Change logging level to 'debug'.
YAML
apache-2.0
SpineEventEngine/gae-java,SpineEventEngine/gae-java
58387c11881bf82a52dbefee110023b758436cb4
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.5.0 # FIXME: Disabled for now as we're not using it yet - enable if we do! # We have to install Rust manually, as Travis does not yet allow multiligual # builds. We install the latest stable Rust build. # before_install: # - mkdir ~/rust-installer # - curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rustup.sh # - sh ~/rust-installer/rustup.sh --prefix=~/rust --spec=stable -y --disable-sudo 2> /dev/null # - export PATH=~/rust/bin:$PATH # - export LD_LIBRARY_PATH=~/rust/lib:$LD_LIBRARY_PATH # - rustc --version # - cargo --version script: bundle exec ./bin/shanty --trace test notifications: webhooks: https://hubot-shantytown.rhcloud.com/hubot/travis?room=#shantytown
sudo: false language: ruby rvm: - 2.5.0 # FIXME: Disabled for now as we're not using it yet - enable if we do! # We have to install Rust manually, as Travis does not yet allow multiligual # builds. We install the latest stable Rust build. # before_install: # - mkdir ~/rust-installer # - curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rustup.sh # - sh ~/rust-installer/rustup.sh --prefix=~/rust --spec=stable -y --disable-sudo 2> /dev/null # - export PATH=~/rust/bin:$PATH # - export LD_LIBRARY_PATH=~/rust/lib:$LD_LIBRARY_PATH # - rustc --version # - cargo --version before_install: - gem install bundler script: bundle exec ./bin/shanty --trace test notifications: webhooks: https://hubot-shantytown.rhcloud.com/hubot/travis?room=#shantytown
Upgrade Bundler to 1.16.1 on Travis.
Upgrade Bundler to 1.16.1 on Travis.
YAML
mit
shantytown/shanty,shantytown/shanty
0a379bb4764115961364a5793ef5a31cb78219e2
.travis.yml
.travis.yml
language: groovy notifications: email: false
language: groovy jdk: - openjdk7 - oraclejdk8 matrix: allow_failures: - jdk: oraclejdk8 fast_finish: true notifications: email: on_success: never
Test on JDK 8, in prevision of error_prone being updated to support it
Test on JDK 8, in prevision of error_prone being updated to support it Allow JDK 8 to fail. Also send mail on build failure.
YAML
apache-2.0
ManivelThiruvengam/gradle-errorprone-plugin
def40c5195ef22eb9916d3326ba5b49bf259ce6b
.travis.yml
.travis.yml
sudo: false language: java before_script: - test "x$RUN_CHECKSTYLE" != 'x' || ant -Djava.awt.headless=true download_jars install - test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle # skip default "install" command install: true matrix: include: - jdk: oraclejdk8 env: RUN_CHECKSTYLE=true script: ant -Djava.awt.headless=true checkstyle - jdk: oraclejdk8 script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work - jdk: oraclejdk9 script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
sudo: false language: java before_script: - test "x$RUN_CHECKSTYLE" != 'x' || ant -Djava.awt.headless=true download_jars install - test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle # skip default "install" command install: true matrix: include: - jdk: oraclejdk8 env: RUN_CHECKSTYLE=true script: ant -Djava.awt.headless=true checkstyle - jdk: oraclejdk8 script: ant -Djava.awt.headless=true -Drmi_force_localhost=true -Dskip.bug52310=true test sudo: true # otherwise TEST_HTTPS.jmx -> analytics.usa.gov does not work
Revert test of Java 9
Revert test of Java 9 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1808585 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 5900e56a0b86375083c276fdfddbd545983df8cd
YAML
apache-2.0
ham1/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,etnetera/jmeter,apache/jmeter,benbenw/jmeter,benbenw/jmeter
9406b4b41a98895a9079154bf5d42bc47e4dcf46
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" - "3.4" - "3.5" sudo: false env: - DJANGO=1.8 - DJANGO=1.9 - DJANGO=1.10 - DJANGO=1.11 - DJANGO=master matrix: fast_finish: true include: - python: "3.6" env: DJANGO=master - python: "3.6" env: DJANGO=1.11 - python: "3.3" env: DJANGO=1.8 exclude: - python: "2.7" env: DJANGO=master - python: "3.4" env: DJANGO=master allow_failures: - env: DJANGO=master install: pip install tox-travis # command to run tests using coverage, e.g. python setup.py test script: tox before_install: - pip install codecov after_success: - tox -e coverage-report - codecov
# Config file for automatic testing at travis-ci.org language: python python: - "3.5" - "3.4" - "2.7" sudo: false env: - DJANGO=master - DJANGO=1.11 - DJANGO=1.10 - DJANGO=1.9 - DJANGO=1.8 matrix: fast_finish: true include: - python: "3.6" env: DJANGO=master - python: "3.6" env: DJANGO=1.11 - python: "3.3" env: DJANGO=1.8 exclude: - python: "2.7" env: DJANGO=master - python: "3.4" env: DJANGO=master allow_failures: - env: DJANGO=master install: pip install tox-travis # command to run tests using coverage, e.g. python setup.py test script: tox before_install: - pip install codecov after_success: - tox -e coverage-report - codecov
Change order of Travis jobs
Change order of Travis jobs This ensures that the most recent Python/Django versions (which are also the longing-running) run first
YAML
mit
pbaranay/django-magic-cards,pbaranay/django-magic-cards
7c38b33f700e878a620d45af1fe5f18dcf508b33
.travis.yml
.travis.yml
language: erlang otp_release: - R16B02 script: "./rebar compile && ./rebar xref skip_deps=true && ./rebar eunit skip_deps=true"
language: erlang otp_release: - R16B02 before_install: - sudo apt-get install -qq screen default-jre script: "./rebar compile && ./rebar xref skip_deps=true && ./rebar eunit skip_deps=true"
Install test deps for on Travis CI
Install test deps for on Travis CI
YAML
mit
GameAnalytics/current
80153648f39a115b29c9742d816169b125c57cbf
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 after_success: - ./gradlew build -Pcoverage - bash <(curl -s https://codecov.io/bash
language: java jdk: - oraclejdk8 after_success: - ./gradlew build -Pcoverage - bash <(curl -s https://codecov.io/bash)
Fix typo in bash exec for codecov.io
Fix typo in bash exec for codecov.io
YAML
mit
4finance/featuros,4finance/featuros,4finance/featuros
cc12dc9447693f61a903fc955e13c03469f656b1
.travis.yml
.travis.yml
language: go go: - 1.4 - tip install: - npm install gulp - make deps script: - make lint - make test - make build notifications: slack: secure: oNlkgQYC3BRmQ49wr4lhAB/16AqsTfOWp7kHfaEnmQ728mHRLh+NnT1YM6voy1a0ibHpTdo2xva0fQUBgGUsEkNWLgXHmoxLHgaewykKI0KiRE1pvbmuw/cjO0RWfgZJUKzcm1u60HjdY4hD0niKWqCdtLaCvu8znd9bwXYBq7w=
language: go go: - 1.4 - tip install: - npm install gulp - make deps script: - make lint - make test - make build notifications: urls: - https://webhooks.gitter.im/e/5a157feece092e3584cd on_success: change on_failure: always on_start: false
Remove slack notifications, add gitter notifications
Remove slack notifications, add gitter notifications
YAML
bsd-2-clause
tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik,tchaik/tchaik,GrahamGoudeau21/tchaik
20a9805781cfeee691a266f0f247483d5bf644fb
.travis.yml
.travis.yml
language: - node_js node_js: - 0.10.13 before_install: - npm install grunt-cli bower -g - npm install - bower install # install CasperJS - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd ~/casperjs - git checkout tags/1.0.2 - export PATH=$PATH:`pwd`/bin - cd - before_script: - phantomjs --version - casperjs --version script: - DISPLAY=:99.0 grunt test:ci
language: - node_js node_js: - 0.10.12 before_install: - npm install grunt-cli bower -g - npm install - bower install # install CasperJS - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd ~/casperjs - git checkout tags/1.0.2 - export PATH=$PATH:`pwd`/bin - cd - before_script: - phantomjs --version - casperjs --version script: - DISPLAY=:99.0 grunt test:ci
Use available node js version.
Use available node js version.
YAML
mit
lucassus/angular-seed,webdev1001/angular-seed,webdev1001/angular-seed,lucassus/angular-seed
6f5b000e3dffacb2a627c8f094749a68e50b26ea
.travis.yml
.travis.yml
language: haskell before_install: # Uncomment whenever hackage is down. # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update - cabal update # Try installing some of the build-deps with apt-get for speed. - travis/cabal-apt-install $mode install: - cabal configure -flib-Werror $mode - cabal build script: - $script - scripts/stats notifications: irc: channels: - "irc.freenode.org#haskell-lens" skip_join: true template: - "\x0313lens\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}" env: - mode="--enable-tests" script="cabal test --show-details=always" # - mode="--enable-tests -fsafe" script="cabal test" # - mode="--enable-tests -fdump-splices" script="cabal test --show-details=always" # - mode="--enable-benchmarks -fdump-splices" script="cabal bench"
language: haskell env: - GHCVER=7.4.2 - GHCVER=7.6.3 # - > # GHCVER=7.4.2 # MODE="-fsafe" before_install: # If $GHCVER is the one travis has, don't bother reinstalling it. # We can also have faster builds by installing some libraries with # `apt`. If it isn't, install the GHC we want from hvr's PPA along # with cabal-1.18. - | if [ $GHCVER = `ghc --numeric-version` ]; then # Try installing some of the build-deps with apt-get for speed. travis/cabal-apt-install --enable-tests $MODE export CABAL=cabal else # Install the GHC we want from hvr's PPA sudo add-apt-repository -y ppa:hvr/ghc sudo apt-get update sudo apt-get install cabal-install-1.18 ghc-$GHCVER export CABAL=cabal-1.18 export PATH=/opt/ghc/$GHCVER/bin:$PATH fi # Uncomment whenever hackage is down. # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && $CABAL update - $CABAL update install: - $CABAL install --dependencies-only --enable-tests - $CABAL configure -flib-Werror --enable-tests $MODE script: - $CABAL build - $CABAL test --show-details=always - scripts/stats notifications: irc: channels: - "irc.freenode.org#haskell-lens" skip_join: true template: - "\x0313lens\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"
Build on Travis with hvr's GHC versions PPA.
Build on Travis with hvr's GHC versions PPA. Preserve other environment variables for travis. I didn't really think about what would happen with $mode and $script. >.> Install dependencies for travis in the `install` step. Rewrite the .travis.yml almost completely. This .travis.yml allows us to specify versions more nicely and also fall back to travis' GHC if it's the same version as the one we want. I'd be OK with adding benchmarking options back, but $script seems like a weird way to do it. Install test dependencies for travis with cabal-apt-install. This should make things a little quicker.
YAML
bsd-3-clause
Icelandjack/lens,omefire/lens,hvr/lens,cdepillabout/lens,rpglover64/lens,hvr/lens,timjb/lens,Fuuzetsu/lens,danidiaz/lens,Gabriel439/lens,cchalmers/lens,ddssff/lens
0a05c226e1a22455a8c18078ffba5bb893d178d5
.travis.yml
.travis.yml
language: php php: - 5.6 - 7 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/coveralls -v
language: php php: - 5.6 - 7 - 7.1 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/coveralls -v
Add PHP 7.1 to Travis CI
Add PHP 7.1 to Travis CI
YAML
mit
brick/date-time
c76e0f8f24c4894f388b509caa3551900160d461
.travis.yml
.travis.yml
language: node_js node_js: - 0.8
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
Add some additional node js versions
Add some additional node js versions
YAML
mit
honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js
5de1994f069e37eb731982ece9dbc4ca7c294094
.travis.yml
.travis.yml
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps --notest . - cpanm --quiet --notest Devel::Cover::Report::Coveralls script: - cover -delete && cover -test after_success: - cover -report coveralls
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" - "5.24" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps --notest . - cpanm --quiet --notest Devel::Cover::Report::Coveralls script: - cover -delete && cover -test after_success: - cover -report coveralls
Add v5.24 to Travis config
Add v5.24 to Travis config
YAML
artistic-2.0
briandfoy/Tie-Toggle,briandfoy/Tie-Toggle
601f19ccd2654721bbdda5bfb62c930c1e31fb73
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 gemfile: Gemfile.travis script: bundle exec rake test
language: ruby sudo: false cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 gemfile: Gemfile.travis script: bundle exec rake test
Disable Ruby 2.5.0 (for now)
Disable Ruby 2.5.0 (for now)
YAML
mit
sometimesfood/wright
ef94985a969773d58df4c12fb6604083afe591ce
.travis.yml
.travis.yml
language: objective-c before_install: - chmod a+x ./Assets/.scripts/install.sh - chmod a+x ./Assets/.scripts/build.sh install: - "./Assets/.scripts/install.sh" script: - "./Assets/.scripts/build.sh" notifications: slack: whoa-algebraic:tLEAtVerwFc3QVb13Skv5ZL6
language: objective-c before_install: - chmod a+x ./Assets/.scripts/install.sh - chmod a+x ./Assets/.scripts/build.sh install: - "./Assets/.scripts/install.sh" script: - "./Assets/.scripts/build.sh" notifications: slack: secure: QLqfhvR6bJlM9fNxCFxd6YyPgMvbMuGGfZalbDEFaITov9kUdyLfo31tFDhXv/B22YK2kw6lY/fphwYECv0Kh4+uBmTCx2wGMNGOWSGi2axT/eqNS5U/MbJJl6Dr7fKkgCfVPgzGoQPARTGCnmTOeoHIvIhT9FvwNzIppk7ibOIw13nty+Nzj+6O6SwH3TQw3zZE/T5psdktw+yNDFuVEn2JB1uQ/7PMNUaT1ZKoM3UjnMNCiSOjYkDoR4UH/Hh2qi3xRoxo2uQH1O8/Gvq/n7xIaB276Yenh8STksZoTiC8mUNVQ6VKv9MJUrtSKxSo5SQYZO7/SC38fw0fnjJItMBGYAl7M+9HpNGPgLz9WOvsVyealBaRMTLUePEH9gn/xFnPf6p0jTBkhaOTUnh4RNu9Zz3CJyR0jQ1GsQ/evk1dwD5RJgjv8GyFHHzmqvLvHHfv0sqr9RC9JFIDwbhFl5yCgIMkkHiE+VQxELpIQDkASILoNbkebu1r8Akf1GUzLTUS/EW+CJy0nA5qmqG02r3EFIOVeni59qDCFgomj8OQLWjYYtT+L+6m03JEiLSJWLV6wINsQsg+Jz3iZupP4iCLWUTHJnecWt6gmm10PxmbzL4vsK6/of6DMGjZIZ+vUWC8yyUTgGQYvXsaZULa6U5wKCYz0AiPVFpDj4vsuLY=
Use encrypted Travis CI token
Use encrypted Travis CI token
YAML
mit
whoa-algebraic/game-off-2016,whoa-algebraic/game-off-2016,virtuoushub/game-off-2016,virtuoushub/game-off-2016,virtuoushub/game-off-2016,whoa-algebraic/game-off-2016
9c11ce59852365ca9d91e187017ccb6c597d2896
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
Add Ruby 2.1.0 to Travis CI.
Add Ruby 2.1.0 to Travis CI. Signed-off-by: Krzysztof Wilczynski <[email protected]>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
acf2f2f511016f69fe16b4bf4dd3025f2f8cde37
.travis.yml
.travis.yml
language: python python: - "2.7" install: - pip install -qr requirements.txt - pip install coveralls script: ./test.sh after_success: coveralls deploy: provider: pypi user: edx password: secure: Jx4zxLqiy16+zkeJw0FLlwFJNGlxfJLVxAaGbDMohrGO98EVvD4wivvGnybqAq65wqlbPVq3uFijV/ozqaRFCGnK/jdQy4QLdeUfJNBfdCFBDyzUGCWKt5lhX8/FNftWO85DX1I+FnlI9KVR8AU9veNVww2yMXVgt85WCR0aox0= distributions: sdist bdist_wheel on: tags: true
language: python python: - "2.7" install: - pip install -qr requirements.txt - pip install coveralls script: ./test.sh after_success: coveralls deploy: provider: pypi user: edx password: secure: dLYdt8dZKsqaYsyZu630xtP8itgthOtRlj9X/hZY10yKTgBGrJeDEkd6bac/Bf17jr5242oanWfsbABAJ18noB1wdeutBTOyFCTwU4glR5ZbZpJnsIJ8fZf2LB14E62NhW8AJyb2ZHJ+Fyt7LXJZYaByXDHEtIlukulwriUA72M= distributions: sdist bdist_wheel on: tags: true
Update the pypi password (ECOM-3912)
Update the pypi password (ECOM-3912)
YAML
agpl-3.0
edx/auth-backends
73535b843763d1f5002b8d955e851e1f50160164
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - '2.3.8' - '2.4.5' - '2.5.3' - '2.6.1' before_install: gem install bundler -v 2.0.1 script: bundle exec rspec addons: code_climate: repo_token: 06a44082b0f5a5114eec226952c45443a4ac8c86e59e098869b5c07e420505ab
sudo: false language: ruby rvm: - '2.3.8' - '2.4.5' - '2.5.3' - '2.6.1' before_install: gem install bundler -v 2.0.1 script: - bundle exec rubocop - bundle exec rspec
Remove Code Climate repo token from Travis config
Remove Code Climate repo token from Travis config
YAML
mit
tlux/vnstat-ruby
f80e896d75de0761d955abd8cba0f9b82e404ffa
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - jruby - ree before_install: - sudo apt-get update -qq - sudo apt-get install -qq -y graphicsmagick imagemagick matrix: allow_failures: - rvm: ruby-head
language: ruby cache: bundler rvm: - 2.2 - 2.3 - ruby-head - jruby before_install: - sudo apt-get update -qq - sudo apt-get install -qq -y graphicsmagick imagemagick matrix: allow_failures: - rvm: ruby-head
Remove old ruby versions from Travis-CI
Remove old ruby versions from Travis-CI Support major ruby versions and enable bundler caching
YAML
mit
WaYdotNET/carrierwave-imagesorcery