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
d32f7d28a0fad343ccca9069ae911d0fb7047a5b
.travis.yml
.travis.yml
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 ...
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 ...
Add PHP 7.2 to the test matrix
Add PHP 7.2 to the test matrix
YAML
mit
netgen/query-translator
ea4432d5c7f50d80d4c79e8ddb9cd7c65e988e17
.travis.yml
.travis.yml
language: python python: - "2.7" # before_install will simply setup a conda enviroment for installing python packages, if you # have project dependencies it's usually recommended to go this route before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - ch...
language: python python: - "2.7" # before_install will simply setup a conda enviroment for installing python packages, if you # have project dependencies it's usually recommended to go this route before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - ch...
Enable to build by TravisCI
Enable to build by TravisCI
YAML
mit
syucream/mrubook,syucream/mrubook,syucream/mrubook
e62b587f56786497c12292c86c9c81e323401ec8
.travis.yml
.travis.yml
sudo: false # Tell travis-ci to use their container-based infrastructure language: ruby rvm: 2.1.1 cache: bundler env: - TEST_SUITE=units - TEST_SUITE=integration - TEST_SUITE=functionals before_script: - cp config/database.yml.travis config/database.yml - psql -c 'create database travis_ci_test;' -U postg...
sudo: false # Tell travis-ci to use their container-based infrastructure language: ruby rvm: 2.1.1 cache: bundler env: - TEST_SUITE=units # test/models, test/helpers, test/unit - TEST_SUITE=integration # test/integration - TEST_SUITE=functionals # test/controllers, test/mailers, test/functional before_...
Add comments to describe each test suite
Add comments to describe each test suite I keep forgetting what they test
YAML
mit
indentlabs/notebook,indentlabs/notebook,indentlabs/notebook
4584c2714e874f181e62f735bec114d3e1d9535f
.travis.yml
.travis.yml
language: ruby rvm: - ruby-head - 2.1 - 2.0 - 1.9.3 - 1.9.2 - 1.8.7
language: ruby rvm: - ruby-head - 2.1 - 2.0 - 1.9.3 - 1.9.2 - 1.8.7 addons: code_climate: repo_token: cc41eb6449075390a8bdb804fa3ff5865a7fbf22384fcd1757730b702eefdb0a
Add codeclimate repo token to Travis configuration file.
Add codeclimate repo token to Travis configuration file.
YAML
mit
gdeoliveira/mtrack
c568ecfb17a3a0105269ab8a196508c5b83d65d1
.travis.yml
.travis.yml
language: clojure lein: lein2 sudo: required before_install: - "ulimit -u 4096" script: ./bin/ci.sh env: - CASSANDRA_VERSION=2.0.13 - CASSANDRA_VERSION=2.1.9 - CASSANDRA_VERSION=3.0.1 jdk: - oraclejdk7 - oraclejdk8 branches: only: - master - 2.0.x-stable
language: clojure lein: lein2 sudo: required before_install: - "ulimit -u 4096" script: ./bin/ci.sh env: - CASSANDRA_VERSION=2.0.13 - CASSANDRA_VERSION=2.1.9 - CASSANDRA_VERSION=2.2.4 - CASSANDRA_VERSION=3.0.1 jdk: - oraclejdk7 - oraclejdk8 branches: only: - master - 2.0.x-stable matrix: exclu...
Tweak matrix to not run new cassandra with old jvms + cassandra 2.2
Tweak matrix to not run new cassandra with old jvms + cassandra 2.2
YAML
apache-2.0
clojurewerkz/cassaforte,clojurewerkz/cassaforte
d0c6b3ffc4150e9ee7a0685778818288009f3c3d
.travis.yml
.travis.yml
language: "node_js" node_js: - "0.10" - "0.8" - "0.6" - "0.4" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
language: "node_js" node_js: - "0.10" - "0.8" # - "0.6" - "0.4" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
Disable node 0.6 on Travis CI.
Disable node 0.6 on Travis CI.
YAML
mit
Iam-samara/passport-github,dougshamoo/passport-github,shutterstock/passport-shutterstock-oauth2,beni55/passport-github,cfsghost/passport-github,siddarthramesh/passport-zoho-crm,makerpass/passport-makerpass,simison/passport-github,EdHubbell/passport-tradegecko,istobarton/passport-github,bobby-brennan/passport-phonegap-b...
8ff0f7f6e8c33371a3bee951a923b357a13c7ab8
.travis.yml
.travis.yml
language: bash addons: apt: packages: - postgresql-9.4 - mysql-server-5.5 - mysql-client-5.5 before_script: - mysql -e "CREATE DATABASE dogfish_test;" - createdb dogfish_test script: ./dogfish_test
language: bash addons: apt: packages: - postgresql-9.4 - mysql-server-5.5 - mysql-client-5.5 before_script: - mysql -e "CREATE DATABASE dogfish_test;" - createdb dogfish_test - touch .dogfish-test-warning-given script: ./dogfish_test
Hide dogfish_test warning for Travis
Hide dogfish_test warning for Travis
YAML
bsd-3-clause
dwb/dogfish
1b79cdf8ea6c1501109e697e5c5cc7c70082057d
.travis.yml
.travis.yml
language: ruby rvm: - 2.6.3 script: script/cibuild env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # migrate to container-based infrastructure
language: ruby rvm: - 2.7.1 script: script/cibuild env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # migrate to container-based infrastructure
Use Ruby 2.7.1 for Travis CI builds
Use Ruby 2.7.1 for Travis CI builds
YAML
mit
alykhank/alykhank.github.io,alykhank/alykhank.github.io,alykhank/alykhank.github.io
a34968c3b12c632861b08b764be449f4acb8cc6c
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-vanilla' ]; then cd .. && eval "mv $currentfolder generator-vanilla" && cd generator-vanilla; fi
language: node_js node_js: - '0.10' before_install: - sudo apt-get update - sudo apt-get install php5-cli - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-vanilla' ]; then cd .. && eval "mv $currentfolder generator-vanilla" && cd generator-vanilla; fi
Install PHP5 CLI before running tests on Travis
Install PHP5 CLI before running tests on Travis
YAML
mit
kasperisager/generator-vanilla,kasperisager/generator-vanilla
53cb398b9b1ea21a5235ada57b08df479ec2e344
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 before_script: - travis_retry composer self-update --preview - travis_retry composer install --prefer-dist --no-interaction - sudo add-apt-repository -y ppa:moti-p/cc - sudo apt-get update - sudo apt-get -y --reinstall install imagemagick - printf "\n" | pecl install ima...
language: php php: - 7.0 - 7.1 before_script: - travis_retry composer self-update --preview - travis_retry composer install --prefer-dist --no-interaction - sudo add-apt-repository -y ppa:moti-p/cc - sudo apt-get update - sudo apt-get -y --reinstall install imagemagick - printf "\n" | pecl install ima...
Use the beta channel for Imagick on Travis
Use the beta channel for Imagick on Travis
YAML
mit
darrynten/pslayers
e6b9585e081dcb30dc6c579fa43f75bc63c61c30
.travis.yml
.travis.yml
language: node_js sudo: false matrix: fast_finish: true node_js: - "8" - "10" branches: only: - master git: depth: 1 cache: directories: - "node_modules" script: - npm run compile - npm run lint - npm run compile-tests - npm run test
language: node_js sudo: false matrix: fast_finish: true node_js: - "8" branches: only: - master git: depth: 1 cache: directories: - "node_modules" script: - npm run compile - npm run lint - npm run compile-tests - npm run test
Remove nodejs v10 from builds
Remove nodejs v10 from builds
YAML
mit
timocov/dts-bundle-generator,timocov/dts-bundle-generator
58f585afe5d8a5336f7f4b9cd58cdfc53ae4bc88
.travis.yml
.travis.yml
sudo: false dist: trusty language: php php: - 7.0 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer global require "fxp/composer-asset-plugin:~1.3" - travis_retry composer update ${COMPOSER_FLAGS} --no-inte...
language: php php: - 7.0 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer global require "fxp/composer-asset-plugin:~1.3" - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source ...
Remove trusty box and update phpunit command
Remove trusty box and update phpunit command
YAML
mit
Edofre/laravel-fullcalendar,Edofre/laravel-fullcalendar
21c7e60a266af090e5bfdd89631fe4220955ec46
.travis.yml
.travis.yml
language: ruby cache: bundler dist: trusty sudo: false # Early warning system to catch if Rubygems breaks something before_install: - gem update --system - gem uninstall bundler -a -x - gem install bundler - rm -f .bundle/config rvm: - 2.3.5 - 2.4.2 - ruby-head matrix: allow_failures: - rvm: ruby...
language: ruby cache: bundler dist: xenial sudo: false # Early warning system to catch if Rubygems breaks something before_install: - gem --version - rvm @global do gem uninstall bundler -a -x -I || true - gem install bundler --no-document - bundle --version - rm -f .bundle/config matrix: include: - r...
Add Ruby 2.2 and 2.5 testing in Travis
Add Ruby 2.2 and 2.5 testing in Travis Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef-customers/knife-tidy
87a7e4f9af4eb580df3ec60de605bcfce479baa1
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.0 - 2.1.9 - 2.2.6 - 2.3.3 gemfile: - gemfiles/sprockets_rails_2_with_sprockets_2.gemfile - gemfiles/sprockets_rails_2_with_sprockets_3.gemfile - gemfiles/sprockets_rails_3_with_sprockets_3.gemfile - gemfiles/sprockets_rails_3_with_sprockets_4.gemfile matrix: exclude...
language: ruby sudo: false rvm: - 2.0 - 2.1.9 - 2.2.6 - 2.3.3 gemfile: - gemfiles/sprockets_rails_2_with_sprockets_2.gemfile - gemfiles/sprockets_rails_2_with_sprockets_3.gemfile - gemfiles/sprockets_rails_3_with_sprockets_3.gemfile - gemfiles/sprockets_rails_3_with_sprockets_4.gemfile matrix: exclude...
Fix build failure due to Bundler
Fix build failure due to Bundler Use Bundler v1 because Rails 3 and 4 doesn't support Bundler v2.
YAML
mit
yasaichi/gakubuchi,yasaichi/gakubuchi,yasaichi/gakubuchi
c5669550671c2d9278edd2f8ca5d4407c0ece60f
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Build with latest Node.js 4 on Travis CI.
Build with latest Node.js 4 on Travis CI.
YAML
mit
bigeasy/memento
9122057b221d21bd2739feb27beaa2225083429c
.travis.yml
.travis.yml
language: rust rust: - 1.13.0 - 1.14.0 - 1.15.1 - 1.16.0 - 1.17.0 - beta - nightly # Opt for a less ancient distribution with a C++11-compliant compiler, in order # to compile libfuzzer. dist: trusty sudo: false addons: apt: packages: - flac cache: directories: # Cache the fuzzing co...
language: rust rust: - 1.13.0 - 1.14.0 - 1.15.1 - 1.16.0 - 1.17.0 - beta - nightly # Opt for a less ancient distribution with a C++11-compliant compiler, in order # to compile libfuzzer. dist: trusty sudo: false addons: apt: packages: - flac cache: directories: # Cache the fuzzing co...
Enable Cargo cache on CI
Enable Cargo cache on CI
YAML
apache-2.0
ruuda/claxon,ruuda/claxon,ruuda/claxon
4559d02adcf2144594da1fffd493b1ea9519de90
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 install: - composer self-update before_script: - cp .env.travis .env - cp travis.phpunit.xml phpunit.xml - mkdir /tmp/timegrid - mysql -e 'create database test_timegrid;' - composer install --dev --no-interaction - php artisan key:generate - php artisan migrate - ...
language: php php: - 5.6 install: - composer self-update before_script: - cp .env.travis .env - cp travis.phpunit.xml phpunit.xml - mkdir /tmp/timegrid - mysql -e 'create database test_timegrid;' - composer install --dev --no-interaction - php artisan key:generate - php artisan migrate - php arti...
Remove PHP v5.5 from CI support
Remove PHP v5.5 from CI support
YAML
agpl-3.0
timegridio/timegrid,alariva/timegrid,alariva/timegrid,timegridio/timegrid,alariva/timegrid,alariva/timegrid,timegridio/timegrid
46c6f82b0cab55ac4ba79b62f523c66911e2a81a
.travis.yml
.travis.yml
language: node_js node_js: - '0.11' - '0.10' - '0.8' - '0.6'
language: node_js node_js: - 'node' - '0.11' - '0.10'
Drop node 0.6 and 0.8 support and add latest node versions
Drop node 0.6 and 0.8 support and add latest node versions Our dependencies are breaking when trying to install some dependencies in this node versions, they are really old, and I don't plan on keeping support for them. I'll also add the latest node versions to our CI builds.
YAML
mit
herenow/light-router
9f842224a53a717ebe9649d84e3b82451b15e86a
.travis.yml
.travis.yml
language: node_js node_js: - "4.2" # See https://docs.travis-ci.com/user/gui-and-headless-browsers/#Starting-a-Web-Server before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sleep 3 # Give Xvfb some time to start. - npm run server & - sleep 3 # Give the web server some time to bind to s...
language: node_js node_js: - "4.2" # By default, the gh-pages branch is not built unless added to the whitelist. branches: only: - gh-pages # See https://docs.travis-ci.com/user/gui-and-headless-browsers/#Starting-a-Web-Server before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sleep...
Whitelist the "gh-pages" branch to be built in Travis CI
Whitelist the "gh-pages" branch to be built in Travis CI
YAML
mit
heremaps/map-linkbuilder-app,heremaps/map-linkbuilder-app,heremaps/map-linkbuilder-app
ca80b7b6b9162d3922addeda1ee315da4ad61619
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.10 - 2.5.8 - 2.6.6 - 2.7.2 - 3.0.0
sudo: false language: ruby rvm: - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.10 - 2.5.9 - 2.6.7 - 2.7.3 - 3.0.1
Upgrade Ruby versions for testing
Upgrade Ruby versions for testing
YAML
mit
matt-harvey/tabulo,matt-harvey/tabulo
d5ba848d54d8b8cb4f8a94fc91ca5f7c714c9644
.travis.yml
.travis.yml
sudo: false language: go go: - 1.9 - tip matrix: fast_finish: true allow_failures: - go: tip branches: only: - master notifications: email: on_success: change on_failure: change before_install: - make tools install: - make vendor before_script: - make clean script: - make tes...
sudo: false language: go go: - '1.10' - tip matrix: fast_finish: true allow_failures: - go: tip branches: only: - master notifications: email: on_success: change on_failure: change before_install: - make tools install: - make vendor before_script: - make clean script: - make ...
Update Go version to 1.10 in Travis CI.
Update Go version to 1.10 in Travis CI. Signed-off-by: Krzysztof Wilczynski <5f1c0be89013f8fde969a8dcb2fa1d522e94ee00@linux.com>
YAML
apache-2.0
kwilczynski/packer-provisioner-itamae-local
fb4af85d86a078044b869cb6e9ff363ae289e83e
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 before_script: - composer self-update - composer install --no-progress --prefer-source script: - phpunit
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm before_script: - composer self-update - composer install --no-progress --prefer-source script: - phpunit
Remove PHP7 from allowed Travis failures
Remove PHP7 from allowed Travis failures
YAML
mit
FoilPHP/Foil,FoilPHP/Foil,abdala/Foil,abdala/Foil
7bf7fd46ea45d46e1e16da92c73fa0f7b44acc9f
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - node_modules node_js: - '0.12' before_script: - npm prune after_success: - npm run codecov
sudo: false language: node_js cache: directories: - node_modules node_js: - '4.1.x' before_script: - npm prune after_success: - npm run codecov
Update node.js version to 4.1.x
chore(ci): Update node.js version to 4.1.x - testdom (jsdom) depends node v4 or newer in example project
YAML
mit
moqada/flux-simple-action-creator,moqada/flux-simple-action-creator
1c6589796296f79f78e37083f1c89ed60e8765d5
.travis.yml
.travis.yml
sudo: required services: - docker before_install: - docker build -t zosconnectforswift . - docker run zosconnectforswift /bin/sh -c "swift test" script: - swift test
sudo: required services: - docker before_install: - docker build -t zosconnectforswift . - docker run zosconnectforswift /bin/sh -c "swift test"
Remove script definition for clean CI
Remove script definition for clean CI
YAML
apache-2.0
zosconnect/zosconnect-for-swift
b4b55e385d0c1ef858e725d16487f025ee007fc3
.travis.yml
.travis.yml
language: python python: - "2.7" install: - python setup.py install
language: python python: - "2.7" before_install: - sudo apt-get install -y hostapd dnsmasq install: - python setup.py install
Install dnsmasq and hostapd so that setup.py build doesn't lock.
Install dnsmasq and hostapd so that setup.py build doesn't lock.
YAML
mit
MrMugiwara/wifiphisher,MrMugiwara/wifiphisher
cb342973cda47f1aeb887d70efbd519521ea8fdf
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" before_install: - pip install pytest>=3.6 pytest-cov - pip install coveralls install: - pip install --upgrade pip setuptools wheel - pip install matplotlib==2.2.3 - pip install sympy==1.1.1 - pip install --only-binary=numpy,scipy numpy scipy==0.19.1 -...
language: python python: - "2.7" - "3.5" - "3.6" before_install: - pip install pytest pytest-cov<2.6 - pip install coveralls install: - pip install --upgrade pip setuptools wheel - pip install matplotlib==2.2.3 - pip install sympy==1.1.1 - pip install --only-binary=numpy,scipy numpy scipy==0.19.1 - ...
Fix for pytest-cov version on TravisCI
Fix for pytest-cov version on TravisCI
YAML
mit
christophmark/bayesloop
9430cc633deede87371109668d998482009f0aef
.travis.yml
.travis.yml
language: java script: mvn clean package jdk: - oraclejdk6 - oraclejdk7 - oraclejdk8 sudo: false
language: java script: mvn clean package jdk: - oraclejdk7 - oraclejdk8 sudo: false
Remove oraclejdk6 from Travis CI configuration
Remove oraclejdk6 from Travis CI configuration
YAML
mit
vbauer/yandex-metrica-plugin,vbauer/yandex-metrica-plugin
9e6675d41310ce1890b21e80baaf56b9c642d841
.travis.yml
.travis.yml
language: go os: - linux - osx go: - 1.3 - tip install: # github.com/howeyc/gopass requires Go v1.3. - go get github.com/howeyc/gopass - go get github.com/kward/go-osc/osc - go get github.com/kward/go-vnc - go get golang.org/x/net/context
language: go os: - linux - osx go: # Go 1.7 required for context package. - 1.7 - tip install: # github.com/howeyc/gopass requires Go 1.3. - go get github.com/howeyc/gopass # github.com/kward/go-osc/osc requires Go 1.2. - go get github.com/kward/go-osc/osc - go get golang.org/x/net/context # ...
Update required Go version to 1.7.
Update required Go version to 1.7.
YAML
apache-2.0
kward/venue
b476daf95659616ee602cfbe203102bbbcab5983
.travis.yml
.travis.yml
--- language: ruby rvm: - 1.9.3 branches: except: - master notifications: email: false
--- language: ruby rvm: - 1.9.3 notifications: email: false
Enable TravisCI for our master branch
Enable TravisCI for our master branch Pull requests from forks aren't being tested by Travis. We have a theory that this is because we've disabled builds for the master branch and there's a hint in the docs that pull requests don't work the same as normal branch builds: http://docs.travis-ci.com/user/pull-requests/#My...
YAML
mit
UKHomeOffice/vcloud-core,UKHomeOffice/vcloud-core,gds-operations/vcloud-core,gds-operations/vcloud-core
7396ce7f0796ec5705adab7dbd09de8179b0cca4
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: #- "2.6" - "2.7" - "3.2" install: # deactivate the virtualenv so that numpy can be quickly installed - deactivate - sudo apt-get install -qq python-numpy python-sphinx script: - cd tests - nosetests - cd ../doc - ...
# Config file for automatic testing at travis-ci.org language: python env: - PYTHON=python PYSUF='' # uses Python 2.7 - PYTHON=python3 PYSUF=3 # uses Python 3.2 # command to install dependencies install: # Deactivate the virtualenv to get fast install of dependencies - deactivate - sudo apt-get install...
Install nose and try to get Python 3 working
Install nose and try to get Python 3 working
YAML
mit
newville/asteval
5d0a4d23440afc12da7846ae494837971af9bcd9
.travis.yml
.travis.yml
language: php matrix: include: - php: 5.3 env: SEND_COVERAGE=false - php: 5.6 env: SEND_COVERAGE=true - php: 7.0 env: SEND_COVERAGE=false - php: hhvm env: SEND_COVERAGE=false allow_failures: - php: hhvm env: global: ...
language: php matrix: include: - php: 5.3 env: SEND_COVERAGE=false - php: 5.6 env: SEND_COVERAGE=true - php: 7.0 env: SEND_COVERAGE=false - php: hhvm env: SEND_COVERAGE=false allow_failures: - php: hhvm env: global: ...
Send coverage report to scrutinizer
Send coverage report to scrutinizer
YAML
mit
belgattitude/soluble-japha,belgattitude/soluble-japha,belgattitude/soluble-japha
6a89fcea4e6d2efa328bfdbc250369accfd41267
.travis.yml
.travis.yml
language: python python: - "3.2" - "3.3" - "3.4" # command to install dependencies install: - sudo apt-get install r-base-dev - pip install rpy2 scipy numpy sympy - python setup.py install - pip install nose-cov # command to run tests script: nosetests --with-coverage --cover-package=FFOMP after_success: ...
language: python python: - "3.2" - "3.3" - "3.4" virtualenv: system_site_packages: true # command to install dependencies install: - sudo apt-get install r-base-dev python-numpy python-scipy - pip install rpy2 sympy - python setup.py install - pip install nose-cov # command to run tests script: nosetes...
Change to use apt-get for scipy and numpy
Change to use apt-get for scipy and numpy Using scipy and numpy from pip takes longer than what is allowed by Travis CI. Now they are attempted to be installed by apt-get.
YAML
mit
tschijnmo/FFOMP,tschijnmo/FFOMP
7cdc1c5bec00d021ace7c15622a2e577fad05662
.travis.yml
.travis.yml
language: node_js node_js: - 'stable' - '0.12' - '0.10'
language: node_js node_js: - '5' - '4' - '0.12' - '0.10'
Test on `4` and `5`
Test on `4` and `5`
YAML
mit
gillstrom/number-length
58befbbd390ba6e2e4e0779f41b2626737318bc6
.travis.yml
.travis.yml
language: node_js script: "npm run travis" node_js: - node - "13" - "12" - "11" - "10" - "9" - "8" addons: chrome: stable services: - xvfb
language: node_js script: "npm run travis" node_js: - node - "15" - "14" - "13" - "12" - "11" - "10" addons: chrome: stable services: - xvfb
Update node version and drop node < 10
Update node version and drop node < 10
YAML
mit
polygonplanet/chillout
00a383c4193384cd04d24905f48c8496caa835fd
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head script: bundle exec rake matrix: allow_failures: - rvm: ruby-head
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head script: bundle exec rake matrix: allow_failures: - rvm: ruby-head - rvm: 1.8.7
Add allow failure for 1.8.7
Add allow failure for 1.8.7 `Gem::InstallError: mime-types requires Ruby version >= 1.9.2.`
YAML
apache-2.0
cparedes/opsview_rest,kainam00/opsview_rest
a416281522cac56249d8bf714eadcf32283f225b
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 before_install: gem install bundler -v 1.13.6
sudo: false language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 before_install: - gem update --system - gem install bundler -v 1.13.6
Update gem to the latest version to fix build error
Update gem to the latest version to fix build error https://travis-ci.org/emsk/backlog_kit/jobs/200349504
YAML
mit
emsk/resas_kit,emsk/resas_kit
cb94348f440450ae5104f466fe1ce5e3ccbe9841
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.5-dev" - "nightly" install: - "sudo apt-get -qq update" - "sudo apt-get -y install libsdl1.2-dev graphviz" - "pip install git+https://github.com/metrasynth/sunvox-dll-python" - "pip install git+https://github.com/metrasynth/radiant-voices" - "pip install -r requirem...
language: python python: - "3.5" - "3.5-dev" install: - "sudo apt-get -qq update" - "sudo apt-get -y install libsdl1.2-dev graphviz" - "pip install git+https://github.com/metrasynth/sunvox-dll-python" - "pip install git+https://github.com/metrasynth/radiant-voices" - "pip install -r requirements/tests.txt...
Remove nightly build of Python (numpy doesn't support it out-of-the-box)
Remove nightly build of Python (numpy doesn't support it out-of-the-box)
YAML
mit
metrasynth/solar-flares
edcff6de36c0bb402df206b203b9472983c9c4b0
.travis.yml
.travis.yml
language: clojure before_install: - sudo apt-get purge nodejs npm - sudo apt-get install -y python-software-properties - sudo add-apt-repository -y ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install -y nodejs - sudo npm install -g jshint script: lein with-profile dev midje && lein uberjar jd...
language: clojure before_install: - sudo apt-get purge nodejs npm - sudo apt-get install -y python-software-properties - sudo add-apt-repository -y ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install -y nodejs - sudo npm install -g jshint script: lein test && lein uberjar jdk: - oraclejdk8 ...
Fix Travis CI conf: use 'lein test'
Fix Travis CI conf: use 'lein test'
YAML
epl-1.0
vbauer/lein-jshint
5a7dca37e11328ae1d995554487fb1d19bb47da2
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install --quiet -g karma - sleep 1 # give server time to start script: - karma start frontend/config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
language: node_js node_js: - 0.10 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install --quiet -g karma - sleep 1 # give server time to start script: - karma start frontend/config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
Update the Travis configuration file to use the latest version.
Update the Travis configuration file to use the latest version. Use the latest version of node.js to run the tests.
YAML
agpl-3.0
MJDSys/eimbu,MJDSys/eimbu,MJDSys/eimbu,MJDSys/eimbu
872fd68bfdffd5c2c2e993e029f4d8903b5e5702
.travis.yml
.travis.yml
dist: trusty sudo: false addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk/bin/chef shell-init bash)" scri...
dist: trusty sudo: false addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(chef shell-init bash)" script: - chef --v...
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
opscode-cookbooks/aws,chef-cookbooks/aws,scalp42/aws,paybyphone/aws
270f8e2b5010592e34a333a4e2a8bf3b72c56412
.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' - '12' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
Build with Node.js 12 on Travis CI.
Build with Node.js 12 on Travis CI. Closes #140.
YAML
mit
bigeasy/turnstile
87694add16eb627b9d386f09ed6311b529b37752
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" before_script: - npm install -g gulp - npm install -g bower - npm install -g codeclimate-test-reporter - npm install -g codacy-coverage - bower install script: gulp after_script: - codecov < .tmp/js/lcov.info - codeclimate-test-reporter < ./.tmp/js/lcov.inf...
language: node_js node_js: - "0.12" - "0.11" before_script: - npm install -g gulp - npm install -g bower - npm install -g codeclimate-test-reporter - npm install -g codacy-coverage - bower install script: gulp after_script: - codecov < .tmp/js/lcov.info - codeclimate-test-reporter < ./.tmp/js/lcov.inf...
Add more directories for caching
Add more directories for caching
YAML
mit
dmgress/cloudgrapher,dmgress/cloudgrapher
13924497bf3fd65decea4e198d9455f98fac3a5f
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(chef shell-ini...
addons: apt: sources: - chef-current-xenial packages: - chef-workstation # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(che...
Update for Chef 15 license agreement and Chef Workstation
Update for Chef 15 license agreement and Chef Workstation
YAML
apache-2.0
chef-cookbooks/homebrew,opscode-cookbooks/homebrew,Brantone/homebrew
f1e4894d47541a4328b3f4fee60de74727ff918a
.travis.yml
.travis.yml
language: ruby bundler_args: --deployment --without development rvm: - 1.9.3-p448 script: bundle exec rspec spec before_script: - mysql -u root -e "DELETE FROM mysql.user WHERE Host='localhost' AND User=''" - mysql -u root -e "SHOW VARIABLES"
language: ruby bundler_args: --deployment --without development rvm: - 1.9.3-p448 script: bundle exec rspec spec before_script: - mysql -u root -e "DELETE FROM mysql.user WHERE Host='localhost' AND User=''" - mysql -u root -e "SET GLOBAL innodb_stats_auto_recalc=ON, innodb_stats_on_metadata=ON, innodb_stats_persist...
Set MySQL stats configuration for Travis
Set MySQL stats configuration for Travis
YAML
apache-2.0
cloudfoundry/cf-mysql-broker,cloudfoundry/cf-mysql-broker,SudarsananRengarajan/cf-mysql-broker,SudarsananRengarajan/cf-mysql-broker,cloudfoundry/cf-mysql-broker
d22b36502d011e33556ce09f419e28d8557b2ebd
.travis.yml
.travis.yml
dist: precise # https://github.com/travis-ci/travis-ci/issues/8331 addons: apt: packages: - sqlite3 # https://github.com/rails/rails/issues/24288#issuecomment-206011385 language: ruby sudo: false script: 'script/cibuild' cache: bundler env: matrix: - SUITE=mysql - SUITE=pg - SUITE=sqlite3 rvm:...
dist: precise # https://github.com/travis-ci/travis-ci/issues/8331 addons: apt: packages: - sqlite3 # https://github.com/rails/rails/issues/24288#issuecomment-206011385 language: ruby sudo: false script: 'script/cibuild' cache: bundler env: matrix: - SUITE=mysql - SUITE=pg - SUITE=sqlite3 rvm:...
Test against Ruby 2.x versions
[CI] Test against Ruby 2.x versions
YAML
mit
Shopify/shipit-engine,Shopify/shipit-engine,Shopify/shipit-engine,Shopify/shipit-engine,Shopify/shipit-engine
ac8cdfca4c0158f154c1a27fbab113b886ffd112
.travis.yml
.travis.yml
language: ruby sudo: false before_install: - gem install bundler bundler_args: --without guard cache: bundler rvm: - 2.4.1 - 2.6.5 env: global: - RUN_ALL_TESTS=true
language: ruby sudo: false before_install: - gem install bundler bundler_args: --without guard cache: bundler rvm: - 2.6.9 - 3.1.0 env: global: - RUN_ALL_TESTS=true
Test using more modern ruby versions
Test using more modern ruby versions Removing 2.4.x (last updated 2020-03-31) and adding 3.1.x (just released 2021-12-25)
YAML
mit
judofyr/ruby-oembed,ruby-oembed/ruby-oembed
20a530742f21542ad814b4b9d681cfb69291d687
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 env: - TARGET=redmine REDMINE_VERSION=2.5.3 - TARGET=plugin REDMINE_VERSION=2.5.3 - TARGET=redmine REDMINE_VERSION=2.6.7 - TARGET=plugin REDMINE_VERSION=2.6.7 - TARGET=redmine REDMINE_VERSION=3.0.5 - TARGET=plugin REDMINE_VERSION=3.0.5 - TARGET=redm...
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 env: - TARGET=redmine REDMINE_VERSION=2.5.3 - TARGET=plugin REDMINE_VERSION=2.5.3 - TARGET=redmine REDMINE_VERSION=2.6.7 - TARGET=plugin REDMINE_VERSION=2.6.7 - TARGET=redmine REDMINE_VERSION=3.0.5 - TARGET=plugin REDMINE_VERSION=3.0.5 - TARGET=redm...
Add Redmine3.2.0 to test target
Add Redmine3.2.0 to test target
YAML
mit
pinzolo/redmine_mx,pinzolo/redmine_mx,pinzolo/redmine_mx,pinzolo/redmine_mx
4fc93203886f8200e1c1241579092282e42f55cf
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2 - jruby-19mode script: - bundle exec rake ci sudo: false cache: bundler
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby-19mode script: - bundle exec rake ci sudo: false cache: bundler
Use the latest Ruby 2.1.x on Travis CI
Use the latest Ruby 2.1.x on Travis CI
YAML
mit
yujinakayama/guard-rubocop
f16368a0dae9037f17e0fd7ddaddc9ce4f550f5a
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=1.5 install: - pip install -q Django==$DJANGO --use-mirrors - python setup.py -q install - pip install -q MySQL-python --use-mirrors - pip install -q pexpect --use-mirrors before_script: - mysql -e 'create database modoboa_test;' script: - PY...
language: python python: - "2.7" env: - DJANGO=1.5 install: - pip install -q Django==$DJANGO --use-mirrors - python setup.py -q install - pip install -q MySQL-python --use-mirrors - pip install -q pexpect --use-mirrors before_script: - mysql -e 'create database modoboa_test;' script: - PYTHONPATH=t...
Drop python 2.6 because unit tests refuse to start.
Drop python 2.6 because unit tests refuse to start. I need to find find the way to launch tests using python 2.6...
YAML
isc
mehulsbhatt/modoboa,bearstech/modoboa,mehulsbhatt/modoboa,RavenB/modoboa,bearstech/modoboa,RavenB/modoboa,carragom/modoboa,modoboa/modoboa,bearstech/modoboa,RavenB/modoboa,bearstech/modoboa,tonioo/modoboa,mehulsbhatt/modoboa,carragom/modoboa,modoboa/modoboa,carragom/modoboa,modoboa/modoboa,tonioo/modoboa,tonioo/modoboa...
15a1650392d3340700c69c53604ac58a55115f83
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "iojs-v1.4.3" after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
language: node_js node_js: - "5.1.0" after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
Build with recent version of node
Build with recent version of node It's required now that overman uses native promises
YAML
apache-2.0
pereckerdal/overman
7117167a4dcf6a499b3a70ca17e0baeb8f67e32d
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 0.10 before_install: - npm install -g grunt-cli install: npm install
sudo: false language: node_js node_js: - 5.1 - 5.0 - 4.2 - 4.1 - 4.0 - 0.12 - 0.11 - 0.10 before_install: - npm install -g grunt-cli install: npm install
Test against multiple node versions
Test against multiple node versions
YAML
mit
schorfES/grunt-lintspaces,schorfES/grunt-lintspaces
6a95c2441f4ea2d3745fd73fb0e3c9c1a2e08d88
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" before_install: - pip install pyserial script: python setup.py test env: global: secure: "fRUiPvsTwXvIGzVKoIWXJLWLeX8EhabNurKTwnfGZUD4oDQHbI/FPSARTvJ9\na3qZnR1JwrPi4YuwqzwRu9zQSBOFOpfoy6e3lU38QcTAAgWfrhuDpIApn2mN\nmAXOfc6HIW5mqeSzMs0tGFNk33lqiUaEFry+QmZ5w...
language: python python: - "2.6" - "2.7" - "3.2" before_install: - pip install pyserial script: python setup.py test env: global: secure: "fRUiPvsTwXvIGzVKoIWXJLWLeX8EhabNurKTwnfGZUD4oDQHbI/FPSARTvJ9\na3qZnR1JwrPi4YuwqzwRu9zQSBOFOpfoy6e3lU38QcTAAgWfrhuDpIApn2mN\nmAXOfc6HIW5mqeSzMs0tGFNk33lqiUaEFry+QmZ5w...
Update Travis CI token for HipChat.
Update Travis CI token for HipChat.
YAML
bsd-3-clause
openxc/openxc-python,openxc/openxc-python,openxc/openxc-python
87b40c58392296aa26925c5893342d9bba471a1f
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 env: - DB=sqlite before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 env: - DB=sqlite before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev
Remove PHP 5.3 from Travis because of climate
Remove PHP 5.3 from Travis because of climate `league/climate 3.1.1 requires php >=5.4.0 -> your PHP version (5.3.29) does not satisfy that requirement.`
YAML
mit
natedrake/fast-forward,nochso/fast-forward,natedrake/fast-forward,nochso/fast-forward,phparsenal/fast-forward,phparsenal/fast-forward
d5378be78d85fb959d840c72d36ed9b5ab211cc3
.travis.yml
.travis.yml
before_install: - sudo bash -c 'echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections' - sudo add-apt-repository ppa:webupd8team/java - sudo apt-get update - sudo apt-get install oracle-java8-installer script: - echo $JAVA_HOME - javac -version notifications: ...
before_install: - sudo bash -c 'echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections' - sudo add-apt-repository -y ppa:webupd8team/java - sudo apt-get update - sudo apt-get install -y oracle-java8-installer script: - echo $JAVA_HOME - javac -version notificatio...
Use Java 8 from webupd8 team.
WIP: Use Java 8 from webupd8 team.
YAML
apache-2.0
schleichardt/travis-ci-playground,schleichardt/travis-ci-playground
fe75fa7c8623b78609ab1392516cb432b48c93df
.travis.yml
.travis.yml
language: python python: - "3.2" - "3.3" - "3.4" - "3.5" # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: c env: - PYTHON=python PYSUF='' PYVER=2.7 - PYTHON=python3 PYSUF='3' PYVER=3.5 install: - sudo apt-get update - sudo apt-get install $PYTHON-dev - sudo apt-get install $PYTHON-setuptools - sudo apt-get install $PYTHON-pandas - sudo easy_install$PYSUF pip - sudo pip-$PYVER insta...
Update to cover c functionality
Update to cover c functionality
YAML
mit
rwhitt2049/trouve,rwhitt2049/nimble
37bca3c945d942598cb156cf718009fe81782a81
.travis.yml
.travis.yml
env: global: secure: "XSDqVEb9qwXDpifbNaFL+iEXnMpdHp+IW2/i11QmCPmPY/CtTv1UDqq32q6mV65Pbdlynsoia8Ld1Rt/6j8JbRZEHKF6LlKfeLCSMa1yOE38lSHAJ33eQ1aAUepqmA/Ex8UBpSlyVQXaO76hjQYCYKOsvx6L07CpCFRzUPJ1Vkg=" sudo: false language: java jdk: - openjdk6 branches: only: - master script: mvn -f com.codeaffine.osgi.te...
env: global: secure: "XSDqVEb9qwXDpifbNaFL+iEXnMpdHp+IW2/i11QmCPmPY/CtTv1UDqq32q6mV65Pbdlynsoia8Ld1Rt/6j8JbRZEHKF6LlKfeLCSMa1yOE38lSHAJ33eQ1aAUepqmA/Ex8UBpSlyVQXaO76hjQYCYKOsvx6L07CpCFRzUPJ1Vkg=" sudo: false language: java jdk: - oraclejdk8 branches: only: - master script: mvn -f com.codeaffine.osgi....
Change JDK used by Travis to Oracle JDK 8
Change JDK used by Travis to Oracle JDK 8
YAML
epl-1.0
rherrmann/osgi-testsuite,rherrmann/osgi-testsuite,rherrmann/osgi-testsuite
e8021658db6a1c0d34eabc66e0436038e0c908e3
.travis.yml
.travis.yml
language: java env: global: - COVERALLS_REPO_TOKEN=KaiaNcXBfP2cda4WAV2tMJyqepXXLei5l jdk: - oraclejdk8 script: - ./buildsupport/gradlewrapper/gradlew clean build after_success: - ./gradlew cobertura coveralls
language: java env: global: - COVERALLS_REPO_TOKEN=KaiaNcXBfP2cda4WAV2tMJyqepXXLei5l jdk: - oraclejdk8 script: - ./buildsupport/gradlewrapper/gradlew clean build after_success: - ./buildsupport/gradlewrapper/gradlew cobertura coveralls
Fix the gradle path for coverall invocation
Fix the gradle path for coverall invocation
YAML
mit
FarooqKhan/jsondb,Jsondb/jsondb-core
4a60db996fd7b93f0cee66986aa81d1957ab7753
.travis.yml
.travis.yml
language: python python: - "2.7" env: - PGVERSION=9.1 sudo: required cache: pip install: ./bin/travis-install-dependencies script: ./bin/travis-run-tests
language: python python: - "2.7" env: - PGVERSION=9.2 sudo: required cache: pip install: - ./bin/travis-install-dependencies - pip install coveralls script: ./bin/travis-run-tests after_success: - coveralls
Upgrade pg version, add coveralls
Upgrade pg version, add coveralls
YAML
agpl-3.0
ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards
0d779db325831a6dfffe6b396b2b12c72668da5d
.travis.yml
.travis.yml
language: python python: - "2.7" install: - "pip install twisted" - "pip install requests" - "pip install python-dateutil" - "pip install feedparser" script: trial plugins notifications: irc: "irc.chalmers.it#platinumshrimp"
language: python python: - "2.7" install: - "pip install twisted" - "pip install requests" - "pip install python-dateutil" - "pip install feedparser" script: trial plugins notifications: irc: channels: - "irc.chalmers.it#platinumshrimp" use_notice: true skip_join: true
Update TravisCI irc notification to don't join + notice
Update TravisCI irc notification to don't join + notice
YAML
mit
Tigge/platinumshrimp
f4ee98212e91cad511e350e7acfae6845353e720
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' before_script: - 'export CHROME_BIN=chromium-browser' - 'export DISPLAY=:99.0' - 'sh -e /etc/init.d/xvfb start' - 'npm install -g bower' - 'npm install' - 'bower install'
language: node_js node_js: - '0.12' before_script: - 'export CHROME_BIN=chromium-browser' - 'export DISPLAY=:99.0' - 'sh -e /etc/init.d/xvfb start' - 'npm install -g bower' - 'bower install'
Remove npm install on before_script
Remove npm install on before_script
YAML
mit
tfoxy/angular-incremental-list,tfoxy/angular-incremental-list
44c5a16559e95fe21a817b596f53728900180b48
.travis.yml
.travis.yml
language: python sudo: false python: - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" matrix: allow_failures: - python: "nightly" env: - INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION="==0.11" - INJECTOR_VERSION=">=0.11" FLASK_VERSION="==0.11" - INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION=">0.11" - ...
language: python sudo: false python: - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" matrix: allow_failures: - python: "nightly" env: - INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION="==0.11" - INJECTOR_VERSION=">=0.11,<0.12" FLASK_VERSION="==0.11" - INJECTOR_VERSION=">=0.12" FLASK_VERSION="==0.11" -...
Test with the most recent Injector
Test with the most recent Injector
YAML
bsd-3-clause
alecthomas/flask_injector
074ec38578167cd0dd140548f903b150d4dcbd6e
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 - 0.12 - 4 - 5 script: - npm test
language: node_js node_js: - 0.10 - 0.12 - 4 - 5 - 6 - 7 script: - npm test
Test on node 6 & 7
Test on node 6 & 7
YAML
mit
SimpliField/oh-csv
5ea910be68970946017b241733eb1b0f96a9cfe0
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - 'stable' - '6' - '8' - '10' sudo: false script: - yarn test deploy: - provider: npm email: 'thanarie@gmail.com' api_key: secure: Pu74+OVhLBIwgB8i2/k46XpSdYbtFccRdkZvSMTP3sbHgJvvlq/8KN9iWgnqi6kXE1e9vWM5Ru0oSS1+qtGPrHWy2f4ZRml+RJ1G0vVvRBAO9U7XsKiOVtR...
language: node_js cache: yarn node_js: - 'stable' - '6' - '8' - '10' sudo: false script: - yarn test deploy: - provider: npm email: 'thanarie@gmail.com' api_key: $NPM_TOKEN on: tags: true node: 'stable' skip_cleanup: true
Move npm api_key to settings
Move npm api_key to settings
YAML
mit
ThaNarie/tslint-teamcity-reporter,ThaNarie/tslint-teamcity-reporter
0630f4ad6cf789154941fd15b584bed722f8ceee
.travis.yml
.travis.yml
language: python sudo: false env: - LUA="lua=5.1" - LUA="lua=5.2" - LUA="lua=5.3" before_install: - pip install hererocks - hererocks bin/lua_install -r^ --$LUA - export PATH=$PATH:$PWD/bin/lua_install/bin install: - luarocks install busted before_script: - bin/fetch-configlet - bin/configlet . s...
language: python sudo: false env: - LUA="lua=5.1" - LUA="lua=5.2" - LUA="lua=5.3" before_install: - pip install hererocks - hererocks bin/lua_install -r^ --$LUA - export PATH=$PATH:$PWD/bin/lua_install/bin install: - luarocks install busted before_script: - bin/fetch-configlet - bin/configlet lint...
Call configlet subcommand on CI
Call configlet subcommand on CI This changes configlet to pass a subcommand. For now, we've released a version of configlet which handles both the old command: configlet path/to/track as well as the new command: configlet lint path/to/track This will let us update all the travis files to include the subco...
YAML
mit
exercism/xlua
ec4c140257a7ee854df1fc97a6d60130ca3de285
.travis.yml
.travis.yml
sudo: required language: php php: - 5.5 - 5.4 script: phpunit before_install: sudo pip install codecov after_success: codecov
language: php php: - 5.5 - 5.4 script: phpunit after_success: - bash <(curl -s https://codecov.io/bash)
Update Travis with PHP specific instructions for Codecov
Update Travis with PHP specific instructions for Codecov
YAML
mit
outspaced/google-chart-maker,outspaced/chartsia,outspaced/chartsia,outspaced/google-chart-maker
db504d4b6cfee80940cab4a81106a40ddc18cb6e
.travis.yml
.travis.yml
language: node_js node_js: - 0.11 before_script: - npm install -g grunt-cli - npm install -g bower - bower install script: grunt test
language: node_js sudo: false node_js: - 0.11 before_script: - npm install -g grunt-cli - npm install -g bower - bower install script: grunt test
Use new Travis CI infrastructure
Use new Travis CI infrastructure Signed-off-by: Chris Aniszczyk <81428d187adac7683e39e04d7ad9315094920990@twitter.com>
YAML
mit
twitter/plumage.js,twitter/plumage.js,twitter/plumage.js
2ad93fec215c66cf0dabdc416743ae59a61a2d7b
.travis.yml
.travis.yml
language: elixir elixir: - 1.2.4 otp_release: - 18.1 env: MIX_ENV=test sudo: false # faster builds notifications: email: false before_install: - npm install script: # - mix test # - mix dogma - npm build - npm test
language: elixir elixir: - 1.2.3 otp_release: - 18.1 env: MIX_ENV=test sudo: false # faster builds notifications: email: false before_install: - npm install script: # - mix test # - mix dogma - npm build - npm test
Use correct Elixir version on CI
Use correct Elixir version on CI
YAML
agpl-3.0
lpil/elixre
5c69ba88069049fcc2499a206dd36b059a6167b5
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx branches: ...
language: csharp sudo: false dist: trusty env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx osx_image: xcode8.2 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ before_install: - if test "$TRAVIS_OS_NAME" == ...
Update Travis to macOS Sierra
Update Travis to macOS Sierra [skip appveyor]
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
7e9bd0099f345ef99ca1230ee4b3f56bc693ca21
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" - "nightly" - "pypy" env: global: - WAIT_FOR_ES=1 - ES_PY_VERSION=master matrix: - ES_VERSION=7.0.0 matrix: include: - python: 3.8 install: - python -m pip install nox script: - ...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" - "nightly" - "pypy" env: global: - WAIT_FOR_ES=1 - ES_PY_VERSION=master matrix: - ES_VERSION=7.0.0 matrix: include: - python: 3.8 install: - python -m pip install nox script: - ...
Allow python: 'nightly' to fail
Allow python: 'nightly' to fail
YAML
apache-2.0
elastic/elasticsearch-dsl-py
a7c4d392d5263026cb33d9d908577e4c1d78397b
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - stable - "5" - "4" script: npm test branches: only: - master
language: node_js node_js: - stable - "12" - "10" script: - npm run browserify - npm run minify - npm test
Update Node versions, test scripts
test(ci): Update Node versions, test scripts
YAML
mit
jhermsmeier/node-exfat,jhermsmeier/node-exfat
d604783bde6fa768376d67bd24feeaf69dfe5c6a
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 - ruby-head gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.0.beta2.gemfile - gemfiles/rails_edge.gemfile matrix: allow_failures: - rvm: ruby-head ...
language: ruby sudo: false rvm: - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.4 - 2.6.2 - ruby-head gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.0.beta2.gemfile - gemfiles/rails_edge.gemfile matrix: allow_failures: - rvm: ruby-head ...
Test against latest Ruby versions
Test against latest Ruby versions
YAML
mit
DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations
955eac522b552694e9b4eea163dc27c390e7a181
.travis.yml
.travis.yml
language: cpp os: - linux - osx osx_image: xcode8.3 # Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment. sudo: required dist: trusty # We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches env: - GLSLANG_REV=9c6f8cc29ba303b43ccf36deea6bb38a304f9b92 SPIRV_TOOLS_R...
language: cpp os: - linux - osx osx_image: xcode8.3 # Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment. sudo: required dist: trusty # We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches env: - PROFILE=plain before_script: - if [[ "$TRAVIS_OS_NAME" == "osx"...
Make use of the handy scripts for Travis as well.
Make use of the handy scripts for Travis as well.
YAML
apache-2.0
KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross
caf3e91783826f4f20ef5798a33594fe55eea4c7
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: - "pip install pytest" - "pip install bandit" - "cd src/cobwebs; pip install -r requirements.txt; python setup.py install .; cd -" ...
language: python python: - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: - "pip install pytest" - "pip install bandit" - "cd src/cobwebs; pip install -r requirements.txt; python setup.py install; cd -" - ...
Fix a bug when installing.
Fix a bug when installing.
YAML
apache-2.0
asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider
6f9ada7cbcfd1a6ee23ca64adeacae262d62f9c0
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - '10' - '8' - '6' addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - build-essential -...
sudo: false language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - '10' - '8' - '6' addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - build-essential -...
Remove upgrading npm during the Travis CI build
chore: Remove upgrading npm during the Travis CI build It is not necessary.
YAML
mit
prantlf/backbone.composite-model,prantlf/backbone.composite-model
0ff0f33ef0d2517393a8117857032103757f0820
.travis.yml
.travis.yml
language: python python: - '2.7' # TODO: Twisted has to be installed before vertex is installed, even though # it is in the install_requires and setup_requires, because without Twisted # setup.py can't even import without Twisted being installed (because vertex # version requires twisted version) install: - pip...
language: python sudo: false cache: directories: - $HOME/.cache/pip branches: only: - master python: - '2.7' # TODO: Twisted has to be installed before vertex is installed, even though # it is in the install_requires and setup_requires, because without Twisted # setup.py can't even import without Twist...
Make a bunch of miscellaneous Travis fixes.
Make a bunch of miscellaneous Travis fixes.
YAML
mit
insequent/vertex,twisted/vertex,glyph/vertex,insequent/vertex,twisted/vertex
971ae566deac3e51c7c78da75be7432f2dedee16
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php matrix: include: - php: 5.5 env: DB=MYSQL CORE_RELEASE=master - php: 5.6 env: DB=MYSQL CORE_RELEASE=master - php: 5.6 env: DB=PGSQL CORE_RELEASE=master - php: 7.0 ...
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php matrix: include: - php: 5.5 env: DB=MYSQL CORE_RELEASE=4 - php: 5.6 env: DB=MYSQL CORE_RELEASE=4 - php: 5.6 env: DB=PGSQL CORE_RELEASE=4 - php: 7.0 env: DB=MYSQ...
Use "4" for the release instead of master.
Use "4" for the release instead of master.
YAML
bsd-2-clause
silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack
c3c81abc74ba978eb17d15368f03971aa2f301a0
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "6" - "5" - "4" - "0.11" - "0.10" before_install: - npm install -g grunt-cli
language: node_js node_js: - "node" - "6" - "5" - "4"
Remove grunt bit, drop node versions < 4.x
Remove grunt bit, drop node versions < 4.x
YAML
mit
thebinarypenguin/raml-cop
5c7df554511e52f2e5a9588e6f3ae486951a8fa6
.travis.yml
.travis.yml
language: julia os: - linux julia: - 1.0 - nightly matrix: fast_finish: true allow_failures: - julia: nightly notifications: email: false before_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))' after_success: - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverag...
language: julia os: - linux julia: - 1.0 - nightly matrix: fast_finish: true allow_failures: - julia: nightly notifications: email: false before_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))' after_success: - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverag...
Use -e option instead of heredoc in CI doc stage
Use -e option instead of heredoc in CI doc stage This makes sure that the Travis job actually fails when there is an error somewhere in the Documenter script. The heredoc does not work because Julia does not set the return code appropriately when the scripts are passed via stdin.
YAML
mit
dcjones/Gadfly.jl
3a93ca1ff11a2a2456661835ac22a215f0d03880
.travis.yml
.travis.yml
language: go sudo: false os: - linux - osx go: - 1.9 - tip before_install: make setup script: make ci notifications: email: on_success: never
language: go sudo: false os: - linux - osx go: - 1.8 - 1.9 - tip before_install: make setup script: make ci notifications: email: on_success: never
Update Travis list of supported Go versions
Update Travis list of supported Go versions `1.8` was returned back to the list of officially supported versions
YAML
mit
dulanov/nem-toolchain,nem-toolchain/nem-toolchain,nem-toolchain/nem-toolchain,dulanov/nem-toolchain
6b82601e8629152b5b59844136b26664474419a5
.travis.yml
.travis.yml
language: python sudo: false python: - 2.7 - 3.2 - 3.3 - 3.4 - pypy # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install -e . - python scripts/test_setup.py # command to run tests, e.g. python setup.py test script: py.test tests deploy: provider: ...
language: python sudo: false python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install -e . - python scripts/test_setup.py # command to run tests, e.g. python setup.py test script: py.test tests deploy: pr...
Add python 2.6 support again
Add python 2.6 support again
YAML
bsd-3-clause
omergertel/flux,vmalloc/flux
01044f30293c3a6c9e97e039088e45733b1297b9
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 before_script: - npm install -g mocha
language: node_js node_js: - 0.10 before_script: - npm install -g mocha sudo: false
Use new Docker based Travis instances.
Use new Docker based Travis instances. http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
YAML
mit
renstrom/webassets,renstrom/webassets
73f35ea37809086a2e4ea45d3469353242c792c8
.travis.yml
.travis.yml
language: node_js node_js: - 0.6 - 0.8 before_script: - ln -s ../ node_modules/es5-ext notifications: email: - medikoo+es5-ext@medikoo.com
language: node_js node_js: - 0.6 - 0.8 - 0.9 before_script: - ln -s ../ node_modules/es5-ext notifications: email: - medikoo+es5-ext@medikoo.com
Test Node v0.9 in Travis
Test Node v0.9 in Travis
YAML
isc
medikoo/es5-ext
f5367db81cb36396ed712bc8915093d8c0efbe4b
.travis.yml
.travis.yml
--- language: ruby sudo: false before_install: "gem install bundler -v '< 2.0'" script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 - 2.7.0-preview2 - ruby-head - jruby-9.1.5.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-hea...
--- language: ruby before_install: "gem install bundler -v '< 2.0'" script: bundle exec rake ci rvm: - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.9 - 2.5.6 - 2.6.5 - 2.7.0-preview2 - ruby-head - jruby-9.2.6.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: j...
Change to update Ruby versions
Change to update Ruby versions
YAML
mit
peter-murach/necromancer
4dde295b522fd53395201ad1acd5c7c303855507
.travis.yml
.travis.yml
language: python python: # Disable 2.5 for now due to a bug in django-setuptest # Ref: https://github.com/praekelt/django-setuptest/pull/6 # - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.3.4 - DJANGO=Django==1.4.2 - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/ # command to install depen...
language: python python: # Disable 2.5 for now due to a bug in django-setuptest # Ref: https://github.com/praekelt/django-setuptest/pull/6 # - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.3.4 - DJANGO=Django==1.4.2 # - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/ # TODO: Migrate to class b...
Drop 1.5a1 tests, need to use generic CBV.
Drop 1.5a1 tests, need to use generic CBV.
YAML
agpl-3.0
ctxis/django-newsletter,viaregio/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,dsanders11/django-newsletter,viaregio/django-newsletter
32f9411ad58a83c299b9411ce7dc3bd1491ee569
.travis.yml
.travis.yml
sudo: required language: bash services: - docker before_install: - wget -nc -P "$TRAVIS_BUILD_DIR/data" "http://download.geofabrik.de/europe/switzerland-latest.osm.pbf" - docker-compose build postgres import-osm export-vectortiles script: - docker-compose up -d postgis - sleep 5 - docker-compose run import-...
sudo: required language: bash services: - docker before_install: - wget -nc -P "$TRAVIS_BUILD_DIR/data" "http://download.geofabrik.de/europe/switzerland-latest.osm.pbf" - docker-compose build postgres import-osm export-vectortiles script: - docker-compose up -d postgres - sleep 5 - docker-compose run import...
Fix db name to postgres
Fix db name to postgres
YAML
mit
lukasmartinelli/osm-noise-pollution
b89b6c05479b15a41546bd549c6258bf44ee7400
.travis.yml
.travis.yml
language: scala sudo: true services: - mysql - postgresql - docker before_install: - docker pull oracleinanutshell/oracle-xe-11g - docker pull topaztechnology/mssql-server-linux - docker run --name oracle -d -p 127.0.0.1:1521:1521 -e ORACLE_ALLOW_REMOTE=true oracleinanutshell/oracle-xe-11g - docker run --...
language: scala sudo: true services: - mysql - postgresql - docker before_install: - docker pull oracleinanutshell/oracle-xe-11g - docker pull topaztechnology/mssql-server-linux - docker run --name oracle -d -p 127.0.0.1:1521:1521 -e ORACLE_ALLOW_REMOTE=true oracleinanutshell/oracle-xe-11g - docker run --...
Build for Scala 2.12 and 2.13
Build for Scala 2.12 and 2.13
YAML
apache-2.0
dnvriend/akka-persistence-jdbc
253063ffc163749dd40bec6cd1d386b68591a5c7
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "pypy" - "pypy3" install: - pip install -r requirements-devel.txt - pip install coveralls pytest-cov script: - py.test test --cov anymarkup_core after_success: - coveralls
dist: xenial language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "pypy" - "pypy3" install: - pip install -r requirements-devel.txt - pip install coveralls pytest-cov script: - py.test test --cov anymarkup_core after_success: - coveralls
Drop testing on Python 3.4, test on xenial which has 3.7
Drop testing on Python 3.4, test on xenial which has 3.7
YAML
bsd-3-clause
bkabrda/anymarkup-core
5556f87d68a3c1de65f31c39a5960f956dd189dd
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" install: - ./.travis_setup env: - DJANGO="django>=1.5,<1.6" - DJANGO="django>=1.6,<1.7" - DJANGO="django>=1.7,<1.8" script: - cd ./testproject; coverage run --source=phonenumber_field manage.py test phonenumber_field testapp after_success: coveralls
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" - "pypy3" install: - ./.travis_setup env: - DJANGO="django>=1.5,<1.6" - DJANGO="django>=1.6,<1.7" - DJANGO="django>=1.7,<1.8" - DJANGO="django>=1.8,<1.9" matrix: exclude: - python: "3.5" env: DJANGO="django>=1.5,<1.6" ...
Add Python 3.5, pypy, pypy3, and Django 1.8 to Travis
Add Python 3.5, pypy, pypy3, and Django 1.8 to Travis
YAML
mit
hovel/django-phonenumber-field,stefanfoulis/django-phonenumber-field,hovel/django-phonenumber-field,bramd/django-phonenumber-field,bramd/django-phonenumber-field
6cb2e9f1aa00423058e0360f5ec3dc6317fff08e
.travis.yml
.travis.yml
--- language: ruby script: bundle exec rake rvm: - 1.9.3 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION=">= 0" matrix: allow_failures: - env: PUPPET_VERSION=">= 0"
--- language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.1.6 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION="~> 4.2.0" - PUPPET_VERSION=">= 0" matrix: exclude: - rvm: 2.1.6 ...
Add Puppet 4 to the testing matrix
Add Puppet 4 to the testing matrix This commit adds Puppet 4 to the testing matrix as a required passing test. Exclusions have been added on Puppet 3.0 and 3.1 with Ruby 2 as these versions of Puppet do not yet support Ruby 2.
YAML
mit
gds-operations/puppet-syntax,gds-operations/puppet-syntax
ee1250ea59c708c476df2f575d454b0de1946f85
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.5 - 3.6 install: - pip install codecov script: - export RENTABOT_RESOURCE_DESCRIPTOR="tests/assets/resource_descriptor.yaml" - python setup.py test after_success: - codecov
language: python python: - 2.7 - 3.6 install: - pip install codecov script: - export RENTABOT_RESOURCE_DESCRIPTOR="tests/assets/resource_descriptor.yaml" - python setup.py test after_success: - codecov
Remove python 3.5 env from tests
Remove python 3.5 env from tests
YAML
mit
cpoisson/rent-a-bot,cpoisson/rent-a-bot
d42892844c1cacb61f85a0aafc48d1c2c990cf27
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - 2.5.1 script: bundle exec rake
language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - 2.5.5 - 2.6.3 script: bundle exec rake
Add Ruby 2.6 to Travis tests
Add Ruby 2.6 to Travis tests
YAML
bsd-3-clause
jcsjcs/pg_query,jcsjcs/pg_query,jcsjcs/pg_query,lfittl/pg_query,lfittl/pg_query
88cd1cf2c06b4a58220e01040d7a8079686f40d2
.travis.yml
.travis.yml
language: node_js node_js: "7" sudo: required script: - yarn global add lerna - lerna exec --concurrency 1 -- yarn --production=false - yarn build deploy: provider: pages local_dir: dist repo: slupjs/slupjs.github.io target_branch: master project_name: slup skip_cleanup: true name: SlupJS demo bot ...
language: node_js node_js: "7" sudo: required cache: yarn script: - yarn --production=false - yarn global add lerna - lerna exec --concurrency 1 -- yarn --production=false - yarn build deploy: provider: pages local_dir: dist repo: slupjs/slupjs.github.io target_branch: master project_name: slup ski...
Support cache and run yarn in non-production
:package: Support cache and run yarn in non-production
YAML
mit
slupjs/slup,slupjs/slup
60447cb31cb39259f8b2ad9b9ff3441002750d88
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler before_script: - psql -c 'create database railsbox_test;' -U postgres - bundle exec rake db:test:prepare
sudo: false language: ruby cache: bundler before_script: - psql -c 'create database railsbox_test;' -U postgres - bundle exec rake db:test:prepare addons: postgresql: '9.3'
Switch to PostgreSQL 9.3 which should have json type
Switch to PostgreSQL 9.3 which should have json type
YAML
mit
supersid/railsbox,wiserfirst/railsbox,fastsupply/railsbox,notch8/railsbox,andreychernih/railsbox,fastsupply/railsbox,andreychernih/railsbox,supersid/railsbox,notch8/railsbox,wiserfirst/railsbox,fastsupply/railsbox,supersid/railsbox,fastsupply/railsbox,supersid/railsbox,andreychernih/railsbox,notch8/railsbox,notch8/rail...
382ca701b75455002cfcf825625b3083e717421c
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: exclude: - python: 3.2 env: DATABASE_ENGINE=mysql - python: 3.3 env: DATABASE_ENGINE=mysql - python: 3.4 ...
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: exclude: - python: 3.2 env: DATABASE_ENGINE=mysql - python: 3.3 env: DATABASE_ENGINE=mysql - python: 3.4 ...
Use latest version of setuptools
Use latest version of setuptools
YAML
bsd-3-clause
bywbilly/django-blog-zinnia,petecummings/django-blog-zinnia,marctc/django-blog-zinnia,ghachey/django-blog-zinnia,Fantomas42/django-blog-zinnia,ghachey/django-blog-zinnia,Zopieux/django-blog-zinnia,Fantomas42/django-blog-zinnia,dapeng0802/django-blog-zinnia,Maplecroft/django-blog-zinnia,aorzh/django-blog-zinnia,ZuluPro/...
a249865ac51518aba1009cf02fcf4dbb639760fc
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.11"
language: node_js node_js: - "0.8" - "0.10" - "0.11" before_install: - "npm install -g npm"
Test against node 0.8 again.
Test against node 0.8 again.
YAML
mit
jay-depot/turnpike,jay-depot/turnpike
40991435eb1351b0f0bd8d1050c942f21412d947
.travis.yml
.travis.yml
language: android android: components: - build-tools-23.0.1 - android-23 - extra-android-support - extra-google-m2repository - extra-android-m2repository script: - ./gradlew build -i
language: android android: components: - build-tools-23.0.1 - android-23 - extra-android-support - extra-google-m2repository - extra-android-m2repository script: - ./gradlew build
Remove not needed flag -i
Remove not needed flag -i
YAML
apache-2.0
tomaszrykala/yahnac,tomaszrykala/yahnac,malmstein/yahnac,malmstein/yahnac
8a58e019caf55897dc260b5975de9509e350c7cb
.travis.yml
.travis.yml
language: dart dart: - dev dart_task: - test: --platform vm - test: --platform firefox -j 1 - dartfmt - dartanalyzer # Only building master means that we don't run two builds for each pull request. branches: only: [master] cache: directories: - $HOME/.pub-cache
language: dart dart: - 2.0.0 - dev dart_task: - test: --platform vm,chrome matrix: include: # Only validate formatting using the dev release - dart: dev dart_task: dartfmt - dart: dev dart_task: dartanalyzer: --fatal-infos --fatal-warnings . - dart: 2.0.0 dart_task: dartanalyzer: --...
Test on oldest supported Dart SDK
Test on oldest supported Dart SDK
YAML
bsd-3-clause
dart-lang/stream_channel
a8f0de2510c65ea12c1efe4f32f73325655c2c17
.travis.yml
.travis.yml
language: ruby rvm: - jruby - rbx - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 install: "curl https://raw.github.com/Fingertips/WAD/master/bin/wad | ruby" env: global: - S3_BUCKET_NAME=planning-center.wad - S3_REGION=eu-west-1 - secure: PfQLsb+SbSzgb80pQ9PuCvmmIbJEhWlamaIzPJreNh/6/joVKiyRwuijI2VwFKqkju0jXD...
language: ruby rvm: - jruby - rbx - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 addons: code_climate: repo_token: secure: YdXfRrBjmzU1fxEybT8ZbHgMcHUPHaVvKVN/8/b0RECcQvNi/Tmx4b5yjjCaM8T5MTjhy7FljCLMuepGHt4FCUHfoMO2QDEzO0gqZBWsgYY0cNi+4RPimgxe7KGOtURhHwYUk+zplEGxQe9UyvHigrWax86GYIyp3HmRiBtEL0g=
Revert "Use WAD for Bundler caching on S3"
Revert "Use WAD for Bundler caching on S3" This reverts commit 01105bbddbf478a4c529279d1f73e5376af49356.
YAML
mit
molawson/planning_center
13dd9707e1b336a3487145a84815072be56d7621
.travis.yml
.travis.yml
language: node_js node_js: - 0.8
language: node_js node_js: - 0.8 script: "vows test/*-test.js && sudo vows test/*-test-as-root.js" before_script: "echo '127.0.69.1 dialback.localhost' | sudo tee -a /etc/hosts"
Test as root at Travis CI
Test as root at Travis CI
YAML
apache-2.0
profOnno/pump.io,landsurveyorsunited/pump.io,Acidburn0zzz/pump.io,stephensekula/pump.io,strugee/pump.io,detrout/pump.io,pump-io/pump.io,pump-io/pump.io,e14n/pump.io,grdryn/pump.io,landsurveyorsunited/pump.io,gabrielsr/pump.io,OpenSocial/pump.io,strugee/pump.io,e14n/pump.io,Acidburn0zzz/pump.io,gabrielsr/pump.io,stephen...
d0ace1a9a6def616e39e2c802553bfdb63334d65
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7 before_install: - if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi - export LANG=en_US.UTF-8 install: - bundle install --without development --deployment --jobs=3 --retry=3 - bundle exec pod install script: - xctool -workspace NEUPagingSegmentedCon...
language: objective-c osx_image: xcode7.3 before_install: - if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi - export LANG=en_US.UTF-8 install: - bundle install --without development --deployment --jobs=3 --retry=3 - bundle exec pod install script: - xctool -workspace NEUPagingSegmentedC...
Use Xcode 7.3 on Travis CI
Use Xcode 7.3 on Travis CI
YAML
mit
bcylin/NEUPagingSegmentedControl