commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
758e87d07418c693e57c233dbb6028df62fa53ae
.travis.yml
.travis.yml
os: - linux language: - cpp sudo: - required services: - docker env: matrix: - GCC_VERSION=48 - GCC_VERSION=49 - GCC_VERSION=52 - GCC_VERSION=53 - GCC_VERSION=48 COVERALLS=True - GCC_VERSION=48 VALGRIND=True matrix: include: - os: osx osx_image: xcode8 language: generic env: - os: osx osx_image: xcode7.3 language: generic env: - os: osx osx_image: xcode7.1 language: generic env: install: - .travis/install.sh script: - .travis/run.sh
os: - linux language: - cpp sudo: - required services: - docker env: matrix: - GCC_VERSION=48 - GCC_VERSION=49 - GCC_VERSION=52 - GCC_VERSION=53 - GCC_VERSION=48 COVERALLS=True - GCC_VERSION=48 VALGRIND=True matrix: include: - os: osx osx_image: xcode7.3 language: generic env: - os: osx osx_image: xcode7.1 language: generic env: install: - .travis/install.sh script: - .travis/run.sh
Drop apple-clang 8.0 support; conan doesn't yet whitelist that version
Travis: Drop apple-clang 8.0 support; conan doesn't yet whitelist that version
YAML
agpl-3.0
imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow
ed2c95816c21744bfa790f2af259e998c14e6411
.travis.yml
.travis.yml
language: ruby sudo: false services: - redis-server cache: bundler before_install: - gem update --system - gem --version - gem install bundler --no-rdoc --no-ri - bundle --version install: bundle install --without development env: - WITH_REDIS_NAMESPACE="false" - WITH_REDIS_NAMESPACE="true" rvm: - 2.2 - 2.3.3 - 2.4.0 matrix: fast_finish: true include: - rvm: 2.4.0 env: SUITE="rubocop" gemfile: Gemfile - rvm: jruby-9.1.8.0 env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="false" gemfile: Gemfile - rvm: jruby-9.1.8.0 env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="true" gemfile: Gemfile allow_failures: - rvm: jruby-9.1.8.0 gemfile: - gemfiles/sidekiq_4.0.gemfile - gemfiles/sidekiq_4.1.gemfile - gemfiles/sidekiq_4.2.gemfile
language: ruby sudo: false services: - redis-server cache: bundler before_install: - gem update --system - gem --version - gem install bundler --no-rdoc --no-ri - bundle --version install: bundle install --without development env: - WITH_REDIS_NAMESPACE="false" - WITH_REDIS_NAMESPACE="true" rvm: - 2.2.6 - 2.3.3 - 2.4.0 matrix: fast_finish: true include: - rvm: 2.4.0 env: SUITE="rubocop" gemfile: Gemfile - rvm: jruby-9.1.8.0 env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="false" gemfile: Gemfile - rvm: jruby-9.1.8.0 env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="true" gemfile: Gemfile allow_failures: - rvm: jruby-9.1.8.0 gemfile: - gemfiles/sidekiq_4.0.gemfile - gemfiles/sidekiq_4.1.gemfile - gemfiles/sidekiq_4.2.gemfile
Test against Ruby 2.2.6 (instead of 2.2.0)
Test against Ruby 2.2.6 (instead of 2.2.0)
YAML
mit
sensortower/sidekiq-throttled,sensortower/sidekiq-throttled,sensortower/sidekiq-throttled
1d3dffa7afe175de646893496007321c5ecebe05
.travis.yml
.travis.yml
language: ruby script: "bundle exec rake test" cache: bundler addons: code_climate: repo_token: ae74feb57032eaec34d8b695e504f00fe300d01a2ec0055e41f107a20f512645
language: ruby rvm: - 1.9.3 - 2.1.5 - 2.3.0 - jruby script: "bundle exec rake test" cache: bundler addons: code_climate: repo_token: ae74feb57032eaec34d8b695e504f00fe300d01a2ec0055e41f107a20f512645
Expand ruby versions to test
Expand ruby versions to test
YAML
artistic-2.0
bio-miga/miga,bio-miga/miga,bio-miga/miga,bio-miga/miga
28a586bea873895a97b598fdfd87ae56021b8864
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '6' - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Build with Node.js 10 on Travis CI.
Build with Node.js 10 on Travis CI.
YAML
mit
bigeasy/strata,bigeasy/strata
fc020f9636baab84de4504766338dc629ab7ac4e
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '8' - '10' before_script: - npm install -g gulp script: - gulp build
language: node_js node_js: - '8' - '10' before_script: - npm install -g gulp script: - gulp build
Drop testing for Node v6
Drop testing for Node v6 Fixes build errors due to syntax limitations of Node v6.
YAML
mit
jakezatecky/d3-funnel,jakezatecky/d3-funnel
6f9c2142dc618ef35d3656abde3398c6225191f0
.travis.yml
.travis.yml
sudo: required services: docker os: linux dist: xenial before_install: - DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y -qq update - DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y -qq dist-upgrade - docker pull ubuntu:latest language: c before_script: - test -d m4 || mkdir m4 - docker run -n temp ubuntu:latest sh -c 'apt-get -qq -y update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y dist-upgrade && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install autoconf-archive automake build-essential curl gcc git lcov libcurl4-openssl-dev libdmalloc-dev libpthread-stubs0-dev libtest-pod-perl libtool perl pkg-config python-pip valgrind && pip install --upgrade pip && pip install cpp-coveralls' script: docker run -n test temp sh -c '(cd c-tap-harness && ./bootstrap) && autoreconf -i && ./configure --enable-valgrind --enable-compiler-warnings=error --with-dmalloc --with-gcov && make distcheck' #COPY . /root/dial-reference addons: apt: packages: - gcc - automake - lcov - libtool - libdmalloc-dev - libcurl4-openssl-dev - curl - perl - valgrind - libtest-pod-perl srcclr: true
sudo: required services: docker os: linux dist: xenial before_install: - docker pull ubuntu:latest language: c before_script: - test -d m4 || mkdir m4 - docker run -n temp ubuntu:latest sh -c 'apt-get -qq -y update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y dist-upgrade && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install autoconf-archive automake build-essential curl gcc git lcov libcurl4-openssl-dev libdmalloc-dev libpthread-stubs0-dev libtest-pod-perl libtool perl pkg-config python-pip valgrind && pip install --upgrade pip && pip install cpp-coveralls' script: docker run -n test temp sh -c '(cd c-tap-harness && ./bootstrap) && autoreconf -i && ./configure --enable-valgrind --enable-compiler-warnings=error --with-dmalloc --with-gcov && make distcheck' #COPY . /root/dial-reference addons: apt: packages: - gcc - automake - lcov - libtool - libdmalloc-dev - libcurl4-openssl-dev - curl - perl - valgrind - libtest-pod-perl srcclr: true
Remove non-docker apt-get calls for testing
Remove non-docker apt-get calls for testing
YAML
bsd-2-clause
torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference,torsknod/dial-reference
e507bf175f92ddd2bfb83fd7e3e5b66c4c03548c
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 before_script: git rev-parse --abbrev-ref HEAD script: bundle exec rake ci -t
language: ruby rvm: - 1.9.3 before_script: git config -l script: bundle exec rake ci -t
Debug abort issue with Devtools.notify
Debug abort issue with Devtools.notify
YAML
unlicense
lgierth/promise.rb
d64e2b33f0d73cf83c6fa4d4315d1a583e5b6bd3
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy env: - secure: "EhG2uSD2m1eGxuL2HeQewJJx7MVL4WpjrxyfiUBEgsApemD1yKJPjUnLwAyd\nbPi5HJx5ySm1TTRSvj6/yP85YLYTaJHA8OabKk7p0wFW294qcrYIDGovU7NL\n3YOqZmqN+S3XOBGFCOnByxE+pcxxWW/3/I09EgeW7D6tBPh67G0=" install: - pip install pytest pytest-xdist 'pytest-cov>=1.8.0' pytest-capturelog memory_profiler psutil coveralls - pip install -e . script: - python -mwand.version --verbose - py.test --cov wand --boxed --durations=20 after_success: - coveralls notifications: irc: channels: - "ircs://ssl.ozinger.org:16667#hongminhee" - "irc.freenode.net#wand" on_success: change on_failure: always
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy - pypy3 env: - secure: "EhG2uSD2m1eGxuL2HeQewJJx7MVL4WpjrxyfiUBEgsApemD1yKJPjUnLwAyd\nbPi5HJx5ySm1TTRSvj6/yP85YLYTaJHA8OabKk7p0wFW294qcrYIDGovU7NL\n3YOqZmqN+S3XOBGFCOnByxE+pcxxWW/3/I09EgeW7D6tBPh67G0=" install: - pip install pytest pytest-xdist 'pytest-cov>=1.8.0' pytest-capturelog memory_profiler psutil coveralls - pip install -e . script: - python -mwand.version --verbose - py.test --cov wand --boxed --durations=20 after_success: - coveralls notifications: irc: channels: - "ircs://ssl.ozinger.org:16667#hongminhee" - "irc.freenode.net#wand" on_success: change on_failure: always
Enable automated testing on PyPy 3
Enable automated testing on PyPy 3
YAML
mit
WangHong-yang/wand,samuelmaudo/wand,pellaeon/wand,bpc/wand,dahlia/wand
7424e7d2242ff42e2fca4191884611c8aaa76c8a
.travis.yml
.travis.yml
language: scala jobs: include: - stage: test 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 script: - sbt ++$TRAVIS_SCALA_VERSION clean checkHeaders compile tut coverage test coverageReport scala: - 2.11.11 - 2.12.2 jdk: - oraclejdk8 after_success: - bash <(curl -s https://codecov.io/bash) - stage: publish script: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then bash scripts/publishMicrosite.sh; fi scala: - 2.12.2 jdk: - oraclejdk8
language: scala scala: - 2.12.2 - 2.11.11 jdk: - oraclejdk8 matrix: include: - scala: 2.12.2 jdk: oraclejdk8 env: PUBLISH_SITE=true 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 script: - sbt ++$TRAVIS_SCALA_VERSION clean checkHeaders compile tut coverage test coverageReport after_success: - bash <(curl -s https://codecov.io/bash) - if [ "$PUBLISH_SITE" = "true" -a "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then bash scripts/publishMicrosite.sh; fi
Revert build stages as they don't work; try using matrix builds
Revert build stages as they don't work; try using matrix builds
YAML
apache-2.0
DavidGregory084/robots
e6f1475b0fe86ba758f1a19332787466e78f5107
.travis.yml
.travis.yml
sudo: required language: python matrix: include: - python: 2.6 - python: 2.7 - python: 3.2 - python: 3.3 - python: 3.4 - python: 3.5 - python: nightly - python: pypy - language: generic os: osx - language: generic os: osx env: PY3=3 install: .ci/travis.sh script: cd tests && python -m pytest notifications: email: on_success: change on_failure: change
sudo: required language: python matrix: include: - python: 2.6 - python: 2.7 - python: 3.2 - python: 3.3 - python: 3.4 - python: 3.5 - python: nightly - python: pypy - language: generic os: osx - language: generic os: osx env: PY3=3 install: .ci/travis.sh script: cd tests && python$PY3 -m pytest notifications: email: on_success: change on_failure: change
Fix for missing py3 on Mac
Fix for missing py3 on Mac
YAML
mit
vodik/plumbum,pombredanne/plumbum,AndydeCleyre/plumbum,henryiii/plumbum,weka-io/plumbum,fahhem/plumbum,AndydeCleyre/plumbum,vodik/plumbum,tomerfiliba/plumbum,weka-io/plumbum,fahhem/plumbum,tomerfiliba/plumbum,pombredanne/plumbum,henryiii/plumbum
3f5ed504d1d8fbef503e72a5e5aa1d9de6997727
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 10 - 12 - node matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - 10 - 12 - 14 - node matrix: include: - name: Lint node_js: 14 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop node.js 8 support, add 14, lint with 14 (semver-major)
Drop node.js 8 support, add 14, lint with 14 (semver-major)
YAML
bsd-3-clause
papandreou/express-compiless
a8b4aa911e156753ed48e64e96fcc9ad76f16efa
.travis.yml
.travis.yml
sudo: false language: php notifications: email: on_success: never on_failure: change branches: only: - /^release\/.*$/ - feature/travis - master php: - 5.4 env: - WP_VERSION=latest WP_MULTISITE=0 matrix: before_script: - bash bin/install-phpunit.sh - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION - export PATH="$HOME/.composer/vendor/bin:$PATH" script: - vendor/bin/phpunit --report-useless-tests --verbose
sudo: false language: php notifications: email: on_success: never on_failure: change branches: only: - /^release\/.*$/ - feature/travis - master php: - 5.4 - 5.5 - 5.6 env: - WP_VERSION=3.7 WP_MULTISITE=0 - WP_VERSION=3.7 WP_MULTISITE=1 matrix: before_script: - bash bin/install-phpunit.sh - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION - export PATH="$HOME/.composer/vendor/bin:$PATH" script: - vendor/bin/phpunit --report-useless-tests --verbose
Test 0.8.12 in WP v3.7 + multisite on PHP v5.4, 5.5, 5.6
Test 0.8.12 in WP v3.7 + multisite on PHP v5.4, 5.5, 5.6
YAML
bsd-3-clause
macder/wp-form-validation,macder/wfv-validation,macder/wfv-validation,macder/wp-form-validation
37d7f8dcb22b4034882d091432fdd535ba366451
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "pypy" install: - /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - 'if [ -n "${VAR+x}" ]; then: invoke install-nacl --library=$NACL; fi' - 'if [ -n "${VAR+x}" ]; then: invoke install --dev; fi' script: - invoke tests --suite=$SUITE env: global: - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib matrix: - NACL=libsodium SUITE=unit - "SUITE=pep8,lint" matrix: exclude: - python: "2.6" env: "SUITE=pep8,lint" - python: "3.2" env: "SUITE=pep8,lint" - python: "3.3" env: "SUITE=pep8,lint" - python: "pypy" env: "SUITE=pep8,lint"
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "pypy" install: - /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - 'if [ -n "${VAR+x}" ]; then: invoke install-nacl --library=$NACL; fi' - 'if [ -n "${VAR+x}" ]; then: invoke install --dev; fi' script: - invoke tests --suite=$SUITE env: global: - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib matrix: - NACL=libsodium SUITE=unit - "SUITE=pep8,lint" matrix: exclude: - python: "2.6" env: - "SUITE=pep8,lint" - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib - python: "3.2" env: - "SUITE=pep8,lint" - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib - python: "3.3" env: - "SUITE=pep8,lint" - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib - python: "pypy" env: - "SUITE=pep8,lint" - LD_LIBRARY_PATH=/usr/local/lib - LD_RUN_PATH=/usr/local/lib
Use YAML array syntax to exclude the envvars
Use YAML array syntax to exclude the envvars
YAML
mit
ucoin-io/cutecoin,lmctv/pynacl,alex/pynacl,lmctv/pynacl,xueyumusic/pynacl,hoffmabc/pynacl,hoffmabc/pynacl,JackWink/pynacl,pyca/pynacl,ucoin-bot/cutecoin,JackWink/pynacl,scholarly/pynacl,reaperhulk/pynacl,xueyumusic/pynacl,xueyumusic/pynacl,Insoleet/cutecoin,ucoin-io/cutecoin,dstufft/pynacl,dstufft/pynacl,scholarly/pynacl,dstufft/pynacl,reaperhulk/pynacl,pyca/pynacl,lmctv/pynacl,reaperhulk/pynacl,pyca/pynacl,lmctv/pynacl,lmctv/pynacl,reaperhulk/pynacl,dstufft/pynacl,reaperhulk/pynacl,pyca/pynacl,ucoin-io/cutecoin,alex/pynacl,hoffmabc/pynacl,scholarly/pynacl,JackWink/pynacl,alex/pynacl,xueyumusic/pynacl,pyca/pynacl,scholarly/pynacl,JackWink/pynacl,alex/pynacl
7308b0053c0b54a7b0e5893a1776f1844c33d4e4
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '7' script: - npm run compile - npm run lint - npm run coverage after_script: - npm install coveralls - cat ./coverage/lcov.info | coveralls
language: node_js node_js: - '6' - '7' - '8' script: - npm run compile - npm run lint - npm run coverage after_script: - npm install coveralls - cat ./coverage/lcov.info | coveralls
Enable Node 8 on Travis CI
Enable Node 8 on Travis CI
YAML
bsd-2-clause
inukshuk/edtf.js
6cce1d56073471877e12f49fae042072eee54958
.travis.yml
.travis.yml
dist: bionic matrix: include: - language: go sudo: false go: "1.16" before_install: - go get github.com/mattn/[email protected] install: - export PATH=$PATH:$GOPATH/bin script: - make goinstall - make check >& /tmp/check.log - $GOPATH/bin/goveralls -coverprofile=covprof-ipam,covprof-index,covprof-apicapi,covprof-hostagent,covprof-controller,covprof-gbpserver -service=travis-ci after_failure: - grep -C 200 FAIL /tmp/check.log - tail -200 /tmp/check.log after_success: - tail -200 /tmp/check.log
dist: bionic matrix: include: - language: go sudo: false go: "1.16" before_install: - go get github.com/mattn/[email protected] install: - export PATH=$PATH:$GOPATH/bin script: - make goinstall - make check >& /tmp/check.log after_failure: - grep -C 200 FAIL /tmp/check.log - tail -200 /tmp/check.log after_success: - tail -200 /tmp/check.log - $GOPATH/bin/goveralls -coverprofile=covprof-ipam,covprof-index,covprof-apicapi,covprof-hostagent,covprof-controller,covprof-gbpserver -service=travis-ci
Move coveralls to the after_success lifecycle hook
Move coveralls to the after_success lifecycle hook
YAML
apache-2.0
noironetworks/aci-containers,noironetworks/aci-containers
8063c7a6f73bd2c39d6e1726b2b9ffef591e00df
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode script: bundle exec rspec spec
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode script: bundle exec rspec spec env: global: secure: JyF1/jorG/dGjXhgVV5THQI9BSCvuuktsfkcPbRCuDna2lUXGfQGUrCYRyOUwPzvJTkeI3kjQ7HUEMFHXl4f5Fz2zMrUhjkyPNlNPDGJpe5KZngaHWAgemyEcn+z0deU1eanQ1WdRdRj020hZs5BHDOeyxKRELI7FI9it51HZ3g=
Add CODECLIMATE_REPO_TOKEN as a secure Travis ENV variable
Add CODECLIMATE_REPO_TOKEN as a secure Travis ENV variable
YAML
mit
pctj101/ruby-progressbar,pctj101/ruby-progressbar
0e5fc8becf8d01a6992b6b2b08a220dcfbc11d56
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0-rc1 - jruby-19mode - rbx-2.2 script: - bundle exec rspec - bundle exec rubocop
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx-2.2 script: - bundle exec rspec - bundle exec rubocop
Test against Ruby 2.1 official release on Travis CI
Test against Ruby 2.1 official release on Travis CI
YAML
mit
backus/guard-rubocop,guard/guard-rubocop,yujinakayama/guard-rubocop
1575a997539136b7cd5b820cb667ccb470014d4c
.travis.yml
.travis.yml
language: python dist: trusty sudo: required cache: pip services: - docker python: 3.6 env: - TOX_ENV=integration_tests-docker EXTRA_ARGS="-n1" CODECOV=integration - TOX_ENV=integration_tests_with_jjb_trunk-docker EXTRA_ARGS="-n1" - TOX_ENV=integration_tests-not_docker CODECOV=integration - TOX_ENV=integration_tests_with_jjb_trunk-not_docker - TOX_ENV=py36 CODECOV=unit - TOX_ENV=lint - TOX_ENV=mypy - TOX_ENV=docs matrix: include: - python: 3.5-dev env: TOX_ENV=py35 install: - pip install codecov tox script: - case $TOX_ENV in integration_tests*-docker) docker pull jenkins/jenkins ;; esac - tox -e $TOX_ENV -- $EXTRA_ARGS - if [ -n "$CODECOV" ]; then codecov --flags $CODECOV; fi
language: python dist: trusty sudo: required cache: pip services: - docker python: 3.6 env: - TOX_ENV=integration_tests-docker DOCKER_CONTAINER=jenkins/jenkins EXTRA_ARGS="-n1" CODECOV=integration - TOX_ENV=integration_tests-docker DOCKER_CONTAINER=jenkins/jenkins:lts EXTRA_ARGS="-n1 --jenkins-docker jenkins/jenkins:lts" - TOX_ENV=integration_tests_with_jjb_trunk-docker DOCKER_CONTAINER=jenkins/jenkins EXTRA_ARGS="-n1" - TOX_ENV=integration_tests-not_docker CODECOV=integration - TOX_ENV=integration_tests_with_jjb_trunk-not_docker - TOX_ENV=py36 CODECOV=unit - TOX_ENV=lint - TOX_ENV=mypy - TOX_ENV=docs matrix: include: - python: 3.5-dev env: TOX_ENV=py35 install: - pip install codecov tox script: - case $TOX_ENV in integration_tests*-docker) docker pull $DOCKER_CONTAINER ;; esac - tox -e $TOX_ENV -- $EXTRA_ARGS - if [ -n "$CODECOV" ]; then codecov --flags $CODECOV; fi
Add Travis testing against Jenkins LTS release
Add Travis testing against Jenkins LTS release
YAML
apache-2.0
OddBloke/jenkins-job-linter
d37a65d5a698e5e01bfec3a39e2782a272f34894
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.1.0 - 2.2.0 sudo: false
rvm: - 1.9.3 - 2.1.9 - 2.2.5 - 2.3.1 - 2.4.0-preview1 sudo: false
Update the rubies we test against
(chore): Update the rubies we test against Test against the latest patch version of each
YAML
mit
sgruhier/foundation_rails_helper,dsandstrom/foundation_rails_helper
d519f62865a271cd925d7e7771be0db3c0f41723
.travis.yml
.travis.yml
sudo: false language: python python: - 2.7 - 3.3 - 3.4 - 3.5 cache: pip env: global: - RANDOM_SEED=12345 install: - pip install coveralls scrutinizer-ocular before_script: - make env - make depends-ci script: - make ci after_success: - coveralls - ocular notifications: email: on_success: never on_failure: change
sudo: false language: python python: - 2.7 - 3.3 - 3.4 - 3.5 cache: pip: true directories: - env env: global: - RANDOM_SEED=12345 install: - pip install coveralls scrutinizer-ocular before_script: - make env - make depends-ci script: - make ci after_success: - coveralls - ocular notifications: email: on_success: never on_failure: change
Deploy Travis CI build 629 to GitHub
Deploy Travis CI build 629 to GitHub
YAML
mit
jacebrowning/template-python-demo
4f3fe5d898e0f40ef526b7427774f20529c37997
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 before_install: - brew update - brew install carthage || brew upgrade carthage - brew outdated xctool || brew upgrade xctool - carthage bootstrap --platform Mac script: - xctool -project HSTracker.xcodeproj -scheme HSTracker -sdk macosx clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO - xctool -project HSTracker.xcodeproj -scheme HSTracker -sdk macosx test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
language: objective-c osx_image: xcode7.3 before_install: - brew update - brew install carthage || brew upgrade carthage - brew outdated xctool || brew upgrade xctool - gem install xcpretty - carthage bootstrap --platform Mac script: - xcodebuild -project HSTracker.xcodeproj -scheme HSTracker -sdk macosx clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty - xcodebuild -project HSTracker.xcodeproj -scheme HSTracker -sdk macosx test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
Replace xctool with xcodebuild | xcpretty
Replace xctool with xcodebuild | xcpretty xctool seem to make problems with travis
YAML
mit
bmichotte/HSTracker,ifeherva/HSTracker,ifeherva/HSTracker,mattwelborn/HSTracker,jonnguy/HSTracker,bmichotte/HSTracker,jonnguy/HSTracker,mattwelborn/HSTracker,jonnguy/HSTracker,mattwelborn/HSTracker,mattwelborn/HSTracker
677531b74e74672cc9d0e30bed032a799331a372
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 2.3 - 2.4 - 2.5 - jruby-9.1.0.0 - jruby-9.1.7.0 - jruby-9.1.15.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-9.1.0.0 - rvm: jruby-9.1.7.0 - rvm: jruby-9.1.15.0 - rvm: jruby-head - rvm: ruby-head before_install: - sudo apt-get -qq update - sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0 - sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1 - sudo apt-get install -y gir1.2-gstreamer-1.0 install: - bundle install --without local_development --retry=3 branches: only: - master
sudo: required dist: trusty language: ruby before_install: gem update --system rvm: - 2.3 - 2.4 - 2.5 - jruby-9.1.0.0 - jruby-9.1.7.0 - jruby-9.1.15.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-9.1.0.0 - rvm: jruby-9.1.7.0 - rvm: jruby-9.1.15.0 - rvm: jruby-head - rvm: ruby-head before_install: - sudo apt-get -qq update - sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0 - sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1 - sudo apt-get install -y gir1.2-gstreamer-1.0 install: - bundle install --without local_development --retry=3 branches: only: - master
Update rubygems so bundler loads properly
Update rubygems so bundler loads properly
YAML
lgpl-2.1
mvz/gir_ffi,mvz/gir_ffi,mvz/gir_ffi
c99af147435a4a6058c5912a497541bef5ecfdf9
.travis.yml
.travis.yml
language: php php: - '7.1' - '7.2' - '7.3' before_install: - pecl install mongodb install: - composer install script: - ./vendor/bin/phpunit - ./vendor/bin/psalm --show-info=false after_success: - bash <(curl -s https://codecov.io/bash) - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover ./coverage-clover.xml
language: php php: - '7.1' - '7.2' - '7.3' install: - composer install script: - ./vendor/bin/phpunit - ./vendor/bin/psalm --show-info=false after_success: - bash <(curl -s https://codecov.io/bash) - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover ./coverage-clover.xml matrix: include: - php: '7.1' before_install: - pecl install mongodb branches: only: - master - dev
Install mongo only on 7.1
Install mongo only on 7.1
YAML
mit
leocavalcante/siler
69a72aef165f8f21a72dd6ce1290536443d53d5e
.travis.yml
.travis.yml
language: php sudo: false php: - 5.6 - 7.0 - hhvm env: global: - setup=basic - coverage=no before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi - if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi script: - if [[ $coverage = 'yes' ]]; then vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi - if [[ $coverage = 'no' ]]; then vendor/bin/phpunit -c phpunit.xml; fi after_script: - if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi matrix: include: - php: 5.6 env: setup=lowest - php: 5.6 env: setup=stable allow_failures: - env: setup=stable fast_finish: true
language: php sudo: false php: - 5.6 - 7.0 - 7.1 env: global: - setup=basic - coverage=no before_script: - travis_retry composer self-update - composer config discard-changes true - if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi - if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi script: - if [[ $coverage = 'yes' ]]; then vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi - if [[ $coverage = 'no' ]]; then vendor/bin/phpunit -c phpunit.xml; fi after_script: - if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi matrix: include: - php: 5.6 env: setup=lowest - php: 5.6 env: setup=stable allow_failures: - env: setup=stable fast_finish: true
Remove hhvm and add 7.1
Remove hhvm and add 7.1 Signed-off-by: crynobone <[email protected]>
YAML
mit
orchestral/lumen
9948161eb9eba66efcc4a2d27890884f059ac3a5
.travis.yml
.travis.yml
--- language: python sudo: false cache: pip matrix: allow_failures: - python: nightly - env: DJANGO="https://github.com/django/django/archive/master.tar.gz" exclude: - python: "2.7" env: DJANGO="https://github.com/django/django/archive/master.tar.gz" python: - "2.7" - "3.4" - "3.5" - "3.6" - "nightly" env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.11,<1.12" - DJANGO="Django>=2.0,<2.1" - DJANGO="https://github.com/django/django/archive/master.tar.gz" before_install: - pip install --quiet codecov install: - pip install --quiet --pre $DJANGO - python setup.py -q install script: - coverage run setup.py -v test after_success: - codecov
--- language: python sudo: false cache: pip matrix: allow_failures: - python: nightly - env: DJANGO="https://github.com/django/django/archive/master.tar.gz" exclude: - python: "2.7" env: DJANGO="Django>=2.0,<2.1" - python: "2.7" env: DJANGO="https://github.com/django/django/archive/master.tar.gz" python: - "2.7" - "3.4" - "3.5" - "3.6" - "nightly" env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.11,<1.12" - DJANGO="Django>=2.0,<2.1" - DJANGO="https://github.com/django/django/archive/master.tar.gz" before_install: - pip install --quiet codecov install: - pip install --quiet --pre $DJANGO - python setup.py -q install script: - coverage run setup.py -v test after_success: - codecov
Exclude Django 2.0 from testing against Python 2.7
Exclude Django 2.0 from testing against Python 2.7
YAML
bsd-3-clause
georgemarshall/django-cryptography
c3885e1d6f02cebde2978d1742ddca25f0ea43c2
.travis.yml
.travis.yml
language: go dist: xenial go: - "1.12.5" sudo: required install: - pip install awscli - snap install hugo script: - cd "$TRAVIS_BUILD_DIR/src" - hugo before_deploy: - cd "$TRAVIS_BUILD_DIR/src/public" deploy: provider: s3 access_key_id: "$AWS_ACCESS_KEY_ID" secret_access_key: "$AWS_SECRET_ACCESS_KEY" bucket: "hoangpaul.com" skip_cleanup: true region: "ap-southeast-2" after_deploy: | aws configure set preview.cloudfront true && \ aws cloudfront create-invalidation --distribution-id "$AWS_CLOUDFRONT_ID" --paths "/index.html" "/*" notifications: email: on_failure: always
language: go dist: xenial go: - "1.12.5" sudo: required install: - sudo pip install awscli - snap install hugo script: - cd "$TRAVIS_BUILD_DIR/src" - hugo before_deploy: - cd "$TRAVIS_BUILD_DIR/src/public" deploy: provider: s3 access_key_id: "$AWS_ACCESS_KEY_ID" secret_access_key: "$AWS_SECRET_ACCESS_KEY" bucket: "hoangpaul.com" skip_cleanup: true region: "ap-southeast-2" after_deploy: | aws configure set preview.cloudfront true && \ aws cloudfront create-invalidation --distribution-id "$AWS_CLOUDFRONT_ID" --paths "/index.html" "/*" notifications: email: on_failure: always
Add sudo to pip install command
Add sudo to pip install command
YAML
mit
HoangPaul/hoangpaul.com
904160cf0f8df646ad2ecbb6eff879326433b8b2
.travis.yml
.travis.yml
language: erlang notifications: email: false otp_release: - 18.0 - 17.5 - 17.4 - 17.3 install: true script: "make && make ct"
language: erlang notifications: email: false otp_release: - 17.5 - 17.4 - 17.3 install: true script: "make && make ct"
Remove otp 18.0 for now
Remove otp 18.0 for now
YAML
mit
bwegh/erwa,ethrbh/erwa
4624b1bb66eb64a77bd7c6d0856ff69b25916350
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.3.3 - 2.2.6 after_success: - bundle exec codeclimate-test-reporter
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.3 - 2.2.6 after_success: - bundle exec codeclimate-test-reporter
Test with latest Ruby version
Test with latest Ruby version
YAML
mit
jbox-web/gh-preview,jbox-web/gh-preview
bf2cce701b5f76422c1900c9a8e194f8efd9612b
.travis.yml
.travis.yml
language: go sudo: false go: - 1.8.x before_install: - go get github.com/mattn/goveralls # Note: Need to ignore all cmd/goggles files because gallium will not work on the linix travis instances. script: - rm -rf cmd/goggles/ - $HOME/gopath/bin/goveralls -service=travis-ci
language: go sudo: false go: - 1.8.x before_install: - go get github.com/mattn/goveralls # Note: Need to ignore all cmd/goggles files because gallium will not work on the linix travis instances. script: - rm -rf cmd/goggles/ - $HOME/gopath/bin/goveralls -service=travis-ci -ignore server/assets/bindata_assetfs.go
Remove bindata from coverage report
Remove bindata from coverage report
YAML
apache-2.0
KyleBanks/goggles,KyleBanks/goggles,KyleBanks/goggles
339e7d82e13fed974765196ef4840ec8aaff1ec7
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" after_success: - npm run coveralls
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" before_install: - sudo apt-get yaz after_success: - npm run coveralls
Install yaz before npm install
Install yaz before npm install
YAML
mit
dengelke/node-zoom2,dengelke/node-zoom2,dengelke/node-zoom2,dengelke/node-zoom2
3c452057c2fb88098691bb16a7c490f91d17d6f2
.travis.yml
.travis.yml
language: node_js node_js: - 'stable' - '6' - '4' sudo: false env: - workerCount=3 matrix: fast_finish: true branches: only: - master - release-2.5 install: - npm uninstall typescript --no-save - npm uninstall tslint --no-save - npm install cache: directories: - node_modules git: depth: 1
language: node_js node_js: - 'stable' - '6' - '4' sudo: false env: - workerCount=3 matrix: fast_finish: true branches: only: - master - release-2.5 - release-2.6 install: - npm uninstall typescript --no-save - npm uninstall tslint --no-save - npm install cache: directories: - node_modules git: depth: 1
Add release-2.6 to covered branches
Add release-2.6 to covered branches
YAML
apache-2.0
kitsonk/TypeScript,donaldpipowitch/TypeScript,donaldpipowitch/TypeScript,nojvek/TypeScript,Eyas/TypeScript,Microsoft/TypeScript,microsoft/TypeScript,basarat/TypeScript,Eyas/TypeScript,microsoft/TypeScript,minestarks/TypeScript,SaschaNaz/TypeScript,kitsonk/TypeScript,weswigham/TypeScript,SaschaNaz/TypeScript,TukekeSoft/TypeScript,minestarks/TypeScript,Eyas/TypeScript,basarat/TypeScript,SaschaNaz/TypeScript,RyanCavanaugh/TypeScript,RyanCavanaugh/TypeScript,alexeagle/TypeScript,RyanCavanaugh/TypeScript,kpreisser/TypeScript,nojvek/TypeScript,weswigham/TypeScript,basarat/TypeScript,microsoft/TypeScript,weswigham/TypeScript,alexeagle/TypeScript,kpreisser/TypeScript,minestarks/TypeScript,Microsoft/TypeScript,nojvek/TypeScript,TukekeSoft/TypeScript,donaldpipowitch/TypeScript,TukekeSoft/TypeScript,alexeagle/TypeScript,Eyas/TypeScript,Microsoft/TypeScript,kitsonk/TypeScript,SaschaNaz/TypeScript,donaldpipowitch/TypeScript,basarat/TypeScript,kpreisser/TypeScript,nojvek/TypeScript
7e1e185a84752847f400b6e69c9e2730637bf4b6
.travis.yml
.travis.yml
language: python python: "2.7" install: "python setup.py install" script: "coverage run --source "." --omit "setup.py,tests/speed_tests.py" -m py.test" after_success: coveralls
language: python python: "2.7" install: "python setup.py install" script: 'coverage run --source "." --omit "setup.py,tests/speed_tests.py" -m py.test' after_success: coveralls
Fix " YAML was not valid
Fix " YAML was not valid
YAML
mit
pokerregion/handparser,Seanmcn/poker,pokerregion/poker,marchon/poker
8dd1686b207fc2b177f0bea6e67d135372eb490f
.travis.yml
.travis.yml
language: python # ensure use container-based infrastructure for caching sudo: false python: # - "2.6" - "2.7" addons: apt: packages: - oracle-java8-installer # versions of eXist to test against env: # - EXIST_DB_VERSION=eXist-3.0.RC1 - EXIST_DB_VERSION=eXist-2.2 before_install: - export EXIST_DB_FOLDER=${HOME}/exist/${EXIST_DB_VERSION} - export JAVA_HOME=/usr/lib/jvm/java-8-oracle install: - ci/setup-existdb.sh - pip install -e . - pip install -e ".[dev]" - pip install coveralls - cp ci/testsettings.py test/localsettings.py before_script: - ci/start-existdb.sh script: nosetests test/ --with-coverage --cover-package=eulexistdb --cover-xml --with-xunit after_success: - coveralls - cd ${EXIST_DB_FOLDER} - bin/shutdown.sh # caching exist to speed up tests before_cache: - ci/teardown-db.sh cache: directories: - ${HOME}/exist
language: python # ensure use container-based infrastructure for caching sudo: false python: # - "2.6" - "2.7" addons: apt: packages: - oracle-java8-installer # versions of eXist to test against env: - EXIST_DB_VERSION=eXist-3.0.RC1 - EXIST_DB_VERSION=eXist-2.2 before_install: - export EXIST_DB_FOLDER=${HOME}/exist/${EXIST_DB_VERSION} - export JAVA_HOME=/usr/lib/jvm/java-8-oracle install: - ci/setup-existdb.sh - pip install -e . - pip install -e ".[dev]" - pip install coveralls - cp ci/testsettings.py test/localsettings.py before_script: - ci/start-existdb.sh script: nosetests test/ --with-coverage --cover-package=eulexistdb --cover-xml --with-xunit after_success: - coveralls - cd ${EXIST_DB_FOLDER} - bin/shutdown.sh # caching exist to speed up tests before_cache: - ci/teardown-db.sh cache: directories: - ${HOME}/exist
Enable testing on existdb 3.0 RC1
Enable testing on existdb 3.0 RC1
YAML
apache-2.0
emory-libraries/eulexistdb,emory-libraries/eulexistdb,emory-libraries/eulexistdb
6b75f3ea8146770967d2f3f900a8838281cf3974
.travis.yml
.travis.yml
language: cpp sudo: false os: - linux - osx compiler: - clang - gcc before_install: make math-revert before_script: echo "CC=$CXX" > make/local matrix: fast_finish: true exclude: - os: osx compiler: gcc env: - TESTFOLDER=src/test/unit/callbacks - TESTFOLDER=src/test/unit/io - TESTFOLDER=src/test/unit/lang - TESTFOLDER=src/test/unit/mcmc - TESTFOLDER=src/test/unit/model - TESTFOLDER=src/test/unit/optimization - TESTFOLDER=src/test/unit/services - TESTFOLDER=src/test/unit/variational - TESTFOLDER=src/test/unit/version_test.cpp script: ./runTests.py -j2 $TESTFOLDER
language: cpp sudo: false os: - linux compiler: - clang - gcc before_install: make math-revert before_script: echo "CC=$CXX" > make/local matrix: fast_finish: true env: - TESTFOLDER=src/test/unit/callbacks - TESTFOLDER=src/test/unit/io - TESTFOLDER=src/test/unit/lang - TESTFOLDER=src/test/unit/mcmc - TESTFOLDER=src/test/unit/model - TESTFOLDER=src/test/unit/optimization - TESTFOLDER=src/test/unit/services - TESTFOLDER=src/test/unit/variational - TESTFOLDER=src/test/unit/version_test.cpp script: ./runTests.py -j2 $TESTFOLDER
Test dedupe - for now we run os x tests on Jenkins.
Test dedupe - for now we run os x tests on Jenkins. And as Travis is the slowest part of Stan builds, we'll cut off the OS X builds to save time and get feedback to developers sooner. They're still covered by the Jenkins tests.
YAML
bsd-3-clause
stan-dev/stan,stan-dev/stan,stan-dev/stan,stan-dev/stan,stan-dev/stan
86731d5aa374696b16d1c6138074ac61b2e89064
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' - '5' - '4'
sudo: false language: node_js node_js: - 'node' - '--lts'
Use dynamic node versions on Travis CI
Test(config): Use dynamic node versions on Travis CI
YAML
unlicense
fvdm/nodejs-ns-api
89cb13dde21c4b39f274c90c604925578a153d2b
.travis.yml
.travis.yml
language: ruby install: gem install bundler script: "bundle && bundle exec rake ci" env: - JRUBY_OPTS="--server -J-Xms1500m -J-Xmx1500m -J-XX:+UseConcMarkSweepGC -J-XX:-UseGCOverheadLimit -J-XX:+CMSClassUnloadingEnabled" rvm: - 2.2.2 - jruby - jruby-head - rbx-2 matrix: allow_failures: - rvm: jruby-head - rvm: rbx-2
language: ruby install: gem install bundler script: "bundle && bundle exec rake ci" env: - JRUBY_OPTS="--server -J-Xms1500m -J-Xmx1500m -J-XX:+UseConcMarkSweepGC -J-XX:-UseGCOverheadLimit -J-XX:+CMSClassUnloadingEnabled" rvm: - 2.2.2 - jruby - jruby-head - rbx-2 matrix: fast_finish: true allow_failures: - rvm: jruby-head - rvm: rbx-2
Enable fast_finish for matrix builds
Enable fast_finish for matrix builds
YAML
mit
tarcieri/turbine,tarcieri/turbine
81c7a28210804f8c8a5b07a4818523a93d246378
.travis.yml
.travis.yml
language: ruby script: 'script/travis-ci' rvm: - 1.9.3
language: ruby script: 'script/travis-ci' rvm: - 1.9.3 notifications: email: false
Stop emailing builds to support, thanks.
Stop emailing builds to support, thanks.
YAML
mit
Belthazor2008/git-scm.com,git/git-scm.com,dscho/git-scm.com,jnavila/gitscm-next,beni55/git-scm.com,DAKaufman/git-scm.com,jasonlong/git-scm.com,virgo075/git-scm.com,dscho/git-scm.com,empyrical/git-scm.com,mosoft521/gitscm-next,pwz3n0/git-scm.com,Xia-lj/git-scm.com,dotty2883/git-scm.com,xyztest/git-scm.com,initaldk/git-scm.com,peterkinalex/git-scm.com,Belthazor2008/git-scm.com,eyecatchup/git-scm.com,eyecatchup/git-scm.com,initaldk/git-scm.com,mjhasbach/git-scm.com,Mokolea/git-scm.com,git/git-scm.com,pwz3n0/git-scm.com,gittower/git-scm.com,jnavila/gitscm-next,openhardnudd/git-scm.com,gittower/git-scm.com,mahyoub/git-scm.com,empyrical/git-scm.com,openhardnudd/git-scm.com,dscho/git-scm.com,MjAbuz/git-scm.com,Belthazor2008/git-scm.com,peterkinalex/git-scm.com,DAKaufman/git-scm.com,pwz3n0/git-scm.com,git/git-scm.com,Mokolea/git-scm.com,DAKaufman/git-scm.com,git/git-scm.com,Croydon/git-scm.com,DAKaufman/git-scm.com,ThiagoGarciaAlves/git-scm.com,jnavila/gitscm-next,mosoft521/gitscm-next,initaldk/git-scm.com,mahyoub/git-scm.com,virgo075/git-scm.com,beni55/git-scm.com,xyztest/git-scm.com,jasonlong/git-scm.com,openhardnudd/git-scm.com,xyztest/git-scm.com,dotty2883/git-scm.com,Belthazor2008/git-scm.com,empyrical/git-scm.com,eyecatchup/git-scm.com,mosoft521/gitscm-next,MjAbuz/git-scm.com,virgo075/git-scm.com,Croydon/git-scm.com,Croydon/git-scm.com,openhardnudd/git-scm.com,MjAbuz/git-scm.com,mahyoub/git-scm.com,mjhasbach/git-scm.com,mahyoub/git-scm.com,dotty2883/git-scm.com,ThiagoGarciaAlves/git-scm.com,xyztest/git-scm.com,dscho/git-scm.com,Xia-lj/git-scm.com,gittower/git-scm.com,Mokolea/git-scm.com,Xia-lj/git-scm.com,virgo075/git-scm.com,gittower/git-scm.com,ThiagoGarciaAlves/git-scm.com,ThiagoGarciaAlves/git-scm.com,initaldk/git-scm.com,mosoft521/gitscm-next,eyecatchup/git-scm.com,mjhasbach/git-scm.com,Xia-lj/git-scm.com,Mokolea/git-scm.com,peterkinalex/git-scm.com,beni55/git-scm.com,MjAbuz/git-scm.com,pwz3n0/git-scm.com,beni55/git-scm.com,mjhasbach/git-scm.com,jasonlong/git-scm.com,peterkinalex/git-scm.com,jnavila/gitscm-next,dotty2883/git-scm.com,jasonlong/git-scm.com,empyrical/git-scm.com,Croydon/git-scm.com
0cdd808fb299b337936fafe2231bfb283342ca3a
.travis.yml
.travis.yml
language: python sudo: false cache: - pip python: - "2.7" - "3.4" - "3.5" - "3.6" env: global: - AWS_ACCESS_KEY_ID="MOCK_ACCESS_KEY_ID" - AWS_SECRET_ACCESS_KEY="MOCK_SECRET_ACCESS_KEY" matrix: - DJANGO_VERSION=1.8.* - DJANGO_VERSION=1.10.* - DJANGO_VERSION=1.11.* - DJANGO_VERSION=2.0.* matrix: exclude: - python: "2.7" env: DJANGO_VERSION=2.0.* install: # Testing dependencies - pip install flake8 coverage python-coveralls moto # Required library dependencies - pip install boto3 six fs # Optional library dependencies - pip install celery # The version of Django being tested against - pip install -q Django==$DJANGO_VERSION script: - flake8 bakery - coverage run setup.py test - coverage report -m after_success: - coveralls
language: python sudo: false cache: - pip python: - "2.7" - "3.4" - "3.5" - "3.6" env: global: - AWS_ACCESS_KEY_ID="MOCK_ACCESS_KEY_ID" - AWS_SECRET_ACCESS_KEY="MOCK_SECRET_ACCESS_KEY" matrix: - DJANGO_VERSION=1.8.* - DJANGO_VERSION=1.10.* - DJANGO_VERSION=1.11.* - DJANGO_VERSION=2.0.* - DJANGO_VERSION=2.1.* matrix: exclude: - python: "2.7" env: DJANGO_VERSION=2.0.* install: # Testing dependencies - pip install flake8 coverage python-coveralls moto # Required library dependencies - pip install boto3 six fs # Optional library dependencies - pip install celery # The version of Django being tested against - pip install -q Django==$DJANGO_VERSION script: - flake8 bakery - coverage run setup.py test - coverage report -m after_success: - coveralls
Test the next version of django that is under development
Test the next version of django that is under development
YAML
mit
datadesk/django-bakery,datadesk/django-bakery,datadesk/django-bakery
d0cb94447a97f4d4a485574ce41dd0402ec8d9c1
.travis.yml
.travis.yml
notifications: recipients: - [email protected]
notifications: recipients: - [email protected] rvm: - 1.8.7 - 1.9.2
Build for 1.8 and 1.9
Build for 1.8 and 1.9
YAML
mit
putpat/rockstar,kauden/rockstar
f6a16c2f486e16efc733ec2fb31b806a25c371e9
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang notifications: email: false irc: channels: - "irc.freenode.org#shogun" on_success: change on_failure: always template: - "it's %{author}'s turn to pay the next round of drinks for the massacre he caused in %{repository}: %{build_url}" env: - INTERFACES="" EXTRA_PACKAGES="" - INTERFACES=python_static EXTRA_PACKAGES="python-numpy-dev python-dev" - INTERFACES=python_modular EXTRA_PACKAGES="python-numpy-dev python-dev swig2.0" before_install: - sudo apt-get update -qq - sudo apt-get install -qq cdbs libeigen3-dev libarpack2-dev libatlas-base-dev libblas-dev libglpk-dev libhdf5-serial-dev libjson0-dev swig zlib1g-dev libxml2-dev libreadline6-dev libreadline-dev libsnappy-dev liblzo2-dev liblzma-dev liblapack-dev $EXTRA_PACKAGES before_script: cd ./src script: ./configure --disable-optimization --interfaces=$INTERFACES && make -j 4 && sudo make install && make tests
language: cpp compiler: - gcc - clang notifications: email: false irc: channels: - "irc.freenode.org#shogun" on_success: change on_failure: always template: - "it's %{author}'s turn to pay the next round of drinks for the massacre he caused in %{repository}: %{build_url}" env: - INTERFACES="" EXTRA_PACKAGES="" - INTERFACES=python_static EXTRA_PACKAGES="python-numpy-dev python-dev" - INTERFACES=python_modular EXTRA_PACKAGES="python-numpy-dev python-dev swig2.0" before_install: - sudo apt-get update -qq - sudo apt-get install -qq cdbs libeigen3-dev libarpack2-dev libatlas-base-dev libblas-dev libglpk-dev libhdf5-serial-dev libjson0-dev swig zlib1g-dev libxml2-dev libreadline6-dev libreadline-dev libsnappy-dev liblzo2-dev liblzma-dev liblapack-dev gdb $EXTRA_PACKAGES before_script: cd ./src script: ./configure --disable-optimization --interfaces=$INTERFACES && make -j 4 && sudo make install && make tests
Add gdb package for debugging errors in examples
Add gdb package for debugging errors in examples
YAML
bsd-3-clause
geektoni/shogun,besser82/shogun,karlnapf/shogun,Saurabh7/shogun,lambday/shogun,Saurabh7/shogun,karlnapf/shogun,Saurabh7/shogun,Saurabh7/shogun,lisitsyn/shogun,besser82/shogun,geektoni/shogun,besser82/shogun,Saurabh7/shogun,Saurabh7/shogun,geektoni/shogun,lisitsyn/shogun,lisitsyn/shogun,lisitsyn/shogun,geektoni/shogun,Saurabh7/shogun,sorig/shogun,besser82/shogun,sorig/shogun,karlnapf/shogun,lambday/shogun,shogun-toolbox/shogun,lambday/shogun,besser82/shogun,sorig/shogun,karlnapf/shogun,Saurabh7/shogun,geektoni/shogun,shogun-toolbox/shogun,karlnapf/shogun,lisitsyn/shogun,lambday/shogun,shogun-toolbox/shogun,karlnapf/shogun,sorig/shogun,geektoni/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,lambday/shogun,besser82/shogun,Saurabh7/shogun,sorig/shogun,sorig/shogun,lisitsyn/shogun,lambday/shogun,shogun-toolbox/shogun
387c77585909e73773d1c97a782667f951cda67d
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.1 matrix: allow_failures: - rvm: 1.9.3 - rvm: 2.0.0 before_install: # this is a fix to get rng-tools to work in travis-ci - sudo apt-get update -qq - sudo apt-get install --yes rng-tools - sudo rm -f /dev/random - sudo mknod -m 0666 /dev/random c 1 9 - echo HRNGDEVICE=/dev/urandom | sudo tee /etc/default/rng-tools - sudo /etc/init.d/rng-tools restart script: travis_wait bundle exec rake TESTOPTS="-v" after_failure: "find tmp -name compile.log -exec cat {} \\;"
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 matrix: allow_failures: - rvm: 1.9.3 - rvm: 2.0.0 before_install: # this is a fix to get rng-tools to work in travis-ci - sudo apt-get update -qq - sudo apt-get install --yes rng-tools - sudo rm -f /dev/random - sudo mknod -m 0666 /dev/random c 1 9 - echo HRNGDEVICE=/dev/urandom | sudo tee /etc/default/rng-tools - sudo /etc/init.d/rng-tools restart script: travis_wait bundle exec rake TESTOPTS="-v" after_failure: "find tmp -name compile.log -exec cat {} \\;"
Test against Ruby 2.4 and .5
[CI] Test against Ruby 2.4 and .5
YAML
lgpl-2.1
ueno/ruby-gpgme,ueno/ruby-gpgme,ueno/ruby-gpgme
010958e53e7ce668eaecf4023e312d3dc4e47371
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "6" - "4" install: - npm install script: npm test
sudo: false language: node_js node_js: - "6" - "4" install: - npm install script: npm test notifications: email: - [email protected]
Add email for Travis CI notifications
Add email for Travis CI notifications
YAML
mit
mercadolibre/chico,mercadolibre/chico
7ebebed1925a8e627fedef758a0363036458e068
.travis.yml
.travis.yml
language: php git: depth: 5 matrix: include: - php: 5.5 - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.3 env: MULTITEST='on' install: - travis_retry composer self-update - travis_retry composer install script: - if [ "$MULTITEST" != "on" ]; then vendor/bin/phug-dev check --report --ignore-tests --ignore-debug --coverage-php-version=5.6; fi; - if [ "$MULTITEST" = "on" ]; then vendor/bin/multi-tester --verbose; fi; notifications: slack: phug:nzXFnxhU14RWK2EQSDL0u08z addons: code_climate: repo_token: a2adfbf99ea6d5f8e89d5b2a2ab3e58dd6b52ccf32c047bdead69da2970fc5ab
language: php git: depth: 5 matrix: include: - php: 5.5 dist: precise - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.3 env: MULTITEST='on' install: - travis_retry composer self-update - travis_retry composer install script: - if [ "$MULTITEST" != "on" ]; then vendor/bin/phug-dev check --report --ignore-tests --ignore-debug --coverage-php-version=5.6; fi; - if [ "$MULTITEST" = "on" ]; then vendor/bin/multi-tester --verbose; fi; notifications: slack: phug:nzXFnxhU14RWK2EQSDL0u08z addons: code_climate: repo_token: a2adfbf99ea6d5f8e89d5b2a2ab3e58dd6b52ccf32c047bdead69da2970fc5ab
Use precise dist for PHP 5.5
Use precise dist for PHP 5.5
YAML
mit
phug-php/renderer,phug-php/renderer
fc4dae650c0f117fb6adb7820fcb32ee695ca8d5
.travis.yml
.travis.yml
language: node_js node_js: - "iojs" - "stable" - "0.10" services: - redis-server
language: node_js node_js: - "node" - "lts/*" services: - redis-server before_script: - npm run build
Change Travis CI config to include the tsc build step before tests
Change Travis CI config to include the tsc build step before tests
YAML
mit
maritz/nohm,maritz/nohm
3658aa624678c2f614d9ad1201e417056cee0eb1
.travis.yml
.travis.yml
language: python sudo: required virtualenv: system_site_packages: true python: - "2.7" before_install: - "sudo apt-add-repository -y ppa:reddit/ppa" - "sudo apt-get update -q" - "sudo apt-get install python-tinycss2 -y" install: - "pip install http://github.com/praw-dev/praw/tarball/d0f69dc84f70fc482ac5d6e707554853fd767e29#egg=praw" - "wget https://raw.githubusercontent.com/reddit/reddit/master/r2/r2/lib/cssfilter.py" - "wget https://raw.githubusercontent.com/reddit/reddit/master/r2/r2/lib/contrib/rcssmin.py" script: "python ./validatecss.py" deploy: provider: script script: "python ./deploy.py && git stash --all" skip_cleanup: true on: branch: master
language: python sudo: required virtualenv: system_site_packages: true python: - "2.7" before_install: - "sudo apt-add-repository -y ppa:reddit/ppa" - "sudo apt-get update -q" - "sudo apt-get install python-tinycss2 -y" install: - "pip install http://github.com/praw-dev/praw/tarball/d0f69dc84f70fc482ac5d6e707554853fd767e29#egg=praw" - "wget https://raw.githubusercontent.com/reddit/reddit/master/r2/r2/lib/cssfilter.py" - "wget https://raw.githubusercontent.com/empyrical/reddit/a2e7ee5e5694d4b292c0f50c1d1f5afaedb6e673/r2/r2/lib/contrib/rcssmin.py" script: "python ./validatecss.py" deploy: provider: script script: "python ./deploy.py && git stash --all" skip_cleanup: true on: branch: master
Use an updated version of rcssmin.py
Use an updated version of rcssmin.py The old one currently breaks calc statements when minifying.
YAML
mit
13steinj/reddit-css-deploy
2694bc0545bf78d893a801c4e749b7cdc8982aa0
.travis.yml
.travis.yml
sudo: false language: node_js branches: only: - master matrix: fast_finish: true include: - os: linux node_js: '4.3' env: WEBPACK_VERSION="2.6.0" JOB_PART=test - os: linux node_js: '6' env: WEBPACK_VERSION="2.6.0" JOB_PART=test - os: linux node_js: '8' env: WEBPACK_VERSION="2.6.0" JOB_PART=coverage before_install: - 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi' - nvm --version - node --version - npm --version script: - 'npm run travis:$JOB_PART'
sudo: false language: node_js branches: only: - master matrix: fast_finish: true include: - os: linux node_js: '6' env: NODE_ENV="test" JOB_PART=test - os: linux node_js: '8' env: NODE_ENV="test" JOB_PART=test - os: linux node_js: '8' env: NODE_ENV="test" JOB_PART=coverage before_install: - 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi' - nvm --version - node --version - npm --version script: - 'npm run travis:$JOB_PART'
Remove node 4.6 from test environments
Remove node 4.6 from test environments
YAML
mit
digitalie/one-loader
3d0944e8074c5fedfee0773daaaa4056b6484f2e
.travis.yml
.travis.yml
sudo: false language: go go: - 1.7 - tip before_install: - go get github.com/golang/lint/golint script: - go install ./... - go test -v ./... - go vet -x ./... - $HOME/gopath/bin/golint -set_exit_status ./...
sudo: false language: go go: - stable - master before_install: - go get github.com/golang/lint/golint script: - go install ./... - go test -v ./... - go vet -x ./... - $HOME/gopath/bin/golint -set_exit_status ./...
Use Go stable and master with Travis CI
Use Go stable and master with Travis CI
YAML
mit
cybozu-go/goma
772f642ead53ddad20505c82f680e24831700bd6
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 env: matrix: - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a - ANDROID_TARGET=android-9 ANDROID_ABI=armeabi android: components: - build-tools-20.0.0 - android-20 - android-9 before_install: # Emulator - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & before_script: - adb wait-for-device - adb shell input keyevent 82 & after_success: - ./gradlew coveralls
language: android jdk: oraclejdk7 env: matrix: - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a # - ANDROID_TARGET=android-9 ANDROID_ABI=armeabi android: components: - build-tools-20.0.0 - android-20 - android-9 before_install: # Emulator - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & before_script: - adb wait-for-device - adb shell input keyevent 82 & after_success: - ./gradlew coveralls
Test only last api level
Test only last api level
YAML
apache-2.0
0359xiaodong/FlowLayout-1,b2b2244424/FlowLayout,Cookizz/FlowLayout,husongzhen/FlowLayout,blazsolar/FlowLayout,fishboil/FlowLayout
568e14469ebaf8ced00594c2e311d568c1de79eb
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" node_js: - "0.10" env: # Test against the latest version of Twisted. - TWISTED_VERSION="Twisted" matrix: include: # Test against the oldest version of Twisted that we claim to support # This is a separate matrix inclusion to avoid spawning unnecessary builds. - python: "2.7" env: TWISTED_VERSION="Twisted==13.1.0" services: - riak - redis-server before_install: # we need the protobuf-compiler so we can install Riak client libraries - sudo apt-get install -qq protobuf-compiler install: # We easy_install a binary riak_pb package because pip install needs `protoc'. - "pip install ${TWISTED_VERSION}" - "pip install -r requirements.pip --use-wheel" - "pip install coveralls --use-wheel" - "python setup.py install" script: - VUMITEST_REDIS_DB=1 VUMI_TEST_NODE_PATH="$(which node)" coverage run --source=vumi `which trial` vumi after_success: - coveralls
language: python python: - "2.6" - "2.7" node_js: - "0.10" env: # Test against the latest version of Twisted. - TWISTED_VERSION="Twisted" matrix: include: # Test against the oldest version of Twisted that we claim to support. # This is a separate matrix inclusion to avoid spawning unnecessary builds. - python: "2.7" env: TWISTED_VERSION="Twisted==13.1.0" services: - redis-server before_install: # We need Riak 1.4, so we add Basho's repo and install from there. - "curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -" - sudo bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list" - sudo apt-get update - sudo apt-get install -q riak=1.4 # We need the protobuf-compiler so we can install Riak client libraries. - sudo apt-get install -qq protobuf-compiler install: - "pip install ${TWISTED_VERSION}" - "pip install -r requirements.pip --use-wheel" - "pip install coveralls --use-wheel" - "python setup.py install" script: - VUMITEST_REDIS_DB=1 VUMI_TEST_NODE_PATH="$(which node)" coverage run --source=vumi `which trial` vumi after_success: - coveralls
Add Riak installation to Travis config.
Add Riak installation to Travis config.
YAML
bsd-3-clause
harrissoerja/vumi,harrissoerja/vumi,TouK/vumi,vishwaprakashmishra/xmatrix,vishwaprakashmishra/xmatrix,harrissoerja/vumi,TouK/vumi,TouK/vumi,vishwaprakashmishra/xmatrix
bb8e1314438f12c002c85b5f922feaf7350c389d
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" sudo: required services: - docker env: - OC_VERSION=9.0 - OC_VERSION=9.1 - OC_VERSION=10.0 before_install: - travis-build/setup_oc_docker.sh $OC_VERSION install: - pip install requests unittest-data-provider six script: - cp owncloud/test/config.py.sample owncloud/test/config.py # execute unit tests - ./runtests.sh
language: python python: - "2.7" - "3.5" sudo: required services: - docker env: - OC_VERSION=10.0 before_install: - travis-build/setup_oc_docker.sh $OC_VERSION install: - pip install requests unittest-data-provider six script: - cp owncloud/test/config.py.sample owncloud/test/config.py # execute unit tests - ./runtests.sh
Remove eol'd 9.0 and 9.1
Remove eol'd 9.0 and 9.1
YAML
mit
owncloud/pyocclient,owncloud/pyocclient
528c6be4501d1b4af9e43f20df4c95e537da584e
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.2.5 - 2.3.1 branches: only: - master script: bundle exec rake
language: ruby cache: bundler sudo: false rvm: - 2.2.10 - 2.3.6 - 2.4.3 branches: only: - master script: bundle exec rake
Test on Ruby 2.4 as well
Test on Ruby 2.4 as well Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
chef/knife-linode,chef/knife-linode
135af81c0bdfe3bb2e2ddbd8c0e7542c53cb5c0a
.travis.yml
.travis.yml
sudo: required dist: trusty 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: - master services: docker env: matrix: - INSTANCE=default-debian-7 - INSTANCE=default-debian-8 - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(/opt/chefdk/bin/chef shell-init bash)" - /opt/chefdk/embedded/bin/chef --version - /opt/chefdk/embedded/bin/cookstyle --version - /opt/chefdk/embedded/bin/foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE} matrix: include: - script: - /opt/chefdk/bin/chef exec delivery local all env: UNIT_AND_LINT=1
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-debian-7 - INSTANCE=default-debian-8 - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - chef --version - cookstyle --version - foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE} matrix: include: - script: - chef exec delivery local all env: UNIT_AND_LINT=1
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
opscode-cookbooks/ufw,cla-rce/ufw,chef-cookbooks/ufw
fd04f9085fbc30ed6444a3a10c40b94ebcf202f0
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.6" # Command to install dependencies install: - pip install -U pip setuptools - pip install -r requirements.txt # Command to run tests script: "python run_tests.py"
language: python python: - "2.7" - "3.3" - "3.6" # Command to install dependencies install: - pip install -U pip setuptools - pip install -r requirements.txt # Command to run tests script: "python run_tests.py" deploy: provider: pypi user: "nabla" password: secure: "L/pKWyeRCz9Obzl9ihBj9BFJs32A/EsitHKfm2mMDkXy8LI9vDja96TVZpLqDLGLTDx/AwFOhu2Ntc9UGiWokK/ayETv9/e1pM0lFyaOsQ2eznTLuCbpI0WxfpTQ3dbXizjfp+/RdanIbilryEN/nhoCf1x6MgeE3ALH+LmP7J+mNuMLdMI9NR/55V4JT3AC48S5kAI/d3moa38O67UixeW3zizKfpKj63oUSxp2uNSCf27Bwb34QqckizU3gJctzDXJZM2ptG1gECPIU5YOJyI9c8GLNNnWeKsaWf+TPraR9Sw8Los4JQRGO4Mad05JGWfHftdoveBSTpwweLxtRrf5+jDXUtZtkIqkty4KCK4w6s7CC3T8IA3q/uxN2BfuOyKx7pZXAe1kt50EbYa/mqPg9yXOd/vaIMUFQoYLU0mGEc1somvy8WP89oCNU+nVCKN2LcRUtx4IZksTWTbhekKWGg7eHvHx9UeFSsVtgbaG13bdStUT4qaVZLhWyNm9uyakAzQmFIIPTOSJRnW1pVf8kgiwvaRw7K/s+JxN95Xil5nrPuj9C1UClGGN6jjGuJmIPzDazOfwzr1jrBQYBSaEP8tcfXdBWmpmnnx245mXHQw3y5Wtknv1dKlecLnL5+BHt40KSI8whkjvHh40V6ALYAyPc7wPR1OpNXPbZdw=" on: tags: true
Add step to auto-push to pypi
Add step to auto-push to pypi
YAML
agpl-3.0
nabla-c0d3/sslyze
fdd322fa281c4eac47f08515c62e7dda9f85b123
.travis.yml
.travis.yml
language: java jdk: - openjdk8 - openjdk7 - openjdk6 before_install: - chmod +x gradlew
language: java jdk: - openjdk8 - openjdk7 - openjdk6
Remove permission change, that was not the problem
Remove permission change, that was not the problem
YAML
epl-1.0
henriquelemos0/jaguar-model
061d9591f305f0d1227063236f4b4b3708ad815b
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/arguable
30540b224c9f1971ca5b6468e6acca3566117dc4
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: global: - PYTHONPATH=~/gaesdk/google_appengine matrix: - USE_EXTENSIONS=true # no dependencies - USE_EXTENSIONS=false # no dependencies - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.7.3 - SQLALCHEMY_VERSION=0.7.10 - SQLALCHEMY_VERSION=0.8.7 - SQLALCHEMY_VERSION=0.9.8 - TWISTED_VERSION=14.0.2 - GAESDK_VERSION=1.9.17 matrix: exclude: # Django 1.7 dropped support for python 2.6 - python: "2.6" env: DJANGO_VERSION=1.7.3 # Google AppEngine SDK dropped support for python 2.6 - python: "2.6" env: GAESDK_VERSION=1.9.17 before_install: - pip install flake8 - flake8 install: - pip install coverage coveralls - pip install -e . - ./install_optional_dependencies.sh - ./maybe_install_cython.sh script: - coverage run --source=pyamf setup.py test after_success: - coveralls
language: python python: - "2.6" - "2.7" env: global: - PYTHONPATH=~/gaesdk/google_appengine matrix: - USE_EXTENSIONS=true # no dependencies - USE_EXTENSIONS=false # no dependencies - DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.3.7 - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.7.3 - SQLALCHEMY_VERSION=0.7.10 - SQLALCHEMY_VERSION=0.8.7 - SQLALCHEMY_VERSION=0.9.8 - TWISTED_VERSION=14.0.2 - GAESDK_VERSION=1.9.30 matrix: exclude: # Django 1.7 dropped support for python 2.6 - python: "2.6" env: DJANGO_VERSION=1.7.3 # Google AppEngine SDK dropped support for python 2.6 - python: "2.6" env: GAESDK_VERSION=1.9.30 before_install: - pip install flake8 - flake8 install: - pip install coverage coveralls - pip install -e . - ./install_optional_dependencies.sh - ./maybe_install_cython.sh script: - coverage run --source=pyamf setup.py test after_success: - coveralls
Update to AppEngine SDK 1.9.30
Update to AppEngine SDK 1.9.30
YAML
mit
thijstriemstra/pyamf,thijstriemstra/pyamf,hydralabs/pyamf,hydralabs/pyamf
15e49f787bcbc7d38ab6aaa2afcaa84458a1d612
.travis.yml
.travis.yml
script: "gem install foodcritic -v 1.7.0 && foodcritic -f any -t ~FC023 -t ~FC022 -t ~FC017 ." rvm: - 1.9.3
script: "gem install foodcritic -v 2.0.0 && foodcritic -f any -t ~FC023 -t ~FC017 ." rvm: - 1.9.3
Update to the latest version of Foodcritic
Update to the latest version of Foodcritic
YAML
apache-2.0
predictivelogic/chef-glassfish,realityforge/chef-glassfish,hopshadoop/chef-glassfish,hopshadoop/chef-glassfish,predictivelogic/chef-glassfish,predictivelogic/chef-glassfish,realityforge/chef-glassfish,hopshadoop/chef-glassfish,realityforge/chef-glassfish
407c2bcbfd50fe9a9b25dad733e9d99bfe2bf154
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" services: - mongodb # for plugins that require UI before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then pip install --upgrade pytest; else pip uninstall -y pytest; fi - pip install -r requirements.txt env: matrix: - PYTEST_VERSION=3.7.3 PLUGINCOMPAT_SITE=http://plugincompat.herokuapp.com global: secure: "GYMlRL/xmnVjC2+RljsZj0aVNIOv/d7x36UBT5DNo+FlY4jGHin9nb3tckKzwh+VgNexcZ6O4UY6CRHZdTuwME1LlI4Mywx44y48oomA6lz1RMZI6OP9CF3SbcEl/Qs++sS/USEQNGB9IdWnF11dqbJ7XOI2E9CZk4bX9ZLQVdA=" script: - if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then pytest; else python run.py; fi branches: only: - master - /feature-.*/
language: python services: - mongodb # for plugins that require UI before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 install: - pip install -r requirements.txt -U pytest jobs: include: - env: RUN_COMMAND=python run.py python: '2.7' - env: RUN_COMMAND=python run.py python: '3.6' - env: RUN_COMMAND=pytest test_web.py python: '3.6' env: matrix: - PYTEST_VERSION=3.7.3 PLUGINCOMPAT_SITE=http://plugincompat.herokuapp.com global: secure: "GYMlRL/xmnVjC2+RljsZj0aVNIOv/d7x36UBT5DNo+FlY4jGHin9nb3tckKzwh+VgNexcZ6O4UY6CRHZdTuwME1LlI4Mywx44y48oomA6lz1RMZI6OP9CF3SbcEl/Qs++sS/USEQNGB9IdWnF11dqbJ7XOI2E9CZk4bX9ZLQVdA=" script: - $RUN_COMMAND branches: only: - master - /feature-.*/
Use separate jobs for testing and run.py
Use separate jobs for testing and run.py
YAML
mit
pytest-dev/plugincompat,pytest-dev/plugincompat,pytest-dev/plugincompat
2bb33b608f8a13e7b0436d84d64e1f7aa6ca2392
.travis.yml
.travis.yml
dist: xenial language: rust rust: - nightly - stable addons: apt: packages: - libgtk-3-dev - libssh2-1-dev script: - test "$TRAVIS_RUST_VERSION" == "nightly" || rustup component add rustfmt clippy - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo clippy --release - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo fmt -- --check - cargo build --release - cargo test --release - git clone -q https://github.com/gtk-rs/gir-files tests/gir-files - ./tests/sys/test.sh # check if generation generated something buildable - git clone -q https://github.com/gtk-rs/gtk gtk-test - git clone -q https://github.com/gtk-rs/gir-files gtk-gir-files - cd gtk-test - ../target/release/gir -d ../gtk-gir-files/ -o . - rm ../Cargo.* - cargo build
dist: xenial language: rust rust: - nightly - stable addons: apt: packages: - libgtk-3-dev - libssh2-1-dev script: - test "$TRAVIS_RUST_VERSION" == "nightly" || rustup component add rustfmt clippy - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo clippy --release - test "$TRAVIS_RUST_VERSION" == "nightly" || cargo fmt -- --check - cargo build --release - cargo test --release - git clone -q https://github.com/gtk-rs/gir-files tests/gir-files - ./tests/sys/test.sh # check if generation generated something buildable - git clone -q https://github.com/gtk-rs/gtk gtk-test - git clone -q https://github.com/gtk-rs/gir-files gtk-gir-files - cd gtk-test - ../target/release/gir -d ../gtk-gir-files/ -o . - rm ../Cargo.* - cargo build # This part is used to check that no unforeseen failures appear. # A good example was the transmute calls removal for callbacks. - cd .. - git clone -q https://github.com/gtk-rs/gio - cd gio - git submodule update --init - ../target/release/gir -d gir-files -o . - cargo test
Add a check to avoid unforeseen failures
Add a check to avoid unforeseen failures
YAML
mit
gtk-rs/gir,GuillaumeGomez/gir,EPashkin/gir,EPashkin/gir,GuillaumeGomez/gir,GuillaumeGomez/gir,gtk-rs/gir,gtk-rs/gir
3c056f402a9171c0a3945db161ca4654b411f57e
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - 3.5 - 3.6 - "3.7-dev" env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt - pip install coveralls before_script: - if [[ $CHECK_MIGRATION == true ]]; then python manage.py makemigrations --dry-run -e; export STATUS_CODE=$?; if [[ "$STATUS_CODE" == "0" ]]; then exit 1; fi; fi; script: - coverage run --source=amy manage.py test after_success: coveralls
dist: xenial sudo: required language: python cache: pip python: - 3.5 - 3.6 - 3.7 env: - AMY_ENABLE_PYDATA=true AMY_PYDATA_USERNAME=username AMY_PYDATA_PASSWORD=password CHECK_MIGRATION=true - CHECK_MIGRATION=true install: - pip install -r requirements.txt - pip install coveralls before_script: - if [[ $CHECK_MIGRATION == true ]]; then python manage.py makemigrations --dry-run -e; export STATUS_CODE=$?; if [[ "$STATUS_CODE" == "0" ]]; then exit 1; fi; fi; script: - coverage run --source=amy manage.py test after_success: coveralls
Update Travis config to work with Python 3.7
Update Travis config to work with Python 3.7 https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
YAML
mit
pbanaszkiewicz/amy,swcarpentry/amy,swcarpentry/amy,pbanaszkiewicz/amy,pbanaszkiewicz/amy,swcarpentry/amy
6129de39360bf9db450a71ab1c5caa5a6f4e6704
.travis.yml
.travis.yml
language: csharp dotnet: 3.1.201 mono: none matrix: include: - os: linux dist: bionic before_install: - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - - sudo apt-get install -y nodejs graphviz - os: osx addons: homebrew: update: true packages: - node - graphviz script: - export PATH="$PATH:$HOME/.dotnet/tools" - dotnet tool install -g Cake.Tool --version 0.37.0 - dotnet cake build.cake - dotnet cake build.cake --target=Run-Unit-Tests - dotnet cake build.cake --target=Publish-Artifacts
language: csharp dotnet: 3.1.201 mono: none matrix: include: - os: linux dist: bionic before_install: - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - - sudo apt-get -qq update && sudo apt-get install -y nodejs graphviz - os: osx addons: homebrew: update: true packages: - node - graphviz script: - export PATH="$PATH:$HOME/.dotnet/tools" - dotnet tool install -g Cake.Tool --version 0.37.0 - dotnet cake build.cake - dotnet cake build.cake --target=Run-Unit-Tests # disable for now while RazorLight is in pre-release # - dotnet cake build.cake --target=Publish-Artifacts
Disable packing & doc build. Also force repo update for Linux build.
Disable packing & doc build. Also force repo update for Linux build.
YAML
mit
sjp/Schematic,sjp/Schematic,sjp/Schematic,sjp/Schematic
191a1c6df68ccc81544cd173fa3c09c17a3f32f9
.travis.yml
.travis.yml
env: global: - secure: FMIb2m6XcZI4lMlJlpZuLIIxFynbGX+4VPpBG9jmzHhkjOYqt018Yd6Z2fEz7SAAbO8sUF2mMh0KRXzp8HBaBgD1cO65rOrLXoYwDk0ZLr2GrNd0w6+VrueLUbXl/odAkacWtfzFb6n5MUSJ4wpegk8gPlqf8QojfZGgoXD+qQE= language: rust rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo bench --verbose - cargo doc --verbose after_script: - ln -s target/doc doc - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | /bin/sh
env: global: - secure: FMIb2m6XcZI4lMlJlpZuLIIxFynbGX+4VPpBG9jmzHhkjOYqt018Yd6Z2fEz7SAAbO8sUF2mMh0KRXzp8HBaBgD1cO65rOrLXoYwDk0ZLr2GrNd0w6+VrueLUbXl/odAkacWtfzFb6n5MUSJ4wpegk8gPlqf8QojfZGgoXD+qQE= language: rust rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo bench --verbose - cargo doc --verbose after_success: - cp -R target/doc doc - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | /bin/sh - rm -r doc
Copy doc directory instead of creating a symlink.
Copy doc directory instead of creating a symlink. Rust-ci's find function does not follow symlinks.
YAML
unlicense
artichokes/noisy
ff5d52755d1b621318513584a70207e47d7c32e9
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "pypy" matrix: # pypy is frequentlyish unstable on Travis, don't let it mark entire status # as 'bad' =/ (Still worth running it though.) allow_failures: - python: pypy install: # Pre-requirements sanity test (again, resembles pure, non-dev install # environment.) Avoids e.g. spec's 'six' from gumming up our attempts to # import our vendorized 'six'. - pip install -r tasks-requirements.txt - inv --list # Install remaining dev requirements (test runner, etc) - pip install -r dev-requirements.txt script: # Main test suite - inv test # Slow, annoying-to-run-every-time integration suite - inv integration # Docs build OK? # Jinja2, used by Sphinx, does not work on Python 3.2 (but does on 3.3) - "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then inv docs; fi" # Did we break setup.py? - pip uninstall -y invoke # To undo the implicit -e install from above - pip install . # NO -e! - inv -l # Sanity check notifications: irc: channels: "irc.freenode.org#invoke" template: - "%{repository}@%{branch}: %{message} (%{build_url})" on_success: change on_failure: change email: false
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" matrix: # pypy is frequentlyish unstable on Travis, don't let it mark entire status # as 'bad' =/ (Still worth running it though.) allow_failures: - python: pypy install: # Pre-requirements sanity test (again, resembles pure, non-dev install # environment.) Avoids e.g. spec's 'six' from gumming up our attempts to # import our vendorized 'six'. - pip install -r tasks-requirements.txt - inv --list # Install remaining dev requirements (test runner, etc) - pip install -r dev-requirements.txt script: # Main test suite - inv test # Slow, annoying-to-run-every-time integration suite - inv integration # Docs build OK? # Jinja2, used by Sphinx, does not work on Python 3.2 (but does on 3.3) - "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then inv docs; fi" # Did we break setup.py? - pip uninstall -y invoke # To undo the implicit -e install from above - pip install . # NO -e! - inv -l # Sanity check notifications: irc: channels: "irc.freenode.org#invoke" template: - "%{repository}@%{branch}: %{message} (%{build_url})" on_success: change on_failure: change email: false
Enable automated testing on Python 3.4
Enable automated testing on Python 3.4
YAML
bsd-2-clause
pfmoore/invoke,pyinvoke/invoke,kejbaly2/invoke,frol/invoke,tyewang/invoke,pfmoore/invoke,pyinvoke/invoke,sophacles/invoke,mattrobenolt/invoke,mkusz/invoke,mattrobenolt/invoke,mkusz/invoke,kejbaly2/invoke,frol/invoke,singingwolfboy/invoke
1e0ac657d77d6d0bfb1775ed8914f67e0227c06e
.travis.yml
.travis.yml
language: node_js node_js: - '6.5' - '6.4' - '6.3' - '6.2' - '6.1' - '6.0' - '5.12' - '5.11' - '5.10' - '5.9' - '5.8' - '5.7' - '5.6' - '5.5' - '5.4' - '5.3' - '5.2' - '5.1' - '5.0' - '4.5' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-react-webpack-redux' ]; then cd .. && eval "mv $currentfolder generator-react-webpack-redux" && cd generator-react-webpack-redux; fi
language: node_js node_js: - '7.1' - '6.9' - '6.0' - '5.12' - '4.5' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'generator-react-webpack-redux' ]; then cd .. && eval "mv $currentfolder generator-react-webpack-redux" && cd generator-react-webpack-redux; fi
Test against the last release of the last versions
Test against the last release of the last versions
YAML
mit
stylesuxx/generator-react-webpack-redux,stylesuxx/generator-react-webpack-redux
940db223b00ea8a1158ab892ff8f60515fa3032e
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.12' - '4'
language: node_js node_js: - '0.10' - '0.12' - '4' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Add gcc 4.8 for node 4 native module support
Add gcc 4.8 for node 4 native module support
YAML
bsd-3-clause
testiumjs/testium-driver-sync
4f459c5b02759d571971480ccb9af62eeb783514
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: coverage run --source columns runtests.py # report coverage to coveralls.io after_success: coveralls
# Config file for automatic testing at travis-ci.org language: python python: - "3.3" - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: coverage run --source columns setup.py test # report coverage to coveralls.io after_success: coveralls
Use setup.py to run tests in Travis instead.
Use setup.py to run tests in Travis instead.
YAML
bsd-3-clause
audreyr/django-columns,audreyr/django-columns,audreyr/django-columns
3b8d6ea6ff688fc2a6a94f118acb8519f60e7b21
.travis.yml
.travis.yml
language: go go: 1.5.1 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/amd64/gcloud-cleanup" - "./build.tar.gz" target_paths: - travis-ci/gcloud-cleanup/$TRAVIS_BRANCH - travis-ci/gcloud-cleanup/$TRAVIS_COMMIT install: - make prereqs script: - travis_retry make deps - make crossbuild after_script: - tar -czvf build.tar.gz build Procfile
language: go go: 1.5.1 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/amd64/gcloud-cleanup" - "./build.tar.gz" target_paths: - travis-ci/gcloud-cleanup/$TRAVIS_BRANCH - travis-ci/gcloud-cleanup/$TRAVIS_COMMIT deploy: provider: script script: echo made it install: - make prereqs script: - travis_retry make deps - make crossbuild after_script: - tar -czvf build.tar.gz build Procfile
Verify ordering with script deployer
Verify ordering with script deployer
YAML
mit
travis-ci/gcloud-cleanup,travis-ci/gcloud-cleanup
8af6de31d2bc99f142f49644e51ca6f529cf7552
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 4 - nvm use 4 - npm i -g npm@4 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo -e "<?php\n print phpversion();" > version.php - curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh - chmod +x dropbox_uploader.sh - ./dropbox_uploader.sh -f /dev/null upload coverage/api coverage-$(php version.php)/ - ./dropbox_uploader.sh -f /dev/null upload coverage/app coverage-$(php version.php)/
language: php php: - '5.6' - '7.0.23' - '7.1' before_script: - nvm install 4 - nvm use 4 - npm i -g npm@4 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo -e "<?php\n print phpversion();" > version.php - curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh - chmod +x dropbox_uploader.sh - ./dropbox_uploader.sh -f /dev/null upload coverage/api coverage-$(php version.php)/ - ./dropbox_uploader.sh -f /dev/null upload coverage/app coverage-$(php version.php)/
Update PHP 7 version for Travis CI
Update PHP 7 version for Travis CI
YAML
mit
kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard
22cb5df0a3d32beb35feb9e1c7e97beba1d2b27b
.travis.yml
.travis.yml
sudo: false language: ruby script: script/ci.sh cache: bundler rvm: - 1.9.2 - 1.9.3 - '2.0' - '2.1' - '2.2' - jruby-19mode - rbx-19mode
sudo: false language: ruby script: script/ci.sh cache: bundler rvm: - 1.9.3 - '2.0' - '2.1' - '2.2' - jruby-19mode - rbx-19mode
Stop testing against Ruby 1.9.2
Stop testing against Ruby 1.9.2 Newer Cucumber versions aren't compatible anymore, and 1.9.2 has been EOL for a while now.
YAML
mit
mcfiredrill/vcr,mcfiredrill/vcr
3f7193d5b2b9e56903a7dfe93a46c2c81ae85c04
.travis.yml
.travis.yml
language: ruby bundler_args: --without integration cache: bundler sudo: false rvm: - 1.9.3 - 2.0.0 script: bundle exec rake travis
language: ruby bundler_args: --without integration cache: bundler sudo: false rvm: - 2.0.0 script: bundle exec rake travis
Drop support of ruby 1.9.3
Drop support of ruby 1.9.3
YAML
apache-2.0
tas50/nodejs,redguide/nodejs
aa480ca3e311e6919e294dbc0e057faa9a8b0a18
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.2.7 - 2.3.5 - 2.4.2 branches: only: - master before_install: - gem install bundler before_script: bundle exec rake alchemy:spec:prepare script: bundle exec rspec after_success: bundle exec codeclimate-test-reporter env: - DB=mysql - DB=postgresql
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.4.5 - 2.5.5 - 2.6.2 branches: only: - master before_install: - gem install bundler before_script: bundle exec rake alchemy:spec:prepare script: bundle exec rspec after_success: bundle exec codeclimate-test-reporter env: - DB=mysql - DB=postgresql
Test with recent Ruby versions on TravisCI
Test with recent Ruby versions on TravisCI
YAML
bsd-3-clause
AlchemyCMS/alchemy-devise,AlchemyCMS/alchemy-devise,AlchemyCMS/alchemy-devise
94dd41339398bd6787b0adb1e35886e932c13047
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 services: - mongodb before_script: - rake db:mongoid:create_indexes notifications: campfire: - secure: "eEuzoYFXLPeIMt+zHGzZp6XCvbfxRDe8FA3kVwrNRB0zoOktPRZXD9O8ng2z\nx2Yg8C7i1unstuW0bjPvwphpdxJOTFSxliw6P4Xk1Y9HnTYQqqUbDat/zL9c\nAyjYezuRQgYFSBP2BgNZ2RL9RiLSyLQBWhcHGB0yBS6rsheKWbk=" on_success: change on_failure: always
language: ruby rvm: - 1.9.3 - 2.0.0 services: - mongodb before_script: - rake db:mongoid:create_indexes notifications: campfire: rooms: - secure: "eEuzoYFXLPeIMt+zHGzZp6XCvbfxRDe8FA3kVwrNRB0zoOktPRZXD9O8ng2z\nx2Yg8C7i1unstuW0bjPvwphpdxJOTFSxliw6P4Xk1Y9HnTYQqqUbDat/zL9c\nAyjYezuRQgYFSBP2BgNZ2RL9RiLSyLQBWhcHGB0yBS6rsheKWbk=" on_success: change on_failure: always
Send Travis build notifications to Campfire only on failure A notification will also be sent when the build status changes on the given branch.
Send Travis build notifications to Campfire only on failure A notification will also be sent when the build status changes on the given branch.
YAML
bsd-3-clause
ellpee/ohana-web-search,CodeforBirmingham/ohana-web-search,folklabs/cc-web-search,ellpee/ohana-web-search,appropriate/ohana-web-search,CodeforBirmingham/ohana-web-search,appropriate/ohana-web-search-la,marks/dmvpmh-ohana-web-search,hackforla/ohana-web-search-la,volkanunsal/nyc-prepared-search,codeforamerica/ohana-web-search,wesley1001/ohana-web-search,hackforla/ohana-web-search-la,appropriate/ohana-web-search-la,wesley1001/ohana-web-search,codeforamerica/ohana-web-search,appropriate/ohana-web-search,appropriate/ohana-web-search,codeforamerica/ohana-web-search,appropriate/ohana-web-search-la,smcgov/SMC-Connect,ellpee/ohana-web-search,wesley1001/ohana-web-search,noahpatterson/DCOpen211DCConnect,marks/dmvpmh-ohana-web-search,marks/dmvpmh-ohana-web-search,volkanunsal/nyc-prepared-search,CodeforBirmingham/ohana-web-search,appropriate/ohana-web-search-la,cderenburger/win211-ohana-web-search,folklabs/cc-web-search,CodeforBirmingham/ohana-web-search,appropriate/ohana-web-search,volkanunsal/nyc-prepared-search,folklabs/cc-web-search,cderenburger/win211-ohana-web-search,wesley1001/ohana-web-search,smcgov/SMC-Connect,codeforamerica/ohana-web-search,noahpatterson/DCOpen211DCConnect,ellpee/ohana-web-search,folklabs/cc-web-search,hackforla/ohana-web-search-la,cderenburger/win211-ohana-web-search,marks/dmvpmh-ohana-web-search,volkanunsal/nyc-prepared-search,hackforla/ohana-web-search-la,cderenburger/win211-ohana-web-search,smcgov/SMC-Connect,smcgov/SMC-Connect
549086616ff0033ef7edcfe21a7adb7b2d801c66
.travis.yml
.travis.yml
bundler_args: "--without development" script: "bundle exec rake test:ci" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx - rbx-2.0 notifications: irc: "irc.freenode.org#travis"
bundler_args: "--without development" before_script: - "cp config/database.example.yml config/database.yml" script: "bundle exec rake test:ci" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx - rbx-2.0 notifications: irc: "irc.freenode.org#travis"
Add before_script to prepare the database.yml file
Add before_script to prepare the database.yml file
YAML
mit
fxposter/travis-ci,fxposter/travis-ci,openeducation/travis-ci,fxposter/travis-ci,flores/travis-ci,openeducation/travis-ci,flores/travis-ci,openeducation/travis-ci,flores/travis-ci
be8700f63278e5a86a6a839ff2089da2d1cfe1cf
recipes/types-psycopg2/meta.yaml
recipes/types-psycopg2/meta.yaml
{% set name = "types-psycopg2" %} {% set version = "2.9.13" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/types-psycopg2-{{ version }}.tar.gz sha256: 2015365ffcf0494fb6613c2ffe0144ebadb2068b340df89578c4a2581135210b build: noarch: python script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: host: - python >=3.6 - pip run: - python >=3.6 test: commands: - test -f $SP_DIR/psycopg2-stubs/__init__.pyi about: home: https://github.com/python/typeshed summary: Typing stubs for psycopg2 license: Apache-2.0 AND MIT license_file: LICENSE extra: recipe-maintainers: - tdsmith
{% set name = "types-psycopg2" %} {% set version = "2.9.13" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/types-psycopg2-{{ version }}.tar.gz sha256: 2015365ffcf0494fb6613c2ffe0144ebadb2068b340df89578c4a2581135210b build: noarch: python script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: host: - python >=3.6 - pip run: - python >=3.6 test: commands: - pip check requires: - pip about: home: https://github.com/python/typeshed summary: Typing stubs for psycopg2 license: Apache-2.0 AND MIT license_file: LICENSE extra: recipe-maintainers: - tdsmith
Revert to grayskull's favorite test
Revert to grayskull's favorite test
YAML
bsd-3-clause
jakirkham/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes
fc791d2dd01be455e9e2d88ab3da3717a90daa20
.travis.yml
.travis.yml
language: c compiler: - gcc script: make test before_install: - sudo apt-get update -qq - sudo apt-get install check
language: c compiler: - gcc script: cd src && make test before_install: - sudo apt-get update -qq - sudo apt-get install check
Switch into source directory before running tests on CI.
Switch into source directory before running tests on CI.
YAML
bsd-3-clause
openxc/vi-firmware,ene-ilies/vi-firmware,mgiannikouris/vi-firmware,ene-ilies/vi-firmware,ene-ilies/vi-firmware,openxc/vi-firmware,mgiannikouris/vi-firmware,mgiannikouris/vi-firmware,openxc/vi-firmware,openxc/vi-firmware,mgiannikouris/vi-firmware,ene-ilies/vi-firmware
84538ede79003ebc708ac9db8f5f0707c7d50f02
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.6" install: pip install . nose coverage codacy-coverage script: nosetests --with-coverage --cover-package=canopen --cover-xml after_script: python-codacy-coverage -r coverage.xml
language: python python: - "2.7" - "3.3" - "3.6" install: - pip install -e . - pip install pytest pytest-cov codacy-coverage script: pytest -v --cov-report xml --cov=canopen test/ after_script: python-codacy-coverage -r coverage.xml
Use pytest for unit testing
Use pytest for unit testing
YAML
mit
christiansandberg/canopen,christiansandberg/canopen
d39b35c966d2953148ddc39a4e41118ee77cd1a6
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer/cache before_script: - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION}; fi; - composer require videlalvaro/php-amqplib:2.2.* - composer require react/event-loop:0.4.* - composer require zendframework/zend-json:2.0.* install: - composer self-update script: - phpunit --coverage-text matrix: fast_finish: true include: - php: 5.6 env: SYMFONY_VERSION='2.7.*' - php: 5.6 env: SYMFONY_VERSION='2.8.*@dev' - php: 5.6 env: SYMFONY_VERSION='3.0.*@dev' services: rabbitmq
language: php php: - 5.4 - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer/cache before_script: - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION}; fi; - composer require php-amqplib/php-amqplib:2.6.* - composer require react/event-loop:0.4.* - composer require zendframework/zend-json:2.0.* install: - composer self-update script: - phpunit --coverage-text matrix: fast_finish: true include: - php: 5.6 env: SYMFONY_VERSION='2.7.*' - php: 5.6 env: SYMFONY_VERSION='2.8.*@dev' - php: 5.6 env: SYMFONY_VERSION='3.0.*@dev' services: rabbitmq
Use php-amqplib to test RabbMQ
[Travis] Use php-amqplib to test RabbMQ
YAML
mit
heristop/HeriJobQueueBundle,heristop/HeriJobQueueBundle,heristop/HeriJobQueueBundle
7c62fe768c9dfba3b60acef18495c12f87ec4bf9
.travis.yml
.travis.yml
sudo: true language: ruby rvm: - 2.3.4 before_install: - docker-compose --version - docker-compose pull - docker-compose build - docker-compose start - docker ps - gem install bundler -v 1.15.3
sudo: true language: ruby rvm: - 2.3.4 before_install: - docker-compose --version - docker-compose up -d - docker ps - gem install bundler -v 1.15.3
Replace docker pull, build, start etc with up -d
Replace docker pull, build, start etc with up -d
YAML
apache-2.0
iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer
c57ea50b854688fb93044ec9d845e18de91d7cff
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.2 sudo: false # Enable container-based builds env: matrix: - SCHEME="SwiftGit2-OSX" - SCHEME="SwiftGit2-iOS" matrix: fast_finish: true before_install: - gem update bundler # https://github.com/bundler/bundler/pull/4981 - gem install xcpretty - gem install xcpretty-travis-formatter install: script/bootstrap script: script/cibuild branches: only: # whitelist - master notifications: email: false
language: objective-c osx_image: xcode8.3 sudo: false # Enable container-based builds env: matrix: - SCHEME="SwiftGit2-OSX" - SCHEME="SwiftGit2-iOS" matrix: fast_finish: true before_install: - gem update bundler # https://github.com/bundler/bundler/pull/4981 - gem install xcpretty - gem install xcpretty-travis-formatter install: script/bootstrap script: script/cibuild branches: only: # whitelist - master notifications: email: false
Use the Xcode 8.3 Travis image, which has SwiftLint 0.18.1 installed
Use the Xcode 8.3 Travis image, which has SwiftLint 0.18.1 installed https://blog.travis-ci.com/2017-04-19-xcode-832-is-here
YAML
mit
mattrubin/SwiftGit2,mattrubin/SwiftGit2,SwiftGit2/SwiftGit2,SwiftGit2/SwiftGit2
9fc7bde570e5525538c14e2dcf0eea58f920f4e7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 before_script: - RAILS_ENV=test rake db:migrate
language: ruby rvm: - 1.9.3 before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - RAILS_ENV=test rake db:migrate > /dev/null 2>&1
Use xvfb in Travis to run Selenium tests
Use xvfb in Travis to run Selenium tests
YAML
mit
crowdint/crowdblog,chukitow/crowdblog,chukitow/crowdblog,chukitow/crowdblog,crowdint/crowdblog,crowdint/crowdblog,crowdint/crowdblog,chukitow/crowdblog
b4bcf11edb5b828a3163baa4067267258eb44228
.travis.yml
.travis.yml
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 # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: python manage.py test
language: python env: - DJANGO_VERSION=1.7 - DJANGO_VERSION=1.8 - DJANGO_VERSION=1.8.6 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 # command to install dependencies install: - pip install -q Django==$DJANGO_VERSION - python setup.py -q install - pip install -r requirements.txt # command to run tests script: python manage.py test
Test with multiple Django versions
Test with multiple Django versions
YAML
mit
RyanBalfanz/django-smsish
b4a1402f17619ea53943c2c9e2a4af581ffca9be
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-text --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: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-text --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 and install in the appropriate sections
Fix: Update and install in the appropriate sections
YAML
mit
localheinz/plates,thephpleague/plates
2c595e930298d6fdb25090d98d126e380163336d
.travis.yml
.travis.yml
env: global: - CC_TEST_REPORTER_ID=6f07a33d1bf4060910c8b97cb9bf97230bbf1fad75765fef98f3cca9f29cd6b0 language: ruby before_install: - gem install bundler install: - bundle install --without local rvm: - 3.0.1 - 3.0.0 - 2.7.2 - 2.7.1 - 2.7.0 - 2.6.6 - 2.6.5 - 2.6.4 - 2.6.3 - 2.6.2 - 2.6.1 - 2.6.0 - 2.5.8 - 2.5.7 - 2.5.6 - 2.5.5 - 2.5.4 - 2.5.3 - 2.5.2 - 2.5.1 - 2.5.0 before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - bundle exec rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
env: global: - CC_TEST_REPORTER_ID=6f07a33d1bf4060910c8b97cb9bf97230bbf1fad75765fef98f3cca9f29cd6b0 language: ruby before_install: - gem install bundler install: - bundle install --without local rvm: - 3.0.1 - 3.0.0 - 2.7.3 - 2.7.2 - 2.7.1 - 2.7.0 - 2.6.7 - 2.6.6 - 2.6.5 - 2.6.4 - 2.6.3 - 2.6.2 - 2.6.1 - 2.6.0 - 2.5.9 - 2.5.8 - 2.5.7 - 2.5.6 - 2.5.5 - 2.5.4 - 2.5.3 - 2.5.2 - 2.5.1 - 2.5.0 before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - bundle exec rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Add ruby 2.7.3, 2.6.7, 2.5.9 to CI build
Add ruby 2.7.3, 2.6.7, 2.5.9 to CI build
YAML
mit
gonzedge/rambling-trie
bce190646e6600ab1d9720d26465540546a2ccfb
.travis.yml
.travis.yml
language: minimal sudo: required services: - docker dist: trusty git: depth: 3 notifications: email: false env: matrix: - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 before_install: > docker build -t sklearn-porter --build-arg PYTHON_VERSION=${PYTHON_VERSION} --no-cache . before_script: - docker run -d -t --name base sklearn-porter - docker exec -it base gcc --version - docker exec -it base java -version - docker exec -it base node --version - docker exec -it base go version - docker exec -it base php --version - docker exec -it base ruby --version - docker exec -it base python --version - docker exec -it base conda run -n sklearn-porter python --version script: > docker exec -it base conda run -n sklearn-porter pytest tests -v -x -p no:doctest -o python_files="*Test.py" -o python_functions="test_*" after_script: docker rm -f $(docker ps --filter name=base -q)
language: minimal sudo: required services: - docker dist: trusty git: depth: 3 notifications: email: false env: matrix: - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 before_install: docker build -t sklearn-porter --build-arg PYTHON_VERSION=${PYTHON_VERSION} --no-cache . before_script: - docker run -d -t --name base sklearn-porter - docker exec -it base gcc --version - docker exec -it base java -version - docker exec -it base node --version - docker exec -it base go version - docker exec -it base php --version - docker exec -it base ruby --version - docker exec -it base python --version - docker exec -it base conda run -n sklearn-porter python --version script: docker exec -it base conda run -n sklearn-porter pytest tests -v -x -p no:doctest -o python_files="*Test.py" -o python_functions="test_*" after_script: docker rm -f $(docker ps --filter name=base -q)
Fix type of single command over multiple lines
feature/docker-test-environment: Fix type of single command over multiple lines
YAML
bsd-3-clause
nok/sklearn-porter
6c3e2a2090cf8e9245b863b5b334ca5726a6421b
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 os: - linux - osx addons: firefox: "latest" script: - mvn install -Dchrome.binary.path=/usr/bin/chromium-browser -Ptravis-ci before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "mkdir -p /tmp/webdriverextensions-maven-plugin/cache" - "mkdir -p /tmp/webdriverextensions-maven-plugin/drivers" - "mkdir -p /tmp/webdriverextensions-maven-plugin/temp"
language: java jdk: - oraclejdk8 os: - linux addons: firefox: "latest" script: - mvn install -Dchrome.binary.path=/usr/bin/chromium-browser -Ptravis-ci before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "mkdir -p /tmp/webdriverextensions-maven-plugin/cache" - "mkdir -p /tmp/webdriverextensions-maven-plugin/drivers" - "mkdir -p /tmp/webdriverextensions-maven-plugin/temp"
Remove osx builds because setting java seems to be different there
Remove osx builds because setting java seems to be different there
YAML
apache-2.0
webdriverextensions/webdriverextensions,webdriverextensions/webdriverextensions
592129e4b452c29bf72bc438fb2e4a7fe2074b91
.travis.yml
.travis.yml
script: bundle exec rake test rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head matrix: allow_failures: - rvm: ruby-head
script: bundle exec rake test rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head matrix: allow_failures: - rvm: ruby-head - rvm: 2.1.0 # Problem with puppet monkey patch... waiting for >3.4.2
Add ruby 2.1.0 to allow_failures until puppet is fixed.
Add ruby 2.1.0 to allow_failures until puppet is fixed. Waiting for a release that includes the following patch. https://github.com/puppetlabs/puppet/pull/2184/
YAML
bsd-2-clause
glensc/fpm-cookery,cas-ei/fpm-cookery,kisoku/fpm-cookery,ryansch/fpm-cookery,cas-ei/fpm-cookery,devkid/fpm-cookery,glensc/fpm-cookery,ryansch/fpm-cookery,devkid/fpm-cookery,kisoku/fpm-cookery
5bc478837d4a67131b036098806fcfa883b3d562
.travis.yml
.travis.yml
language: python env: - DJANGO=1.11.9 - DJANGO=2.0.1 python: - "2.7" - "3.5" - "3.6" install: - pip install --no-deps -r requirements.txt - pip install --no-deps -r requirements-test.txt - pip install --no-deps . Django==$DJANGO before_script: - flake8 --version - flake8 django_graph_api script: - pytest . matrix: exclude: # Exclude running testing django 2.0 with python 2.7 because django 2.0 requires python 3.4+ - env: DJANGO=2.0.1 python: "2.7"
language: python env: - DJANGO=1.8.18 - DJANGO=1.11.9 - DJANGO=2.0.1 python: - "2.7" - "3.5" - "3.6" install: - pip install --no-deps -r requirements.txt - pip install --no-deps -r requirements-test.txt - pip install --no-deps . Django==$DJANGO before_script: - flake8 --version - flake8 django_graph_api script: - pytest . matrix: exclude: # Exclude running testing django 2.0 with python 2.7 because django 2.0 requires python 3.4+ - env: DJANGO=2.0.1 python: "2.7"
Add Django 1.8 to CI tests
Add Django 1.8 to CI tests This commit will ensure that Django 1.8.18 is one of the Django versions tested by the Travis CI system
YAML
mit
melinath/django-graph-api,melinath/django-graph-api
e08cc47e745f2440315652ab8057c1e514cc1129
.travis.yml
.travis.yml
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -Pfeature-truelicense-v1 script: mvn verify -Pfeature-truelicense-v1
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -B -Pfeature-truelicense-v1 script: mvn verify -B -Pfeature-truelicense-v1
Use batch mode for Travis CI build.
Use batch mode for Travis CI build.
YAML
apache-2.0
christian-schlichtherle/truelicense,christian-schlichtherle/truelicense
921aed94f00291cd1b9db34675e229e3889511d5
.travis.yml
.travis.yml
sudo: required language: node_js node_js: - 6 - 7 - 8 install: - npm install - npm run clean before_script: - npm run bootstrap - npm run build script: - npm run test after_success: - bash <(curl -s https://codecov.io/bash)
sudo: required language: node_js node_js: - 6 - 7 - 8 install: - npm install - npm run clean before_script: - npm run bootstrap - npm run build script: - npm run test
Remove codecov at the moment
Remove codecov at the moment
YAML
mit
dotansimha/graphql-code-generator,dotansimha/graphql-code-generator,dotansimha/graphql-code-generator
17e5b5492e6e128459fc20fc3e9df41c6095b6e1
.travis.yml
.travis.yml
language: "ruby" rvm: - "1.8" - "1.9" - "2.0" - "2.1" - "jruby" - "rbx" install: - bundle install --retry=3 matrix: include: - rvm: "2.1" gemfile: "gemfiles/Gemfile.multi_json.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.yajl-ruby.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.uuidtools.x" allow_failures: - rvm: "1.8"
language: "ruby" rvm: - "1.8" - "1.9" - "2.0" - "2.1" - "jruby" - "rbx" sudo:false install: - bundle install --retry=3 matrix: include: - rvm: "2.1" gemfile: "gemfiles/Gemfile.multi_json.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.yajl-ruby.x" - rvm: "2.1" gemfile: "gemfiles/Gemfile.uuidtools.x" allow_failures: - rvm: "1.8"
Use the new build env on Travis
Use the new build env on Travis more ram, more cpu, improved network and vm boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon
YAML
mit
iainbeeston/json-schema,openc/json-schema,RST-J/json-schema,openc/json-schema,ruby-json-schema/json-schema,ganeshkumar/json-schema
ba60586f87af3f35d0a2eb361d1f02623498199c
.travis.yml
.travis.yml
language: cpp os: - linux services: - docker before_script: - docker run -ti --rm -v $PWD:/qflex:ro debian:bullseye /bin/bash -c "apt update && apt install -y yapf3 clang-format && bash /qflex/scripts/check_format.sh" - docker-compose build script: - docker run -ti --rm qflex-tests:latest - docker run -ti --rm qflex-py-tests:latest - docker run -ti --rm qflex:latest /qflex/config/circuits/bristlecone_48_1-24-1_0.txt /qflex/config/ordering/bristlecone_48.txt /qflex/config/grid/bristlecone_48.txt
language: cpp os: - linux services: - docker before_script: - docker run -ti --rm -v $PWD:/qflex:ro alpine:3.10.3 /bin/sh -c "apk update && apk add bash py3-pip clang && pip3 install yapf && bash /qflex/scripts/check_format.sh" - docker-compose build script: - docker run -ti --rm qflex-tests:latest - docker run -ti --rm qflex-py-tests:latest - docker run -ti --rm qflex:latest /qflex/config/circuits/bristlecone_48_1-24-1_0.txt /qflex/config/ordering/bristlecone_48.txt /qflex/config/grid/bristlecone_48.txt
Use alpine instead of debian.
Use alpine instead of debian.
YAML
apache-2.0
ngnrsaa/qflex,ngnrsaa/qflex,ngnrsaa/qflex,ngnrsaa/qflex
1b496e88e0d2c48d66cb7bb4294c1d75ad77974a
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake test env: - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" - PUPPET_GEM_VERSION="~> 3.8.0" - PUPPET_GEM_VERSION="~> 4.0.0" - PUPPET_GEM_VERSION="~> 4.1.0" matrix: exclude: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 4.0.0" - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 4.1.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.6.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.7.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.8.0"
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - 2.2 script: bundle exec rake test env: - PUPPET_GEM_VERSION="~> 3.1.1" - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" - PUPPET_GEM_VERSION="~> 3.8.0" - PUPPET_GEM_VERSION="~> 4.0.0" - PUPPET_GEM_VERSION="~> 4.1.0" matrix: exclude: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 4.0.0" - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 4.1.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.6.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.7.0" - rvm: 2.2 env: PUPPET_GEM_VERSION="~> 3.8.0"
Add testing on puppet 3.1.1
Add testing on puppet 3.1.1
YAML
apache-2.0
salekseev/garethr-docker,salekseev/garethr-docker,salekseev/garethr-docker
397860fc33e55075c1b6658758d0f49eee867b05
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" # command to install dependencies install: pip install -r test-requirements.txt python setup.py develop # command to run tests script: nosetests --with-coverage --cover-package=duo after_success: coveralls
language: python python: - "2.7" - "3.5" # command to install dependencies install: - pip install -r test-requirements.txt - pip install . # command to run tests script: nosetests --with-coverage --cover-package=duo after_success: coveralls
Use YAML to install dependencies :P
Use YAML to install dependencies :P
YAML
bsd-3-clause
eykd/duo
e492b65560c152bd7ed9cca7b8ee91f0af41ddf5
.travis.yml
.travis.yml
language: ruby gemfile: Gemfile.ci rvm: - 1.9.2 - 1.9.3
language: ruby gemfile: Gemfile.ci rvm: - 1.8.7 - 1.9.2 - 1.9.3
Build using MRI 1.8.7 on Travis
Build using MRI 1.8.7 on Travis
YAML
mit
exviva/paperclip-storage-tmp
79d8ecd9ff85e194fc8133b2de0c69b9b6daa4a9
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' - '6'
sudo: false language: node_js node_js: - '4' - '5' - '6'
Remove testing on nodejs < 4
Remove testing on nodejs < 4 eslint 3 requires nodejs >= 4
YAML
mit
prantlf/gulp-relative-sourcemaps-source
a08a1d6f2d260ed412903acfd060b5e026dd0de3
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "6" script: "npm run travis"
language: node_js node_js: - 10 - 12 - 14 - node script: "npm run travis"
Drop support for node.js <10, add 10, 12, 14 + latest (semver-major)
Drop support for node.js <10, add 10, 12, 14 + latest (semver-major)
YAML
mit
unexpectedjs/unexpected-moment
a4ddb510e2b3dbedcaec3508d62ff1e2dacc0663
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4.0" - "iojs" - "0.12"
sudo: false language: node_js node_js: - "4.0" - "iojs" - "0.12" before_install: - npm install -g npm
Update npm before running npm install in Travis
Update npm before running npm install in Travis
YAML
mit
EternalDeiwos/connect-cli,anvilresearch/connect-cli
efcf40db670521ac51f6d2e8dd0fae81e1efaddd
.travis.yml
.travis.yml
sudo: false language: php php: - 7.1 - 7.2 - 7.3 - 7.4 before_script: - composer self-update - composer install script: - php vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - php vendor/bin/phpcs --no-cache --no-colors - XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover=coverage.clover - php vendor/bin/phpstan analyse --no-interaction - php vendor/bin/psalm after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo: false language: php php: - 7.1 - 7.2 - 7.3 - 7.4 - 8.0 before_script: - composer self-update - composer install script: - php vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - php vendor/bin/phpcs --no-cache --no-colors - XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover=coverage.clover - php vendor/bin/phpstan analyse --no-interaction - php vendor/bin/psalm after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Test CI builds with PHP 8
Test CI builds with PHP 8
YAML
mit
relayphp/Relay.Relay
834f08110d4c4c0c4e38e2a917c0c774a6c071fa
.travis.yml
.travis.yml
language: php php: - 5.6 services: - redis-server before_script: - mysql -uroot -e 'create database rena;' - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction -o - ls -alh - cp tests/config.php config/config.php - cat config/config.php - cp tests/phinx.yml . - cat phinx.yml - phpenv config-add tests/phpsettings.ini - php vendor/bin/phinx migrate - php vendor/bin/phinx status script: - phpunit --coverage-clover=coverage.clover --bootstrap tests/init.php tests/* - php tests/coverage-checker.php coverage.clover 75 after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo: true language: php php: - 5.6 services: - redis-server before_script: - sudo service mysql stop - sudo apt-get install python-software-properties - sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db - sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu precise main' - sudo apt-get update -y - sudo apt-get install mariadb-server -y - mysql -uroot -e 'INSTALL SONAME "ha_tokudb"'; - mysql -uroot -e 'create database rena;' - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction -o - ls -alh - cp tests/config.php config/config.php - cat config/config.php - cp tests/phinx.yml . - cat phinx.yml - phpenv config-add tests/phpsettings.ini - php vendor/bin/phinx migrate - php vendor/bin/phinx status script: - phpunit --coverage-clover=coverage.clover --bootstrap tests/init.php tests/* - php tests/coverage-checker.php coverage.clover 75 after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Add mariadb instead of mysql, also setup tokudb..
Add mariadb instead of mysql, also setup tokudb..
YAML
mit
EVE-KILL/projectRena,EVE-KILL/projectRena,EVE-KILL/projectRena
4adbd4e35f98472278eb6630b1ed11801a0919ac
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4.1" # command to install dependencies sudo: false addons: apt: packages: - python-scipy - libblas-dev - liblapack-dev - gfortran - python-pip install: - "easy_install -U setuptools" - "pip install -r requirements.txt" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py develop # command to run tests, e.g. python setup.py test script: nosetests notifications: email: recipients: - [email protected] on_success: change on_failure: always
language: python python: - "2.7" - "3.3" - "3.4" # command to install dependencies sudo: false addons: apt: packages: - python-scipy - libblas-dev - liblapack-dev - gfortran - python-pip install: - "easy_install -U setuptools" - "pip install -r requirements.txt" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py develop # command to run tests, e.g. python setup.py test script: nosetests notifications: email: recipients: - [email protected] on_success: change on_failure: always
Change to just 3.4 testing.
Change to just 3.4 testing.
YAML
mit
migueldiascosta/pymatgen-db,materialsproject/pymatgen-db,migueldiascosta/pymatgen-db,materialsproject/pymatgen-db,migueldiascosta/pymatgen-db,migueldiascosta/pymatgen-db,migueldiascosta/pymatgen-db