commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
ef21bc687ad2fa829647cc80ed5a6a9e338e8941
.travis.yml
.travis.yml
language: php before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install php: - 5.4 - 5.3 - hhvm
language: php before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install php: - 5.6 - 5.5 - 5.4 - 5.3 - hhvm
Add PHP5.5 & PHP5.6 continous integration
Add PHP5.5 & PHP5.6 continous integration
YAML
mit
Elephant418/Iniliq
4dc0d9f1d0df8f17cf341c19ba115e4569dfc67d
.travis.yml
.travis.yml
language: php dist: trusty sudo: false cache: directories: - $HOME/.composer/cache php: - 5.6 - 7.0 - 7.1 notifications: irc: use_notice: true skip_join: true channels: ["irc.freenode.org#imbo"] branches: only: - develop - master services: - memcached before_install: - | ...
language: php dist: trusty sudo: false cache: directories: - $HOME/.composer/cache php: - 5.6 - 7.0 - 7.1 notifications: irc: use_notice: true skip_join: true channels: ["irc.freenode.org#imbo"] branches: only: - develop - master services: - memcached before_install: - | ...
Install specific versions of memcached as well, and remove reference to the ini file that has been deleted
Install specific versions of memcached as well, and remove reference to the ini file that has been deleted
YAML
mit
imbo/imbo-metadata-cache
a42619d18ebb74cf44b0cd5116ff012789ebffb7
.travis.yml
.travis.yml
sudo: false language: php php: - 7.0 - 7.1 - nightly matrix: allow_failures: - php: nightly fast_finish: true install: # --ignore-platform-reqs, because https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722 - composer update -n --prefer-dist --ignore-platform-reqs - composer require satooshi/ph...
sudo: false language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly fast_finish: true install: # --ignore-platform-reqs, because https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722 - composer update -n --prefer-dist --ignore-platform-reqs - composer require sat...
Test on PHP 7.2 on Travis
Test on PHP 7.2 on Travis
YAML
mit
amphp/aerys
7a1bdb3ad42858eac31b6f0ec7e14fc048f9a2a5
.travis.yml
.travis.yml
language: python python: - "2.7" - "2.6" # command to install dependencies install: - pip install -r requirements.txt --use-mirrors - pip install . --use-mirrors # command to run tests script: nosetests -w test/unittests --with-coverage --cover-package=sumatra
language: python python: - "2.7" - "2.6" # command to install dependencies install: - pip install -r requirements.txt - pip install . # command to run tests script: nosetests -w test/unittests --with-coverage --cover-package=sumatra
Remove the deprecated "--use-mirrors" option from the Travis CI config.
Remove the deprecated "--use-mirrors" option from the Travis CI config.
YAML
bsd-2-clause
apdavison/sumatra,dpad/sumatra,open-research/sumatra,apdavison/sumatra,babsey/sumatra,maxalbert/sumatra,dpad/sumatra,maxalbert/sumatra,maxalbert/sumatra,open-research/sumatra,babsey/sumatra,open-research/sumatra,maxalbert/sumatra,apdavison/sumatra,maxalbert/sumatra,apdavison/sumatra,babsey/sumatra,open-research/sumatra...
5c90afaa5bca3200a1ba1fd41b963d0b739f1d47
.travis.yml
.travis.yml
language: ruby before_script: - sh -e /etc/init.d/xvfb start - export DISPLAY=:99.0 - bundle exec rake test_app script: - bundle exec rspec spec notifications: email: - ryan@spreecommerce.com rvm: - 1.9.3 - 2.0.0 branches: only: - master
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 sudo: false before_script: - sh -e /etc/init.d/xvfb start - export DISPLAY=:99.0 - bundle exec rake test_app script: - bundle exec rspec spec
Use new build on Travis and test 2.1.x.
Use new build on Travis and test 2.1.x. Also don’t spam Ryan.
YAML
bsd-3-clause
StemboltHQ/solidus_paypal_express,freerunningtech/solidus_paypal_express,StemboltHQ/solidus_paypal_express,StemboltHQ/solidus_paypal_express,freerunningtech/solidus_paypal_express,freerunningtech/solidus_paypal_express
51bcf3ac646176b61769571b6ac840caa0359fa3
.travis.yml
.travis.yml
language: go go: - 1.5 - 1.6 - 1.7 - tip env: - GO15VENDOREXPERIMENT=1 before_install: - sudo add-apt-repository ppa:masterminds/glide -y - sudo apt-get update -q - sudo apt-get install glide -y install: - glide install script: - go test $(go list ./... | grep -v /vendor/)
language: go go: - 1.5 - 1.6 - 1.7 - tip env: - GO15VENDOREXPERIMENT=1 before_install: - sudo add-apt-repository ppa:masterminds/glide -y - sudo apt-get update -q - sudo apt-get install glide -y install: - glide install script: - go test -race $(go list ./... | grep -v /vendor/)
Add race flag to go test
Add race flag to go test
YAML
mit
frozzare/go-config
1ba8fae05e9c0750f9ebfc130f221ef417c9b1b2
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.1 script: bundle exec jekyll build && htmlproof ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
language: ruby cache: bundler rvm: - 2.1 script: bundle exec jekyll build && bundle exec htmlproof ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
Use bundle to run htmlproof
Use bundle to run htmlproof
YAML
mit
information-safety/information-safety.github.io,information-safety/information-safety.github.io,information-safety/information-safety.github.io
e86a5f34bc647b195808cddbeef9bf7e8ba65ac1
.travis.yml
.travis.yml
language: elixir elixir: - 1.8 - 1.7 - 1.6 - 1.5 - 1.4 - 1.3 - 1.2 - 1.1 otp_release: - 21 - 20 - 19 - 18 - 17 sudo: false before_script: - mix deps.get --only test env: - MIX_ENV=test script: scripts/coveralls_travis after_script: - mix deps.get --only docs - MIX_ENV=docs mix inch.rep...
language: elixir elixir: - 1.8 - 1.7 - 1.6 - 1.5 - 1.4 - 1.3 - 1.2 - 1.1 sudo: false before_script: - mix deps.get --only test env: - MIX_ENV=test script: scripts/coveralls_travis after_script: - mix deps.get --only docs - MIX_ENV=docs mix inch.report
Remove OTP versions from Travis build matrix since Elixir pulls the appropriate OTP version
Remove OTP versions from Travis build matrix since Elixir pulls the appropriate OTP version
YAML
mit
beatrichartz/csv,beatrichartz/csv
86233159b35f44344158735a012fae0fd38a5385
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0-p647 - 2.1.7 - 2.2.3 before_install: gem install bundler -v 1.10.6
language: ruby rvm: - 2.7.1 - 2.6.6 - 2.5.8 before_install: gem install bundler
Update Ruby and buundler versions
CI: Update Ruby and buundler versions Signed-off-by: Manuel Hutter <adc16fa41a38b174232f206e0b2bd006baaace68@hutter.io>
YAML
mit
mhutter/fuzzy_set,mhutter/fuzzy_set
e181c4b2b750f39a826dd9e0ce01c387a697aacb
.travis.yml
.travis.yml
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - "2.1.0" - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode
Add ruby 2.0 and 2.1
Add ruby 2.0 and 2.1
YAML
mit
gdavison/edumacator
9677e1708e28f039f00f11fe31ccf07418bbaf23
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.4 before_install: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs before_script: - cd lib/assets && npm install && npm run bundle -- -p && cd - - cp config/database_example.yml config/database.yml - cp config/secrets_example.yml con...
language: ruby rvm: - 2.4.4 before_install: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs before_script: - cd lib/assets && npm install && npm run bundle -- -p && cd - - cp config/database_example.yml config/database.yml - cp config/secrets_example.yml conf...
Add RSpec check to Travis CI
Add RSpec check to Travis CI
YAML
mit
DMPRoadmap/roadmap,DigitalCurationCentre/roadmap,CDLUC3/dmptool,CDLUC3/dmptool,CDLUC3/dmptool,CDLUC3/roadmap,CDLUC3/roadmap,CDLUC3/roadmap,DigitalCurationCentre/roadmap,CDLUC3/dmptool,DMPRoadmap/roadmap,DMPRoadmap/roadmap,CDLUC3/roadmap,DigitalCurationCentre/roadmap
7e4b80b943ffc35c8666449b693fb747360cf618
.travis.yml
.travis.yml
addons: postgresql: "10" apt: packages: - postgresql-10-postgis-2.4 - postgresql-10-postgis-2.4-scripts - postgresql-contrib-10 env: - PATH=".:/usr/lib/postgresql/10/bin:$PATH" install: "true" language: erlang otp_release: - 22.0 - 21.3 - 20.3 - 19.3 - 18.3 script: - make elvis ...
addons: postgresql: "10" apt: packages: - postgresql-10-postgis-2.4 - postgresql-10-postgis-2.4-scripts - postgresql-contrib-10 env: - PATH=".:/usr/lib/postgresql/10/bin:$PATH" install: "true" language: erlang matrix: include: - otp_release: 22.0 - otp_release: 21.3 - otp_relea...
Use ubuntu trusty for OTP 18 on Travis
Use ubuntu trusty for OTP 18 on Travis
YAML
bsd-3-clause
epgsql/epgsql
490fcac30fef4f426a47b88cb8ce493f7cc806aa
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
Improve Travis CI build Performance
Improve Travis CI build Performance
YAML
apache-2.0
apache/commons-jexl,apache/commons-jexl,apache/commons-jexl
4ea2bc7b326b03315f1c7cf2f6adb882e94cb8a1
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_install: - wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash minico...
sudo: false language: python notifications: email: recipients: - me@arranschlosberg.com on_success: change on_failure: always python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_i...
Change Travis CI config to notify by email: success (change) failure (always).
Change Travis CI config to notify by email: success (change) failure (always).
YAML
mit
aschlosberg/BNoL,aschlosberg/BNoL
f4b2421805be92610fc4c5e964953e9e983453ee
.travis.yml
.travis.yml
language: rust rust: nightly script: cargo run --manifest-path demo-rs/Cargo.toml
language: rust rust: nightly os: - linux - macos script: cargo run --manifest-path demo-rs/Cargo.toml && cargo test
Add macos and cargo test
Add macos and cargo test
YAML
apache-2.0
dtolnay/cxx,dtolnay/cxx,dtolnay/cxx,dtolnay/cxx
1ae502f6e0997ce93e5d619f51920f300a00a752
.travis.yml
.travis.yml
language: node_js node_js: - '0.10'
language: node_js node_js: - 'iojs' - '0.12' - '0.10'
Add testing against node 0.12 and iojs
Add testing against node 0.12 and iojs
YAML
mit
ericwallinder/gulp-mustache,ericwallinder/gulp-mustache,rogeriopvl/gulp-mustache,sebdm/gulp-mustache,sebdm/gulp-mustache,rogeriopvl/gulp-mustache
4361b3cd32c0bb4c97d97c1b3ba38ee8d90a8432
.travis.yml
.travis.yml
sudo: false language: python python: - 2.7 - 3.3 - 3.4 before_install: - SRC_DIR=$(pwd) - REDIRECT_TO=/dev/null # change to /dev/stdout to unsilence travis install: - pip install -q pytest future pytest-cov pytest-capturelog - pip install -q coveralls script: - cd ${SRC_DIR} - python setup.p...
sudo: false language: python python: - 2.7 - 3.3 - 3.4 before_install: - SRC_DIR=$(pwd) - REDIRECT_TO=/dev/null # change to /dev/stdout to unsilence travis install: - pip install -q pytest future pytest-cov pytest-capturelog - pip install -q python-coveralls script: - cd ${SRC_DIR} - python ...
Use python-coveralls instead of coveralls (seems to play nicer with py.test (according to the docs))
Use python-coveralls instead of coveralls (seems to play nicer with py.test (according to the docs))
YAML
mit
mrh1997/pyclibrary,MatthieuDartiailh/pyclibrary,mrh1997/pyclibrary,duguxy/pyclibrary,MatthieuDartiailh/pyclibrary,duguxy/pyclibrary,duguxy/pyclibrary,mrh1997/pyclibrary
a89392b70a54176afc597ece6956eec5fecffd56
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install pep8 - pip install pyflakes - pip install -e ./ script: - pep8 daemons/ - pep8 tests/ - pyflakes daemons/ - pyflakes tests/ - py.test tests/
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install pep8 - pip install pyflakes - pip install -e ./ script: - pep8 daemons/ - pep8 tests/ - pyflakes daemons/ - pyflakes tests/ - if [[ "$(python --version 2>&1)" =~ Python\ (3\.2.*) ]...
Add pytest version pin for 3.2
Add pytest version pin for 3.2 Looks like pytest dropped 3.2 support at some point. This pin should keep the 3.2 tests running.
YAML
apache-2.0
kevinconway/daemons
33f0461eef3bee5181f0d172d36afcdc396074d1
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" sudo: required services: - docker - rabbitmq git: submodules: false before_install: - sudo apt update && sudo apt install -y protobuf-compiler - sed -i 's,git\@github.com:\([^/]*\)/\(.*\).git,https://github.com/\1/\2,' .gitmodules - git submodule update --ini...
language: python python: - "2.7" - "3.6" sudo: required dist: xenial services: - docker - rabbitmq - redis git: submodules: false before_install: - sudo apt update && sudo apt install -y protobuf-compiler - sed -i 's,git\@github.com:\([^/]*\)/\(.*\).git,https://github.com/\1/\2,' .gitmodules - gi...
Update Travis to Ubuntu 16.04 distro
Update Travis to Ubuntu 16.04 distro
YAML
agpl-3.0
Tisseo/navitia,CanalTP/navitia,xlqian/navitia,CanalTP/navitia,CanalTP/navitia,xlqian/navitia,Tisseo/navitia,CanalTP/navitia,kinnou02/navitia,xlqian/navitia,pbougue/navitia,kinnou02/navitia,kinnou02/navitia,kinnou02/navitia,pbougue/navitia,CanalTP/navitia,patochectp/navitia,Tisseo/navitia,xlqian/navitia,pbougue/navitia,...
57c3e584a81ed6bbb4a9998560dd22e48b1e3671
.travis.yml
.travis.yml
before_script: - "mysql -e 'create database sequelize_test;'" - "psql -c 'create database sequelize_test;' -U postgres" script: - "make test" notifications: email: - sascha@depold.com hipchat: - 40e8850aaba9854ac4c9963bd33f8b@253477 env: - MYSQL_VERSION=mysql-5.5.27 DB=mysql DIALECT=mysql - MYS...
before_script: - "mysql -e 'create database sequelize_test;'" - "psql -c 'create database sequelize_test;' -U postgres" script: - "make test" notifications: email: - sascha@depold.com hipchat: - 40e8850aaba9854ac4c9963bd33f8b@253477 env: - DB=mysql DIALECT=mysql - DB=mysql DIALECT=postgres - ...
Revert "check mysql 5.6 as well"
Revert "check mysql 5.6 as well" This reverts commit 77e86a11747af91a8f822499ffe8ae67d16c2cf7.
YAML
mit
IrfanBaqui/sequelize
7f0af56e4fb5ea2b12609f3497215f67b0b42fcd
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: - |- if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then openssl aes-256-cbc -K $encrypted_25450b691aae_key -iv $encrypted_25450b691aae_iv -in my.azureauth.txt.enc -out my.azureauth.txt -d; export AZURE_TEST_MODE=RECORD || travis_terminate 1...
language: java sudo: false jdk: - oraclejdk7 - oraclejdk8 - openjdk7 script: - |- if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then openssl aes-256-cbc -K $encrypted_25450b691aae_key -iv $encrypted_25450b691aae_iv -in my.azureauth.txt.enc -out my.azureauth.txt -d; export AZURE_TEST_MODE=RECORD || travis_terminate 1...
Exclude key vault from CI test runs
Exclude key vault from CI test runs
YAML
mit
Azure/azure-sdk-for-java,hovsepm/azure-sdk-for-java,hovsepm/azure-sdk-for-java,martinsawicki/azure-sdk-for-java,Azure/azure-sdk-for-java,martinsawicki/azure-sdk-for-java,anudeepsharma/azure-sdk-for-java,hovsepm/azure-sdk-for-java,anudeepsharma/azure-sdk-for-java,Azure/azure-sdk-for-java,hovsepm/azure-sdk-for-java,anude...
50c792b3d204b591b12a55a6d971ee67d77a30d3
.travis.yml
.travis.yml
language: php php: - 7.0 - 5.6 - 7.1 dist: trusty env: global: - DEFAULT=1 cache: directories: - vendor - $HOME/.composer/cache before_script: - composer install --prefer-dist --no-interaction script: - if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION = 7.0 ]]; then export CODECOVERAGE=1; vendo...
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 dist: trusty env: - CAKEPHP_VERSION=3.6.* global: - DEFAULT=1 matrix: include: - php: 5.6 env: CAKEPHP_VERSION=3.4.* - php: 5.6 env: CAKEPHP_VERSION=3.5.* - php: 7.0 env: CAKEPHP_VERSION=3.4.* - php: 7.0 env: CAKEPH...
Add tests for different cakephp versions.
Add tests for different cakephp versions.
YAML
mit
Holt59/cakephp3-bootstrap3-helpers,raul338/cakephp3-bootstrap3-helpers,ypnos-web/cakephp3-bootstrap-helpers,Holt59/cakephp3-bootstrap-helpers
f5e4c64a880deb9aa26e653992399158b4d7ae60
.travis.yml
.travis.yml
language: c++ sudo: false dist: trusty compiler: - gcc addons: apt: packages: - libsparsehash-dev - cmake before_script: - mkdir build - cd build - cmake .. script: - make -j 3 - make test notifications: email: on_success: never on_failure: always
language: c++ sudo: false dist: trusty addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-5 - g++-5 - libsparsehash-dev - cmake compiler: - gcc-5 before_script: - $CXX --version - mkdir build - cd build - cmake .. script: - make -j 3 - make test ...
Install and use GCC 5
Travis: Install and use GCC 5 Travis' newest supported distribution is Ubuntu 14.04 LTS (not joking) but we can use a more current compiler. To match internal infrastructure we choose GCC 5.x which is the default in Ubuntu 16.04 LTS
YAML
apache-2.0
Buchhold/QLever,Buchhold/QLever,Buchhold/QLever,Buchhold/QLever,Buchhold/QLever
b79c30ea93bca3111cba435aa380c11200946a8b
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly before_install: - sudo apt-get update -qq - sudo apt-get install -y libx11-xcb-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-keysyms1-dev
dist: trusty sudo: required language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly before_install: - sudo apt-get update -qq - sudo apt-get install -y libx11-xcb-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-keysyms1-dev
Use Ubuntu Trusty (for XCB packages).
Travis: Use Ubuntu Trusty (for XCB packages).
YAML
mit
mjkillough/lanta
f9ffdcfd22a235db96420516db0b9bddfc4c032f
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" env: - PANDAS_VERSION="pandas>=0.18,<0.19" - PANDAS_VERSION="pandas>=0.19,<0.20" - PANDAS_VERSION="pandas" before_script: - pip install nose - pip install parameterized - pip install codecov # install matrix versions, deps and optional deps...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" env: - PANDAS_VERSION="pandas>=0.18,<0.19" - PANDAS_VERSION="pandas>=0.19,<0.20" - PANDAS_VERSION="pandas>=0.20,<0.21" - PANDAS_VERSION="pandas" before_script: - pip install nose - pip install parameterized - pip install codecov # install...
Add pandas version to test against
Add pandas version to test against
YAML
bsd-3-clause
J535D165/recordlinkage,J535D165/recordlinkage
8848f86fcd83f642512842c75ac5c2db4ab3cebe
.travis.yml
.travis.yml
language: cpp compiler: - gcc install: - sudo apt-get install gcc-multilib g++-multilib cmake before_script: - cmake . -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 script: - make - make package
language: cpp compiler: - gcc install: - sudo apt-get install gcc-multilib g++-multilib cmake - wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh - sudo sh cmake-2.8.12.2-Linux-i386.sh --exclude-subdir --prefix=/usr before_script: - cmake . -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 script: ...
Fix CMake version error on Travis
Fix CMake version error on Travis Travis has CMake 2.8.7 but we need 2.8.8.
YAML
bsd-2-clause
Zeex/samp-plugin-profiler,Zeex/samp-plugin-profiler
5d29d660419e0cb1f3f09758553b2b436ecf1ca5
.travis.yml
.travis.yml
distro: trusty sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci" - mysql ...
distro: trusty sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: allow_failures: - php: 7.2 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8m...
Allow PHP 7.2 test failures for now
Allow PHP 7.2 test failures for now
YAML
lgpl-2.1
xetown/xe-core,xetown/xe-core,xetown/xe-core
9d9cb7fc203900079e3c0edfbce88ee25bacad3b
.travis.yml
.travis.yml
# Enables Travis to use their new container-based infrastructure sudo: false # Build for Ruby language: ruby # Enables caching for bundler cache: bundler # Specify which ruby versions you wish to run your tests on, each version will be used rvm: - "2.0" - "2.1" - "2.2" - "2.3" - "2.4" - "2.5" # - ruby-...
# Enables Travis to use their new container-based infrastructure sudo: false # Build for Ruby language: ruby # Enables caching for bundler cache: bundler # Specify which ruby versions you wish to run your tests on, each version will be used rvm: - "2.0" - "2.1" - "2.2" - "2.3" - "2.4" - "2.5" - "2.6" ...
Test against Ruby 2.6 in Travis CI
Test against Ruby 2.6 in Travis CI
YAML
mit
thomthom/yard,lsegal/yard,lsegal/yard,thomthom/yard,lsegal/yard,thomthom/yard
3689af5aa497a93fd8bd733aac9f6a78b07de26d
.travis.yml
.travis.yml
sudo: false dist: trusty language: go matrix: include: - go: 1.5.4 - go: 1.6.4 - go: 1.7.6 - go: 1.8.3 install: - # Do nothing. script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d -s .) - go tool vet -structtags=false .
sudo: false dist: trusty language: go matrix: include: - go: 1.5.4 - go: 1.6.4 - go: 1.7.6 - go: 1.8.3 install: - # Do nothing. script: - go get -t -v ./... - diff -u <(echo -n) <(gofmt -d -s .) - go tool vet .
Remove struct tags override to go vet.
Remove struct tags override to go vet.
YAML
apache-2.0
die-net/bench-httpd
f0e881b6085a830215bd1e8d618a1132c26217bb
.travis.yml
.travis.yml
sudo: required language: java services: - docker jdk: - oraclejdk8 before_install: # Disable services enabled by default - sudo service mysql stop - sudo /etc/init.d/postgresql stop # Run my databases in the background - docker-compose -f etc/docker-compose.yml up -d install: - TERM=dumb ./gradlew ...
sudo: required language: java services: - docker jdk: - oraclejdk8 before_install: # Disable services enabled by default - sudo service mysql stop - sudo /etc/init.d/postgresql stop # Run my databases in the background - docker-compose -f etc/docker-compose.yml up -d install: - TERM=dumb ./gradlew ...
Disable integration tests for a moment
Disable integration tests for a moment
YAML
bsd-2-clause
oblac/jodd,mosoft521/jodd,mosoft521/jodd,vilmospapp/jodd,vilmospapp/jodd,oblac/jodd,mosoft521/jodd,oblac/jodd,vilmospapp/jodd,oblac/jodd,mosoft521/jodd,vilmospapp/jodd,vilmospapp/jodd
571fad2b80ef5646d765249397600784a207ec19
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "4" - "0.12" - "node" - "iojs" before_script: - 'npm install -g grunt-cli' - 'grunt'
sudo: false language: node_js node_js: - "5" - "4" - "0.12" - "node" - "iojs" before_script: - 'npm install -g grunt-cli' - 'grunt'
Speed up Travis CI builds
Speed up Travis CI builds Use container-based rather legacy infrastructure Details: https://docs.travis-ci.com/user/migrating-from-legacy/
YAML
mit
hisham/annyang,TalAter/annyang,hisham/annyang,TalAter/annyang,hisham/annyang
d6ec4f26220be6f8649d76cbe53b0c12970ef92a
.travis.yml
.travis.yml
language: node_js node_js: - "0.11.8" - "0.10" before_script: - npm install -g grunt-cli notifications: email: recipients: - dan@tillberg.us - driti@appneta.com on_success: change on_failure: always
language: node_js node_js: - "0.11" - "0.10" before_script: - npm install -g grunt-cli notifications: email: recipients: - dan@tillberg.us - driti@appneta.com on_success: change on_failure: always
Fix Travis CI build, maybe?
Fix Travis CI build, maybe?
YAML
mit
tillberg/tbone,rachellaserzhao/tbone,appneta/tbone,rachellaserzhao/tbone,tillberg/tbone,appneta/tbone
0c073d36aa81edc0229067a3733cce65d831b77b
.travis.yml
.travis.yml
language: ruby bundler_args: --without development services: - rabbitmq rvm: - 2.0.0 - 1.9.3 - jruby - rbx-19mode gemfile: - gemfiles/Gemfile.rails-3-2 - gemfiles/Gemfile.rails-4-0 matrix: allow_failures: rvm: - jruby - rbx-19mode script: - bundle exec rake spec:msgr - bundle exec r...
language: ruby bundler_args: --without development services: - rabbitmq rvm: - 2.0.0 - 1.9.3 - jruby - rbx-19mode gemfile: - gemfiles/Gemfile.rails-3-2 - gemfiles/Gemfile.rails-4-0 matrix: allow_failures: - rvm: jruby - rvm: rbx-19mode script: - bundle exec rake spec:msgr - bundle exec rake...
Fix allow failures in Travis config.
Fix allow failures in Travis config.
YAML
mit
jgraichen/msgr,jgraichen/msgr
eba850cb22bdd508163454da75cc5052c628bb3f
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=master - DJANGO=1.6 - DJANGO=1.7 install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=master after_succe...
language: python python: - "2.6" - "2.7" env: - DJANGO=master - DJANGO=1.6 - DJANGO=1.7 install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=master after_succe...
Update to point to new room
Update to point to new room
YAML
mit
cdvv7788/pinax-blog,easton402/pinax-blog,pinax/pinax-blog,easton402/pinax-blog,pinax/pinax-blog,miurahr/pinax-blog,salamer/pinax-blog,pinax/pinax-blog,miurahr/pinax-blog,swilcox/pinax-blog,swilcox/pinax-blog
d83fdab2850e735a29b957630dd4d23a9e45cee1
.travis.yml
.travis.yml
branches: only: - master language: - c compiler: - gcc - clang install: - sudo apt-get update -qq - sudo apt-get install -y irssi-dev libssl-dev cmake - cd ${TRAVIS_BUILD_DIR} - wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.13.orig.tar.gz - tar xf lcov_1.13.orig.tar.gz - sudo...
branches: only: - master - refactoring language: - c compiler: - gcc - clang before_install: - sudo apt-get update -qq - sudo apt-get install -y irssi-dev libssl-dev cmake script: - cmake . - make
Revert "Try to add coveralls.io support"
Revert "Try to add coveralls.io support" This reverts commit 06f99655e2596b567c034e2ee450477d2a7b9678.
YAML
mit
falsovsky/FiSH-irssi
e9e4744c67e901c79e13e05d4fb0c554f8b22c01
.travis.yml
.travis.yml
language: python python: - 3.6 before_install: - git clone https://github.com/tschijnmo/DummyRDD.git - cd DummyRDD; python3 setup.py install; cd .. install: - python3 setup.py install script: - export DUMMY_SPARK=1 - cd tests - pytest -sv
language: python python: - 3.6 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-7.2 - g++-7.2 before_install: - git clone https://github.com/tschijnmo/DummyRDD.git - cd DummyRDD; python3 setup.py install; cd .. install: - export CC=gcc-7 - export CXX=g++-7 ...
Update GCC version in Travis CI
Update GCC version in Travis CI
YAML
mit
tschijnmo/drudge,tschijnmo/drudge,tschijnmo/drudge
7ba649dc2d48ee9acd9847d736976e7c8e3bb803
.travis.yml
.travis.yml
language: python sudo: false python: - '2.7' branches: only: - master virtualenv: system_site_packages: true before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda2/bin:...
language: python sudo: false python: - '2.7' branches: only: - master - v2_0_0 virtualenv: system_site_packages: true before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/mi...
Add branch v2_0_0 to Travis CI
Add branch v2_0_0 to Travis CI
YAML
mit
wolverton-research-group/qmpy,wolverton-research-group/qmpy,wolverton-research-group/qmpy,wolverton-research-group/qmpy,wolverton-research-group/qmpy
b4d0c2c1119744332fb7943dcd5041ef4ca443d9
.travis.yml
.travis.yml
--- bundler_args: --without development production staging language: ruby rvm: - 2.1.0 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database nekostagram_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - bundle exe...
language: ruby rvm: 2.1.0 notifications: hipchat: rooms: secure: DeGmcWjTugnJDCC2BNqDh53Sstook7Ybb0dVwMYZLMFdRuvxL5JciiX5djlrgTIlW2VVYKtmOfuwDGCYxOsqnhdkpuzOBZkp+YjDvPpzDHELXROlJRtQpo+sbhAeG0GKdHPj40ANxzRYLJ6bsUu7sASmRRLE0KpVPDFfbx2HkAo=
Enable notifications to HipChat from Travis CI
Enable notifications to HipChat from Travis CI
YAML
mit
ruedap/nekostagram,ruedap/nekostagram,ruedap/nekostagram,ruedap/nekostagram
2f96b15d3f7e14b4fb9d29fbabce46d5ca82206e
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.3 env: - MOZ_HEADLESS=1 addons: firefox: latest before_script: - mysql -e 'create database stizun_test;' - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" before_install: - "sudo apt-get update" - "sudo apt-get install sphinxsearch" - wget https://github.com/mozilla/...
language: ruby rvm: - 2.4.3 env: - MOZ_HEADLESS=1 addons: firefox: latest services: - mysql before_script: - mysql -e 'create database stizun_test;' - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" before_install: - "sudo apt-get update" - "sudo apt-get install sphinxsearch" - wget https:/...
Update gems and Travis config
Update gems and Travis config
YAML
apache-2.0
lincompch/stizun,lincompch/stizun,lincompch/stizun,lincompch/stizun,lincompch/stizun
76072b035ec68a3723f71f8f5ee2a7bdecb393ce
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install --prefer-source - app/console doctrine:database:create -e=test - app/console doctrine:phpcr:init:dbal -e=test - app/console doctrine:phpcr:workspace:create standard_test -e=test - app/conso...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false cache: directories: - $HOME/.composer/cache before_script: - composer self-update - composer install --prefer-dist - app/console doctrine:database:create -e=test - app/console doctrine:phpcr:init:dbal -e=test - app/console doctr...
Use new Travis docker based env and caching
Use new Travis docker based env and caching
YAML
mit
HasClass0/standard-edition,symfony-cmf/standard-edition,symfony-cmf/standard-edition,spolischook/standard-edition,HasClass0/standard-edition,skafandri/blog,skafandri/blog,irro/MastoAlliance,irro/MastoAlliance,spolischook/standard-edition
d2e0e9c91b891356fca28bbeaa2139f47a73f2a1
.travis.yml
.travis.yml
language: python python: 3.4 env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - TOXENV=pep8 - TOXENV=py2pep8 - TOXENV=docs - TOXENV=packaging install: - pip install tox script: - tox notifications: irc: channels: - "irc.freenode.org#pypa-de...
language: python python: 3.4 sudo: false env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - TOXENV=pep8 - TOXENV=py2pep8 - TOXENV=docs - TOXENV=packaging install: - pip install tox script: - tox notifications: irc: channels: - "irc.freenod...
Use sudo: false to build on the Travis CI Docker infrastructure
Use sudo: false to build on the Travis CI Docker infrastructure
YAML
apache-2.0
nvie/packaging,xavfernandez/packaging
5e8bf9ed45c6a48abd86f8381f6121c6354470f0
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" - "pypy-5.3" cache: pip: true directories: - google-cloud-sdk - redis-git install: - pip install -r requirements/ci.txt services: - redis-server - memcached before_script: - make -f Makefile.tests tests...
language: python python: - "2.6" - "2.7" - "3.5" - "pypy" - "pypy-5.3" cache: pip: true directories: - google-cloud-sdk - redis-git install: - pip install -r requirements/ci.txt services: - redis-server - memcached before_script: - make -f Makefile.tests tests script: no...
Remove unsupported python versions from build matrix
Remove unsupported python versions from build matrix
YAML
mit
alisaifee/limits,alisaifee/limits
9c3e76e2551bb16bec20179eddb61eeba42aaa2f
.travis.yml
.travis.yml
sudo: false language: node_js branches: only: - master node_js: - "6" script: npm run test
sudo: false language: node_js branches: only: - master node_js: - "6" script: npm run test deploy: provider: npm email: dev@coursepark.com api_key: secure: efu0hZDizmzEb1rYxzIPemErHafTBoSZl2Df4cUMJBdFbLxj8IsE/iVwMPsFIOBLh8gOzAXRQRNkKNUQVrdJzcC1SzZNvKtrMqA9snue6CXxi9LnIYwrr3GRQX1cGM5SQtIdV/iSuH5eaOXTuF...
Add npm deployment to Travis CI config
Add npm deployment to Travis CI config
YAML
isc
CoursePark/eslint-config-bluedrop,CoursePark/eslint-config-bluedrop
4526342dd35a043743bcc29df3eacc954b167309
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.10"
Remove hard dependency on grunt-cli global module
Remove hard dependency on grunt-cli global module
YAML
mit
aduth/correctingInterval
de32e59fdd94edadd1e6d89aa73c3943432f6c41
.travis.yml
.travis.yml
rvm: - jruby - jruby-head - 1.8.7 - 1.9.2 - 1.9.3 branches: only: - master env: - JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xcompile.invokedynamic=false" - JRUBY_OPTS="--1.9 --server -Xcext.enabled=false -Xcompile.invokedynamic=false" matrix: exclude: - rvm: 1.8.7 env: - J...
rvm: - jruby - jruby-head branches: only: - master env: - JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xcompile.invokedynamic=false" - JRUBY_OPTS="--1.9 --server -Xcext.enabled=false -Xcompile.invokedynamic=false" matrix: include: - rvm: 1.8.7 - rvm: 1.9.2 - rvm: 1.9.3
Test with inclusions instead of exclusions
Test with inclusions instead of exclusions
YAML
mit
idibon/warbler,idibon/warbler,mkristian/warbler,ctreatma/warbler,atambo/warbler,mkristian/warbler,fedenusy/warbler,ctreatma/warbler,ctreatma/warbler,mkristian/warbler,atambo/warbler,ctreatma/warbler,fedenusy/warbler,idibon/warbler,idibon/warbler,fedenusy/warbler,fedenusy/warbler
e13bf1d62da51710034ca8b397908b87d10bae33
.travis.yml
.travis.yml
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock env: - ENV=test script: - go test -v ./...
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock - go get github.com/onsi/ginkgo - go get github.com/onsi/gomega e...
Add Ginkgo and Gomega to Travis deps
Add Ginkgo and Gomega to Travis deps
YAML
mit
nicday/turtle
ad594cf1b2251157f3a3715666d1b2caba030097
.travis.yml
.travis.yml
sudo: required services: [ docker ] language: perl perl: "5.18" env: matrix: - TARGET_PLATFORM=centos,8 - TARGET_PLATFORM=centos,7 - TARGET_PLATFORM=centos,6 - TARGET_PLATFORM=debian,buster - TARGET_PLATFORM=debian,jessie - TARGET_PLATFORM=debian,stretch - TARGET_PLATFORM=oraclelinux,7 ...
sudo: required services: [ docker ] language: perl perl: "5.18" env: matrix: - TARGET_PLATFORM=centos,8 - TARGET_PLATFORM=centos,7 - TARGET_PLATFORM=centos,6 - TARGET_PLATFORM=debian,buster - TARGET_PLATFORM=debian,jessie - TARGET_PLATFORM=debian,stretch - TARGET_PLATFORM=oraclelinux,7 ...
Comment out update_dockerfiles test for now
Comment out update_dockerfiles test for now
YAML
apache-2.0
citusdata/packaging
95b185c95bfe042dca8d95abf0b0be0cc9f7e6d1
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' addons: code_climate: repo_token: e55c7b21ecb92332a55e3c8fe98821a8feaa3dc2ca9cb4f64f146e451762202c before_script: - npm run lint deploy: provider: npm email: pavlov.valerii@gmail.com api_key: secure: FFnSd17dPqUMbG2azmubkOpjRbnlmfes7LINE7M9stBG1fAqSZAyuukvQaKiWjLf/x4N...
language: node_js node_js: - '0.12' - '0.10' addons: code_climate: repo_token: e55c7b21ecb92332a55e3c8fe98821a8feaa3dc2ca9cb4f64f146e451762202c before_script: - npm run lint deploy: provider: npm email: pavlov.valerii@gmail.com api_key: secure: FFnSd17dPqUMbG2azmubkOpjRbnlmfes7LINE7M9stBG1fAqSZAyuukvQaK...
Add node version to test
Add node version to test
YAML
mit
greyd/di
f2233bc017ea4822f89ade69f2559b36eb844036
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - hhvm env: - LARAVEL_VERSION=5.0 - LARAVEL_VERSION=5.2 - LARAVEL_VERSION=5.3 - LARAVEL_VERSION=5.4 cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || true before_script: - chmod +x scripts/change-laravel-version...
language: php php: - 5.6 - 7.0 - 7.1 - hhvm env: - LARAVEL_VERSION=5.2 - LARAVEL_VERSION=5.3 - LARAVEL_VERSION=5.4 cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || true before_script: - chmod +x scripts/change-laravel-version.sh && bash scripts/chan...
Remove Laravel 5.0 as test target
Remove Laravel 5.0 as test target Since Laravel 5.0 doesn’t support array validation, we drop support for it with this change.
YAML
mit
felixkiss/uniquewith-validator
9d298d6467d1ffa09a5f43a02d9fc58275901ffa
.travis.yml
.travis.yml
language: python env: global: - PACKAGE="phpunitkit" matrix: - SUBLIME_TEXT_VERSION="3" matrix: allow_failures: - python: "3.6" fast_finish: true include: - os: linux python: 3.3 - os: linux python: 3.6 - os: osx languag...
language: python env: global: - PACKAGE="phpunitkit" matrix: - SUBLIME_TEXT_VERSION="3" matrix: allow_failures: - python: "3.6" fast_finish: true include: - os: linux python: 3.3 - os: linux python: 3.6 - os: osx languag...
Fix Travis OSX error updating python
Fix Travis OSX error updating python ``` Error: python 2.7.14 is already installed To upgrade to 3.6.4_3, run `brew upgrade python` /Users/travis/.travis/job_stages: line 57: pip3: command not found /Users/travis/.travis/job_stages: line 57: pip3: command not found /Users/travis/.travis/job_stages: line 57: pip3: com...
YAML
bsd-3-clause
gerardroche/sublime-phpunit
3bc4fd09806cd3af7d9c8f4e7b8ea9e67776df68
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=master install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO after_success: coveralls
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" env: - DJANGO=1.6 - DJANGO=1.7 - DJANGO=master install: - pip install tox coveralls script: - tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO after_success: coveralls
Change test matrix for Django 1.7 release
Change test matrix for Django 1.7 release Dropping 1.5 and adding 1.8 (master)
YAML
mit
pinax/metron,pinax/pinax-webanalytics,pinax/pinax-webanalytics,pinax/metron
0c94da3f50556b2d9c0b2cbe79698abd56051a7f
.travis.yml
.travis.yml
sudo: false dist: trusty cache: bundler: false branch: no-symlink directories: - /home/travis/.rbenv - /opt/python env: - RBENV_VERSION="2.1.10" - RBENV_VERSION="2.2.7" - RBENV_VERSION="2.3.4" - RBENV_VERSION="2.4.2" - PYENV_VERSION="2.7" - PYENV_VERSION="2.7-dev" - PYENV_VERSION="3.4.6" -...
sudo: false dist: trusty cache: bundler: false directories: - /home/travis/.rbenv - /opt/python env: - RBENV_VERSION="2.1.10" - RBENV_VERSION="2.2.7" - RBENV_VERSION="2.3.4" - RBENV_VERSION="2.4.2" - PYENV_VERSION="2.7" - PYENV_VERSION="2.7-dev" - PYENV_VERSION="3.4.6" - PYENV_VERSION="3.4-d...
Stop using the no-symlink branch when caching since it's gone now
Stop using the no-symlink branch when caching since it's gone now
YAML
mit
zincmade/informed,zincmade/informed
b61b3abe288f993c3688ce75f05143a47191f01b
.travis.yml
.travis.yml
language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm use node - npm install - ...
sudo: required dist: trusty language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm u...
Use newer Ubuntu in Travis.
Use newer Ubuntu in Travis.
YAML
mit
lrem/ladders,lrem/ladders,lrem/ladders,lrem/ladders,lrem/ladders
27e8016cf24d8d8f5e0653e94bbd8b95fb0239c5
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.1 before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo `phantomjs -v`" branches: only: - master notifications: email: on_success: change on_failure: change before_script: - cp config/database.yml.example config/database.yml - cp config/config.yml.examp...
language: ruby rvm: - 2.1.1 before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo `phantomjs -v`" branches: only: - master notifications: email: on_success: change on_failure: change irc: channels: - "chat.freenode.net#osem" on_success: change on_failure: change ...
Enable IRC notification, disable addons
Travis: Enable IRC notification, disable addons
YAML
mit
rishabhptr/osem,differentreality/osem,Shriyanshagro/osem,BelieveC/osem,openSUSE/osem,bear454/osem,Shriyanshagro/osem,kormoc/osem,SeaGL/osem,rishabhptr/osem,AndrewKvalheim/osem,sonalkr132/osem,namangupta01/osem,sonalkr132/osem,Shriyanshagro/osem,openSUSE/osem,rishabhptr/osem,bear454/osem,kormoc/osem,kormoc/osem,kormoc/o...
e1429621323597001edd4c3b84230d2ce12887ac
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.2.5 - 2.3.1 before_script: bundle install script: bundle exec rake
language: ruby rvm: - 2.2.5 - 2.3.1 before_script: bundle install script: bundle exec rake
Remove test support for Ruby versions no longer supported
Remove test support for Ruby versions no longer supported Support ended in April, 2017 https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/
YAML
mit
nationbuilder/nationbuilder-rb,nationbuilder/nationbuilder-rb
ca46712047bf0b95919838732bc85748999c4e28
.travis.yml
.travis.yml
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "iojs"
language: node_js node_js: - "4.1"
Cut down the number of versions
Cut down the number of versions
YAML
apache-2.0
joelea/bacon-dom,joelea/bacon-dom
8d57ed8489640773bb0c0a59c053ee9be778d5ef
.travis.yml
.travis.yml
language: go go: - 1.4 env: - LIBWEBP_VERSION="0.4.1" - LIBWEBP_VERSION="0.4.2" before_install: - sudo apt-get update -qq - sudo apt-get install -qq libjpeg-dev libpng-dev libtiff-dev libgif-dev - > cd /tmp && wget http://downloads.webmproject.org/releases/webp/libwebp-${LIBWEBP_VERSION}.tar....
language: go go: - 1.4 - 1.5 - 1.6 - tip env: - LIBWEBP_VERSION="0.4.1" - LIBWEBP_VERSION="0.4.2" - LIBWEBP_VERSION="0.4.3" - LIBWEBP_VERSION="0.5.0" before_install: - sudo apt-get update -qq - sudo apt-get install -qq libjpeg-dev libpng-dev libtiff-dev libgif-dev - > cd /tmp && wge...
Add test for Go 1.5 - tip and libwebp 4.3 - 5.0
Add test for Go 1.5 - tip and libwebp 4.3 - 5.0
YAML
bsd-2-clause
harukasan/go-libwebp
a59c60ca10c842dbd6a6cadaab7611d01e916a54
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake metadata env: - PUPPET_GEM_VERSION="~> 3.8.0" - PUPPET_GEM_VERSION="~> 4.0.0" - PUPPET_GEM_VERSION="~> 4.1.0" matrix: - rvm: 2.2 env: PUPPET_GE...
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake metadata env: - PUPPET_GEM_VERSION="~> 3.8.0" - PUPPET_GEM_VERSION="~> 4.0.0" - PUPPET_GEM_VERSION="~> 4.1.0" matrix: exclude: - rvm: 2.2 ...
Correct bug in Travis configuration for exclude
Correct bug in Travis configuration for exclude
YAML
apache-2.0
garethr/garethr-kubernetes,modax/garethr-kubernetes
72ae66ce71a9729f1c550165c0b657ecb2a7ab20
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" install: - "pip install -r requirements.txt" - "pip install coveralls" - "python3 setup.py install" script: - "./runtests.sh" after_success: - "cd tests" - "coveralls"
language: python python: - "3.4" - "3.5" install: - "pip install -r requirements.txt" - "pip install coveralls" - "python3 setup.py install" script: - "./runtests.sh" # Make sure the python code can at least compile - "python -m compileall" after_success: - "cd tests" - "coveralls"
Add compileall as a test
Add compileall as a test
YAML
isc
DanielOaks/girc,DanielOaks/girc
e6b683f3ec4febe30eb069f911d95fdc2ceb3646
.travis.yml
.travis.yml
language: generic os: - linux - osx dist: focal env: global: - APM_TEST_PACKAGES="" - ATOM_LINT_WITH_BUNDLED_NODE="true" jobs: - ATOM_CHANNEL=stable - ATOM_CHANNEL=beta addons: apt: packages: - libgconf-2-4 script: - curl -s -O https://raw.githubusercontent.com/atom/ci/master...
language: generic os: - linux - osx dist: focal osx_image: xcode11.7 env: global: - APM_TEST_PACKAGES="" - ATOM_LINT_WITH_BUNDLED_NODE="true" jobs: - ATOM_CHANNEL=stable - ATOM_CHANNEL=beta addons: apt: packages: - libgconf-2-4 script: - curl -s -O https://raw.githubusercont...
Use Xcode 11.7 on Travis CI
Use Xcode 11.7 on Travis CI
YAML
mit
matthesjh/autocomplete-curry
3c468f2860ee05276c64e55aa47a0ad5b2332025
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - nightly before_script: composer install
language: php php: - 5.5 - 5.6 - 7.0 - nightly before_script: - travis_retry composer self-update - travis_retry composer install --prefer-dist --no-interaction script: phpunit
Allow Travis to retry composer installation.
Allow Travis to retry composer installation.
YAML
mit
olssonm/l5-very-basic-auth
05b30a41646a79fe4e77978b3e50d1987ff54a5d
.travis.yml
.travis.yml
# Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed un...
# Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed un...
Update Travis to use openjdk8
Update Travis to use openjdk8
YAML
apache-2.0
revelc/zookeeper-maven-plugin,ctubbsii/zookeeper-maven-plugin
bc73e10b5caaf6a3f0c3b25ab46602e76e4e7703
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6" script: - npm run jshint - npm test after_success: npm run coveralls
language: node_js node_js: - "0.11" - "0.10" script: - npm run jshint - npm test after_success: npm run coveralls
Drop support for old versions of node
Drop support for old versions of node
YAML
mit
digitalsadhu/envoodoo,digitalsadhu/envoodoo
bf17e153c9e7fd263313eefdc98012c3c1e63a28
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
sudo: false language: node_js node_js: - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc mocha script: - nyc npm test
Install Mocha at Travis CI.
Install Mocha at Travis CI.
YAML
mit
bigeasy/reconfigure,bigeasy/reconfigure
6d0199bcc0f5f6b046ac9f289e0c6c08c80b50c9
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 script: phpunit --bootstrap tests/bootstrap.php tests
language: php php: - 5.3 - 5.4 - 5.5 before_script: composer install script: phpunit --bootstrap tests/bootstrap.php tests
Install dependencies using composer before tests
Install dependencies using composer before tests
YAML
bsd-3-clause
Muppet1856/steam-condenser-php,koraktor/steam-condenser-php,GoeGaming/steam-condenser-php,pingers/steam-condenser-php
9b6d5d9fd78cc9ec30035b395a394d08ed2b8f05
.travis.yml
.travis.yml
language: node_js node_js: 6 script: - npm test - npm run coverage - npm run codecov before_deploy: - git.config --global user.email "travis@travis-ci.org" - git.config --global user.name "Travis CI" - npm version $VERSION_INCREMENT after_deploy: - git push --tags deploy: - provider: pages skip_cleanup: t...
language: node_js node_js: 6 script: - npm test - npm run coverage - npm run codecov before_deploy: - git config --global user.email "travis@travis-ci.org" - git config --global user.name "Travis CI" - npm version $VERSION_INCREMENT after_deploy: - git push --tags deploy: - provider: pages skip_cleanup: t...
Update git config before deployment
Update git config before deployment
YAML
mit
ifrost/starterkit,ifrost/starterkit,ifrost/starterkit
3a4561389be4afa9c69e022c23df35d35e4d61ac
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler before_install: - gem update bundler script: "bundle exec rake spec" rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.1
language: ruby sudo: false cache: bundler before_install: - gem update bundler script: "bundle exec rake spec" rvm: - 2.2.2 - 2.3.1
Drop support ruby versions less than 2.2.2
Drop support ruby versions less than 2.2.2
YAML
mit
kenchan0130/weak_headers
7f81f5067634957684decb7abbdef1ad001ad649
.travis.yml
.travis.yml
sudo: false dist: trusty language: node_js node_js: 8.0 cache: directories: - node_modules addons: firefox: latest google-chrome: latest install: - npm install - bower install before_script: - gulp lint version:check - xvfb-run -s '-screen 0 1024x768x24' wct script: - if [[ "$TRAVIS_EVENT_TYPE"...
sudo: false dist: trusty language: node_js node_js: 8.0 cache: directories: - node_modules addons: firefox: latest google-chrome: latest install: - npm install - bower install before_script: - gulp lint version:check - polymer lint ./src/*.html ./theme/*.html --rules polymer-2 - xvfb-run -s '-sc...
Enable polymer-linter in CI for ./src and ./theme
Enable polymer-linter in CI for ./src and ./theme
YAML
apache-2.0
vaadin/vaadin-combo-box,vaadin/vaadin-combo-box
143ddd2d5da2b1ea51110e751824fa2051df1c7b
.travis.yml
.travis.yml
# Language setup language: python python: - '2.7' - '3.2' - '3.3' - '3.4' - '3.5' # Install pyinfra + dev/test deps install: 'pip install -e .[dev]' # Run the tests script: nosetests
# Language setup language: python python: - '2.7' - '3.3' - '3.4' - '3.5' # Install pyinfra + dev/test deps install: 'pip install -e .[dev]' # Run the tests script: nosetests
Remove python3.2 as jinja2 doesn't work.
Remove python3.2 as jinja2 doesn't work.
YAML
mit
Fizzadar/pyinfra,Fizzadar/pyinfra
4833066e98923fb83066845b49d21598d042cbde
.travis.yml
.travis.yml
sudo: required language: python python: - "2.7" before_install: - /bin/bash -c "cd /Nomad; cp shared/secrets.example.py shared/secrets.py; cp shared/jobmine.example.py shared/jobmine.py; cp shared/ratemycoopjob.example.py shared/ratemycoopjob.py;" install: - pip install -r requirements.txt before_script: -...
sudo: required language: python python: - "2.7" before_install: - /bin/bash -c "cd /Nomad; cp shared/secrets.example.py shared/secrets.py; cp shared/jobmine.example.py shared/jobmine.py; cp shared/ratemycoopjob.example.py shared/ratemycoopjob.py;" before_script: - pip install -r requirements.txt - sudo pyth...
Move installing nltk data to before_script
Move installing nltk data to before_script
YAML
mit
Mo-Talha/Nomad,Mo-Talha/Nomad,Mo-Talha/Nomad,Mo-Talha/Nomad
837dd9e50ca59ddaf4dda41c271bb9354855559e
.travis.yml
.travis.yml
language: "node_js" node_js: - "8" - "7" - "6" - "5" - "4" - "3" # io.js - "2" # io.js - "1" # io.js - "0.12" - "0.10" - "0.8" - "0.6" before_install: - "npm install make-node@0.3.x -g" - "preinstall-compat" script: - "make test-cov" after_success: - "make report-cov" sudo: false
language: "node_js" node_js: - "8" - "7" - "6" - "5" - "4" - "3" # io.js - "2" # io.js - "1" # io.js - "0.12" - "0.10" before_install: - "npm install make-node@0.3.x -g" - "preinstall-compat" script: - "make test-cov" after_success: - "make report-cov" sudo: false
Drop support for node 0.6 and 0.8.
Drop support for node 0.6 and 0.8.
YAML
mit
jaredhanson/kerouac
c07700d036abad182ee5d4f8dffe5e7b6e2cba73
.travis.yml
.travis.yml
# Build matrix language: node_js matrix: include: # Run linter once - node_js: '0.12' env: LINT=true # Run tests - node_js: '0.10' - node_js: '0.12' - node_js: '4' - node_js: '5' # Restrict builds on branches branches: only: - master - /^\d+\.\d+\.\d+$/ # Before instal...
# Build matrix language: node_js matrix: include: # Run linter once - node_js: '0.12' env: LINT=true # Run tests - node_js: '0.10' - node_js: '0.12' - node_js: '4' - node_js: '5' - node_js: '6' # Restrict builds on branches branches: only: - master - /^\d+\.\d+\.\d+...
Add node 6 to the test matrix
Add node 6 to the test matrix
YAML
mit
nature/bandiera-client-node,springernature/bandiera-client-node
43fc14730425c5c76939d6d65e2634d06d9d662c
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 env: - TEST_SUITE=test - TEST_SUITE=testDeterministic script: "gradle --stacktrace $TEST_SUITE" sudo: false
language: java jdk: oraclejdk8 env: - TEST_SUITE=test - TEST_SUITE=testDeterministic script: "gradle --stacktrace $TEST_SUITE --info" sudo: false
Add info-level logging to Travis build
Add info-level logging to Travis build
YAML
mit
nusco/narjillos
639d14f29bd159bde328b069174234d71dff867d
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer install -n --dev --prefer-source script: vendor/bin/phpunit --coverage-text
language: php php: - 5.6 - 7.0 - hhvm before_script: - composer install -n --dev --prefer-source script: vendor/bin/phpunit --coverage-text
Exclude PHP 5.5 for lack of hash_equals()
Exclude PHP 5.5 for lack of hash_equals()
YAML
mit
delatbabel/elocryptfive,delatbabel/elocryptfive
a28a8d9b3a7491189b7e067c138fce296a3a0e9d
.travis.yml
.travis.yml
language: objective-c xcode_project: Franz.xcodeproj xcode_scheme: franz-Package osx_image: xcode9.3beta sudo: required services: - docker script: - set -o pipefail - xcodebuild test -scheme Franz -skip-testing:DockerTests | xcpretty
language: objective-c xcode_project: Franz.xcodeproj xcode_scheme: franz-Package osx_image: xcode9 sudo: required services: - docker script: - set -o pipefail - xcodebuild test -scheme Franz -skip-testing:DockerTests | xcpretty
Update to xcode9.3 image on Travis
Update to xcode9.3 image on Travis
YAML
mit
kellanburket/franz,kellanburket/franz
b1672c9d470b89c52880324d2a8abefb266b4289
.travis.yml
.travis.yml
language: python python: - '2.7' env: - "SOLVEBIO_API_KEY=0cedb161d845e6a58ec6781478b8314c536e632f" script: - python ./setup.py test && flake8 solvebio install: pip install flake8 notifications: slack: secure: WvTImIlFKtCSTrcpk11RB467ybQBmZatk1k9CEEb5qkRRX0IUhmmNzV4xKIJR40Hf1u84uW6j5AeD/OChHycU+1C/OmMgyFAIYMAkE8d...
language: python python: - '2.6' - '2.7' env: - "SOLVEBIO_API_KEY=0cedb161d845e6a58ec6781478b8314c536e632f" script: - python ./setup.py test - flake8 solvebio install: pip install flake8 notifications: slack: secure: WvTImIlFKtCSTrcpk11RB467ybQBmZatk1k9CEEb5qkRRX0IUhmmNzV4xKIJR40Hf1u84uW6j5AeD/OChHycU+1C/OmMgyFAI...
Test using python 2.6. Give flake8 results independent of test results.
Test using python 2.6. Give flake8 results independent of test results.
YAML
mit
solvebio/solvebio-python,solvebio/solvebio-python,solvebio/solvebio-python
143ab28a820ac5aa4a312a3d90c2a8e9743dff42
.travis.yml
.travis.yml
language: python python: - pypy - pypy3 - 2.7 - 3.4 - 3.5 - 3.6 install: - pip install -rrequirements-dev.txt coveralls script: - COVERAGE_PROCESS_START=$PWD/.coveragerc py.test sasstests.py - coverage combine - coverage report - flake8 . after_success: - coveralls cache: directories: - $HOME/.cache/pip
language: python dist: trusty python: - pypy-5.4.1 - 2.7 - 3.4 - 3.5 - 3.6 install: - pip install -rrequirements-dev.txt coveralls script: - COVERAGE_PROCESS_START=$PWD/.coveragerc py.test sasstests.py - coverage combine - coverage report - flake8 . after_success: - coveralls cache: directories: - $HOME/.ca...
Drop pypy3, use new trusty dist
Drop pypy3, use new trusty dist
YAML
mit
dahlia/libsass-python,dahlia/libsass-python
73896a2c6cfcfe9f980ab68bad11bda67499965a
.travis.yml
.travis.yml
language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_install: - sudo rm -f /etc/mavenrc install: - mvn install -DskipTests script: - mvn test -DskipCompileDictionary
language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_install: - sudo rm -f /etc/mavenrc install: - mvn install -DskipTests -pl kuromoji-ipadic -pl kuromoji-unidic -am script: - mvn test -DskipCompileDictionary -pl kuromoji-ipadic -pl kuromoji-unidic -am
Enable kuromoji-common, kuromoji-ipadic and kuromoji-unidic
Enable kuromoji-common, kuromoji-ipadic and kuromoji-unidic
YAML
apache-2.0
sevenno7/kuromoji,yodasantu/kuromoji,makigumo/kuromoji,atilika/kuromoji,ikawaha/kuromoji,cmoen/kuromoji,gerryhocks/kuromoji
91b3daae9b9f76203f5b3c0650b2028e9356fde2
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - jruby-9.1.13.0 - jruby-1.7.27 env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/e/bc3a12e425e557a6ca23 on_success: change # options: [always|never|change] defau...
language: ruby sudo: false cache: bundler rvm: - jruby-9.2.0.0 - jruby-9.1.17.0 - jruby-1.7.27 env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/e/bc3a12e425e557a6ca23 on_success: change # options: [always|n...
Test for latest JRuby versions
CI: Test for latest JRuby versions
YAML
mit
neopoly/rubyfox-sfsobject
24961b28807b3abf575338fee43842427147ae90
.travis.yml
.travis.yml
language: java sudo: false cache: directories: - $HOME/.m2 jdk: - openjdk6 - openjdk7 - openjdk8 #install: mvn install -DskipTests=true -q # Run build and push build to https://scan.coverity.com/ addons: coverity_scan: project: name: "tracee/tracee" description: "Build submitted via Travis CI" ...
language: java sudo: false cache: directories: - $HOME/.m2 jdk: - openjdk6 - openjdk7 - oraclejdk8 #install: mvn install -DskipTests=true -q # Run build and push build to https://scan.coverity.com/ addons: coverity_scan: project: name: "tracee/tracee" description: "Build submitted via Travis CI"...
Switch to oraclejdk8 instead of not existing openjdk8
Switch to oraclejdk8 instead of not existing openjdk8
YAML
bsd-3-clause
SvenBunge/tracee,tracee/tracee,Hippoom/tracee
68316ce8aa788c8175d4444704747522f684b2fe
.travis.yml
.travis.yml
language: android sudo: required jdk: oraclejdk8 android: components: - tools - platform-tools - tools # The BuildTools version used by your project - build-tools-25.0.3 # The SDK version used to compile your project - android-25 licenses: - android-sdk-preview-license-.+ - a...
language: android sudo: required jdk: oraclejdk8 android: components: - tools - platform-tools - tools # The BuildTools version used by your project - build-tools-25.0.3 # The SDK version used to compile your project - android-25 licenses: - android-sdk-preview-license-.+ - a...
Use $TRAVIS_BUILD_DIR to fix build error
Use $TRAVIS_BUILD_DIR to fix build error
YAML
apache-2.0
balarayen/ActionBarStyled
45dedec387198121cbe69b4256ee8488649f4c3a
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.6 - 2.2.3 - 2.3.0 matrix: fast_finish: true allow_failures: - env: CUSTOM_RUBY_VERSION=2.1.6 ISOLATED=true rvm: 2.1.6 sudo: false bundler_args: --deployment --without development cache: - bundler - directories: - bower_components - node_modules before_script: ...
language: ruby matrix: include: - rvm: 2.3.0 - rvm: 2.2.3 env: CUSTOM_RUBY_VERSION=2.2.3 ISOLATED=true - rvm: 2.1.6 env: CUSTOM_RUBY_VERSION=2.1.6 ISOLATED=true fast_finish: true allow_failures: - 2.2.3 - 2.1.6 sudo: false bundler_args: --deployment --without development cache: ...
Update Travis config to allow failures except for 2.3
Update Travis config to allow failures except for 2.3
YAML
mit
codeschool/orientation,orientation/orientation,splicers/orientation,orientation/orientation,codeschool/orientation,splicers/orientation,splicers/orientation,cmckni3/orientation,codeschool/orientation,orientation/orientation,cmckni3/orientation,orientation/orientation,cmckni3/orientation
cec968c90c05ef3ed91f02bb83d52e96ab22c41a
.travis.yml
.travis.yml
language: go go: - 1.2 - 1.3 - tip install: - make updatedeps - go build -o winrm-cli before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover - go get github.com/modocache/gover - go get gopkg.in/check.v1 script: - make ci after_script: - $HO...
language: go go: - 1.2 - 1.3 - 1.4 - tip install: - make updatedeps - go build -o winrm-cli before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover - go get github.com/modocache/gover - go get gopkg.in/check.v1 script: - make ci after_script:...
Make sure we also test on Go 1.4
Make sure we also test on Go 1.4
YAML
apache-2.0
gonkulator/winrm,gonkulator/winrm,sneal/winrm,masterzen/winrm,sneal/winrm,alistairpialek/wingo,alistairpialek/wingo,sneal/winrm,bogdanteleaga/winrm,masterzen/winrm,alistairpialek/wingo,bogdanteleaga/winrm,bogdanteleaga/winrm,pecigonzalo/winrm,pecigonzalo/winrm,gonkulator/winrm
543c0b87836e63b4052e2a51a6a0dce1748e1362
.travis.yml
.travis.yml
# vim ft=yaml language: python env: global: - DEPENDS="requirements.txt" - COVERAGE=1 python: - 3.4 - 2.7 install: - source tools/travis_tools.sh - virtualenv --python=python venv - source venv/bin/activate - python --version # just to check - retry pip install nose # always - sudo apt-get ...
# vim ft=yaml language: python env: global: - DEPENDS="requirements.txt" - COVERAGE=1 python: - 3.4 - 2.7 install: - source tools/travis_tools.sh - virtualenv --python=python venv - source venv/bin/activate - python --version # just to check - retry pip install nose # always - make test-dat...
Add `make test-data` to Travis
Add `make test-data` to Travis
YAML
bsd-3-clause
berkeley-stat159/project-delta
4b5aa779d8d7bf34f5545b25965daa5cf33d186f
.travis.yml
.travis.yml
######################################################################## # Copyright (c) 2016 Rogue Wave Software Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is avai...
######################################################################## # Copyright (c) 2016 Rogue Wave Software Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is avai...
Fix type for before_install phase
Fix type for before_install phase
YAML
epl-1.0
eclipselabs/lsp4e-php
6276e2f98737d4e2ed56d84a7432919790a4e38a
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" env: - DJANGO_VERSION=1.6 - DJANGO_VERSION=1.7 - DJANGO_VERSION=1.8 install: - pip install -q Django==$DJANGO_VERSION --use-mirrors script: python tests/runtests.py
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" env: - DJANGO_VERSION=1.8 install: - pip install -q Django==$DJANGO_VERSION --use-mirrors script: python tests/runtests.py
Remove Django < 1.8 compatibility
Remove Django < 1.8 compatibility
YAML
mit
geelweb/django-editos,geelweb/django-editos
ee96aa3602c17c31de5df3a37cd528c9964e551c
.travis.yml
.travis.yml
language: node_js node_js: - "5.4" - "4.2" - "0.12" - "0.10" after_script: - codeclimate < coverage/lcov.info
language: node_js node_js: - "5.10" - "4.4" - "0.12" - "0.10" after_script: - codeclimate < coverage/lcov.info
Update node versions for Travis
Update node versions for Travis
YAML
mit
lumeet/barbarian-ombudsman
0c44b60c401c2df18baafdd92ba1c420f8f59088
.travis.yml
.travis.yml
# After changing this file, check it on: # http://lint.travis-ci.org/ language: python python: - 3.4 - 3.5 - 3.5-dev - nightly before_install: - uname -a - free -m - df -h - ulimit -a - pip install -U 'virtualenv==14.0.6' - virtualenv --python=python venv - source venv/bin/activate - python ...
# After changing this file, check it on: # http://lint.travis-ci.org/ language: python python: - 3.4 - 3.5 - 3.5-dev - nightly before_install: - uname -a - free -m - df -h - ulimit -a install: - pip install -U 'virtualenv==14.0.6' - virtualenv --python=python venv - source venv/bin/activate ...
Add coveralls run to Travis CI.
Add coveralls run to Travis CI.
YAML
mit
abalkin/tz
865a9529901a33968b2e85313b8ab7e72e519fa3
.travis.yml
.travis.yml
sudo: true language: php env: global: - CHECK_PHP_SYNTAX="no" matrix: fast_finish: true include: - php: 7.0 env: CHECK_PHP_SYNTAX="yes" - php: 5.6 - php: hhvm allow_failures: - php: hhvm cache: directories: - $HOME/.composer/cache before_...
sudo: true language: php env: global: - CHECK_PHP_SYNTAX="no" matrix: fast_finish: true include: - php: 7.0 env: CHECK_PHP_SYNTAX="yes" - php: 5.6 cache: directories: - $HOME/.composer/cache before_install: - sudo add-apt-repository -y ppa:git-core/ppa ...
Remove HHVM from Travis matrix
Remove HHVM from Travis matrix
YAML
mit
manala/manalize,manala/manalize
9decaef0e34958ccd7c239f0a96e078935b390a2
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi env: - MONO_THREADS_PER_CPU=2000 mono: -...
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; brew link --force openssl...
Fix OSX build on Travis.
Fix OSX build on Travis.
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
324217f15f9bb5e753d060df175e6be2dd710a0f
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - ree - 1.9.3 env: - RAILS_VERSION=2.x - RAILS_VERSION=3.0.17 - RAILS_VERSION=3.1.8 - RAILS_VERSION=3.2.3 - RAILS_VERSION=3.2.12 - RAILS_VERSION=3.2.12 DB_CHARMER_GEM=1.8.3 notifications: recipients: - alexey@kovyrin.net script: ./ci_build # Whitelist branches to ...
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 env: - RAILS_VERSION=2.x - RAILS_VERSION=3.0.17 - RAILS_VERSION=3.1.8 - RAILS_VERSION=3.2.3 - RAILS_VERSION=3.2.12 - RAILS_VERSION=3.2.12 DB_CHARMER_GEM=1.8.3 notifications: recipients: - alexey@kovyrin.net script: ./ci_build # Whitelist branches t...
Add ruby 2.0.0 testing to CI, rmeove ree
Add ruby 2.0.0 testing to CI, rmeove ree
YAML
mit
kovyrin/db-charmer,shtzr840329/db-charmer,shtzr840329/db-charmer,shtzr840329/db-charmer,kovyrin/db-charmer
8bc2963de68555914600e05cab4a3d34cf32f4c0
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "stable" - "0.12" - "0.10" before_install: - npm install -g bower grunt-cli
language: node_js sudo: false node_js: - "5" - "4" - "0.12" - "0.10" before_install: - npm install -g bower
Test on Node 4 and 5
Test on Node 4 and 5
YAML
mit
rakuten-frontend/grunt-bower-browser
121ded933b7dd328f5612e03b83ef18825373857
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" install: - pip install tox-travis script: tox
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" install: - pip install tox-travis script: tox
Add Python 3 version to Travis config.
Add Python 3 version to Travis config.
YAML
mit
wamonite/envassume
a3f687da216b1c99c50921f1138a4b3e53921fcf
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.1 sudo: false ## Cache composer bits cache: directories: - $HOME/.composer/cache install: travis_wait composer install --prefer-source --no-interaction --dev addons: code_climate: repo_token: 0a10962bbc66ee91d96b0e74a9597c2b15548d2155b7df777083e435214e24d3 script: vendor/bin...
language: php php: - 5.6 - 7.1 - hhvm sudo: false ## Cache composer bits cache: directories: - $HOME/.composer/cache install: travis_wait composer install --prefer-source --no-interaction --dev addons: code_climate: repo_token: 0a10962bbc66ee91d96b0e74a9597c2b15548d2155b7df777083e435214e24d3 script: v...
Add test to hhvm engine
Add test to hhvm engine
YAML
mit
juniorb2ss/laravel-route-extends-macros,juniorb2ss/laravel-route-extends-macros
cacc9a0a376fe9f9ab9e1a5954b704fba7163a21
.travis.yml
.travis.yml
sudo: required language: c branches: except: - packaging before_install: - sudo apt-get update install: - sudo apt-get install gcc-avr binutils-avr avr-libc valgrind pastebinit - pip install --user cpp-coveralls script: - make -f makefile-avr MCU=atmega328p - make -f makefile-avr clean ...
sudo: required language: c branches: except: - packaging before_install: - sudo apt-get update install: - sudo apt-get install gcc-avr binutils-avr avr-libc valgrind pastebinit cppcheck - pip install --user cpp-coveralls script: - make -f makefile-avr MCU=atmega328p - make -f makefile-a...
Add cppcheck to Travis file
Add cppcheck to Travis file
YAML
mit
Jacajack/modlib
eb4cba9869faf95e4872097d8c1829ef991ee7fd
.travis.yml
.travis.yml
language: php sudo: false matrix: include: - php: 7.0 env: WITH_COVERAGE=true - php: 5.6 env: WITH_CS=true - php: 5.5 env: global: - TRAVIS_DB=cfp_travis - CODECLIMATE_REPO_TOKEN=9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3 # cache composer downloads so instal...
language: php sudo: false matrix: fast_finish: true include: - php: 7.0 env: WITH_COVERAGE=true - php: 5.6 env: WITH_CS=true - php: 5.5 env: global: - TRAVIS_DB=cfp_travis - CODECLIMATE_REPO_TOKEN=9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3 # cache composer...
Allow builds to finish early
Fix: Allow builds to finish early
YAML
mit
pmeth/opencfp,DevOpsDaysChicago/opencfp,jugisahunk/200OK_CFP,localheinz/opencfp,DallasPHP/opencfp,GrUSP/opencfp,opencfp/opencfp,OpenWestConference/opencfp,DallasPHP/opencfp,OpenWestConference/opencfp,monoku/opencfp,mdwheele/opencfp,mdwheele/opencfp,PHPBenelux/opencfp,PHPBenelux/opencfp,PHPBenelux/opencfp,OpenWestConfer...
ec31ab6450601f527e4909591d80ae0f5d0cc617
.travis.yml
.travis.yml
language: php services: - memcached env: global: - MEMCACHE_HOST=127.0.0.1 - MEMCACHE_PORT=11211 sudo: false cache: directories: - $HOME/.composer/cache php: # Can't test against 5.2; openssl is not available: # http://docs.travis-ci.com/user/languages/php/#PHP-installation - 5.3 - 5.4 ...
language: php services: - memcached env: global: - MEMCACHE_HOST=127.0.0.1 - MEMCACHE_PORT=11211 sudo: false cache: directories: - $HOME/.composer/cache php: # Can't test against 5.2; openssl is not available: # http://docs.travis-ci.com/user/languages/php/#PHP-installation - 5.3 - 5.4 ...
Update Composer itself in before_install section
Fix: Update Composer itself in before_install section
YAML
apache-2.0
kenichiii/google-api-php-client,ankush1990/google-analytic,bshaffer/google-api-php-client,justindn/google-api-php-client,eboominathan/google-api-php-client,Martialdelastic/google-api-php-client,tofaruk/google-api-php-client,dfredriksen/dnadatascience_experiment1,ricardorivera/repo,linds14sr20det/google-api-php-client,m...
93de7eba6d178caeee4fd8f01254b003c00d3d2f
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm install: composer install script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: composer install script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"
Add PHP7 to build matrix
Add PHP7 to build matrix
YAML
mit
JustBlackBird/handlebars.php-helpers
f28552968b21353f3c1269d943bb6a9c1c3d202e
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler script: - bundle exec rake spec rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.5 matrix: fast_finish: true deploy: provider: rubygems api_key: secure: H7huqPGNv8bnpHl9IMiBCXOXod+LOGIpZWhABNHssw2do2c9vC1rO79Df/aLk09EITt7L2Xbs4AGfz5T70gL6iZZtQyWF1/NApSxSKUM7QZIW1p5VT7gMdfxR9Jk18XTJ...
language: ruby sudo: false cache: bundler script: - bundle exec rake spec rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.5 matrix: fast_finish: true deploy: provider: rubygems api_key: secure: "H7huqPGNv8bnpHl9IMiBCXOXod+LOGIpZWhABNHssw2do2c9vC1rO79Df/aLk09EITt7L2Xbs4AGfz5T70gL6iZZtQyWF1/NApSxSKUM7QZIW1p5VT7gMdfxR9Jk18XT...
Use quotes for rubygems api key
Use quotes for rubygems api key
YAML
apache-2.0
voxpupuli/puppet-lint-file_ensure-check,puppet-community/puppet-lint-file_ensure-check,camptocamp/puppet-lint-file_ensure-check
25be21cf955051176e3b1a22a3729d27ef83b180
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - ruby-head before_script: - gem install --no-rdoc --no-ri --version '~> 2.5.2' test-unit - gem install --no-rdoc --no-ri --version '~> 0.7.1' rake-compiler script: rake test
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - ruby-head branches: only: - master before_script: - gem install --no-rdoc --no-ri --version '~> 2.5.2' test-unit - gem install --no-rdoc --no-ri --version '~> 0.7.1' rake-compiler script: rake test
Update Travis CI configuration -- select only master branch.
Update Travis CI configuration -- select only master branch. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz