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
315f7e48c84d7cd15f916c92b7e9dd4bb18cb156
.travis.yml
.travis.yml
language: node_js node_js: - "node" services: - mongodb cache: directories: - "node_modules" install: - npm ci - npm install -g npx script: - npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec - npx codecov
language: node_js node_js: - "node" services: - mongodb cache: directories: - "node_modules" install: - npm ci - npm install -g npx script: - npx gulp - npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec - npx codecov
Add asset build to CI
Add asset build to CI
YAML
mit
Foltik/Shimapan,Foltik/Shimapan
88f42c1a508e907e622fe3a71b9949d1f3e1e795
.travis.yml
.travis.yml
language: php php: - 5.4 env: - EIX_ENV=TEST before_install: - composer self-update - composer update
sudo: false language: php php: - 5.4 env: - EIX_ENV=TEST before_install: - composer self-update - composer update
Enable container builds in Travis.
Enable container builds in Travis.
YAML
mit
eix/core
a8702bdf7f81eddabff67b34078693cfa478a4cd
.travis.yml
.travis.yml
language: python matrix: include: - python: 2.6 env: - TOXENV=py26 - python: 2.7 env: - TOXENV=py27 - python: 3.4 env: - TOXENV=py34 - python: 3.5 env: - TOXENV=py35 install: - pip install tox - pip install coveralls - pip install codeclimate-test-...
language: python matrix: include: - python: 2.6 env: - TOXENV=py26 - python: 2.7 env: - TOXENV=py27 - python: 3.4 env: - TOXENV=py34 - python: 3.5 env: - TOXENV=py35 install: - pip install tox - pip install coveralls - pip install codeclimate-test-...
Add kazoo to the venv so sphinx can use it.
Add kazoo to the venv so sphinx can use it.
YAML
apache-2.0
toddpalino/kafka-tools
dcd17b426187f61c4a94b14066b9c1af8446f990
.travis.yml
.travis.yml
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release 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: - mas...
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - mast...
Switch back to stable ChefDK builds for testing
Switch back to stable ChefDK builds for testing
YAML
apache-2.0
opscode-cookbooks/fail2ban,opscode-cookbooks/fail2ban,chef-cookbooks/fail2ban,chef-cookbooks/fail2ban
f4299dc43d5a2f7e146334af42b8eb6dadb27430
.travis.yml
.travis.yml
language: rust rust: 1.0.0-beta.3 branches: only: - master notifications: slack: secure: QpFHoGnFmO56Dc7PZzYEqeVbT0II7QCAYc7V0Xm4cV4NKLcz2DjBw523G+cCa7cewWVdhOooUKA14H6wjCHdqReMR7xO7iOGQm/p7iSMgU9eMlIvem0jBDGqxo/8R5GtA/OVZ6SB93ja+BaZiYaapsaQcTfxNxxeopecKus0z44=
language: rust rust: nightly-2015-05-01 branches: only: - master notifications: slack: secure: QpFHoGnFmO56Dc7PZzYEqeVbT0II7QCAYc7V0Xm4cV4NKLcz2DjBw523G+cCa7cewWVdhOooUKA14H6wjCHdqReMR7xO7iOGQm/p7iSMgU9eMlIvem0jBDGqxo/8R5GtA/OVZ6SB93ja+BaZiYaapsaQcTfxNxxeopecKus0z44=
Update Travis CI Rust version to Nightly 2015-05-01
Update Travis CI Rust version to Nightly 2015-05-01 I *believe* this should work: Travis CI seems to use `rustup.sh` to install the required Rust version by specifing `--spec=%s` where %s corresponst to the provided rust version. Using `rustup.sh --spec=nightly-2015-05-01` seems to work locally, so it just might also ...
YAML
bsd-2-clause
Drakulix/zwreec,Drakulix/zwreec
b993f8e9fa4c65e79273ef91513bd46ec5c59598
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" before_install: - 'sudo apt-get install redis' install: - 'pip install Flask' - 'pip install pytz' - 'pip install python-dateutil' - 'pip install Beaker>=1.6.4,<1.7' - 'pip install redis>=2.10' script: py.test
language: python python: - "2.6" - "2.7" before_install: - 'sudo apt-get install redis-server' install: - 'pip install Flask' - 'pip install pytz' - 'pip install python-dateutil' - 'pip install Beaker>=1.6.4,<1.7' - 'pip install redis>=2.10' script: py.test
Correct redis package name for Travis
Correct redis package name for Travis
YAML
mit
aspyatkin/beakeredis
726409b02c6c604e98976469678f8fcf9eb08b73
.travis.yml
.travis.yml
dist: trusty language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1" - "2.2" - "ruby-2.3.0" before_install: - gem install bundler script: - bundle exec rspec - script/cucumber - ruby script/rubocop.rb bundler_args: --without development matrix: include: - rvm: "1.9.2" dist: precise - rvm:...
dist: trusty language: ruby rvm: - "1.9.2" - "1.9.3" - "2.0.0" - "2.1" - "2.2" - "ruby-2.3.0" before_install: - gem install bundler script: - bundle exec rspec - script/cucumber - ruby script/rubocop.rb bundler_args: --without development matrix: include: - rvm: jruby-19mode # JRuby in 1....
Upgrade ruby-1.9.2 dist to trusty
Upgrade ruby-1.9.2 dist to trusty
YAML
bsd-2-clause
egonSchiele/contracts.ruby,egonSchiele/contracts.ruby
91686a355763ed07eefb5ee7264c247de4c77d5b
.travis.yml
.travis.yml
language: node_js node_js: - "8" # send builds to the container-based infrastructure sudo: false
language: node_js node_js: - "8" # send builds to the container-based infrastructure sudo: false deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi7QLCGmVw5cIxl4XDAhaxVWKmRT/GA5CUALjY7ZY1i9Kn6mjcIcvW9HxATU51BASSfq3otWoSJnJB+J3E0kMHJTDW5JMYbQoeu0jRz6ny/FnQoNGvtd3GEAxBkRLCmE0bUzA+1h...
Allow deploying with Travis 🤖
Allow deploying with Travis 🤖
YAML
mit
batata-frita/redux-heat
749fa3b4345da8bc04f6c193372d6044548c7023
.travis.yml
.travis.yml
language: node_js node_js: - "6.0.0" - "6" - "7" - "8" - "9" - "10" after_success: npm run test:coverage && npm run coverage:upload
language: node_js node_js: - "8.0.0" - "8" - "9" - "10" after_success: npm run test:coverage && npm run coverage:upload
Remove node versions below 8 from the Travis testing matrix
Remove node versions below 8 from the Travis testing matrix
YAML
mit
fluture-js/Fluture,fluture-js/Fluture,fluture-js/Fluture
a5dfc5cfdd30c15d8b780b01043ab0d960810a92
.travis.yml
.travis.yml
language: android android: components: - build-tools-21.1.2 - android-21
language: android android: components: - build-tools-21.1.2 - android-21 before_script: - chmod +x gradlew
Fix Travis CI pass 1
Fix Travis CI pass 1
YAML
mit
lasarobotics/FTCVision
7265e83c5cdac9d7e7bca4465d947d60503fc533
.travis.yml
.travis.yml
language: php script: - vendor/bin/phpunit test php: - 5.6 - 7.0 - 7.1 - 7.2 notifications: email: false
language: php before_script: composer install script: vendor/bin/phpunit test php: - 5.6 - 7.0 - 7.1 - 7.2 notifications: email: false
Add dependency installation to Travis build
Add dependency installation to Travis build
YAML
apache-2.0
Loilo/Fuse
7be8b842b495c5b037e52a7b17d609773cb4a05b
.travis.yml
.travis.yml
language: go go: - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - 1.12 - 1.13 - 1.14 sudo: false before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get . script: - make test notifications: slack: secure: U+RtmtVJEzEoZf+/VVuon9qNC4GXKzXoTqdYThP57ZTzqoDAJDnuZ/qUrMGrMYpYg38ikxtK3qJhBMfff...
language: go go: - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - 1.12 - 1.13 - 1.14 - 1.15 sudo: false before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get . script: - make test notifications: slack: secure: U+RtmtVJEzEoZf+/VVuon9qNC4GXKzXoTqdYThP57ZTzqoDAJDnuZ/qUrMGrMYpYg38ikxtK3q...
Include Go 1.15 in CI tests
Include Go 1.15 in CI tests
YAML
mit
transloadit/go-sdk,transloadit/go-sdk
b8309295ad09a76f4ba1d3510cd87e9ca7910609
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" sudo: false after_success: - npm run coveralls
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" sudo: false after_success: - npm run coveralls
Test on more node versions
Test on more node versions
YAML
apache-2.0
spark/softap-setup-js
a47793a3e3e12ede8530048e8d48eec6c16c3859
.travis.yml
.travis.yml
sudo: false language: ruby rvm: jruby-1.7.16 jdk: openjdk7 env: global: - COVERAGE=1 matrix: - RAKE_TASK=spec - RAKE_TASK=rubocop matrix: allow_failures: - env: RAKE_TASK=rubocop services: - redis addons: postgresql: 9.3 before_script: - 'RAILS_ENV=test bundle exec rake db:create db:structure:l...
sudo: false language: ruby rvm: - jruby-1.7.16 - jruby-head jdk: openjdk7 env: global: - COVERAGE=1 matrix: - RAKE_TASK=spec - RAKE_TASK=rubocop matrix: allow_failures: - env: RAKE_TASK=rubocop services: - redis addons: postgresql: 9.3 before_script: - 'RAILS_ENV=test bundle exec rake db:cr...
Test jruby-head (and allow failures)
Test jruby-head (and allow failures)
YAML
mit
travis-ci/travis-hub,travis-ci/travis-hub,final-ci/travis-hub,final-ci/travis-hub
bd3923da037625ba9d63afa150cf82fa14b18633
.travis.yml
.travis.yml
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10"
language: node_js before_install: - npm install -g jspm - jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10"
Add GitHub auth to jspm initialization
Add GitHub auth to jspm initialization
YAML
mit
peterjuras/slush-react-express,peterjuras/slush-azure-node,peterjuras/slush-react-express,peterjuras/slush-azure-node,peterjuras/slush-react-express,peterjuras/slush-azure-node
3763a34e2381760526696caf2bd6007719d641f3
.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 OpenJDK 12 to Travis builds.
Add OpenJDK 12 to Travis builds.
YAML
apache-2.0
apache/commons-daemon,apache/commons-daemon,apache/commons-daemon,apache/commons-daemon
06b19c3ca02251fa05450e43888355a743596599
.travis.yml
.travis.yml
language: "node_js" node_js: - 0.4 - 0.6
language: "node_js" node_js: - 0.4 - 0.6 - 0.8
Test on node 0.8 using Travis CI.
Test on node 0.8 using Travis CI.
YAML
mit
KristianMH/connect-flash,jg3526/connect-flash,avaly/connect-flash,jaredhanson/connect-flash,sagivo/connect-flash
600930abb097b282476d3306d1556a16ddbeeb66
.travis.yml
.travis.yml
language: scala scala: - 2.11.8 sudo: false jdk: - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION server/test client/test # Tricks to avoid unnecessary cache updates, from # http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html - find $HOME/.sbt -name "*.lock" | xargs rm - find $HOME/.ivy2 -name "ivydata-*.prope...
language: scala scala: - 2.11.8 sudo: false jdk: - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION server/test client/test # Tricks to avoid unnecessary cache updates, from # http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html - find $HOME/.sbt -name "*.lock" | xargs rm - find $HOME/.ivy2 -name "ivydata-*.prope...
Add jsdom support for Travis
Add jsdom support for Travis
YAML
apache-2.0
wrotki/spacommander,wrotki/spacommander,ochrons/scalajs-spa-tutorial,wrotki/spacommander,ochrons/scalajs-spa-tutorial
94f55f8abb17edd786b03200fd9d4b71a5692f8f
.travis.yml
.travis.yml
stages: - name: test if: NOT branch IN (master, staging) - name: deploy if: branch IN (master, staging) jobs: include: - stage: test language: node_js node_js: [node] cache: {directories: [node_modules]} script: - npm test - stage: deploy language: generic ...
stages: - name: test if: NOT (branch IN (master, staging) OR tag =~ ^v\d+) - name: deploy if: branch IN (master, staging) OR tag =~ ^v\d+ jobs: include: - stage: test language: node_js node_js: [node] cache: {directories: [node_modules]} script: - npm test - stage:...
Add a condition to build from tags
Add a condition to build from tags
YAML
agpl-3.0
CaptainFact/captain-fact-frontend,CaptainFact/captain-fact-frontend,CaptainFact/captain-fact-frontend
496d43c8e9fbf9260867163ac1671601446a3320
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0
language: ruby rvm: - 2.0.0 - 2.1.0
Remove 1.9.3 for ohai compatibility
Remove 1.9.3 for ohai compatibility
YAML
apache-2.0
Numergy/phpenv-cookbook,Numergy/phpenv-cookbook,Numergy/phpenv-cookbook
c2da670ba6419b6836caa9f21292e7064bc2ed12
.travis.yml
.travis.yml
language: java jdk: # JDK6 isn't supported after Jersey upgrade 2.6 -> 2.21 # - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 script: - mvn clean verify - java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar after_success: - env
language: java jdk: # JDK6 isn't supported after Jersey upgrade 2.6 -> 2.21 # - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 script: - mvn clean verify - java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar after_success: - test "${TRAVIS_JDK_VERSION}" == "openjdk7" && test "${TRAVIS_TEST...
Deploy snapshot to Sonatype snapshots repo
Deploy snapshot to Sonatype snapshots repo
YAML
apache-2.0
Labs64/NetLicensingClient-java,Labs64/NetLicensingClient-java
3e467889d8a84b72c2404533726eb22ad257314a
.travis.yml
.travis.yml
language: python python: - "2.7" - "2.6" env: - DJANGO=1.4.3 - DJANGO=1.3.5 - DJANGO=https://github.com/django/django/zipball/master install: - pip install -q Django==$DJANGO --use-mirrors script: python setup.py test notifications: email: recipients: - code@pixelated...
language: python python: - "2.7" - "2.6" env: - DJANGO_VERSION=DJANGO==1.4.3 - DJANGO_VERSION=DJANGO==1.3.5 - DJANGO_VERSION=git+git://github.com/django/django.git install: - pip install -q $DJANGO_VERSION --use-mirrors script: python setup.py test notifications: email: recipient...
Support for django 1.5 since its coming soon
Support for django 1.5 since its coming soon
YAML
bsd-3-clause
Khabi/django-mcfeely,Khabi/django-mcfeely
51bebdde75109220af66e63cc3d6adb64ec87e80
.travis.yml
.travis.yml
sudo: false language: go go: - 1.10.x env: - DEP_VERSION=0.5.0 matrix: allow_failures: - go: master fast_finish: true before_install: - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep install: - # Do nothing. This...
sudo: false language: go go: - 1.10.x git: depth: 3 env: - DEP_VERSION=0.5.0 matrix: allow_failures: - go: master fast_finish: true before_install: - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep install: - # ...
Move diff and vet to before dep ensure and add git depth
Move diff and vet to before dep ensure and add git depth
YAML
mit
camd67/moebot,camd67/moebot
7b28961bebf2d2e7e6df862ca11f9ad354ec3f70
.travis.yml
.travis.yml
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=em...
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=em...
Allow failures from ember-release and ember-beta
Allow failures from ember-release and ember-beta
YAML
mit
collectrium/ember-data-socketio-adapter,collectrium/ember-data-socketio-adapter
90ffe80d89c60f009d5d9cf2acd806d7494cb25e
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules node_js: - "4" - "5"
language: node_js cache: directories: - node_modules node_js: - "5"
Remove Node4 from testing (does not play nice with coveralls)
Remove Node4 from testing (does not play nice with coveralls)
YAML
mit
joshwcomeau/redux-favicon
85e288098e16431fd8ea3f4eec346f2d155f96e8
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.12" notifications: irc: "irc.freenode.org#socket.io"
sudo: false language: node_js node_js: - "0.8" - "0.10" - "0.12" notifications: irc: "irc.freenode.org#socket.io"
Use container-based infrastructure for faster build
Use container-based infrastructure for faster build http://docs.travis-ci.com/user/workers/container-based-infrastructure/
YAML
mit
nkzawa/engine.io,socketio/engine.io,socketio/engine.io,kapouer/engine.io
680f6b72947ef03465eebab85109135922478ab8
.travis.yml
.travis.yml
sudo: required services: - docker language: node_js node_js: - '0.10' env: global: - GH_REF: github.com/chad-autry/stdin-eval-stdout script: - npm test - npm prune --production - docker build -t chadautry/stdin-eval-stdout:latest . - if [[ ! -z "$TRAVIS_TAG" ]]; then docker tag chadautry/stdin-eval-stdout:latest ...
sudo: required services: - docker language: node_js node_js: - '0.10' env: global: - GH_REF: github.com/chad-autry/stdin-eval-stdout script: - npm test - npm prune --production - docker build -t chadautry/stdin-eval-stdout:latest . after_script: - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_...
Remove the if statement to tag docker image on tagged builds (see if it is causing the push issue)
Remove the if statement to tag docker image on tagged builds (see if it is causing the push issue)
YAML
mit
chad-autry/stdin-eval-stdout
a3d8d67f1d61dc0de2a7a9df831316b32cff1d6d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.3
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 - 2.2.0
Test on Ruby 2.2, bump 2.1 to 2.1.5
Test on Ruby 2.2, bump 2.1 to 2.1.5
YAML
mit
gma/nesta,nathandao/ginatra_dummy_2,nathandao/ginatra_dummy_2,nathandao/ginatra_dummy_2
5a8c3a9dae5f56c3f92b90572d4863dd7c97c07d
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 branches: only: - master - /^release-.+$/ env: - MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" before_install: - OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -Ev "(^\[|Download\w+:)"` - NEW_VERSION=${O...
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 branches: only: - master - /^release-.+$/ env: - MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" before_install: - OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -Ev "(^\[|Download\w+:)"` - NEW_VERSION=${O...
Replace `build` version suffix with 'dev'
Replace `build` version suffix with 'dev'
YAML
apache-2.0
jtulach/teavm,jtulach/teavm,konsoletyper/teavm,shannah/cn1-teavm-builds,jtulach/teavm,shannah/cn1-teavm-builds,shannah/cn1-teavm-builds,jtulach/teavm,konsoletyper/teavm,konsoletyper/teavm,konsoletyper/teavm,shannah/cn1-teavm-builds,shannah/cn1-teavm-builds,konsoletyper/teavm
01756662ca29127160b4f9461de8f08d10e82b38
.travis.yml
.travis.yml
language: node_js node_js: - "8" env: global: - DB_HOST=ec2-23-21-158-253.compute-1.amazonaws.com - DB_NAME=d3o0vjc16si1ah - DB_USER=hxkztrgqaamine - DB_PORT=5432 - DB_PASS=1cfb071d0368a6f42237c09dad637df79750d9476f5346f922cd58683586779d - SESS_SECRET=dui8w9837@##& - PORT=5000 script: ...
language: node_js node_js: - "8" env: global: - DB_HOST=ec2-23-21-158-253.compute-1.amazonaws.com - DB_NAME=d3o0vjc16si1ah - DB_USER=hxkztrgqaamine - DB_PORT=5432 - DB_PASS=1cfb071d0368a6f42237c09dad637df79750d9476f5346f922cd58683586779d - SESS_SECRET=dfidfjdjakjfkdjkfjkdk - PORT=5000 ...
Set session key for test
Set session key for test
YAML
mit
tundewritescode/PostIt,tundewritescode/PostIt
1eb11b9138d067fad03acebef771d74fcaf5235c
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode9 before_install: - gem install cocoapods xcpretty --no-rdoc --no-ri --no-document --quiet script: - set -o pipefail && xcodebuild test -workspace SimpleAnimation.xcworkspa...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode10.1 before_install: - gem install cocoapods xcpretty --no-rdoc --no-ri --no-document --quiet script: - set -o pipefail && xcodebuild test -workspace SimpleAnimation.xcwork...
Update Travis config to xcode 10.1
Update Travis config to xcode 10.1
YAML
mit
keithito/SimpleAnimation,keithito/SimpleAnimation
68bdff745a77477531404fdd7592940259f48299
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 sudo: false before_install: - brew install carthage - gem install xcpretty-travis-formatter script: ./Scripts/build.sh branches: only: - master env: - TARGET=WebDriverAgentLib SDK=iphonesimulator DESTINATION='iPad Air' ACTION=test - TARGET=WebDriverAgentLib SDK=iph...
language: objective-c osx_image: xcode7.3 sudo: false before_install: - brew install carthage - gem install xcpretty-travis-formatter script: ./Scripts/build.sh branches: only: - master env: - TARGET=WebDriverAgentLib SDK=iphonesimulator DESTINATION='iPad 2' ACTION=test - TARGET=WebDriverAgentLib SDK=iphon...
Change iPad used for integration tests to iPad 2
Change iPad used for integration tests to iPad 2 Summary: `-[FBKeyboardTests testTextTyping]` is failing on slower hosts, because text field is cleared in the middle of typing which finally causes string mismatch, when checking entered text. This is known reported XCTest issue. Only workaround is to use simulator with...
YAML
bsd-3-clause
PiranhaTeam/WebDriverAgent,qa-dev/WebDriverAgent,ymin/WebDriverAgent,Gogle/WebDriverAgent,calabash/WebDriverAgent,b1ueshad0w/WebDriverAgent,Gogle/WebDriverAgent,riccoyu/WebDriverAgent,zenzhu/WebDriverAgent,b1ueshad0w/WebDriverAgent,riccoyu/WebDriverAgent,b1ueshad0w/WebDriverAgent,calabash/WebDriverAgent,Gogle/WebDriver...
b8fedf0ceb391e66ff802adba1260f2ffdf53502
.travis.yml
.travis.yml
sudo: required language: python env: # Target Branch and Directory for Deployment of Pages - PAGES_TARGET_BRANCH="gh-pages" - PAGES_VERSION_BASE="version3" install: - sudo pip install -r .travis/python_req.txt script: - bash .travis/build_docs.sh - bash .travis/push_docs_to_gh_pages.sh notifica...
sudo: required language: python env: global: # Target Branch and Directory for Deployment of Pages - PAGES_TARGET_BRANCH="gh-pages" - PAGES_VERSION_BASE="version3" install: - sudo pip install -r .travis/python_req.txt script: - bash .travis/build_docs.sh - bash .travis/push_docs_to_gh_pages.sh ...
Add global to env variables
Add global to env variables
YAML
apache-2.0
rlove/ut3-docs-playground
cab0e9e378931d7bb475861f0dbaa4d96f66a4ed
.travis.yml
.travis.yml
language: ruby sudo: false script: 'bundle exec rake test:coverage --trace && bundle exec rubocop --display-cop-names' rvm: - 2.2.5 - 2.3.1 - jruby-9.1.2.0 - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
language: ruby sudo: false script: 'bundle exec rake test:coverage --trace && bundle exec rubocop' rvm: - 2.3.1 - jruby-9.1.5.0 - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
Remove MRI 2.2 from CI
Remove MRI 2.2 from CI
YAML
mit
lotus/assets,hanami/assets,hanami/assets,hanami/assets,hanami/assets
30910cf0ac66dc61ed014470cb7b5c9aa70c520e
.travis.yml
.travis.yml
sudo: false dist: trusty language: node_js node_js: stable cache: directories: - node_modules addons: firefox: latest google-chrome: latest install: - npm install - polymer install --variants before_script: - gulp lint - polymer lint --rules polymer-2-hybrid --input *.html - xvfb-run -s '-screen...
sudo: true dist: trusty language: node_js node_js: stable cache: directories: - node_modules addons: firefox: latest google-chrome: latest # Temporary fix, currently there are some weird timeout issues in Travis with Chrome 59 # TODO @limonte revisit after Chrome 60 release before_install: - wget http://...
Set Chrome version to 58 for Selenium tests
Set Chrome version to 58 for Selenium tests
YAML
apache-2.0
vaadin/vaadin-upload,vaadin/vaadin-upload
be834c6d1f3703d5904d3e0f8fbf50ad3bf04286
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.5" env: - TOX_ENV=py35-django-18 - TOX_ENV=py34-django-18 - TOX_ENV=py33-django-18 - TOX_ENV=py27-django-18 - TOX_ENV=py35-django-19 - TOX_ENV=py34-django-19 - TOX_ENV=py27-django-19 - TOX_ENV=py35-django-110 - TO...
# Config file for automatic testing at travis-ci.org language: python python: - "3.5" env: - TOX_ENV=py35-django-18 - TOX_ENV=py34-django-18 - TOX_ENV=py27-django-18 - TOX_ENV=py35-django-19 - TOX_ENV=py34-django-19 - TOX_ENV=py27-django-19 - TOX_ENV=py35-django-110 - TOX_ENV=py34-django-110 - TO...
Update env list for integration tests
Update env list for integration tests
YAML
bsd-3-clause
valerymelou/django-active-link
6b1f3340c506d724a72e142ce187ba2d40914726
.travis.yml
.travis.yml
language: go sudo: false notifications: email: false go: - 1.4 - tip script: - go test ./... - go fmt ./...
language: go sudo: false notifications: email: false go: - 1.5 - tip script: - go test ./... - go fmt ./...
Update Travis CI config to use Go v1.5
Update Travis CI config to use Go v1.5 This updates it to test against the latest Go version, which is what I am using for development.
YAML
mit
brettchalupa/far,brettchalupa/far
013861209c7e80f6447e182153a1b367d9b8e7c3
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.4 - 2.3 - 2.2 - 2.0.0 - 2.1 - 1.9.3 - rbx-2 - jruby matrix: allow_failures: - rvm: rbx-2 # See rubinius/rubinius#3485 - rubocop segfaults script: "bundle exec rake" addons: apt: packages: - idn - build-essential # this and below attempt allow rubi...
sudo: false language: ruby rvm: - 2.4 - 2.3 - 2.2 - 2.0.0 - 2.1 - 1.9.3 - rbx-2 - jruby-9.1.9.0 matrix: allow_failures: - rvm: rbx-2 # See rubinius/rubinius#3485 - rubocop segfaults script: "bundle exec rake" addons: apt: packages: - idn - build-essential # this and below attempt al...
Use specific version of JRuby to fix CI for now
Use specific version of JRuby to fix CI for now
YAML
apache-2.0
googleapis/google-auth-library-ruby,googleapis/google-auth-library-ruby
a13676c6c3177e2fe19f6dc8d885796eef8ef7c8
.travis.yml
.travis.yml
language: php sudo: false php: - 7.0 - 7.1 - 7.2 matrix: allow_failures: - php: 7.2 cache: directories: - $HOME/.composer/cache before_install: - composer selfupdate install: - composer install script: - ./vendor/bin/phpunit
language: php sudo: false php: - 7.0 - 7.1 - 7.2 cache: directories: - $HOME/.composer/cache before_install: - composer selfupdate install: - composer install script: - ./vendor/bin/phpunit
Remove "allow_failures" for PHP 7.2
Remove "allow_failures" for PHP 7.2
YAML
mit
Hexanet/swiftmailer-image-embed
7ffcc5e2ebcc145baef98d3126e48d594f18cc05
.travis.yml
.travis.yml
language: php before_script: # Setup Coveralls and httpbin-php - phpenv local 5.5 - composer install --dev --no-interaction - sudo tests/utils/server/start.sh - export REQUESTS_TEST_HOST_HTTPS=localhost - phpenv local --unset # Work out of the tests directory - cd tests script: - phpunit --coverage-clover clo...
language: php before_script: # Setup Coveralls and httpbin-php - phpenv local 5.5 - composer install --dev --no-interaction - sudo tests/utils/server/start.sh - export REQUESTS_TEST_HOST_HTTP=localhost - phpenv local --unset # Work out of the tests directory - cd tests script: - phpunit --coverage-clover clov...
Use localhost for HTTP tests, not HTTPS tests
Use localhost for HTTP tests, not HTTPS tests
YAML
bsd-3-clause
dskanth/Requests,andreipetcu/Requests,mubassirhayat/Requests,meox/Requests,meox/Requests,meox/Requests
91946be3c78558678483616ecb68a1b71bcec04d
.travis.yml
.travis.yml
sudo: required dist: trusty language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm u...
sudo: required dist: trusty language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm u...
Use the current Angular CLI in Travis.
Use the current Angular CLI in Travis.
YAML
mit
lrem/ladders,lrem/ladders,lrem/ladders,lrem/ladders,lrem/ladders
48c5f348b9f5ec61d1cc7b85624500270e6a49c0
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.4 - tip script: - go test -cpu=2 ./... - go test -cpu=2 -tags=noasm ./... - go test -cpu=2 -short -race ./... - go test -cpu=2 -short -race -tags=noasm ./...
language: go go: - 1.3 - 1.4 - 1.5 - tip script: - go test -cpu=2 ./... - go test -cpu=2 -tags=noasm ./... - go test -cpu=2 -short -race ./... - go test -cpu=2 -short -race -tags=noasm ./...
Add Go 1.5 to tests.
Add Go 1.5 to tests.
YAML
bsd-3-clause
aybabtme/compress,glycerine/compress,yxd-hde/compress,yxd-hde/compress
bf573aef522cf71e93a694afdf90046c391c3773
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - jruby - jruby-19mode - rbx - rbx-19mode matrix: allow_failures: - rvm: jruby - rvm: jruby-19mode - rvm: rbx - rvm: rbx-19mode services: mongodb
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - ruby-head - jruby - jruby-19mode - rbx - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby - rvm: jruby-19mode - rvm: rbx - rvm: rbx-19mode services: mongodb
Add ruby-head to build matrix
Add ruby-head to build matrix
YAML
mit
CrisSoFresh/mongoid_userstamp,Aethelflaed/mongoid-userstamps,tbpro/mongoid_userstamp,glebtv/mongoid_userstamp,johnnyshields/mongoid_userstamp
e7e890344721e208033068ffdb02dcbb9b32fe50
.travis.yml
.travis.yml
language: php php: - 7.1 - nightly cache: yarn: true directories: - ~/.composer/cache/files before_install: - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini install: - composer update --prefer-dist before_script: - (cd tests/Applicat...
language: php php: - 7.1 - 7.2 - nightly cache: yarn: true directories: - ~/.composer/cache/files before_install: - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini install: - composer update --prefer-dist before_script: - (cd test...
Test package also against PHP 7.2
Test package also against PHP 7.2
YAML
mit
stefandoorn/sitemap-plugin,stefandoorn/sitemap-plugin,stefandoorn/sitemap-plugin
b7fc6ba1fc82b86b0effe4388782eaa29fde847f
.travis.yml
.travis.yml
rvm: - 2.0.0 - 1.9.3 - 2.1.0 - jruby-19mode - rbx-2
before_install: - gem install bundler -v '= 1.5.1' rvm: - 2.0.0 - 1.9.3 - 2.1.0 - jruby-19mode - rbx-2
Fix Travis build for jruby
Fix Travis build for jruby https://github.com/travis-ci/travis-ci/issues/1798
YAML
mit
KingLemuel/vacuum,hakanensari/vacuum,marcomontes/vacuum
110d6bc02cbbdd9c680848c1e21c37d22987eab0
.travis.yml
.travis.yml
language: cpp os: - linux - osx env: - CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH addons: apt: sources: - sourceline: 'ppa:beineri/opt-qt563-trusty' packages: - qt56base valgrind install: - if [ "${TRAVIS_OS_NAME}" != "linux" ]; then ...
language: cpp os: - linux - osx env: - CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH addons: apt: sources: - sourceline: 'ppa:beineri/opt-qt563-trusty' packages: - qt56base valgrind install: - if [ "${TRAVIS_OS_NAME}" != "linux" ]; then ...
Fix Travis builds on macOS
Fix Travis builds on macOS Travis and Homebrew have been at odds: the Ruby in PATH is not what Homebrew wants, so it prints: /usr/local/Homebrew/Library/Homebrew/brew.rb:12:in `<main>': Homebrew must be run under Ruby 2.3! You're running 2.0.0. (RuntimeError) Info in the Travis's own GitHub bug report indicates "br...
YAML
mit
intel/tinycbor,thiagomacieira/tinycbor,intel/tinycbor,thiagomacieira/tinycbor,thiagomacieira/tinycbor,thiagomacieira/tinycbor,01org/tinycbor,intel/tinycbor,01org/tinycbor,intel/tinycbor,01org/tinycbor
6d78aa23b6eeeaaa95490dd66db0dfdb9211651d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode script: bundle exec rake
language: ruby sudo: false cache: bundler rvm: - 2.1 - 2.2 script: bundle exec rake
Test modern Rubies and use Travis's new container infrastructure
Test modern Rubies and use Travis's new container infrastructure
YAML
mit
psu-stewardship/noid,microservices/noid
c089c5c85ff7f37585350bfe1fd6aaff829f27ec
.travis.yml
.travis.yml
sudo: true dist: trusty language: node_js node_js: - '6' before_script: - npm install -g bower - yarn - bower install script: gulp test cache: directories: - node_modules addons: firefox: latest apt: sources: - google-chrome packages: - google-chrome-stable
sudo: true dist: trusty language: node_js node_js: - '6' before_script: - npm install -g bower web-component-tester - yarn - bower install - gulp build:tests script: xvfb-run wct cache: directories: - node_modules addons: firefox: latest apt: sources: - google-chrome packages: - g...
Use xvfb / global wct
Use xvfb / global wct
YAML
mit
simplaio/simpla-text,simplaio/simpla-text,SimplaElements/simpla-text,SimplaElements/simpla-text
8909cafb6876278f6a24a8a0cad9e753e2345eae
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0
language: ruby cache: bundler rvm: - 2.1.0 - 2.0.0
Allow Travis to cache bundler
Allow Travis to cache bundler
YAML
mit
shopkeep/mulder
e497fdf24eef4076aaf0138f7456e1e1bc7c2994
.travis.yml
.travis.yml
language: go sudo: false go: - "1.11" - "1.12" before_install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -service=travis-ci
language: go sudo: false go: - "1.11" - "1.12" - "1.13" before_install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -service=travis-ci
Add current go version to Travis
Add current go version to Travis
YAML
apache-2.0
hsluoyz/casbin,casbin/casbin
657af1ff23e9bc525474ed62ba435d30255f1014
.travis.yml
.travis.yml
os: linux dist: trusty language: java install: true jdk: openjdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -rf $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.m2 - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ jobs: include: - stage: Core script: ...
os: linux dist: trusty language: java install: true jdk: openjdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -rf $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.m2 - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ jobs: include: - stage: Core name: "C...
Add parallel step for Standalone
Add parallel step for Standalone
YAML
mit
automatictester/lightning,automatictester/lightning
876e33196ba42a1a456ae7ac12a41771d1efc0b1
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "8" env: - PKG_ENV=npm - PKG_ENV=yarn before_install: - if [[ "$PKG_ENV" == "yarn" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash; fi - if [[ "$PKG_ENV" == "yarn" ]]; then export PATH=$HOME/.yarn/bin:$PATH; fi
language: node_js node_js: - "node" - "8" env: - PKG_ENV=npm - PKG_ENV=yarn before_install: - if [[ "$PKG_ENV" == "yarn" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash; fi - if [[ "$PKG_ENV" == "yarn" ]]; then export PATH=$HOME/.yarn/bin:$PATH; fi os: - linux - osx
Test on linux and osx
Test on linux and osx
YAML
mit
abraham/nutmeg-cli,abraham/nutmeg-cli,abraham/nutmeg-cli
627ce3458eeaa02e47793756cbf4e9498648e8cf
.travis.yml
.travis.yml
dist: xenial language: php env: global: - setup=stable matrix: fast_finish: true include: - php: 7.1 - php: 7.1 env: setup=lowest - php: 7.2 - php: 7.2 env: setup=lowest - php: 7.3 - php: 7.3 env: setup=lowest sudo: false cache: directories: - $HOME/.compose...
dist: xenial language: php env: global: - setup=stable matrix: fast_finish: true include: - php: 7.1 - php: 7.1 env: setup=lowest - php: 7.2 - php: 7.2 env: setup=lowest - php: 7.3 - php: 7.3 env: setup=lowest cache: directories: - $HOME/.composer/cache serv...
Remove sudo configuration from Travis CI
Remove sudo configuration from Travis CI This will became not available in the future: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
YAML
mit
barryvdh/framework,stidges/framework,tjbp/framework,notebowl/laravel-framework,rodrigopedra/framework,JosephSilber/framework,mul14/laravel-framework,arturock/framework,stidges/framework,ChristopheB/framework,cybercog/framework,jerguslejko/framework,stevebauman/framework,leo108/laravel_framework,ChristopheB/framework,ha...
560ad697668d95bd10611c290e8bb48494282972
.travis.yml
.travis.yml
language: android android: components: - tools - platform-tools - build-tools-23.0.1 - android-23 jdk: - oraclejdk8 before_install: - env - nvm install 6 - nvm use 6 install: - npm i script: - jarsigner -verify -verbose -certs test/android-release-unsigned.apk | grep "unsigned" - ./...
language: android android: components: - tools - platform-tools - build-tools-23.0.1 - android-23 jdk: - oraclejdk8 before_install: - env - nvm install 6 - nvm use 6 install: - npm i script: - jarsigner -verify -verbose -certs test/android-release-unsigned.apk | grep "unsigned" - ls /u...
Add build-tools to PATH for zipaling
Travis: Add build-tools to PATH for zipaling
YAML
mit
beevelop/apk-signer
b932c6e4982ba4ca727e40646e8ceaf4fde755c4
.travis.yml
.travis.yml
sudo: required services: - docker jdk: oraclejdk8 language: groovy branches: except: - /^tmp-.*$/ env: DOCKER_COMPOSE_VERSION: 1.8.0 before_install: - openssl aes-256-cbc -K $encrypted_f3d5ce600e4d_key -iv $encrypted_f3d5ce600e4d_iv -in gradle.properties.enc -out gradle.properties -d - sudo apt-get -y u...
sudo: required services: - docker jdk: oraclejdk8 language: groovy branches: except: - /^tmp-.*$/ before_install: - openssl aes-256-cbc -K $encrypted_f3d5ce600e4d_key -iv $encrypted_f3d5ce600e4d_iv -in gradle.properties.enc -out gradle.properties -d - sudo apt-get -y update - sudo apt-get -o Dpkg::Option...
Use default docker-compose version on Travis
Use default docker-compose version on Travis
YAML
apache-2.0
Krijger/docker-gradle,stackwork/stackwork
b12bd714193dc37dcaf15f96c5c00ed6726a7b8d
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0
Remove ruby-1.8 testing since it is EoL and activesupport-4.0.0 does not support it
Remove ruby-1.8 testing since it is EoL and activesupport-4.0.0 does not support it
YAML
agpl-3.0
p8952/gentoo-packages
809f161662aa5df0108d154435cdc3186b35bb76
.travis.yml
.travis.yml
# We need sudo to install pip system-wide sudo: required os: - linux - osx before_install: # Workaround for upgrading gcc, see https://github.com/travis-ci/travis-ci/issues/8826 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall oclint ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew up...
# We need sudo to install pip system-wide sudo: required os: - linux - osx before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python@2 ; f...
Remove no-longer-needed Travis bug workaround
Remove no-longer-needed Travis bug workaround It now breaks the build.
YAML
mit
walles/px,walles/px
a28d2012a761766261b34724a027b1586ec95b49
.travis.yml
.travis.yml
language: - java jdk: - openjdk10 - oraclejdk10 script: - ./gradlew -x signArchives assemble
language: - java jdk: - openjdk10 - oraclejdk10 install: - true script: - ./gradlew -x signArchives assemble
Exclude archive signing from Travis CI builds
Exclude archive signing from Travis CI builds
YAML
apache-2.0
petrzelenka/sellcom-java
d4b90e36ee78352fc23f14c988c417b6737774a4
.travis.yml
.travis.yml
language: python python: - '2.7' - '3.2' - '3.3' - 'pypy' # Install dependencies install: - 'pip install -e ".[test]" --use-mirrors' # Run tests script: - nosetests tests/armet - nosetests tests/django_django - nosetests tests/flask_django - nosetests tests/bottle_django
language: python python: - '2.7' - '3.2' - '3.3' - 'pypy' # Install dependencies install: - 'pip install -e ".[test]" --use-mirrors' # Run tests script: - nosetests armet - nosetests django_django - nosetests flask_django - nosetests bottle_django
Remove tests/ prefix and place that in setup config.
Remove tests/ prefix and place that in setup config.
YAML
mit
armet/python-armet
21e26c63d45341f619ec6678498099938497973e
.travis.yml
.travis.yml
language: ruby sudo: false before_install: gem install bundler matrix: allow_failures: - rvm: jruby-head fast_finish: true include: - rvm: 1.9.3 gemfile: gemfiles/Gemfile.1.9.2+ - rvm: 2.0.0 gemfile: Gemfile - rvm: 2.1.0 gemfile: Gemfile - rvm: 2.1.1 gemfile: Gemfile ...
language: ruby sudo: false before_install: gem install bundler matrix: allow_failures: - rvm: jruby-head fast_finish: true include: - rvm: 1.9.3 gemfile: gemfiles/Gemfile.1.9.2+ - rvm: 2.0.0 gemfile: Gemfile - rvm: 2.1.10 gemfile: Gemfile - rvm: 2.2.6 gemfile: Gemfile ...
Update Ruby versions to test
Update Ruby versions to test - Update 2.1.0 to latest (2.1.10) - Update 2.2.0 to latest (2.2.6) - Update 2.3.0 to latest (2.3.3) - Add latest 2.4 (2.4.0)
YAML
mit
fog/fog-vsphere,jrgarcia/fog-vsphere
fef723ce28aa4fcda1460d43802db7d4e640dd93
.travis.yml
.travis.yml
dist: trusty sudo: false language: c cache: directories: - $HOME/.ghc - $HOME/.cabal matrix: include: - env: CABALVER="2.0" GHCVER="8.2.1" compiler: ": #GHC 8.2.1" addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}} - os: osx env: CABALVER="2.0" GHCVER="8.2....
dist: trusty sudo: false language: c cache: directories: - $HOME/.ghc - $HOME/.cabal matrix: include: - env: CABALVER="2.0" GHCVER="8.2.1" compiler: ": #GHC 8.2.1" addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}} - os: osx env: CABALVER="2.0" GHCVER="8.2....
Fix shell typo in Travis script
Fix shell typo in Travis script
YAML
bsd-3-clause
GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script
c74dbafac03f2ab53b2e6fd9b357e66a884cd0b9
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "nightly" script: pytest
language: python python: - "2.7" - "3.5" - "3.6" - "nightly" script: pytest before_install: - export CFLAGS=`gdal-config --cflags` - export LDFLAGS=`gdal-config --libs` - export PROJ_LIB=/usr/share/proj addons: apt: packages: - libgdal-dev - gdal-bin
Add gdal cflags and libs to environment
Add gdal cflags and libs to environment
YAML
mit
johanvdw/niche_vlaanderen
42d2bb02ba7d85a5844218d57cf72d595c172150
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 # http://docs.travis-ci.com/user/caching/ cache: directories: - $HOME/.m2 - $HOME/.sonar/cache addons: # https://docs.travis-ci.com/user/sonarcloud/ sonarcloud: organization: "marcelstoer-github" script: # the following command line builds the project, runs the te...
language: java jdk: - openjdk8 # http://docs.travis-ci.com/user/caching/ cache: directories: - $HOME/.m2 - $HOME/.sonar/cache addons: # https://docs.travis-ci.com/user/sonarcloud/ sonarcloud: organization: "marcelstoer-github" script: # the following command line builds the project, runs the test...
Move to OpenJDK on Travis CI
Move to OpenJDK on Travis CI
YAML
mit
marcelstoer/open-data-smn,marcelstoer/open-data-smn
309597e7729eb51455f4b3ff2702b672957e09d7
.travis.yml
.travis.yml
sudo: false language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 addons: apt: packages: - make - gcc - qemu-utils - xorriso - zlib1g-dev before_script: - export PATH=$PATH:$PWD/bin - export PREFIX=$PWD install: - pip install tox-travis - pip install co...
sudo: false language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 addons: apt: packages: - make - gcc - qemu-utils - xorriso - zlib1g-dev before_script: - export PATH=$PATH:$PWD/bin - export PREFIX=$PWD install: - pip install --upgrade pip - pip install...
Upgrade pip before running setup.py
Upgrade pip before running setup.py
YAML
mit
glennmatthews/cot,glennmatthews/cot
1916b9574edcddadb220460238f89df036431fc5
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree
rvm: - 1.8.6 - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree
Add 1.8.6 to the CI matrix
Add 1.8.6 to the CI matrix
YAML
mit
Neo20067/octokit.rb,benbalter/octokit.rb,Ladiijae/octokit.rb,cocktail-io/octokit.rb,hoorayimhelping/octokit.rb,byroot/octokit.rb,Payro93/octokit.rb,pezholio/octokit.rb,kv109/octokit.rb,pvdb/octokit.rb,synmnstr/octokit.rb,tarebyte/octokit.rb,octokit/octokit.rb,LizzHale/octokit.rb,kv109/octokit.rb,stetsenko/octokit.rb,si...
68c3c11cfc4b6a848b130d2aef73e1349d93d8cb
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" services: - mongodb before_script: "grunt bgShell:nodemonDev" script: "grunt coverage" addons: code_climate: repo_token: secure: "hrUanDfyczomvyEYHJI9iQ39eVLyk1c4UjNHfa5Ea/gmaIhIUt94tUMDnU2fMQfNhXdNV+3WPeguMh5HGyLT5z7hPUPMDbXR+qELTPajTgxM+5e1BB199seMt9CIC/oa5L8a3...
language: node_js node_js: - "0.10" services: - mongodb before_script: "grunt bgShell:nodemonDev" script: "grunt coverage" addons: code_climate: repo_token: secure: "hrUanDfyczomvyEYHJI9iQ39eVLyk1c4UjNHfa5Ea/gmaIhIUt94tUMDnU2fMQfNhXdNV+3WPeguMh5HGyLT5z7hPUPMDbXR+qELTPajTgxM+5e1BB199seMt9CIC/oa5L8a3...
Add after script that calls codeclimate
Add after script that calls codeclimate
YAML
mit
mosaiqo/frontend-devServer
01f405bcc03a86ec2bd365bbdea3f6551a4ace80
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 branches: except: - ontohub.org - staging.ontohub.org - develop.ontohub.org services: - redis-server - elasticsearch notifications: email: false before_install: - 'export DISPLAY=:99.0' - 'sh -e /etc/init.d/xvfb start' - 'gem install bundler' script: - bundl...
language: ruby rvm: - 2.1 branches: except: - ontohub.org - staging.ontohub.org - develop.ontohub.org services: - redis-server - elasticsearch notifications: email: false before_install: - 'export DISPLAY=:99.0' - 'sh -e /etc/init.d/xvfb start' - 'gem install bundler' script: - bundl...
Delete the commands for elasticsearch.
Delete the commands for elasticsearch.
YAML
agpl-3.0
ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub
1be09a91e5d2a1c5d2c01082285389cb11f4d112
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "4.3" - "5" env: - KAFKA_HOME=../kafka CXX=g++-4.8 before_install: - wget http://www.us.apache.org/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz -O kafka.tgz - mkdir -p ${KAFKA_HOME} && tar xzf kafka.tgz -C ${KAFKA_HOME} --strip-components 1 - echo 'delete.topic.enable=true...
language: node_js sudo: false node_js: - "4.3" - "5" env: - KAFKA_HOME=../kafka CXX=g++-4.8 before_install: - wget http://www.us.apache.org/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz -O kafka.tgz - mkdir -p ${KAFKA_HOME} && tar xzf kafka.tgz -C ${KAFKA_HOME} --strip-components 1 - echo 'delete.topic.enable=true...
Put a sleep bw zookeeper and kafka startup
Put a sleep bw zookeeper and kafka startup
YAML
apache-2.0
d00rman/restbase-mod-queue-kafka,Pchelolo/change-propagation,Pchelolo/change-propagation,wikimedia/change-propagation,wikimedia/change-propagation
421b742b259f28e6110a90e26a5828d4411b85bd
.travis.yml
.travis.yml
language: node_js sudo: false before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install branches: only: - gh-pages - /.*/ node_js: 4 addons: firefox: latest apt: sources: - google-chrome packages: - google...
language: node_js sudo: required dist: trusty before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install branches: only: - gh-pages - /.*/ node_js: 4 addons: firefox: latest apt: sources: - google-chrome packages...
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
YAML
mit
Starcounter/starcounter-include,Starcounter/starcounter-include
2532de8f6bc255687a34a10b8aec0b116cd81c34
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.3.1 jdk: - oraclejdk7 git: depth: 10 before_install: - gem update bundler
language: ruby sudo: false rvm: - 2.3.1 jdk: - oraclejdk8 git: depth: 10 before_install: - gem update bundler
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
YAML
apache-2.0
realityforge/resgen,realityforge/resgen
c32ddee22540e4a8998b0204cfe7cb9a657631d8
.travis.yml
.travis.yml
--- language: go go: - 1.5 - tip install: make updatedeps # whitelist master branch branches: only: - master script: - make - make test
--- language: go go: - 1.5 - 1.6 - tip install: make updatedeps # whitelist master branch branches: only: - master script: - make - make test
Tag go version 1.6 explicitly
Tag go version 1.6 explicitly
YAML
mpl-2.0
hashicorp/vault-ssh-helper,hashicorp/vault-ssh-agent,hashicorp/vault-ssh-helper,hashicorp/vault-ssh-agent
2b7cdefbfa2cbb3db6bdf14a45876245decf99ba
.travis.yml
.travis.yml
language: "node_js" node_js: - "5" - "4" - "3" # io.js - "2" # io.js - "1" # io.js - "0.12" - "0.10" - "0.8" before_install: - "npm install make-node@0.3.x -g" - "preinstall-compat" script: - "make test-cov" after_success: - "make report-cov" sudo: false
language: "node_js" node_js: - "8" - "7" - "6" - "5" - "4" - "3" # io.js - "2" # io.js - "1" # io.js - "0.12" - "0.10" - "0.8" before_install: - "npm install make-node@0.3.x -g" - "preinstall-compat" script: - "make test-cov" after_success: - "make report-cov" sudo: false
Add new node versions to Travis CI.
Add new node versions to Travis CI.
YAML
mit
jaredhanson/oauth2orize-fprm
47ce2bf81332a5e8781608f57c5503081bf4cdd9
.travis.yml
.travis.yml
language: objective-c osx_image: xcode6.4 before_install: - gem install xcpretty --no-document script: - set -o pipefail - xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
language: objective-c osx_image: xcode7 before_install: - gem install xcpretty --no-document script: - set -o pipefail - xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
Update Travis to use Xcode 7
Update Travis to use Xcode 7
YAML
bsd-3-clause
kylef/CommandKit,kylef/CLIKit,kylef/Commander,neonichu/CLIKit,neonichu/CLIKit
5867bf8ca435b0e59b9aea08b08b793f7a48b06c
.travis.yml
.travis.yml
language: python python: - '2.7' env: - TOX_ENV=py27 - TOX_ENV=py34 - TOX_ENV=flake8 install: - sudo apt-get install python-gdal python-numpy python-psycopg2 python-sqlalchemy - pip install tox script: - tox -e $TOX_ENV after_success: - coveralls
language: python python: - '2.7' env: - TOX_ENV=py27 - TOX_ENV=py34 - TOX_ENV=flake8 before_install: - sudo apt-get install python-gdal python-numpy python-psycopg2 python-sqlalchemy install: - pip install tox script: - tox -e $TOX_ENV after_success: - coveralls
Install Travis dependencies in before_install
Install Travis dependencies in before_install
YAML
bsd-3-clause
SANDAG/spandex,UDST/spandex
8a925dd910c2ac8e81c52a2429829ac1a19cf5d7
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' branches: only: - master - development - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - development - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with Node.js 5.1 on Travis CI.
Test with Node.js 5.1 on Travis CI.
YAML
mit
bigeasy/adhere
2688099f39becf9bb6fb0607b9e9d498901c8079
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby - rbx-18mode gemfile: - Gemfile - gemfiles/Gemfile.base-versions before_script: - 'sh -e /etc/init.d/xvfb start' before_install: - 'git submodule update --init' env: - DISPLAY=':99.0'
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby - rbx-18mode gemfile: - Gemfile - gemfiles/Gemfile.base-versions matrix: exclude: # Nokogiri 1.3.3 is not compatible with Rubinius or JRuby - gemfile: gemfiles/Gemfile.base-versions rvm: rbx-18mode - gemfile: gemfiles/Gemfile.b...
Exclude Rubinius and JRuby with base versions on Travis
Exclude Rubinius and JRuby with base versions on Travis Setting the DISPLAY variable is not longer done through env, because it is not part of the build matrix. (If we kept it, we would have to repeat it in the exclude list.)
YAML
mit
khaidpham/capybara,teamcapybara/capybara,Bartuz/capybara,tjouan/capybara,jillianrosile/capybara,jillianrosile/capybara,olivierlacan/capybara,tjgrathwell/capybara,DariaKalynovska/capybara,pombredanne/capybara,irfanah/capybara,ngpestelos/capybara,gonzedge/capybara,gonzedge/capybara,tjouan/capybara,ksmaheshkumar/capybara,...
9e935ae7d34cccbcd43e0b1d65266b623b863e25
.travis.yml
.travis.yml
language: c compiler: - gcc - clang script: - autoreconf -iv - ./configure --enable-Werror - make -j8 - make check - make distcheck
language: c compiler: - gcc - clang before_install: - sudo apt-get install -y lcov - gem install coveralls-lcov script: - autoreconf -iv - ./configure --enable-Werror --enable-code-coverage - make -j8 - make check - make distcheck after_success: - test "x$CC" = "xgcc" && make code-coverage...
Send code coverage reports to coveralls.io
Send code coverage reports to coveralls.io See https://github.com/eddyxu/cpp-coveralls
YAML
bsd-2-clause
mouse07410/asn1c,mouse07410/asn1c,mouse07410/asn1c,khmseu/asn1c,khmseu/asn1c,khmseu/asn1c,khmseu/asn1c,mouse07410/asn1c
163f1f23a7a4d8b854671dee0fb37f83c81579bd
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - 7 before_script: - composer self-update - composer install script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php php: - 7.3 - 7.4 before_script: - composer self-update - composer install script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Update Travis config for modern PHP.
Update Travis config for modern PHP.
YAML
bsd-2-clause
auraphp/Aura.Cli
f0d7c375c603a9227262dedc0a684c05b4a87ee7
.travis.yml
.travis.yml
sudo: false language: python python: - 2.6 - 2.7 - 3.3 - 3.4 env: - DB=mongodb - DB=mysql - DB=redis-server before_script: - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;'; fi" services: - mongodb - redis-server install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip instal...
sudo: false language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 env: - DB=mongodb - DB=mysql - DB=redis-server before_script: - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;'; fi" services: - mongodb - redis-server install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip ...
Add 3.5 to build matrix
Add 3.5 to build matrix
YAML
mit
wndhydrnt/python-oauth2,wndhydrnt/python-oauth2,wndhydrnt/python-oauth2
11113caad4e7fffb3f7d7072f3f6b39852944c73
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx-18mode - rbx-19mode - jruby-18mode - jruby-19mode env: - DB=mysql #- DB=postgres before_script: - "mysql -e 'create database `foreigner-matcher_test`;'" #- "psql -c 'create database \"foreigner-matcher_test\";' -U postgres" - bundle exec ...
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx-18mode - rbx-19mode - jruby-18mode - jruby-19mode env: - DB=mysql #- DB=postgres before_script: - "mysql -e 'create database `foreigner-matcher_test`;'" #- "psql -c 'create database \"foreigner-matcher_test\";' -U postgres" - bundle exec ...
Enable full backtrace for rspec, in case something goes badly wrong!
Enable full backtrace for rspec, in case something goes badly wrong!
YAML
mit
yellow5/foreigner-matcher,yellow5/foreigner-matcher
dec0c7a4c2fcf285ac470d1688dafcb1f75c8da8
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage os: osx osx_image: xcode7.3 language: objective-c rvm: - 2.2.5 cache: cocoapods podfile: Example/Podfile before_install: - sw_vers # Show osx versions - gem install cocoapods # Since Travis is not always...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage os: osx osx_image: xcode7.3 language: objective-c rvm: - 2.2.5 cache: cocoapods podfile: Example/Podfile before_install: - sw_vers # Show osx versions - gem install cocoapods # Since Travis is not always...
Update pod repo before pod install on CI
Update pod repo before pod install on CI
YAML
mit
wequick/Pbind,wequick/Pbind,wequick/Pbind
6c8e121c922080c58365ab230c7533a7c8e71e50
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=cove...
language: php php: - 5.6 - 7.0 - 7.1 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - vendor/phpunit/phpunit/phpunit --coverage-text...
Enforce using local phpunit composer package rather than the global
Enforce using local phpunit composer package rather than the global
YAML
mit
laravel-notification-channels/authy
234272f00aaf51bd31210efb2ff0a7346e930def
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c # cache: cocoapods # podfile: Example/Podfile # before_install: # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script:...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c # cache: cocoapods # podfile: Example/Podfile # before_install: # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example osx_ima...
Change Xcode version for build to support __Nullable and Notnull
Change Xcode version for build to support __Nullable and Notnull
YAML
mit
alexfedosov/AFZalandoSDK,alexfedosov/AFZalandoSDK
933872fcc4dc8a5860feddddee1f67428df66cd3
.travis.yml
.travis.yml
language: ruby rvm: - 2.4 script: - bundle exec rubocop - bundle exec rspec
language: ruby rvm: - 2.4 script: - bundle exec rubocop - bundle exec rspec notifications: email: false
Disable email notifcations from Travis
Disable email notifcations from Travis
YAML
mit
tcoenraad/analist,tcoenraad/analist,tcoenraad/analist
f6b5547b377f87469ff178e3b9f5e9d2aea3f3e1
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.4.3 - 1.5.1 - tip install: - go get -d -v ./... script: - go build -v ./... - go tool vet -all -v *.go
language: go go: - 1.3 - 1.4.3 - 1.5.1 - tip install: - go get -v golang.org/x/tools/cmd/vet - go get -d -v ./... script: - go build -v ./... - go tool vet -all -v *.go
Make sure we have go vet
Make sure we have go vet
YAML
mit
tehmaze/netflow
be4129db80733b66914b68ca64c5a6e353acf090
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.4 - hhvm install: - composer install script: - make test
language: php php: - 5.5 - 5.4 - 5.3 - hhvm install: - composer install script: - make test
Add 5.3 to the build config
Add 5.3 to the build config
YAML
mit
ciarand/midterm
e45cffd278fcb7705a7b0648274e7f434d1d400b
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/...
language: python python: - "2.7" - "3.3" - "3.4" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors before_install: - sudo apt-get install libnetcdf-dev libhdf5-serial-dev - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x...
Add NetCDF and HDF5 requirements for Travis
Add NetCDF and HDF5 requirements for Travis
YAML
bsd-3-clause
matteobachetti/MaLTPyNT
f7b5a6dd63a264f9eb10ecfd30d243118ebdb786
.travis.yml
.travis.yml
language: go go: - 1.2 install: - go get -v github.com/mattn/go-sqlite3 - go get -v github.com/go-sql-driver/mysql - go get -v github.com/lib/pq - go get -v github.com/naoina/genmai env: - DB=sqlite3 - DB=mysql - DB=postgres before_script: - sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABAS...
language: go go: - 1.2 - 1.2.1 - tip install: - go get -v github.com/mattn/go-sqlite3 - go get -v github.com/go-sql-driver/mysql - go get -v github.com/lib/pq - go get -v github.com/naoina/genmai env: - DB=sqlite3 - DB=mysql - DB=postgres before_script: - sh -c "if [ '$DB' = 'postgres' ]; then psq...
Add test targets on Travis-CI
Add test targets on Travis-CI
YAML
mit
naoina/genmai,Talos208/genmai
6a88181386c4747738da98edaf67c455e6e0bcd4
.travis.yml
.travis.yml
language: node_js node_js: '10' os: - linux - osx - windows script: # - npm run lint - echo "npm run check" - echo "npm run cover" - echo "npm run build" - echo "npm run bundle:$TRAVIS_OS_NAME" after_success: # Upload test coverage to codecov.io - echo "bash <(curl -s https://codecov.io/bash)" d...
language: node_js node_js: '10' os: - linux - osx # Windows builds fail on Travis for projects with secrets # See https://travis-ci.community/t/current-known-issues-please-read-this-before-posting-a-new-topic/264/10 # - windows script: # - npm run lint - echo "npm run check" - echo "npm run cover" ...
Remove Windows from Travis build matrix
ci: Remove Windows from Travis build matrix
YAML
apache-2.0
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
3d80f511343beb429b091dff7713d4d24b3efef0
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - rbx - jruby env: - COVERALLS=true cache: bundler matrix: allow_failures: - rvm: rbx
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.2 - rbx - jruby env: - COVERALLS=true cache: bundler matrix: allow_failures: - rvm: rbx
Test more rubies before release
Test more rubies before release
YAML
mit
jlong/radius,jlong/radius
131193f3eecef638df0cb1b6c0c910ebba9d9c4d
.travis.yml
.travis.yml
before_script: - npm cache clean - npm update -g npm language: node_js node_js: - 0.10
before_script: - npm update -g npm language: node_js node_js: - 0.10
Test Fix Travis CI build error
Test Fix Travis CI build error
YAML
mit
rakesh-mohanta/wix-ui-lib,rakesh-mohanta/wix-ui-lib
216be6693c3ef7ab0204bb05382e81b2d5c239d3
.travis.yml
.travis.yml
language: ruby cache: - bundler rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
Remove caching of Ruby gems from Travis CI for the time being.
Remove caching of Ruby gems from Travis CI for the time being. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
ba37cbd901b54502e5a04806e2e70bef73736614
.travis.yml
.travis.yml
osx_image: xcode8.3 language: swift # cache: cocoapods # podfile: Example/Podfile env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - SDK=iphonesimulator10.3 matrix: - DESTINATION="OS=10.3.1 ,name=iPhone 7 Plus" POD_LINT="YES" - DESTINATION="OS=9.0,name=iPhone 6" POD_LINT="NO" - DESTINATION=...
osx_image: xcode8.3 language: swift # cache: cocoapods # podfile: Example/Podfile env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - SDK=iphonesimulator10.3 matrix: - DESTINATION="OS=10.3.1 ,name=iPhone 7 Plus" POD_LINT="YES" - DESTINATION="OS=9.0,name=iPhone 6" POD_LINT="NO" - DESTINATION=...
Add quotes to env var
Add quotes to env var
YAML
mit
kmcgill88/McPicker-iOS,kmcgill88/McPicker-iOS
6875e87515900af76f8c88d9c299bbfb6844e9f1
.travis.yml
.travis.yml
language: python cache: pip python: 2.7 before_install: - export GALAXY_RELEASE=release_18.09 install: - pip install flake8 flake8-import-order planemo - planemo conda_init - ~/miniconda3/bin/conda install -y -c conda-forge conda=4.3.34 - planemo --version - ~/miniconda3/bin/conda --version - echo $TRA...
language: python cache: pip python: 2.7 before_install: - export GALAXY_RELEASE=release_19.05 install: - pip install flake8 flake8-import-order planemo - planemo conda_init - ~/miniconda3/bin/conda install -y -c conda-forge conda=4.3.34 - planemo --version - ~/miniconda3/bin/conda --version - echo $TRA...
Use latest Galaxy release for testing
Use latest Galaxy release for testing
YAML
mit
TGAC/earlham-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,TGAC/tgac-galaxytools,TGAC/tgac-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools
629a4191bda38d89aeff0a45d87285e8d537600b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 - 2.3.0 before_install: gem install bundler -v 1.10.6 notifications: email: false
language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.0 before_install: gem install bundler -v 1.10.6 notifications: email: false
Drop support for Ruby 1.9
Drop support for Ruby 1.9
YAML
mit
sinsoku/tachikoma_ai,sinsoku/tachikoma_ai
6156263abb0afb22a3c35fc974283ddc3b392bc9
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.2 - 2.3.0 - ruby-head branches: only: - "master" - "/^release-/" matrix: fast_finish: true allow_failures: - rvm: ruby-head before_install: gem install bundler cache: bundler sudo: false git: depth: 1
language: ruby rvm: - 2.2.5 - 2.3.1 - ruby-head branches: only: - "master" - "/^release-/" matrix: fast_finish: true allow_failures: - rvm: ruby-head before_install: gem install bundler cache: bundler sudo: false git: depth: 1
Use recent Rubies in Travis CI
Use recent Rubies in Travis CI
YAML
mit
ddfreyne/markbook,ddfreyne/markbook
c9631a5093f0267ddb23e8d01e61d867e686f4d1
.travis.yml
.travis.yml
language: php matrix: fast_finish: true include: - php: 7 install: composer install --no-interaction script: - composer test - composer cs-check after_script: - composer upload-coverage
language: php php: - 7.0 git: depth: 5 sudo: false matrix: fast_finish: true install: composer install --no-interaction script: - composer test - composer cs-check after_script: - composer upload-coverage
Use php 7 by default, shallow copy for git to speed things up, and use the new container infrastructure.
Use php 7 by default, shallow copy for git to speed things up, and use the new container infrastructure.
YAML
mit
urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,tasmaniski/unfinished,urukalo/unfinished,urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,phpsrbija/unfinished,urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished
34329191c1ed28949f854e08847e993e183623c0
.travis.yml
.travis.yml
sudo: false language: perl perl: - '5.28' - '5.26' - '5.24' - '5.22' - '5.20' - '5.18' - '5.16' - '5.14' install: - wget -P ~/bin https://git.io/cpm - chmod +x ~/bin/cpm - for i in exercises/*/.meta/solutions; do cd $i; if [ -f cpanfile ]; then echo "$i"; cpm install; fi; cd - > /dev/null; done be...
sudo: false language: perl perl: - '5.28' - '5.26' - '5.24' - '5.22' - '5.20' - '5.18' - '5.16' - '5.14' install: - wget -P ~/bin https://git.io/cpm - chmod +x ~/bin/cpm - for i in exercises/*/.meta/solutions; do cd $i; if [ -f cpanfile ]; then echo "$i"; cpm install; fi; cd - > /dev/null; done be...
Move prove jobs flag to yath
Move prove jobs flag to yath
YAML
mit
exercism/xperl5,exercism/xperl5,exercism/xperl5
5cbbf42b7a1d78f65b4d969d86ae844a8e02133a
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 - 2.1.5 - 2.1.9 - 2.1.10 - 2.2.5 - 2.3.1 before_install: - gem update bundler env: - rvmsudo_secure_path=1 script: bundle exec rake test_all services: - mongodb before_install: - gem update bundler notifications: email: recipients: - healthcare-ci@googlegroups...
language: ruby rvm: - 2.1.2 - 2.1.5 - 2.1.9 - 2.1.10 - 2.2.5 - 2.3.1 before_install: - gem update bundler env: - rvmsudo_secure_path=1 script: bundle exec rake test_unit services: - mongodb before_install: - gem update bundler notifications: email: recipients: - healthcare-ci@googlegroup...
Change test suite run in Travis CI
Change test suite run in Travis CI
YAML
apache-2.0
lrasmus/popHealth,OSEHRA/popHealth,lrasmus/popHealth,OSEHRA/popHealth,OSEHRA/popHealth,lrasmus/popHealth,lrasmus/popHealth,OSEHRA/popHealth
2696c293813c14956a5663caca3a52f4e611a939
.travis.yml
.travis.yml
language: php php: - "7.1" - "7.0" - "5.6" before_script: - composer self-update - composer install --prefer-source script: - composer phpcs - composer phpunit
language: php php: - "7.4" - "7.1" - "7.0" - "5.6" before_script: - composer self-update - composer install --prefer-source script: - composer phpcs - composer phpunit
Add PHP 7.4 to Travis
Add PHP 7.4 to Travis
YAML
mit
keenlabs/KeenClient-PHP