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
fec76008e53fb2bba95bc5a2fc5596f743362e35
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" install: - pip install -r requirements.txt - pip install coveralls env: - DB=sqlite - DB=mysql - DB=postgres addons: postgresql: "9.4" script: - coverage run --source=hc manage.py test after_success: coveralls
language: python python: - "2.7" - "3.4" install: - pip install -r requirements.txt - pip install coveralls mysqlclient env: - DB=sqlite - DB=mysql - DB=postgres addons: postgresql: "9.4" script: - coverage run --source=hc manage.py test after_success: coveralls
Install mysqlclient so Django can access MySQL database.
Install mysqlclient so Django can access MySQL database.
YAML
bsd-3-clause
healthchecks/healthchecks,iphoting/healthchecks,BetterWorks/healthchecks,healthchecks/healthchecks,iphoting/healthchecks,avoinsystems/healthchecks,avoinsystems/healthchecks,avoinsystems/healthchecks,healthchecks/healthchecks,avoinsystems/healthchecks,iphoting/healthchecks,BetterWorks/healthchecks,BetterWorks/healthchec...
4b1c5483b49033d87a4f98b1b411bf27b54b4764
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - echo 'yes' | sudo add-apt-repository ppa:ondrej/php5 - sudo apt-get update -qq - sudo apt-get install -qq php5-cli - php -v - curl https://getcomposer.org/installer | php - chmod +x composer.phar - sudo ln -s "$PWD/composer.phar" /usr/local/bin/compo...
language: node_js node_js: - "0.10" before_install: - echo 'yes' | sudo add-apt-repository ppa:ondrej/php5 - sudo apt-get update -qq - sudo apt-get install -qq php5-cli php5-curl php5-mongo php5-memcached php5-imagick - php -v - curl https://getcomposer.org/installer | php - chmod +x composer.phar - sud...
Install curl, mongo, imagick and memcached extensions for PHP
Install curl, mongo, imagick and memcached extensions for PHP
YAML
mit
rexxars/imboclient-js,imbo/imboclient-js,rexxars/imboclient-js,imbo/imboclient-js,rexxars/imboclient-js,imbo/imboclient-js
0528f9708155d8e2743a428c56c764d0a738d6c3
.travis.yml
.travis.yml
language: java env: - TEST_DIR=scheduler TOOL=lein - TEST_DIR=jobclient TOOL=mvn script: cd $TEST_DIR && $TOOL test
language: java before_install: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF - echo "deb http://repos.mesosphere.io/ubuntu/ precise varnish-3.0" | sudo tee /etc/apt/sources.list.d/mesosphere.list - sudo apt-get update -qq - sudo apt-get install mesos sudo: required env: global: - MES...
Add mesos to test VM
Add mesos to test VM
YAML
apache-2.0
m4ce/Cook,ruo91/Cook,m4ce/Cook,twosigma/Cook,m4ce/Cook,ruo91/Cook,twosigma/Cook,twosigma/Cook
984c2d7ac88fc13a0657d653a2fde803bfb37cae
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 gemfile: - test/gemfiles/Gemfile.rails-2.0.x - test/gemfiles/Gemfile.rails-2.1.x - test/gemfiles/Gemfile.rails-2.2.x - test/gemfiles/Gemfile.rails-2.3.x - test/gemfiles/Gemfile.rails-xss-2.3.x - test/gemfiles/Gemfile.rails-3.0.x - test/gemfiles/Gemfile.rails-3.1.x - test/gemfile...
rvm: - 1.8.7 - 1.9.3 gemfile: - test/gemfiles/Gemfile.rails-2.0.x - test/gemfiles/Gemfile.rails-2.1.x - test/gemfiles/Gemfile.rails-2.2.x - test/gemfiles/Gemfile.rails-2.3.x - test/gemfiles/Gemfile.rails-xss-2.3.x - test/gemfiles/Gemfile.rails-3.0.x - test/gemfiles/Gemfile.rails-3.1.x - test/gemfile...
Test against 1.9.3 rather than 1.9.2
Test against 1.9.3 rather than 1.9.2
YAML
mit
haml/haml,amatsuda/haml,stanhu/haml,dg1dd1ngs/haml,sideci-sample/sideci-sample-haml,haml/haml,keithpitty/haml,stanhu/haml,haml/haml,dg1dd1ngs/haml,macressler/haml,tangposmarvin/haml,keithpitty/haml,macressler/haml,nazar-pc/haml,haml/haml,nazar-pc/haml,tangposmarvin/haml
fb34732c834341d7efcf4edcdcfa76bca8ec5777
.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 ...
Add openjdk13 and openjdk14 to Travis.
Add openjdk13 and openjdk14 to Travis.
YAML
apache-2.0
apache/commons-email,apache/commons-email,apache/commons-email
83766620c946a5862511a4bd9ae969346e788d4d
.travis.yml
.travis.yml
sudo: false # We are using our own python language: c addons: apt: packages: - wget before_install: - wget http://ftp.openquake.org/travis/openquake-env-setup-py3-precise64.run - chmod +x openquake-env-setup-py3-precise64.run env: LD_LIBRARY_PATH=$HOME/openquake/lib PATH=$HOME/openquake/bin:$P...
sudo: false # We are using our own python language: c addons: apt: packages: - wget before_install: - wget http://ftp.openquake.org/travis/openquake-env-setup-py3-precise64.run - chmod +x openquake-env-setup-py3-precise64.run env: LD_LIBRARY_PATH=$HOME/openquake/lib PATH=$HOME/openquake/bin:$P...
Make a test run with just nosetests -v -a '!slow'
Make a test run with just nosetests -v -a '!slow'
YAML
agpl-3.0
gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine
055467f48024a31ef0e41b891531ce58d011982e
.travis.yml
.travis.yml
language: c install: - wget https://raw.githubusercontent.com/csdms/wmt-exe/master/scripts/install - python ./install $(pwd)
language: c install: - gcc -dumpversion - g++ -dumpversion - which gcc - which g++ - which ruby - which java - wget https://raw.githubusercontent.com/csdms/wmt-exe/master/scripts/install - python ./install $(pwd)
Print compiler versions and paths.
Print compiler versions and paths.
YAML
mit
mcflugen/bmi-tutorial
2cbbef085e86045b976e9325b82a777c75c75355
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 script: bundle exec rake test before_script: - psql -c 'create database active_median_test;' -U postgres notifications: email: on_success: never on_failure: change gemfile: - Gemfile - gemfiles/activerecord41.gemfile - gemfiles/activerecord40.gemfile - gemfiles/activereco...
language: ruby rvm: - 2.1 script: bundle exec rake test before_script: - psql -c 'create database active_median_test;' -U postgres notifications: email: on_success: never on_failure: change gemfile: - Gemfile - gemfiles/activerecord41.gemfile - gemfiles/activerecord40.gemfile - gemfiles/activereco...
Allow failure for typecast bug with Rails 3.2
Allow failure for typecast bug with Rails 3.2
YAML
mit
ankane/active_median
94f0e0801d45626c42ba032706026d4032f1ed1e
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode matrix: allow_failures: - rvm: rbx-19mode
rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - jruby-19mode matrix: allow_failures: - rvm: rbx-19mode
Test against latest Rubies on Travis
Test against latest Rubies on Travis
YAML
mit
scalp42/cocaine,thoughtbot/cocaine,sapslaj/cocaine
ee8d0d5aa9e34c1b3cbf85426d9e2f1cbc842aba
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.4.5 - 2.5.3
language: ruby cache: bundler dist: xenial branches: only: - master matrix: include: - rvm: 2.4.5 - rvm: 2.5.3 - rvm: 2.6.0 allow_failures: - rvm: ruby-head
Update and expand testing in Travis
Update and expand testing in Travis Test on ruby head and ruby 2.6. Also cache the world and run on xenial Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
pendrica/kitchen-azurerm,pendrica/kitchen-azurerm
d5f25423ab07ccf5c46cd24fbe15ec1b412c6fff
.travis.yml
.travis.yml
rvm: - ruby-head - 1.9.3 - 1.9.2 - 1.8.7 - ree - rbx - rbx-2.0.0pre before_script: - mongo mongoid_test --eval 'db.addUser("mongoid", "test");'
rvm: - ruby-head - 1.9.3 - 1.9.2 - 1.8.7 - jruby - ree - rbx - rbx-2.0.0pre before_script: - mongo mongoid_test --eval 'db.addUser("mongoid", "test");'
Add back jruby to builds
Add back jruby to builds
YAML
mit
hxx/mongoid,kcdragon/mongoid,jonasschneider/mongoid,Numerico/mongoid,shingara/mongoid,cjab/mongoid,spiegela/mongoid,bobbytables/mongoid,crowdtap/mongoid,kcdragon/mongoid,karmakaze/mongoid,irakli-janiashvili/mongoid,spiegela/mongoid,bigbenli/mongoid,cao7113/mongoid,aagrawal2001/mongoid,krasnoukhov/mongoid,gullitmiranda/...
b29404bc7f03d87138bb859a813852e649101c87
.travis.yml
.travis.yml
language: ruby script: "bundle exec rspec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode # JRuby in 1.9 mode - rbx-19mode env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0.pre" - "RAILS_VERSION=master" matrix: allow_failures: - env: "RAILS_VERSION=master" ...
language: ruby script: "bundle exec rspec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode # JRuby in 1.9 mode - rbx-19mode env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - env: "RAILS_VERSION=master" - ...
Test against rails 4.0.0, not 4.0.0.pre
Test against rails 4.0.0, not 4.0.0.pre
YAML
mit
indirect/warden-github-rails,fphilipe/warden-github-rails,fphilipe/warden-github-rails,indirect/warden-github-rails
232a63d92867aab3630a885cfdcd2735928095d0
.travis.yml
.travis.yml
osx_image: xcode11.2 language: swift before_install: - gem install cocoapods - carthage bootstrap --platform ios install: - gem install xcpretty script: - rake build:ios DESTINATION='OS=11.1,name=iPhone X' - rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone X Plus' - pod lib lint --quick
osx_image: xcode11.2 language: swift before_install: - gem install cocoapods - carthage bootstrap --platform ios install: - gem install xcpretty script: - rake build:ios DESTINATION='OS=11.1,name=iPhone X' - rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone 8' - pod lib lint --quick
Change the number of iPhone
Change the number of iPhone
YAML
mit
nakajijapan/PhotoSlider,nakajijapan/PhotoSlider,nakajijapan/PhotoSlider
16e02c54b4ff4d6ba5f4de984eaf4670b241eff8
.travis.yml
.travis.yml
dist: trusty language: java jdk: - oraclejdk8 - openjdk8 cache: directories: - $HOME/.m2 install: true script: - mvn verify -B - bash system-test/start.sh after_success: - mvn coveralls:report -B
dist: trusty language: java jdk: - oraclejdk8 - openjdk8 cache: directories: - $HOME/.m2 install: true before_script: - bash install-plugin-api.sh script: - mvn verify -B - bash system-test/start.sh after_success: - mvn coveralls:report -B
Install Plugin API before starting the build process.
Install Plugin API before starting the build process.
YAML
mit
galop-proxy/galop,galop-proxy/galop
f8e4fac9987dacff19e2a8e69a82d96de5a98166
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 env: - DB=postgresql script: - bundle exec rake spec before_script: - bundle exec rake db:create RAILS_ENV=test - bundle exec rake db:migrate - bundle exec rake db:test:prepare
language: ruby rvm: - 2.0.0 env: - DB=postgresql script: - bundle exec rake spec before_script: - bundle exec rake db:create RAILS_ENV=test - bundle exec rake db:migrate - bundle exec rake db:test:prepare notifications: slack: overflow-your-boat:oMfXWVwpffE8k6i6vVMbFf7R
Add Slack notification to Travis CI
Add Slack notification to Travis CI
YAML
mit
chi-sea-lions-2015/overflow-your-boat,chi-sea-lions-2015/overflow-your-boat,chi-sea-lions-2015/overflow-your-boat
d46fc2168cb92673e890fe26a3496e01b621841a
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 install: - composer install script: - bin/drupalvm init - bin/phpunit tests
language: php php: - 5.6 - 7.0 - 7.1 install: - composer install script: - bin/drupalvm init - bin/phpunit tests
Revert "Add more PHP versions"
Revert "Add more PHP versions" This reverts commit f90b351bd60e818aacf279d70d9789695d3edfe8.
YAML
mit
opdavies/drupal-vm-config-generator,opdavies/drupal-vm-config-generator,opdavies/drupal-vm-generator,opdavies/drupal-vm-generator
dd1c0445f26a3495be157dbf132516a68c9e5e37
.travis.yml
.travis.yml
services: - docker install: ./build.sh script: true after_success: ./push_to_docker_registry.sh
language: python python: - 2.7 services: - docker install: - true script: - ./build.sh after_success: - ./push_to_docker_registry.sh
Change things around a little bit
Change things around a little bit
YAML
mit
danielpops/openvas
5d70d55938b8cc3d35ccabbbd07fe936ed877781
.travis.yml
.travis.yml
language: python cache: directories: - "~/.platformio" install: - pip install -U platformio env: - BOARD=leonardo - BOARD=micro - BOARD=megaatmega2560 - BOARD=due - BOARD=uno - BOARD=yun script: - for e in $(find examples -name \*.ino); do platformio ci --board=$BOARD --lib=. $e; done
language: python cache: directories: - "~/.platformio" install: - pip install -U platformio env: - BOARD=leonardo - BOARD=micro - BOARD=megaatmega2560 - BOARD=due - BOARD=uno - BOARD=yun script: - for e in examples/*; do platformio ci --board=$BOARD --lib=. $e/*; done
Make it work with example sketches that have multiple files
CI: Make it work with example sketches that have multiple files
YAML
mit
pololu/maestro-arduino
c908d92979a92a216dc014ac79b2b094445718b7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.2 - 2.2.3 - 2.3.0 env: - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.1.4" - "RAILS_VERSION=4.2.5" - "RAILS_VERSION=master" after_script: - rubocop app lib matrix: allow_failures: - env: "RAILS_VERSION=master"
language: ruby rvm: - 1.9.3 - 2.1.2 - 2.2.3 - 2.3.0 env: - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.1.4" - "RAILS_VERSION=4.2.5" - "RAILS_VERSION=master" script: - bundle exec rake test - rubocop app lib --fail-level R matrix: allow_failures: - env: "RAILS_VERSION=master"
Update Travis to force fail with Rubocop offenses
Update Travis to force fail with Rubocop offenses
YAML
mit
Angelmmiguel/pretty_routes,Angelmmiguel/pretty_routes,Angelmmiguel/pretty_routes
36dff41239dad92bff7c3156ecc4a0be16223fb6
.travis.yml
.travis.yml
language: python matrix: include: - python: 2.7 - python: 3.5 install: - "sudo pip install -r requirements.txt" script: - "python -m flake8 ." - "sudo sh ./.travis/run_test.sh"
language: python matrix: include: - python: 2.7 - python: 3.5 install: - "pip install -r requirements.txt" script: - "python -m flake8 ." - "sh ./.travis/run_test.sh"
Use user mode instead since we're in virtualenv
:wind_chime: Use user mode instead since we're in virtualenv
YAML
mit
BrakeValve/dataflow,BrakeValve/brake-valve-server,BrakeValve/brake-valve-server,BrakeValve/dataflow
a86c02a10a86ed9535882bf99b6f9d77e1e92ff0
.travis.yml
.travis.yml
language: node_js sudo: required node_js: - 7.9 script: npm run-script ci cache: directories: - node_modules notifications: flowdock: e3dc17bc8a2c1b3412abe3e5747f8291 env: - MONGODB_VERSION=3.2.x MONGODB_TOPOLOGY=standalone - MONGODB_VERSION=3.4.x MONGODB_TOPOLOGY=standalone
language: node_js sudo: required node_js: - 8.9.3 script: npm run-script ci cache: directories: - node_modules notifications: flowdock: e3dc17bc8a2c1b3412abe3e5747f8291 env: - MONGODB_VERSION=3.2.x MONGODB_TOPOLOGY=standalone - MONGODB_VERSION=3.4.x MONGODB_TOPOLOGY=standalone
Use Node 8.9.3 on Travis
Use Node 8.9.3 on Travis
YAML
apache-2.0
mongodb-js/data-service
602345680ce38dc10d4a9e728f1505162bff6293
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 sudo: false
language: java script: ./gradlew build -s jdk: - oraclejdk8 # Caching for Gradle files, prevents hitting Maven too much. before_cache: - find /home/travis/.gradle/ . -name '*.lock' -print -exec rm -f {} \; - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ ...
Update Travis Java to fix errors
Update Travis Java to fix errors
YAML
mit
TechShroom/UnplannedDescent,TechShroom/UnplannedDescent,TechShroom/UnplannedDescent
3c3df7f82ca086047d35840c1a14fc4da056cc7f
.travis.yml
.travis.yml
--- # travis-ci config for pipdeptree language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" addons: apt: packages: - graphviz before_install: - pip install -U pip>=8.0.2 - make test-env install: pip install . script: py.test -v after_script: make clean clean-env sudo: fal...
--- # travis-ci config for pipdeptree language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" addons: apt: packages: - graphviz before_install: - pip install -U pip>=8.0.2 - pip install graphviz - make test-env install: pip install . script: py.test -v after_script: make ...
Install graphviz Python package on Travis
Install graphviz Python package on Travis
YAML
mit
naiquevin/pipdeptree,naiquevin/pipdeptree
c61b082d714caab5544aa5ae951312e043eedcef
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 script: - tox -e coverage after_success: - coveralls
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev - "pypy" install: - pip install tox script: - tox -e coverage after_success: - coveralls
Fix Travis CI configuration file
Fix Travis CI configuration file
YAML
mit
amatellanes/fixerio
bfbdb7088501509e7646947716f5f18c27bd70fa
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" before_install: - gem --version - gem update --system # jekyll stuff - gem install jekyll # compass & compass extensions - gem install compass # grunt-webfont requirements - sudo apt-get install fontforge ttfautohint # grunt - npm install -g grunt-cli - npm ...
language: node_js node_js: - "0.8" - "0.10" before_install: - gem --version - gem update --system # jekyll stuff - gem install jekyll # compass & compass extensions - gem install compass # grunt-webfont requirements - sudo apt-get install fontforge # grunt - npm install -g grunt-cli - npm install # bo...
Remove optional ttfautohint for Travis, again
Remove optional ttfautohint for Travis, again
YAML
mit
happyplan/happyplan,happyplan/happyplan
59e7567aefd61d81186479de3764598473507eec
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby - rbx - ruby-head matrix: allow_failures: - rvm: ruby-head before_install: - sudo apt-get install libpcre3 libpcre3-dev notifications: irc: "irc.freenode.org#adhearsion"
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby - rbx - ruby-head matrix: allow_failures: - rvm: ruby-head before_install: - sudo apt-get install libpcre3 libpcre3-dev - gem install bundler notifications: irc: "irc.freenode.org#adhearsion"
Fix ruby-1.9.3 json dependency issue by using latest stable version of Bundler
[SPEC] Travis-CI: Fix ruby-1.9.3 json dependency issue by using latest stable version of Bundler
YAML
mit
sfgeorge/ruby_speech,adhearsion/ruby_speech,benlangfeld/ruby_speech,adhearsion/ruby_speech,benlangfeld/ruby_speech,adhearsion/ruby_speech,sfgeorge/ruby_speech,sfgeorge/ruby_speech,benlangfeld/ruby_speech
33a5308205a041a3d0ed831a73b41dfafa757e72
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" before_install: - sudo add-apt-repository ppa:kivy-team/kivy-daily - sudo apt-get update - sudo apt-get install python-kivy - sudo apt-get install python3-kivy install: - pip install cython==0.25 - python setup.py install - pip install pytes...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" before_install: - sudo add-apt-repository -y ppa:kivy-team/kivy-daily - sudo apt-get update - sudo apt-get install python-kivy - sudo apt-get install python3-kivy install: - pip install cython==0.25 - python setup.py install - pip install py...
Use daily build repo for kivy
Use daily build repo for kivy
YAML
mit
MichaelStott/KivMob
37655680a0ad7f0944f77a06f95d787057b13211
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3" cache: directories: - $HOME/.cache/pip before_install: - git clone https://github.com/stollgr/wiremock-scenario-templating.git - wiremock-scenario-templating/travis_scripts/install_wiremock.sh install: - pi...
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3" cache: directories: - $HOME/.cache/pip before_install: - git clone https://github.com/stollgr/wiremock-scenario-templating.git - wiremock-scenario-templating/travis_scripts/install_wiremock.sh install: - pi...
Disable mock api tests because the SDK fails the tests
Disable mock api tests because the SDK fails the tests
YAML
apache-2.0
smartsheet-platform/smartsheet-python-sdk,smartsheet-platform/smartsheet-python-sdk
c2fcb4e0f3d98462181d3b29fe2e199127562e6f
.travis.yml
.travis.yml
language: python sudo: false cache: pip env: global: PYTHONUNBUFFERED=yes matrix: fast_finish: true include: - python: 2.7 env: TOXENV=2.7 - python: pypy env: TOXENV=pypy - python: 3.4 env: TOXENV=3.4 - python: 3.5 env: TOXENV=3.5 - python: 3.6 env: TOXENV=3...
language: python sudo: false cache: pip env: global: PYTHONUNBUFFERED=yes matrix: fast_finish: true include: - python: 2.7 env: TOXENV=2.7 - python: pypy env: TOXENV=pypy - python: 3.4 env: TOXENV=3.4 - python: 3.5 env: TOXENV=3.5 - python: 3.6 env: TOXENV=3...
Disable the pip progress bar.
Disable the pip progress bar.
YAML
lgpl-2.1
smurfix/aio-py-amqp,smurfix/aio-py-amqp
0db432109b9be1a3c717fd7e80fa56ce0b1bd43c
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 before_install: gem install bundler -v 1.10.6
language: ruby rvm: - 2.3.0 before_install: gem install bundler
Update Ruby version to 2.3.0
Update Ruby version to 2.3.0 The AI Games runs Ruby 2.3.0 now, which means we must test our code against this version.
YAML
mit
jdno/ai_games-parser,jdno/ai_games-parser
82d12588e4b2c70926a8a3665fcd84283a4a1f9f
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - ruby-head - jruby-18mode - jruby-19mode - rbx-2 matrix: allow_failures: - rvm: ruby-head before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version script: - bundle exec rake test_cov
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - ruby-head - jruby-18mode - jruby-19mode - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: rbx-2 before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version script: - bundle exec rake test_cov
Allow rbx failures on CI.
Allow rbx failures on CI.
YAML
mit
modulexcite/parser,bbatsov/parser
e03119564b9690264c6ac5d9fdd3344c23b5e427
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - 'node' env: global: - secure: NyTJRyVlZACJzp4rU6O9abqm2Z+P3x6mhFne8B9iqflt+9pesdT9Jz/a5oi8+hjA1n+tRADkrXjGz8GPgFCI1YP6+RgOQjGYnf3F/7/efbHjGrtTQPKq6Fu07upN9B/yXEsFML05abloiJvPLeHvDS9xY9qsgkDzvikdjrUleIs= - secure: di2dAKlPdcQ2yNo7YMIdqJbfk4KhYknh6g0pGF0i53tszFoBRVy...
language: node_js sudo: false node_js: - '4' env: global: - secure: NyTJRyVlZACJzp4rU6O9abqm2Z+P3x6mhFne8B9iqflt+9pesdT9Jz/a5oi8+hjA1n+tRADkrXjGz8GPgFCI1YP6+RgOQjGYnf3F/7/efbHjGrtTQPKq6Fu07upN9B/yXEsFML05abloiJvPLeHvDS9xY9qsgkDzvikdjrUleIs= - secure: di2dAKlPdcQ2yNo7YMIdqJbfk4KhYknh6g0pGF0i53tszFoBRVyAGb...
Test on Node 4, not latest Node
Travis: Test on Node 4, not latest Node We'll add latest Node.js when Node.js 5 comes out. We'll still want to support Node.js 4 as it will be an LTS.
YAML
mit
EE/karma-ng-json2js-preprocessor,shirish87/karma-ng-json2js-preprocessor
8643dee74acd07ef558a0fa60dfc862500a6d4fd
.travis.yml
.travis.yml
language: c sudo: required dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -qq qemu-system-x86 script: make && sudo tests/setup-tests.sh && sudo tests/run-tests.sh
language: c sudo: false dist: trusty addons: apt: packages: - qemu-system-x86 script: make && tests/run-tests.sh
Switch to container-based Trusty infrastructure
Travis: Switch to container-based Trusty infrastructure With the new VM-based CI in place, Travis is more or less just a fallback. To speed up the Travis builds, switch to using the Ubuntu Trusty container-based infrastructure. This loses us sudo access so we can no longer run tests/test_ping_serve, this is an accept...
YAML
isc
Weichen81/solo5,mato/solo5,Weichen81/solo5,Solo5/solo5,djwillia/solo5,djwillia/solo5,Solo5/solo5,djwillia/solo5,mato/solo5,Weichen81/solo5,mato/solo5
766b4d6c8c87acb98c4dcbdf6e67489e018192a1
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_script: "[[ $TRAVIS_PULL_REQUEST == \"false\" ]] && ./make_credentials.py" script: - find $HOME/.m2 -name "_remote.repositories" | xargs rm - find $HOME/.m2 -name "resolver-status.properties" | xargs rm -f # If building master, Publish to Sonatype after_success: "[[ $TR...
language: java jdk: - oraclejdk8 before_script: | if ([ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]); then ./make_credentials.py fi script: - find $HOME/.m2 -name "_remote.repositories" | xargs rm - find $HOME/.m2 -name "resolver-status.properties" | xargs rm -f # If building ma...
Make Travis available for all branches
Make Travis available for all branches
YAML
apache-2.0
Aulust/async-http-client,Aulust/async-http-client
8f4762a5eb10c5aef4256de0f1c7fbf1e9312698
.travis.yml
.travis.yml
language: go go: - 1.6 - 1.7 - tip install: go get github.com/onsi/ginkgo/ginkgo script: - ginkgo -v calendar/ - go build cmd/check/main.go
language: go go: - 1.6 - 1.7 - tip install: go get github.com/onsi/ginkgo/ginkgo script: - ginkgo -v calendar/ - go build cmd/check/main.go - go build cmd/in/main.go - go build cmd/out/main.go
Add in and out scripts to Travis build
Add in and out scripts to Travis build This tests they compile
YAML
mit
henrytk/calendar-resource
60821dff8cae0942291d3f2c8d13470048ba1197
.travis.yml
.travis.yml
sudo: false language: ruby os: - linux - osx cache: bundler: true rvm: - 2.3.1 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true after_success: - bundle exec codeclimate-test-reporter notifications: email: false
sudo: false language: ruby os: - linux cache: bundler: true rvm: - 2.3.1 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true after_success: - bundle exec codeclimate-test-reporter notifications: email: false
Remove macOS from test matrix
Remove macOS from test matrix
YAML
mit
jungomi/mdn_query
b7e6f8e2eb93ce1c57c49208fc5c006c51807c8b
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - npm install -g gulp bower - bower install -f
language: node_js node_js: - "6" before_install: - npm install -g yarn install: - yarn script: yarn test
Update Travis for Yarn and Node 6
Update Travis for Yarn and Node 6
YAML
mit
Snugug/eq.js,Snugug/eq.js
0a4a184be31bc96928e830e661449bdeead24f2d
.travis.yml
.travis.yml
language: bash services: docker env: - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=9.6 VARIANT=slim - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=10.9 VARIANT=slim - POSTGIS_MAJOR=2.5 POSTGIS_VERSION=2.5.4+dfsg-1.pgdg90+1 PG_MAJOR=11.4 VARIANT=slim script: - ./scripts...
language: bash services: docker env: - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=9.6 VARIANT=slim - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=10.9 VARIANT=slim - POSTGIS_MAJOR=2.5 POSTGIS_VERSION=2.5.4+dfsg-1.pgdg90+1 PG_MAJOR=11.4 VARIANT=slim - POSTGIS_MAJOR=3 PO...
Add PostgreSQL 12.x with PostGIS 3.x to build matrix
Add PostgreSQL 12.x with PostGIS 3.x to build matrix
YAML
apache-2.0
azavea/docker-postgis
72b6e0d4d265b6f63916d2757d38623e4f19c9c8
.travis.yml
.travis.yml
language: go go: - 1.10.x - 1.11.x - 1.12.x - 1.13.x install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v golang.org/x/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint -set_exit_status ./... - go test -v -race ./...
language: go go: - 1.10.x - 1.11.x - 1.12.x - 1.13.x - 1.14.x env: - GO111MODULE=on install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v golang.org/x/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint -set_exit_status ./......
Add Go 1.14, force module support in Travis
Add Go 1.14, force module support in Travis
YAML
bsd-3-clause
iopred/discordgo,bwmarrin/discordgo
99bf0994a2340dc3ed3d4a7c3be828008e47e975
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.2.5 - 2.3.1
language: ruby sudo: false cache: bundler rvm: - 2.2.6 - 2.3.3 - 2.4.0
Update Ruby versions and add 2.4.0.
Update Ruby versions and add 2.4.0.
YAML
mit
KentaaNL/buckaruby,KentaaNL/buckaruby
11a88824ec5482008dab401463960a43de1f1c93
.travis.yml
.travis.yml
# Build status located at https://travis-ci.org/citra-emu/citra-web language: node_js node_js: node cache: yarn script: - echo '========== Installing gulp & dependencies ==========' - sudo apt-get install graphicsmagick - wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Li...
# Build status located at https://travis-ci.org/citra-emu/citra-web language: node_js node_js: node cache: yarn script: - echo '========== Installing gulp & dependencies ==========' - sudo apt-get install graphicsmagick - wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Li...
Remove workaround for upstream GitHub pages deploy bug
Remove workaround for upstream GitHub pages deploy bug
YAML
agpl-3.0
Schplee/citra-web,citra-emu/citra-web,Schplee/citra-web,citra-emu/citra-web,citra-emu/citra-web
e2b10604cfac84d122c39c97bd191eedb1a27573
.travis.yml
.travis.yml
sudo: true # required until https://github.com/travis-ci/travis-ci/issues/9069 gets resolved dist: xenial language: python python: - "2.7" - "3.7" matrix: include: - os: linux python: 2.7 - os: linux python: 3.7 - os: osx osx_image: xcode7.3 language: objective-c env: TRA...
sudo: true # required until https://github.com/travis-ci/travis-ci/issues/9069 gets resolved dist: xenial language: python python: - "2.7" - "3.6" - "3.7" matrix: include: - os: linux python: 2.7 - os: linux python: 3.6 - os: linux python: 3.7 - os: osx osx_image: xcode7....
Test 3.6 in on linux.
Test 3.6 in on linux.
YAML
bsd-2-clause
gatagat/lapjv,gatagat/lapjv,gatagat/lapjv,gatagat/lapjv
0533b50c6b7235b57661f9e97730f06a1bd0f27e
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm branches: except: - v0.5 - v0.6 - php5.2_backport - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c phpunit.xml.travisc...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly branches: except: - v0.5 - v0.6 - php5.2_backport - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c ph...
Add hhvm-nightly as a testing environment on Travis CI.
Add hhvm-nightly as a testing environment on Travis CI.
YAML
mit
dzung2t/predis,CloudSide/predis,moria/predis,RudyJessop/predis,mrkeng/predis,zhangyancoder/predis,lvbaosong/predis,SecureCloud-biz/predis,vend/predis,gopalindians/predis,SwelenFrance/predis,protomouse/predis,nguyenthaihan/predis,WalterShe/predis,gencer/predis,nrk/predis,quangnguyen90/predis
f383c53c737735728d0e44089a35ca4fd01b3b35
.travis.yml
.travis.yml
language: go go: - 1.7.x - 1.x install: - go get github.com/golang/lint/golint script: - go test -v ./... - go test -cover -race ./... - go vet ./... - test -z "$(find . -name \*.go | xargs gofmt -d -s)" - golint ./... sudo: false
language: go go: - 1.7.x - 1.x install: - go get golang.org/x/lint/golint script: - go test -v ./... - go test -cover -race ./... - go vet ./... - test -z "$(find . -name \*.go | xargs gofmt -d -s)" - golint ./... sudo: false
Update path to golint, thanks @azillion
Update path to golint, thanks @azillion
YAML
mit
twpayne/go-vali
d58b21d89b806effb71ecabfa64a966c4d7c876c
.travis.yml
.travis.yml
# ---------------------------------------------------------------- # Configuration file for http://travis-ci.org/#!/chdorner/epubinfo # ---------------------------------------------------------------- language: ruby script: "bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-18mode - j...
# ---------------------------------------------------------------- # Configuration file for http://travis-ci.org/#!/chdorner/epubinfo # ---------------------------------------------------------------- language: ruby script: "bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-18mode - j...
Allow ruby-head to fail on Travis
Allow ruby-head to fail on Travis
YAML
mit
chdorner/params_validator
37a631263d246fcb9ba1660acf9f1fd9c120e707
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 - jruby before_install: - gem install bundler
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 - jruby before_install: - gem install bundler services: - redis-server
Configure Redis for Travis CI
Configure Redis for Travis CI
YAML
mit
gabynaiman/rasti-web,gabynaiman/rasti-web
8afd2f4f809032c9cb84777a7297a676cb943bab
.travis.yml
.travis.yml
--- language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - "4" - "6" - "stable" sudo: false dist: trusty addons: chrome: stable cache: directories: - $HOME/.npm env: - EMBER_TRY_SCENARIO=ember-l...
--- language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - "4" - "6" - "stable" sudo: false dist: trusty addons: chrome: stable cache: directories: - $HOME/.npm env: - EMBER_TRY_SCENARIO=ember-l...
Clean dependencies state after ember try run
Clean dependencies state after ember try run
YAML
mit
fivetanley/ember-cli-dotenv,fivetanley/ember-cli-dotenv,SergeAstapov/ember-cli-dotenv,SergeAstapov/ember-cli-dotenv,fivetanley/ember-cli-dotenv
665f1f72dcecbc26dbe62be5a464ade4339242fb
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 - 2.2 sudo: false cache: bundler before_script: - sh -e /etc/init.d/xvfb start - export DISPLAY=:99.0 - bundle exec rake test_app script: - bundle exec rspec spec
language: ruby rvm: - 2.2.4 - 2.3.0 sudo: false cache: bundler before_script: - sh -e /etc/init.d/xvfb start - export DISPLAY=:99.0 - bundle exec rake test_app script: - bundle exec rspec spec
Test against ruby 2.2.4 and 2.3.0
Test against ruby 2.2.4 and 2.3.0
YAML
bsd-3-clause
spree-contrib/spree_wishlist,spree-contrib/spree_wishlist,anthonyto/spree_wishlist,anthonyto/spree_wishlist,anthonyto/spree_wishlist,spree-contrib/spree_wishlist
4f920db89d735437c7198a341efeea2c98f12dc7
.travis.yml
.travis.yml
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/Robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addo...
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addo...
Fix TRAVIS not creating POSTGRESQL DB
Fix TRAVIS not creating POSTGRESQL DB
YAML
bsd-3-clause
narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix
a39ee473128f3d33538f7b6cd5edf1d000f5d80e
.travis.yml
.travis.yml
script: 'ci/travis.rb' rvm: - 1.9.3 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" - "GEM=ar:mysql" - "GEM=ar:mysql2" - "GEM=ar:sqlite3" - "GEM=ar:postgresql" notifications: email: false irc: on_success: change on_failure: always channels: - "irc.freenode.org#rails-contrib" campfi...
script: 'ci/travis.rb' before_install: - gem install bundler rvm: - 1.9.3 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" - "GEM=ar:mysql" - "GEM=ar:mysql2" - "GEM=ar:sqlite3" - "GEM=ar:postgresql" notifications: email: false irc: on_success: change on_failure: always channels: - "...
Install latest bundler on Travis.
Install latest bundler on Travis.
YAML
mit
kmcphillips/rails,Edouard-chin/rails,shioyama/rails,mtsmfm/railstest,repinel/rails,tjschuck/rails,MSP-Greg/rails,Vasfed/rails,alecspopa/rails,mohitnatoo/rails,illacceptanything/illacceptanything,kachick/rails,bolek/rails,yawboakye/rails,Vasfed/rails,elfassy/rails,matrinox/rails,pvalena/rails,Vasfed/rails,utilum/rails,r...
a6ddda24b203127fbf40f7f802ae58ce26dc0537
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - ruby-head - 2.2.1 - 2.1.5 - 2.0.0 - 1.9.3 - jruby-head - jruby-9 - jruby-19mode - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head addons: code_climate: repo_token: 97a54878f464b101386de95de0863407520593d817bbaa8e6f851cdb70d30e97
language: ruby cache: bundler rvm: - ruby-head - 2.2.2 - 2.1.6 - 2.0.0 - 1.9.3 - jruby-head - jruby-9 - jruby-19mode - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head addons: code_climate: repo_token: 97a54878f464b101386de95de0863407520593d817bbaa8e6f851cdb70d30e97
Update Travis CI config to use the latest Ruby patch version of each Ruby minor version.
Update Travis CI config to use the latest Ruby patch version of each Ruby minor version.
YAML
mit
gchan/wits,gchan/wits
e03d22033c9b547aba04533dc6587a532f81595d
.travis.yml
.travis.yml
sudo: false before_install: - export PATH=${PATH}:./vendor/bundle install: - rvm use 2.2.3 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt - $HOME/.coursier before_cache: # Cleanup the cached direc...
sudo: false before_install: - export PATH=${PATH}:./vendor/bundle install: - rvm use 2.2.3 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt - $HOME/.coursier before_cache: # Cleanup the cached direc...
Split project further to reduce memory consumption in Travis
Split project further to reduce memory consumption in Travis
YAML
apache-2.0
wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe
7b943d33e95feec7025a1f5943452d2b2c7e4cae
.travis.yml
.travis.yml
sudo: required language: python python: - "2.7" install: - make prepare - make develop # NOTE: no extras yet. Let's keep this simple script: - make test_offline
sudo: required language: python python: - "2.7" install: - make prepare - make develop extras=[aws,google] # adding extras to avoid import errors script: - make test_offline
Add aws and google extras to avoid collection import errors
Add aws and google extras to avoid collection import errors
YAML
apache-2.0
BD2KGenomics/slugflow,BD2KGenomics/slugflow
b0bccdb8fb5f86328531cccdf1a247f4f4872bd1
.travis.yml
.travis.yml
--- # Travis file for php-fpm role dist: trusty sudo: required services: - docker language: 'python' python: - '2.7' env: global: - ANSIBLE_ROLES_PATH="${TRAVIS_BUILD_DIR%/*/*}" matrix: - TOXENV='py27-ansible20' - TOXENV='py27-ansible21' - TOXENV='py27-ansible-devel' before_install: # ...
--- # Travis file for php-fpm role dist: trusty sudo: required services: - docker language: 'python' python: - '2.7' env: global: - ANSIBLE_ROLES_PATH="${TRAVIS_BUILD_DIR%/*/*}" matrix: - TOXENV='py27-ansible20' - TOXENV='py27-ansible21' - TOXENV='py27-ansible22' - TOXENV='py27-ansibl...
Add ansible 2.2 Travis testing
Add ansible 2.2 Travis testing
YAML
mit
infOpen/ansible-role-php-fpm,infOpen/ansible-role-php-fpm
9ffd076cf9f0e8c48b5cf8ccbb4bcfb6ce43874e
.travis.yml
.travis.yml
language: go go: - 1.4 env: - "PATH=/home/travis/gopath/bin:$PATH" script: - go get -u github.com/golang/lint/golint - golint ./... - test `gofmt -l . | wc -l` = 0 - make test install: - go get -t -d -v ./..
language: go go: - 1.4 - 1.5 - tip env: - "PATH=/home/travis/gopath/bin:$PATH" script: - go get -u github.com/golang/lint/golint - golint ./... - test `gofmt -l . | wc -l` = 0 - make test install: - go get -v -t ./.. && make updatedeps matrix: allow_failures: - go: 1.5 - go: ti...
Add Go 1.5 and tip tests, but allow failures.
Add Go 1.5 and tip tests, but allow failures.
YAML
bsd-3-clause
DataDog/go-datadog-api,zorkian/go-datadog-api,zorkian/go-datadog-api,ojongerius/go-datadog-api,seiffert/go-datadog-api
510451758978863aa4719a4862041f02719658e7
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - pip install -U setuptools - sudo add-apt-repository -y ppa:pyside/ppa - sudo apt-get update -qq - sudo apt-get install -qq libusb-dev python-pyside libffi-dev libjpeg8-dev libudev-dev libusb-1.0-0-dev python-dbus liblua5.2-dev libusb-dev - ln -s /...
language: python python: - "2.7" before_install: - pip install -U setuptools - sudo add-apt-repository -y ppa:pyside/ppa - sudo apt-get update -qq - sudo apt-get install -qq libusb-dev python-pyside libffi-dev libjpeg8-dev libudev-dev libusb-1.0-0-dev python-dbus liblua5.2-dev libusb-dev - ln -s /...
Update Travis config some more...
Update Travis config some more...
YAML
agpl-3.0
DIYBookScanner/spreads,nafraf/spreads,miloh/spreads,gareth8118/spreads,nafraf/spreads,miloh/spreads,adongy/spreads,DIYBookScanner/spreads,miloh/spreads,nafraf/spreads,adongy/spreads,DIYBookScanner/spreads,adongy/spreads,gareth8118/spreads,gareth8118/spreads
30c7c13e86ac8ec6170f3076e261338cc2de14d4
.travis.yml
.travis.yml
notifications: email: false language: java jdk: openjdk7 cache: directories: - $HOME/.m2 script: - mvn -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID test jacoco:report coveralls:report - mvn clean compile assembly:single - ./src/test/scripts/console/output/verify_3_0_0.sh - ./src/test/scripts/console/output/verify_1_1_1.sh ...
notifications: email: false language: java jdk: openjdk7 cache: directories: - $HOME/.m2 script: # - mvn -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID test jacoco:report coveralls:report - mvn test - mvn clean compile assembly:single - ./src/test/scripts/console/output/verify_3_0_0.sh - ./src/test/scripts/console/output/ver...
Disable Coveralls integration due to another downtime on their end
Disable Coveralls integration due to another downtime on their end
YAML
mit
krishnakanthpps/lightning,automatictester/lightning,automatictester/lightning,krishnakanthpps/lightning
1e0c9af5eef92bcf00281c33005dd16b910c9ca8
.travis.yml
.travis.yml
language: java install: ant -Dwork.dir=$HOME/work -Dbuild.dir=$TRAVIS_BUILD_DIR install-ci-deps script: ant -Dwork.dir=$HOME/work -Dbuild.dir=$TRAVIS_BUILD_DIR test-ci-railo
language: java env: global: - FILE_SOURCE=remote matrix: - PLATFORM=railo41 - PLATFORM=acf10 install: ant -Dwork.dir=$HOME/work -Dbuild.dir=$TRAVIS_BUILD_DIR -Dplatform=$PLATFORM install-ci-deps script: ant -Dwork.dir=$HOME/work -Dbuild.dir=$TRAVIS_BUILD_DIR -Dplatform=$PLATFORM test-ci-railo
Add platform support to Travis file
Add platform support to Travis file
YAML
mit
Ortus-Solutions/cfml-ci,coldfumonkeh/cfml-ci
923c92f79b4f18f402bec32fd39d680f46c4d901
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby addons: chrome: stable env: - DB=postgres - DB=mysql gemfile: - gemfiles/spree_3_2.gemfile - gemfiles/spree_3_5.gemfile - gemfiles/spree_3_7.gemfile - gemfiles/spree_master.gemfile script: - bundle exec rake test_app - bundle exec rake spec rvm: - 2.5...
sudo: required dist: trusty language: ruby addons: chrome: stable postgresql: 9.4 env: - DB=postgres - DB=mysql gemfile: - gemfiles/spree_3_2.gemfile - gemfiles/spree_3_5.gemfile - gemfiles/spree_3_7.gemfile - gemfiles/spree_master.gemfile script: - bundle exec rake test_app - bundle exec rake ...
Use PostgreSQL 9.4 for Rails 6.0 support
Use PostgreSQL 9.4 for Rails 6.0 support
YAML
bsd-3-clause
spree/spree_gateway,spree/spree_gateway
8337d7ea4e9c6abae101a847b2730dae18d22771
.travis.yml
.travis.yml
before_install: - sudo apt-get -y update - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man libcurl4-openssl-dev - sudo apt-get -y install libtool automake autoconf autoconf-archive - sudo apt-get -y install texlive-latex-base texlive-latex-recommended - sudo apt-get -y install texlive...
before_install: - sudo apt-get -y update - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man libcurl4-openssl-dev - sudo apt-get -y install libtool automake autoconf autoconf-archive - sudo apt-get -y install texlive-latex-base texlive-latex-recommended - sudo apt-get -y install texlive...
Build with Erlang 17.4 on Travis
Build with Erlang 17.4 on Travis
YAML
apache-2.0
fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb,fkaempfer/couchdb
107ed575b2ae380c53574e806edf32940ac98f53
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 env: - DJANGO="Django==1.4.15" - DJANGO="Django==1.5.10" - DJANGO="Django==1.6.7" - DJANGO="Django==1.7" matrix: exclude: # Python 3.4 is not supported in Django before 1.7. - env: DJANGO="Django==1.4.15" - env: DJANGO="Django==1.5.10" ...
language: python python: - 2.7 - 3.3 - 3.4 env: - DJANGO="Django==1.4.15" - DJANGO="Django==1.5.10" - DJANGO="Django==1.6.7" - DJANGO="Django==1.7" matrix: exclude: # Python 3.4 is not supported in Django before 1.7. - env: DJANGO="Django==1.4.15" - env: DJANGO="Django==1.5.10" - env:...
Remove support for Python 2.6.
Remove support for Python 2.6.
YAML
mit
richardbarran/django-mininews,richardbarran/django-mininews,richardbarran/django-minipub,richardbarran/django-minipub,richardbarran/django-mininews
e1c39e85fb00ce40b98f89e1e5d32a4b9702300c
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 env: matrix: - ANDROID_TARGET=android-15 ANDROID_ABI=armeabi-v7a android: components: - build-tools-21.1.1 - android-21 - extra-android-m2repository before_script: # Create and start emulator - echo no | android create avd --force -n test -t $ANDROID_TARGET -...
language: android jdk: oraclejdk8 env: matrix: - ANDROID_TARGET=android-15 ANDROID_ABI=armeabi-v7a android: components: - build-tools-21.1.1 - android-21 - extra-android-m2repository before_script: # Create and start emulator - echo no | android create avd --force -n test -t $ANDROID_TARGET ...
Use oraclejdk8 on Travis CI
Use oraclejdk8 on Travis CI
YAML
apache-2.0
pilgr/Paper,pilgr/Paper,pilgr/Paper
3171636d85b050b0971390ed8b29fef238929612
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" dist: xenial sudo: true - "pypy" services: mongodb install: - "pip install -r requirements.txt" script: "python test.py"
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "pypy" matrix: include: - python: 3.7 dist: xenial sudo: true services: mongodb install: - "pip install -r requirements.txt" script: "python test.py"
Use 3.7 version as separated matrix.
Use 3.7 version as separated matrix.
YAML
bsd-2-clause
puentesarrin/mongodb-log,puentesarrin/mongodb-log
d040fba98ca9fe1a79ecfe83dbb5f57ca2d76f1b
.travis.yml
.travis.yml
language: ruby rvm: - 2.3 - 2.4 - ruby-head - jruby - rbx before_install: gem install bundler -v 1.10.6 script: bundle exec rspec
language: ruby rvm: - 2.3 - 2.4 - ruby-head - jruby-9.1.13.0 - rbx-3 before_install: gem install bundler script: bundle exec rspec
Tweak Rubinius and JRuby in build matrix
Tweak Rubinius and JRuby in build matrix
YAML
mit
maetl/calyx
cd148a615bd32321dfb0fdd99299a374bafde1c9
.travis.yml
.travis.yml
language: c compiler: - clang before_install: - sudo apt-get update -qq - sudo apt-get install -qq libgmp3-dev libsigsegv-dev openssl libssl-dev libncurses5-dev git make exuberant-ctags before_script: - echo "export URBIT_HOME=`pwd`/urb" >>~/.bash_profile - make script: "make" notificati...
language: c compiler: - gcc - clang before_install: - sudo apt-get update -qq - sudo apt-get install -qq libgmp3-dev libsigsegv-dev openssl libssl-dev libncurses5-dev git make exuberant-ctags before_script: - echo "export URBIT_HOME=`pwd`/urb" >>~/.bash_profile - make script: "make" n...
Support for GCC and CLANG
Support for GCC and CLANG
YAML
mit
galenwp/urbit,jpt4/urbit,daveloyall/urbit,rsaarelm/urbit,daveloyall/urbit,philipcmonk/urbit,burtonsamograd/urbit,galenwp/urbit,philippeback/urbit,8l/urbit,galenwp/urbit,yebyen/urbit,8l/urbit,yebyen/urbit,bollu/urbit,chc4/urbit,yebyen/urbit,urbit/archaeology-factor,urbit/archaeology-factor,rsaarelm/urbit,daveloyall/urbi...
ba4898a55be82513804460e611847b5cc1e435e1
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 before_install: - sudo apt-get update -qq - sudo apt-get install xfonts-75dpi install: pip install flask && pip install celery before_script: - "wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.2.1/wkhtmltox-0.12.2...
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 before_install: - sudo apt-get update -qq - sudo apt-get install xfonts-75dpi install: pip install flask && pip install celery before_script: - "wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.2.1/wkhtmltox-0.12.2.1_linux-...
Drop support for python 2.6; Fix test dependencies
Drop support for python 2.6; Fix test dependencies
YAML
mit
chris-griffin/flask-wkhtmltopdf,chris-griffin/flask-wkhtmltopdf
9223cd5075e8726e2363789d60eb805b53b7e69f
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.2 script: xcrun xcodebuild -project GlueKit.xcodeproj -scheme GlueKit-OSX test after_success: bash <(curl -s https://codecov.io/bash)
language: objective-c osx_image: xcode7.3 script: xcrun xcodebuild -project GlueKit.xcodeproj -scheme GlueKit-OSX test after_success: bash <(curl -s https://codecov.io/bash)
Use Xcode 7.3 beta image on Travis
Use Xcode 7.3 beta image on Travis
YAML
mit
lorentey/GlueKit,lorentey/GlueKit,lorentey/GlueKit
5886ecbfc1e585865efa875686ac5310d8451165
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" notifications: email: false install: - pip3 install -r requirements.txt - pip3 install coveralls cache: directories: - $HOME/.cache/pip before_cache: - rm -f $HOME/.cache/pip/log/debug.log script: - python3 -m pytest tests --cov meetup_facebook_bot after_su...
language: python python: - "3.5" - "3.6" notifications: email: false install: - pip3 install -r requirements.txt - pip3 install coveralls - pip3 install prospector cache: directories: - $HOME/.cache/pip before_cache: - rm -f $HOME/.cache/pip/log/debug.log script: - python3 -m pytest tests --cov ...
Add prospector into Travis builds
Add prospector into Travis builds
YAML
mit
Stark-Mountain/meetup-facebook-bot,Stark-Mountain/meetup-facebook-bot
b3a32d6b0a4bf6b61e166bad7e9bbf197c78611f
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.7" dist: xenial install: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda config --set always_yes yes --set changeps1 no - co...
language: python python: - "3.6" - "3.8" dist: xenial install: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda config --set always_yes yes --set changeps1 no - co...
Upgrade testing to Python 3.6 and 3.8
Upgrade testing to Python 3.6 and 3.8
YAML
mit
TimeSynth/TimeSynth
b62fa5c762f03e2e0bad218e79c861c3552a18af
.travis.yml
.travis.yml
language: c cache: apt sudo: false os: - linux - osx compiler: - gcc before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 sdl2_image hackrf; fi script: - make addons: apt: packages: - libsdl2-dev - ...
language: c cache: apt sudo: false dist: trusty os: - linux - osx compiler: - gcc before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 sdl2_image hackrf; fi script: - make addons: apt: packages: - libsdl...
Fix build by switching to trysty
Fix build by switching to trysty
YAML
mit
rgerganov/rf-car
2be3526c39bfeb6ec0d3d07413c97e92105d59b4
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.2 - ruby-head - jruby-20mode # JRuby in 1.9 mode - rbx matrix: allow_failures: - rvm: ruby-head cache: bundler before_install: - sudo apt-get install haskell-platform - cabal update - cabal install -fexecutable texmath
language: ruby rvm: - 2.0.0 - 2.1.2 - ruby-head - jruby-20mode # JRuby in 1.9 mode - rbx matrix: allow_failures: - rvm: ruby-head cache: bundler before_install: - sudo apt-get install haskell-platform - cabal update - cabal install -fexecutable texmath - export PATH=$PATH:$HOME/.cabal/bin
Add .cabal/bin to $PATH on Travis
Add .cabal/bin to $PATH on Travis
YAML
mit
hollingberry/texmath-ruby
c01ca33f5ddc5c3eb56d9b54a20d19cd29070c1b
.travis.yml
.travis.yml
language: ruby before_install: - gem update --system - gem update bundler - gem cleanup bundler install: "bundle install --jobs 8" rvm: - 1.9.3 - 2.2.2 - 2.4.1 # - ruby-head gemfile: - gemfiles/rails42.gemfile - gemfiles/rails50.gemfile - gemfiles/rails51.gemfile matrix: include: - rvm: 1.9.3 ...
language: ruby before_install: - gem update --system - gem update bundler - gem cleanup bundler install: "bundle install --jobs 8" rvm: - 1.9.3 - 2.2.2 - 2.4.1 - ruby-head gemfile: - gemfiles/rails42.gemfile - gemfiles/rails50.gemfile - gemfiles/rails51.gemfile matrix: exclude: - rvm: 1.9.3 ...
Exclude only ruby-1.9.3 & rails > 5
Exclude only ruby-1.9.3 & rails > 5
YAML
mit
itmammoth/rails_sortable,itmammoth/rails_sortable,itmammoth/rails_sortable
0511968968129ab90cbdbd6b36abc101fb16472b
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer install --dev script: phpunit
language: php php: - 7.0 - 5.6 - 5.5 - hhvm - 5.4 - 5.3 before_script: - composer install --dev script: phpunit
Test newer versions of PHP first, including PHP7
Test newer versions of PHP first, including PHP7
YAML
mit
archfizz/slotmachine
46ebb4231d3d4c9dd8997d6126db68768eacb8ec
.travis.yml
.travis.yml
language: bash services: - docker env: matrix: - DRUPAL_VER=8 PHP_VER=7.1 - DRUPAL_VER=8 PHP_VER=7.0 - DRUPAL_VER=7 PHP_VER=7.1 - DRUPAL_VER=7 PHP_VER=7.0 - DRUPAL_VER=7 PHP_VER=5.6 - DRUPAL_VER=6 PHP_VER=5.6 - DRUPAL_VER=6 PHP_VER=5.3 script: - set -e - make test - cp docker.mk...
language: bash services: - docker env: matrix: - DRUPAL_VER=8 PHP_VER=7.1 - DRUPAL_VER=8 PHP_VER=7.0 - DRUPAL_VER=7 PHP_VER=7.1 - DRUPAL_VER=7 PHP_VER=7.0 - DRUPAL_VER=7 PHP_VER=5.6 - DRUPAL_VER=6 PHP_VER=5.6 - DRUPAL_VER=6 PHP_VER=5.3 GITHUB_RELEASE=1 script: - set -e - make test...
Make sure github release happens once
Make sure github release happens once
YAML
mit
wodby/docker4drupal,wodby/docker4drupal
55d891b9dfe9738cb10e7df066ca9e9f710ad0a7
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '12' - '14' - '15' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
sudo: false language: node_js node_js: - '12' - '14' - '16' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
Build with Node.js 16 on Travis CI.
Build with Node.js 16 on Travis CI.
YAML
mit
bigeasy/interrupt
1851d71a790762bb4e0b74a1d7dd28e35e29ca86
.travis.yml
.travis.yml
language: node_js sudo: required dist: xenial node_js: stable addons: sauce_connect: true firefox: latest apt: sources: - google-chrome packages: - google-chrome-stable services: - xvfb before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 before_script: - npm install scrip...
language: node_js sudo: required dist: xenial node_js: stable addons: sauce_connect: true firefox: latest chrome: stable services: - xvfb before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 before_script: - npm install script: - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run lin...
Update Travis CI config for Google Chrome
Update Travis CI config for Google Chrome
YAML
mit
stacktracejs/stackframe
034b2200f350e1ba47bed0f493d5684991d0df36
.travis.yml
.travis.yml
gemfile: - Gemfile-rails.3.2.x - Gemfile-rails.4.0.x - Gemfile-rails.4.1.x - Gemfile-rails.5.x - Gemfile rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby matrix: exclude: - rvm: 2.2 gemfile: Gemfile-rails.3.2.x
gemfile: - Gemfile-rails.3.2.x - Gemfile-rails.4.0.x - Gemfile-rails.4.1.x - Gemfile-rails.5.x - Gemfile rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby matrix: exclude: - rvm: 2.2 gemfile: Gemfile-rails.3.2.x - rvm: 1.9.3 gemfile: Gemfile-rails.5.x gemfile: Gemfile ...
Exclude Gemfiles incompatible with ruby version
Exclude Gemfiles incompatible with ruby version
YAML
mit
carlosantoniodasilva/i18n_alchemy
1f99e744f83d3904b9633ede3d9ca0a89e91dde8
.travis.yml
.travis.yml
language: cpp compiler: - gcc # - clang # Install dependencies # install: make get-deps #install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CXX=g++ && expor...
language: cpp compiler: - gcc # - clang # Install dependencies # install: make get-deps #install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CXX=g++ && expor...
Revert extra symlink changes for Travis
Revert extra symlink changes for Travis
YAML
mit
mezzovide/btcd,Bitcoinsulting/multigateway-v2,Bitcoinsulting/dark-test-v2,Bitcoinsulting/multigateway-v2,ychaim/dark-test-v2,ychaim/dark-test-v2,mezzovide/btcd,ychaim/dark-test-v2,Bitcoinsulting/multigateway-v2,mezzovide/btcd,mezzovide/btcd,Bitcoinsulting/dark-test-v2,mezzovide/btcd,Bitcoinsulting/multigateway-v2,Bitco...
8f83739ea8eff55ed1ac47111ba76766b81a8f51
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.8" - "0.6" before_install: - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6" before_install: - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'
Test in node 0.11 too
Test in node 0.11 too
YAML
mit
tjgilpin/son-of-gator,tolleiv/forms,ljharb/forms,alexdominte/forms,caolan/forms,reggi/forms
0fb8d3e42d6f8eb053d8520ce3623610f0bd08b0
.travis.yml
.travis.yml
language: python services: mongodb python: - "3.4" - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: "pip install -r requirements.txt" # command to run tests, e.g. python setup.py test script: nosetests
language: python services: mongodb python: - "3.4" - "3.3" before_install: - sudo python -m nltk.downloader -d /usr/share/nltk_data all # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: "pip install -r requirements.txt" # command to run tests, e.g. python setup.py test ...
Add NLTK downloader command to Travis build script.
Add NLTK downloader command to Travis build script.
YAML
mit
jmp3833/linguine-python,kmp3325/linguine-python,Pastafarians/linguine-python,rigatoni/linguine-python
3dbc8da850de65b99deb442fafd6f2df1e1f1bfc
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - ruby-head env: - COVERALLS=true matrix: allow_failures: - rvm: ruby-head script: bundle exec rspec spec && bundle exec cucumber
language: ruby rvm: - 2.0.0 - ruby-head env: - COVERALLS=true matrix: allow_failures: - rvm: ruby-head script: bundle exec rake
Use default rake task for merged coveralls.
Use default rake task for merged coveralls.
YAML
apache-2.0
cupakromer/arug-trader
93f08955474bd47b3d760eaa67910dbf431c2f72
.travis.yml
.travis.yml
language: perl install: true jobs: include: - script: make test - stage: maintain before_install: - git config user.name TravisCI - git config user.email https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_...
language: perl install: true jobs: include: - script: make test - stage: maintain before_install: - git config user.name TravisCI - git config user.email https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_...
Allow failures on the maintain stage
Travis: Allow failures on the maintain stage
YAML
mit
nonnymoose/xsr
83a70ac2e67b5f3f19dee236d3deeab6a18e61af
.travis.yml
.travis.yml
language: node_js services: - mongodb node_js: - "4.0"
language: node_js services: - mongodb node_js: - "stable"
Change node 4.0.0 to stable version
Change node 4.0.0 to stable version
YAML
mit
meritt/easymongo
767d75cafc4f1f60fc4444ff6cea7d4aef3c48e7
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 services: - couchdb env: - SPIKA_COUCH_DB_URL=http://localhost:5984/spikatest SPIKA_ADMIN_EMAIL=admin@example.com before_script: - composer install --dev - curl -X PUT $SPIKA_COUCH_DB_URL - curl -X PUT $SPIKA_COUCH_DB_URL/_design/app --data-binary @install/designdocument...
language: php php: - 5.4 - 5.5 services: - couchdb env: - SPIKA_COUCH_DB_URL=http://localhost:5984/spikatest SPIKA_ADMIN_EMAIL=admin@example.com before_script: - composer install --dev - curl -X PUT $SPIKA_COUCH_DB_URL - curl -X PUT $SPIKA_COUCH_DB_URL/_design/app --data-binary @install/designdocument...
Fix Travis CI config for Coveralls
Fix Travis CI config for Coveralls
YAML
mit
cloverstudio/Spika-Server,nikhil93uf/Spika-Server,velibor123/Spika-Server-Test,nikhil93uf/Spika-Server,nikhil93uf/Spika-Server,cloverstudio/Spika-Server,cloverstudio/Spika-Server,velibor123/Spika-Server-Test
e88de9ec4d360d4a43b14612e21734675cde535a
.travis.yml
.travis.yml
sudo: required dist: trusty addons: chrome: stable language: node_js node_js: - "8" before_install: - wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb - sudo dpkg -i packages-microsoft-prod.deb - sudo apt-get -y install apt-transport-https - sudo apt-get update - sudo apt-get -...
sudo: required dist: trusty addons: chrome: stable language: node_js node_js: - "8" before_install: - wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb - sudo dpkg -i packages-microsoft-prod.deb - sudo apt-get update - sudo apt-get -y install dotnet-sdk-2.1 env: global: - D...
Fix version number. Seems this has to e 2.1 instead of 2.1.300 for Linux.
Fix version number. Seems this has to e 2.1 instead of 2.1.300 for Linux.
YAML
mit
jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr
0bcbbe069763b852d781f29121a515598e732fd9
.travis.yml
.travis.yml
language: groovy jdk: - oraclejdk8 - openjdk11 - openjdk12 # No need to run tasks for dependencies install: - true after_success: ./gradlew cobertura coveralls
language: groovy jdk: - openjdk8 - openjdk11 - openjdk12 # No need to run tasks for dependencies install: skip after_success: ./gradlew cobertura coveralls
Use OpenJDK8 and 'skip' for bypassing the install phase
Use OpenJDK8 and 'skip' for bypassing the install phase
YAML
apache-2.0
zhanhb/thymeleaf-layout-dialect,zhanhb/thymeleaf-layout-dialect,ultraq/thymeleaf-layout-dialect,ultraq/thymeleaf-layout-dialect,zhanhb/thymeleaf-layout-dialect
a2e3975b10974a88f207405929357631c05bd43d
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 env: - BABELNET=3.7 before_install: - wget "http://babelnet.org/data/$BABELNET/BabelNet-API-$BABELNET.zip" && unzip BabelNet-API-$BABELNET.zip - mvn install:install-file -Dfile=BabelNet-API-$BABELNET/lib/jltutils-2.2.jar -DgroupId=it.uniroma1.lcl.jlt -DartifactId=jltutils -Dversion=2.2 ...
language: java jdk: - oraclejdk8 env: - BABELNET=3.7 before_install: - wget "http://babelnet.org/data/$BABELNET/BabelNet-API-$BABELNET.zip" && unzip BabelNet-API-$BABELNET.zip - mvn install:install-file -Dfile=BabelNet-API-$BABELNET/lib/jltutils-2.2.jar -DgroupId=it.uniroma1.lcl.jlt -DartifactId=jltutils -Dversion=2.2 ...
Fix the babelnet-api POM path on Travis CI
Fix the babelnet-api POM path on Travis CI
YAML
apache-2.0
tudarmstadt-lt/babelnet-extract
542558eeaceb8b4d5b0bdf09f9b37544649062e7
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob clean lint test coverage"
language: node_js node_js: - "0.11" - "0.10" - 0.8 before_install: "npm install -g bob --loglevel error" script: "bob build"
Reduce build noise, add 0.11, drop 0.6.
Reduce build noise, add 0.11, drop 0.6.
YAML
mit
cliffano/couchtato
4ef749ed6c87785367429e3e6242d142e5d5c336
.travis.yml
.travis.yml
language: go go: - 1.3 - release # - tip script: - go test -v ./...
language: go go: - 1.3 # - release # - tip script: - go test -v ./...
Build with Go version 1.3 only
Build with Go version 1.3 only
YAML
mit
DieterReuter/go-webservice
0d6f0ca3ed1b285f7c62bf07b612cb93e8e3baaa
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" install: - python setup.py install - pip install coveralls - pip install pep8 script: - pep8 pyramda - python setup.py nosetests after_success: - coveralls
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" install: - python setup.py install - pip install coveralls - pip install pep8 script: - pep8 --max-line-length 100 pyramda - python setup.py nosetests after_success: - coveralls
Increase Pep8 max line length to 100
Increase Pep8 max line length to 100
YAML
mit
jackfirth/pyramda
b1b6c1c093207def57df9196a2843b7bf7081b0c
.travis.yml
.travis.yml
os: - linux language: rust rust: - stable - beta - nightly allow_failures: - rust: nightly after_success: 'curl https://raw.githubusercontent.com/iron-bot/build-doc/master/build-doc.sh | sh '
language: rust rust: - stable - beta - nightly allow_failures: - rust: nightly after_success: 'curl https://raw.githubusercontent.com/iron-bot/build-doc/master/build-doc.sh | sh '
Remove requirement that we only run on Linux.
Remove requirement that we only run on Linux.
YAML
mit
iron/urlencoded,reem/urlencoded
0f6b3df8e5d6a2c1090b165eaf7b63dcca55c145
.travis.yml
.travis.yml
language: objective-c git: depth: 2 node_js: - "0.10" install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - cd .. - npm install -g purplecabbage/cordova-paramedic - npm install -g cordova - npm install -g ios-sim script: - cordova-paramedic --platform ios --plugin ../cor...
language: objective-c git: depth: 2 node_js: - "0.10" install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - cd .. - npm install -g cordova-paramedic - npm install -g cordova - npm install -g ios-sim script: - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
Use TRAVIS_BUILD_DIR, install paramedic by npm
Use TRAVIS_BUILD_DIR, install paramedic by npm
YAML
apache-2.0
apache/cordova-plugin-console,purplecabbage/cordova-plugin-console,purplecabbage/cordova-plugin-console,corimf/cordova-plugin-console,corimf/cordova-plugin-console,revolunet/cordova-plugin-console,revolunet/cordova-plugin-console,corimf/cordova-plugin-console,purplecabbage/cordova-plugin-console,revolunet/cordova-plugi...
686c13f2d4defe811819b16a280026eaa904e60c
.travis.yml
.travis.yml
language: php php: - 5.4 before_script: - composer install --no-interaction --dev - wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.10.zip -nv - unzip -q google_appengine_1.9.10.zip - patch -p0 < tests/patches/sdk-expose-remote-api-settings.patch script: - mkd...
language: php php: - 5.4 before_script: - composer install --no-interaction --dev - wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.10.zip -nv - unzip -q google_appengine_1.9.10.zip - patch -p0 < tests/patches/sdk-expose-remote-api-settings.patch script: - mkd...
Enable remote PHP debugging (for code coverage).
Enable remote PHP debugging (for code coverage).
YAML
mit
pwhelan/datachore
f6dd61bc86b40c39bd66f20deebfb6ff6ba381d8
.travis.yml
.travis.yml
sudo: false language: go go: - 1.8.3 - tip matrix: fast_finish: true allow_failures: - go: tip branches: only: - master notifications: email: on_success: change on_failure: change install: - make tools before_script: - make clean script: - make test after_success: - make cove...
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 install: - make tools before_script: - make clean script: - make test after_success: - make covera...
Update Go version to 1.9 in Travis CI.
Update Go version to 1.9 in Travis CI. Signed-off-by: Krzysztof Wilczynski <5f1c0be89013f8fde969a8dcb2fa1d522e94ee00@linux.com>
YAML
apache-2.0
kwilczynski/container
8364035138ca569d7863329cc861dcfe321545eb
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7
language: ruby rvm: - 2.1.2 - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7
Support Ruby 2.1.1 and 2.1.2
Support Ruby 2.1.1 and 2.1.2
YAML
mit
runcom/twig,rickypai/twig,rondevera/twig
519426bca612b61e7194af6a78569397e659df0b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode # JRuby in 1.9 mode - rbx
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx matrix: allow_failures: - rvm: rbx
Allow failures in Rubinius (Travis CI problem)
Allow failures in Rubinius (Travis CI problem)
YAML
mit
dwbutler/multi_worker
7e427da521eb2f1d6e3c9b58ae12c206e6a1b8d6
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: required dist: trusty rvm: - 2.4.1 services: mongodb addons: apt: sources: - ubuntu-sdk-team packages: - libqt5webkit5-dev - qtdeclarative5-dev script: xvfb-run bundle exec rake env: global: - METRICS_API_USERNAME="username" - METRICS_API_PASSW...
language: ruby cache: bundler sudo: required dist: trusty rvm: - 2.4.1 services: mongodb addons: apt: sources: - ubuntu-sdk-team packages: - libqt5webkit5-dev - qtdeclarative5-dev - cmake script: xvfb-run bundle exec rake env: global: - METRICS_API_USERNAME="username" - MET...
Include cmake to resolve heroku build fail
Include cmake to resolve heroku build fail
YAML
mit
theodi/bothan,theodi/bothan,theodi/bothan,theodi/metrics-api,theodi/metrics-api,theodi/bothan,theodi/metrics-api
921301072bf5d189296eba019307efa7d7cbeff4
.travis.yml
.travis.yml
language: groovy jdk: - openjdk6 - openjdk7 - oraclejdk8 script: - ./gradlew clean build check uploadArchives after_success: - ./gradlew cobertura coveralls
language: groovy jdk: - openjdk7 - oraclejdk8 script: - ./gradlew clean build check uploadArchives after_success: - ./gradlew cobertura coveralls
Remove jdk6 from Travis CI builds.
Remove jdk6 from Travis CI builds.
YAML
apache-2.0
ksoichiro/gradle-web-resource-plugin
3e6fd99417cb9cd2fa7b69538bc67a01e00b4ea3
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 - oraclejdk9 - oraclejdk10 jobs: include: - stage: deploy jdk: oraclejdk8 script: - "./scripts/travis_deploy.sh" script: make default env: global: - secure: agxFqlp+zYAqPnNlc43+hYUIuMkruj2yyawD3K+5ObhgXQWHeFbGL2SWrir0sx/ZBEwa8FnSXz80Gox1wEmUKvjzlPiIkyvThm...
sudo: false language: java jdk: - oraclejdk8 - oraclejdk9 - oraclejdk10 jobs: include: - stage: deploy jdk: oraclejdk8 script: - "./scripts/mvn_deploy.sh" script: make default env: global: - secure: agxFqlp+zYAqPnNlc43+hYUIuMkruj2yyawD3K+5ObhgXQWHeFbGL2SWrir0sx/ZBEwa8FnSXz80Gox1wEmUKvjzlPiIkyvThmsDv...
Fix link to deploy script
Fix link to deploy script
YAML
mit
cucumber/gherkin-java,cucumber/gherkin-java,cucumber/gherkin-java,cucumber/gherkin-java
9cafaff5cc8792b695cd891265784e0608112673
.travis.yml
.travis.yml
language: go sudo: false go: - 1.5.x - 1.9.x deploy: provider: releases api_key: secure: 'kewugKeaEgDvNMaapSbhMTgWXO1tje4sbyF8D77lbceOviTfKZkDKuuwVSwTU1NTKuHk5DnC00Rrfy7d4HP1xPT94P4AnI6oEjUvQvi43U8Ub/YGbrwTAZpqUyZJWwmkHaEikeFRIRuyTnHztM8/IQaEQyOvxtu2NOFnMVCpagQ=' file: - bin/certstrap-${TRAVIS_TAG}-linux-am...
language: go sudo: false go: - 1.5.x - 1.9.x deploy: provider: releases api_key: secure: 'kewugKeaEgDvNMaapSbhMTgWXO1tje4sbyF8D77lbceOviTfKZkDKuuwVSwTU1NTKuHk5DnC00Rrfy7d4HP1xPT94P4AnI6oEjUvQvi43U8Ub/YGbrwTAZpqUyZJWwmkHaEikeFRIRuyTnHztM8/IQaEQyOvxtu2NOFnMVCpagQ=' file: - bin/certstrap-${TRAVIS_TAG}-linux-am...
Update Go for release build to 1.9
Update Go for release build to 1.9
YAML
apache-2.0
square/certstrap