commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
6f4b03546fc8acbebb2bf2b219062a68bdc9737e
.travis.yml
.travis.yml
language: java sudo: false notifications: email: false cache: directories: - "${HOME}/.m2/" before_install: - openssl aes-256-cbc -K $encrypted_58a7d4f10478_key -iv $encrypted_58a7d4f10478_iv -in retest-gmbh-gpg.asc.enc -out retest-gmbh-gpg.asc -d - gpg --fast-import retest-gmbh-gpg.asc install: true b...
language: java sudo: false notifications: email: false cache: directories: - "${HOME}/.m2/" before_install: - openssl aes-256-cbc -K $encrypted_58a7d4f10478_key -iv $encrypted_58a7d4f10478_iv -in retest-gmbh-gpg.asc.enc -out retest-gmbh-gpg.asc -d - gpg --fast-import retest-gmbh-gpg.asc install: true b...
Make sure there is a new line at the end
Make sure there is a new line at the end See https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline/.
YAML
agpl-3.0
retest/recheck,retest/recheck
1da3dcd8424e3af3f6ead06dc9e9c6529a3c637c
.travis.yml
.travis.yml
rvm: - "2.1.10" - "2.2.5" - "2.3.1"
rvm: - "2.1.10" - "2.2.5" - "2.3.1" - "2.4.0"
Add Ruby 2.4.0 to Travis CI environment
Add Ruby 2.4.0 to Travis CI environment
YAML
mit
KitaitiMakoto/epub-parser
b2d0b0b28ca02ddbd38a8f1927ca1f6db63cd80b
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: "pip install argparse --use-mirrors" script: nosetests
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" install: "pip install argparse --use-mirrors" script: nosetests
Add Python 3.2/3.3 to Travis YAML
Add Python 3.2/3.3 to Travis YAML
YAML
isc
garg10may/yturl
f3a194d34aa5561b500a8c7507fcac2695fa0334
.travis.yml
.travis.yml
--- language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.6 env: - PUPPET_GEM_VERSION="~> 3.0" - PUPPET_GEM_VERSION="~> 4.0" matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.6 env: PUPPET_GEM_VERSION...
--- sudo: false language: ruby gemfile: .gemfile matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.5 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.5 env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" - rvm: 2.1.6 env: PUPPET_GEM_VERSION="~> 4.0" STRI...
Update Travis CI build matrix
Update Travis CI build matrix
YAML
bsd-2-clause
smoeding/puppet-haveged
733b8637ab656ea9eccf69120ff6588ac4ce8133
.travis.yml
.travis.yml
language: ruby env: LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" install: bundle install --jobs=1 --retry=3 rvm: - ruby - jruby - rbx
language: ruby rvm: - 2.2.0
Update ci to use 2.2.0
Update ci to use 2.2.0
YAML
mit
hopsoft/pry-test,hopsoft/pry-test
676733c885e492e5e179814b3c745ffb19c88370
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - 0.8 before_install: "npm install -g bob --loglevel error" script: "bob build"
language: node_js node_js: - "0.10" before_install: "npm install -g bob --loglevel error" script: "bob build"
Drop 0.8 due to bob's min node engine. Temp drop 0.11 due to buster ramp-resources sub dep install problem.
Drop 0.8 due to bob's min node engine. Temp drop 0.11 due to buster ramp-resources sub dep install problem.
YAML
mit
cliffano/pkjutil
c884123e1dd9372469bc6d03c742fe0515c0fe61
.travis.yml
.travis.yml
language: "python" python: - "3.5" sudo: "required" services: - docker env: matrix: - >- TEMPLATE_FILE="templates/Dockerfile-template" BASE_IMAGE="java:7" GIT_TAG_NAME="nifi-0.5.1" DOCKER_TAGS="0.5.1-openjdk-7,latest" TEMPLATE_VALUES="base_image=java:7,nifi_version=0.5.1" D...
language: "python" python: - "3.5" sudo: "required" services: - docker env: matrix: - >- TEMPLATE_FILE="templates/Dockerfile-template" BASE_IMAGE="java:7" GIT_TAG_NAME="nifi-0.5.1" DOCKER_TAGS="0.5.1-openjdk-7,latest" TEMPLATE_VALUES="base_image=java:7,nifi_version=0.5.1" D...
Make Travis before_script and script commands relative paths
Make Travis before_script and script commands relative paths
YAML
mit
GDATAAdvancedAnalytics/docker-nifi,GDATAAdvancedAnalytics/docker-nifi,mkobit/docker-nifi,mkobit/docker-nifi
ba86b4b3bbf8ffc53f327e05149104a97bf63c65
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 env: - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.5.1 matrix: exclude: - env: DJANGO_VERSION=1.4.5 python: 3.3 - env: DJANGO_VERSION=1.4.5 python: 3.2 install: - pip install django==$DJANGO_VERSION - python setup.py develop script...
language: python python: - 2.6 - 2.7 - 3.3 env: - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.5.1 matrix: exclude: - env: DJANGO_VERSION=1.4.5 python: 3.3 install: - pip install django==$DJANGO_VERSION - python setup.py develop script: cd example_project; python manage.py test photologue
Remove support for Python 3.2 (doesn't support Unicode literals)
Remove support for Python 3.2 (doesn't support Unicode literals)
YAML
bsd-3-clause
jlemaes/django-photologue,rmaceissoft/django-photologue,RossLYoung/django-photologue,rmaceissoft/django-photologue,seedwithroot/django-photologue-clone,MathieuDuponchelle/my_patched_photologue,jlemaes/django-photologue,RossLYoung/django-photologue,rmaceissoft/django-photologue,jlemaes/django-photologue,seedwithroot/dja...
e351a5780c93d3567536765d08d937cc4025375f
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - jruby - rbx - ree before_install: - sudo apt-get update -qq - sudo apt-get install -qq -y poppler-utils poppler-data matrix: allow_failures: - rvm: ruby-head
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - jruby - rbx - ree before_install: - sudo apt-get update -qq - sudo apt-get install -qq -y poppler-utils poppler-data matrix: allow_failures: - rvm: ruby-head - rvm: rbx
Allow rbx to fail in Travis, as it's not supported.
Allow rbx to fail in Travis, as it's not supported.
YAML
mit
newspaperclub/pdf_info
cce7f0a32fcd453fe3a422b252cea6e98c688524
.travis.yml
.travis.yml
sudo: required cache: bundler dist: trusty language: ruby rvm: - 2.3 - 2.4 - 2.5 gemfiles: - gemfiles/standalone.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile script: "bundle exec rspec && bundle exec codeclimate-test-reporter" before_install: - sudo add-...
sudo: required cache: bundler dist: trusty language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 gemfiles: - gemfiles/standalone.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile script: "bundle exec rspec && bundle exec codeclimate-test-reporter" before_install: - s...
Include ruby 2.6 in Travis execution plan
Include ruby 2.6 in Travis execution plan
YAML
mit
excpt/ruby-jwt,jwt/ruby-jwt,progrium/ruby-jwt
aebc396a0a99a55dbfdc422b899f0b4d95feb3a2
.travis.yml
.travis.yml
language: "node_js" node_js: - 0.4 - 0.6
language: "node_js" node_js: - 0.4 - 0.6 - 0.8
Test on node 0.8 using Travis CI.
Test on node 0.8 using Travis CI.
YAML
mit
jaredhanson/passport-meetup
e47a5bf232c098c0f74013a46b2ba9ed210db284
.travis.yml
.travis.yml
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: allow_failures: - php: 7 include: - php: 7.0 env: PHPUNIT_VERSION='5.0.0' - php: 7.1 env: PHPUNIT_VERSION='5.0.0' - php: hhvm dist: trusty env: PHPUNIT_VERSION='4.8.36' php: - 5.3...
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.3 dist: trusty php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 install: composer install --prefer-dist --no-interaction before_script: - mkdir -p build/logs script: ...
Drop HHVM support and test on all PHP 7.x versions
Drop HHVM support and test on all PHP 7.x versions
YAML
bsd-3-clause
console-helpers/svn-buddy
92a85cac8854e3b40bd114e86e750ee0abc43ea3
.travis.yml
.travis.yml
# This is necessary until https://github.com/travis-ci/travis-ci/issues/3120 is # fixed sudo: required language: scala # These directories are cached to S3 at the end of the build cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION scala: - 2.10.6 - 2.11.7 jdk: - orac...
# This is necessary until https://github.com/travis-ci/travis-ci/issues/3120 is # fixed sudo: required language: scala # These directories are cached to S3 at the end of the build cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION scala: - 2.10.6 - 2.11.7 jdk: - orac...
Disable openjdk7 in Travis CI builds
Disable openjdk7 in Travis CI builds RB_ID=786579
YAML
apache-2.0
twitter/scrooge,twitter/scrooge,twitter/scrooge,thirstycrow/scrooge,thirstycrow/scrooge,twitter/scrooge,thirstycrow/scrooge,thirstycrow/scrooge,thirstycrow/scrooge
9768bf533058b93c407d432d11d1fb4f396da024
.travis.yml
.travis.yml
language: python sudo: true cache: directories: - $HOME/.cache/pip env: - TOX_ENV=py27-pymongo - TOX_ENV=py27-pyexecjs - TOX_ENV=py33-pymongo - TOX_ENV=py33-pyexecjs - TOX_ENV=py34-pymongo - TOX_ENV=py34-pyexecjs - TOX_ENV=pypy-pymongo - TOX_ENV=pypy-pyexecjs - TOX_ENV=pep8 script: - tox -e $T...
language: python sudo: true cache: directories: - $HOME/.cache/pip env: - TOX_ENV=py27-pymongo - TOX_ENV=py27-pyexecjs - TOX_ENV=py33-pymongo - TOX_ENV=py33-pyexecjs - TOX_ENV=py34-pymongo - TOX_ENV=py34-pyexecjs - TOX_ENV=pypy-pymongo - TOX_ENV=pypy-pyexecjs - TOX_ENV=pep8 script: - tox -e $T...
Add pypi deployment on tags
Add pypi deployment on tags
YAML
bsd-3-clause
vmalloc/mongomock,magaman384/mongomock,StarfishStorage/mongomock,marcinbarczynski/mongomock,drorasaf/mongomock
5ebcb54d55a6aeab952bfdacf48453bbea278d73
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 script: 'ci/spec.rb' before_install: - gem install bundler rspec
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 script: 'ci/spec.rb' before_install: - gem install bundler rspec
Add 2.1.0 test on Travis
Add 2.1.0 test on Travis
YAML
mit
uu59/grill
96bd07e193bf4b428cbc2965b27b465a991e8b75
.travis.yml
.travis.yml
language: csharp os: - linux - osx mono: - latest script: - ./build.sh --target "Travis" --platform "Mono" --configuration "Release" notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/98f653320ef2b7506c05 on_success: change on_failure: always on_start: never
language: csharp os: - linux - osx mono: - 4.4.2 script: - ./build.sh --target "Travis" --platform "Mono" --configuration "Release" notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/98f653320ef2b7506c05 on_success: change on_failure: always on_start: never
Use mono 4.4.2 until latest 4.6 is fixed
Use mono 4.4.2 until latest 4.6 is fixed https://bugzilla.xamarin.com/show_bug.cgi?id=44323 https://bugzilla.xamarin.com/show_bug.cgi?id=44402
YAML
mit
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,susloparovdenis/Avalonia,Perspex/Perspex,wieslawsolt...
6422509e5307aec16d8af52042c1e88d982428bb
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby rvm: - 2.2.8 - 2.3.5 - 2.4.2 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5" script: - bundle exec rspec - bundle exec rubocop
sudo: false cache: bundler language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5" script: - bundle exec rspec - bundle exec rubocop
Update the Ruby build matrix for Travis CI.
Update the Ruby build matrix for Travis CI.
YAML
mit
tristandunn/pusher-fake,tristandunn/pusher-fake
1b1f6629ad1fa82a9e7edf3f72e9c44becf4e21b
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 - 2.2.4 - 2.1.8 addons: apt: packages: - libkrb5-3 - libkrb5-26-heimdal cache: - bundler - apt script: bundle exec bash run_tests.sh
language: ruby os: - linux - osx rvm: - 2.3.0 - 2.2.4 - 2.1.8 matrix: exclude: - os: osx rvm: 2.3.0 addons: apt: packages: - libkrb5-3 - libkrb5-26-heimdal cache: - bundler - apt script: bundle exec bash run_tests.sh
Add OS X to Travis
Add OS X to Travis
YAML
mit
stupidpupil/kerberos_authenticator,stupidpupil/kerberos_authenticator
8888e59800e37ea8af186dcefcdc012d72b6f7d2
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev script: phpunit notifications: email: on_success: never on_failure: always
language: php php: - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction script: phpunit notifications: email: on_success: never on_failure: always
Update Travis CI config to remove deprecated options
Update Travis CI config to remove deprecated options
YAML
mit
GLOKON/crowd-auth,schakko/crowd-auth
56a205d9c7cc1d866ea185e0ccc575b3741f9ba5
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 env: matrix: - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgres - SOLIDUS_BRANCH=v2.5 DB=postgres - SOLIDUS_BRANCH=v2.6 DB=postgres - SOLIDUS_BRANCH=v2.7 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - SOLIDUS_BRANCH=v2.3 DB=mysq...
sudo: false language: ruby rvm: - 2.3.1 env: matrix: - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgres - SOLIDUS_BRANCH=v2.5 DB=postgres - SOLIDUS_BRANCH=v2.6 DB=postgres - SOLIDUS_BRANCH=v2.7 DB=postgres - SOLIDUS_BRANCH=v2.8 DB=postgres - SOLIDUS_BRANCH=master DB=post...
Add Solidus v2.8 to Travis config
Add Solidus v2.8 to Travis config
YAML
bsd-3-clause
solidusio/solidus_auth_devise,solidusio/solidus_auth_devise,solidusio/solidus_auth_devise
84db687946de74daa51f9c16b5c5332aa80b58dd
.travis.yml
.travis.yml
dist: xenial os: - linux language: go go: - "1.12.x" - tip matrix: allow_failures: - go: tip env: - GO111MODULE=on GOLANGCI_RELEASE="v1.16.0" before_install: - go get github.com/mattn/goveralls - go get github.com/lawrencewoodman/roveralls - curl -sfL https://install.goreleaser.com/github.com/golangci/golangc...
dist: xenial os: - linux language: go go: - "1.12.x" - tip matrix: allow_failures: - go: tip env: - GO111MODULE=on GOLANGCI_RELEASE="v1.17.1" before_install: - go get github.com/mattn/goveralls - go get github.com/lawrencewoodman/roveralls - curl -sfL https://install.goreleaser.com/github.com/golangci/golangc...
Update golangci-lint version to 1.17.1
Update golangci-lint version to 1.17.1 Signed-off-by: njuettner <75ef9faee755c70589550b513ad881e5a603182c@zalando.de>
YAML
apache-2.0
kubernetes-incubator/external-dns,kubernetes-incubator/external-dns
fde2fa4862e5297678c848d35247c4ff07684a34
.travis.yml
.travis.yml
language: rust rust: - nightly services: - postgresql before_install: - npm install -g less - cargo install diesel_cli before_script: - cp .env.travis .env - psql -c 'create database basgit_travis;' -U postgres env: - RUSTFLAGS="--deny warnings" script: - ci/check-basic-style.sh - cargo build --v...
language: rust rust: - nightly-2017-05-03 services: - postgresql before_install: - npm install -g less - cargo install diesel_cli before_script: - cp .env.travis .env - psql -c 'create database basgit_travis;' -U postgres env: - RUSTFLAGS="--deny warnings" script: - ci/check-basic-style.sh - carg...
Fix Rust version for Travis-CI
Fix Rust version for Travis-CI
YAML
apache-2.0
LukasKalbertodt/basgit,LukasKalbertodt/basgit
b5ccf27a34f19f165ece0fc9cabe87aebc9f62e2
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 - 2.1.1 - 2.1.0 - 1.9.3-p392 - 1.9.3-p429 - 1.9.3-p448 script: "bundle exec rake spec:with_coveralls" notifications: slack: sachin21dev:3pEyff2UFnoCgl4NI0uxbsER
language: ruby rvm: - ruby-2.3.0 - 2.1.2 - 2.1.1 - 2.1.0 - 1.9.3-p392 - 1.9.3-p429 - 1.9.3-p448 script: "bundle exec rake spec:with_coveralls" notifications: slack: sachin21dev:3pEyff2UFnoCgl4NI0uxbsER
Add Travis CI testing target for new ruby version
Add Travis CI testing target for new ruby version
YAML
mit
sachin21/space2underscore
6d7352a785ffda315ccfaa873461d411a6debb21
.travis.yml
.travis.yml
language: node_js node_js: - "6.0.x" - "6.1.x"
language: node_js node_js: - "6" - "6.1"
Fix node versions on Travis CI
Fix node versions on Travis CI
YAML
mit
agcorrea/instagram-stats
35e67645bbd0c047e3e2761f6ec985c454e9d00b
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_install: - rm -rf ~/.linuxbrew - yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)" - export PATH="$HOME/.linuxbrew/bin:$PATH" - export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH" - export INFOPATH="$HOME/.linuxbrew/shar...
language: java jdk: - oraclejdk8 install: - mvn install -DskipTests=true -DskipUnitTests=true script: - mvn test -Dgrinder.display.tree.util.ui=false -Dtrace.level=off -Djustification.level=off
Remove jdk 8.40 before install logic
Remove jdk 8.40 before install logic Appears to have stopped working, will wait instead for Travis machines to upgrade to >= 8.40
YAML
bsd-3-clause
aic-sri-international/aic-praise,aic-sri-international/aic-praise
58484602cd417dec2077094fbe1c1afa92297aff
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.4" install: - pip install -r requirements.txt --use-mirrors script: - flake8 . # - pep257 . --explain
language: python python: - "3.3" - "3.4" install: - pip install -r requirements.txt script: - flake8 . # - pep257 . --explain
Update pip install command
Update pip install command [ci skip]
YAML
mit
le717/ICU
fee677afeb250e5678d5f5cd6cc9a23fa4800822
.travis.yml
.travis.yml
sudo: required services: - docker language: python python: - "3.4" install: "pip install -r requirements-dev.txt" before_script: - docker-compose run deps - ./puffin.py db create - ./puffin.py db upgrade script: py.test
sudo: required services: - docker language: python python: - "3.4" install: "pip install -r requirements-dev.txt" before_script: - docker-compose run deps - sleep 5 - ./puffin.py db create - ./puffin.py db upgrade script: py.test
Add sleep after starting deps to fix Travis
Add sleep after starting deps to fix Travis
YAML
agpl-3.0
loomchild/jenca-puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin,loomchild/puffin,loomchild/puffin,puffinrocks/puffin
4476c3da8dcf98237f2e67dadc6c4cc540a222eb
.travis.yml
.travis.yml
language: python python: - 3.5 env: - TOXENV=py26-stix111 - TOXENV=py26-stix120old - TOXENV=py26-stix120 - TOXENV=py27-stix111 - TOXENV=py27-stix120old - TOXENV=py27-stix120 install: - pip install -U tox script: - tox notifications: email: - stix-commits-list@lists.mitre.org
language: python python: - 2.7 env: - TOXENV=py26-stix111 - TOXENV=py26-stix120old - TOXENV=py26-stix120 - TOXENV=py27-stix111 - TOXENV=py27-stix120old - TOXENV=py27-stix120 install: - pip install -U tox script: - tox notifications: email: - stix-commits-list@lists.mitre.org
Use Python 2.7 to run Tox
Use Python 2.7 to run Tox I didn't think I'd need to do this, but oh well.
YAML
bsd-3-clause
STIXProject/openioc-to-stix,STIXProject/openioc-to-stix
3fb802f44c460691b1559cc369e5d278f3171799
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - SYMFONY_VERSION=2.5.* matrix: include: - php: 5.5 env: SYMFONY_VERSION=2.3.* - php: 5.5 env: SYMFONY_VERSION=2.4.* - php: 5.5 env: SYMFONY_VERSION=2.6.* before_script: - composer self-update - compos...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - SYMFONY_VERSION=2.6.* matrix: include: - php: 5.6 env: SYMFONY_VERSION=2.3.* - php: 5.6 env: SYMFONY_VERSION=2.5.* - php: 5.6 env: SYMFONY_VERSION=2.7.* - php: 5.6 env: SYMFONY_VERSION=3.0.* allow_failu...
Use latest versions in the test matrix
Use latest versions in the test matrix
YAML
mit
symfony-cmf/RoutingAuto
2e0f110309f1662e47bf4031804ab6fb7d340a76
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' install: - composer install script: - php vendor/bin/parallel-lint ./src ./tests - php vendor/bin/php-cs-fixer fix --config=vendor/shopsys/coding-standards/build/phpcs-fixer.php_cs --dry-run --verbose --diff ./src ./tests - php vendor/bin/phpcs --standard=vendor/shopsys...
language: php php: - 5.6 - 7.0 - 7.1 matrix: include: - php: 5.6 env: DEPENDENCIES="--prefer-lowest --prefer-stable" - php: 7.1 env: DEPENDENCIES="--prefer-lowest --prefer-stable" install: - travis_retry composer update $DEPENDENCIES script: - php vendor/bin/parallel-lint ./src ./tes...
Add PHP 7.1 and lowest dependencies Travis builds
Add PHP 7.1 and lowest dependencies Travis builds
YAML
mit
shopsys/http-smoke-testing
b705ab763731598b29d62e56c872992d68dea361
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6-dev" - "nightly" sudo: required install: - sudo apt-get install lilv-utils - pip3 install coveralls - pip3 install cffi - pip3 install JACK-Client script: - cd .. - mkdir data - cd data - mkdir test - cd ../PluginsManager - coverage3 run --...
language: python python: - "3.4" - "3.5" - "3.6-dev" - "nightly" sudo: required install: - sudo apt-get install -y lilv-utils --no-install-recommends - sudo apt-get install -y calf-plugins --no-install-recommends - pip3 install coveralls - pip3 install cffi - pip3 install JACK-Client script: - c...
Add calf plugins in build
Add calf plugins in build
YAML
apache-2.0
PedalPi/PluginsManager
ab61a4c37ecf0c33436cf15b7099398f69bf80a3
.travis.yml
.travis.yml
language: node_js notifications: email: false node_js: - 0.10
language: node_js notifications: email: false node_js: - 0.10 - 0.11
Build on node 0.11 as well
Build on node 0.11 as well
YAML
mit
jogleasonjr/node-ls-archive,atom/node-ls-archive
7ea154fe7fb5c75af89718099d6e75c2c35f9e8f
.travis.yml
.travis.yml
# Use Docker-based container (instead of OpenVZ) sudo: false language: java jdk: - openjdk6
# Use Docker-based container (instead of OpenVZ) sudo: false # https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming # Travis now defaults to Trusty, which is missing openjdk6. dist: precise cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt/boot # WORKAROUND https://github.com/travis-c...
Use Precise on Travis CI to run JDK 6
Use Precise on Travis CI to run JDK 6 https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
YAML
apache-2.0
sbt/ivy,sbt/ivy
a06e5eaa4c4c6b15009ed7d062d09587fb4d7cdf
.travis.yml
.travis.yml
sudo: required dist: trusty language: c env: - PGVERSION=9.1 - PGVERSION=9.2 - PGVERSION=9.3 - PGVERSION=9.4 - PGVERSION=9.5 before_script: - export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path - sudo /etc/init.d/postgresql stop # Stop w...
sudo: required dist: trusty language: c env: - PGVERSION=9.2 - PGVERSION=9.3 - PGVERSION=9.4 - PGVERSION=9.5 before_script: - export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path - sudo /etc/init.d/postgresql stop # Stop whichever version o...
Remove PostgreSQL 9.1 from test matrix
Remove PostgreSQL 9.1 from test matrix Travis doesn't like it.
YAML
apache-2.0
citusdata/postgresql-hll,citusdata/postgresql-hll,aggregateknowledge/postgresql-hll,aggregateknowledge/postgresql-hll
81c418500745558bbd60f26f2a66668f3237095b
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.3" - "2.0.0" notifications: email: recipients: - "ul-dlt-applications@lists.psu.edu" - "michael@psu.edu" on_success: "change" on_failure: "always" irc: channels: - "irc.freenode.org#scholarsphere" - "irc.freenode.org#projecthydra" template: ...
language: ruby rvm: - "1.9.3" - "2.0.0" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: recipients: - "ul-dlt-applications@lists.psu.edu" - "michael@psu.edu" on_success: "change" on_failure: "always" irc: channels: - "irc.freenode.org#scholarsphere" ...
Speed up Travis builds by not building libxml2 shipped with Nokogiri
Speed up Travis builds by not building libxml2 shipped with Nokogiri
YAML
apache-2.0
samvera/hyrax,samvera/hyrax,samvera/hyrax,samvera/hyrax
db1e9e97cbee0f0253fd00e2db083096d9cc9348
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "0.12" - "0.10"
language: node_js node_js: - "4" - "5" - "6"
Remove old node versions from run list
Remove old node versions from run list
YAML
mit
thomsbg/convert-rich-text,thomsbg/convert-rich-text
000b4930e54bef18b18dd5a304c13e1e2fabd8aa
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" install: - pip install coverage==3.7.1 tox==1.9.2 script: - tox - coverage run --rcfile=.coveragerc setup.py test -s tests.unit after_success: coveralls notifications: email: on_failure: change
language: python python: - "2.7" - "3.2" - "3.3" install: - pip install coverage==3.7.1 tox==1.9.2 script: - tox - coverage run --rcfile=.coveragerc setup.py test -s tests.unit after_success: coveralls notifications: email: on_failure: change sudo: false
Upgrade to Docker-based Travis builds
Upgrade to Docker-based Travis builds
YAML
mit
csparpa/pyowm,csparpa/pyowm
530d696a37f44896dfc109c1bde9fcb851ded18d
.travis.yml
.travis.yml
dist: xenial sudo: false cache: directories: - $HOME/.cache/pip language: python matrix: include: - python: "2.7" env: TOXENV=py2 - python: "3.5" env: TOXENV=py3 - python: "3.6" env: TOXENV=py3 - python: "3.7" env: TOXENV=py3 # Meta - python: "3.7" env:...
dist: xenial sudo: false cache: directories: - $HOME/.cache/pip language: python matrix: include: - python: "2.7" env: TOXENV=py2 - python: "3.5" env: TOXENV=py3 - python: "3.6" env: TOXENV=py3 - python: "3.7" env: TOXENV=py3 - python: "3.8" env: TOXENV=py3 ...
Add Python 3.8 to test matrix.
Add Python 3.8 to test matrix.
YAML
isc
nfcpy/ndeflib
291918a3060163ec6d4d38502eb186aaeda023e9
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.4 - 2.5 - 2.6 - ruby-head - jruby-9.2.7.0 gemfile: - gemfiles/rspec3.4.gemfile - gemfiles/rspec-head.gemfile before_install: - travis_retry gem update --system || travis_retry gem update --system 2.7.8 - travis_retry gem install bundler --no-documen...
language: ruby cache: bundler rvm: - 2.4 - 2.5 - 2.6 - ruby-head - jruby-9.2.7.0 gemfile: - gemfiles/rspec3.4.gemfile - gemfiles/rspec-head.gemfile before_install: - travis_retry gem update --system || travis_retry gem update --system 2.7.8 - travis_retry gem install bundler --no-document || travis_...
Remove unused sudo: false directive
Travis: Remove unused sudo: false directive - See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for more details
YAML
mit
tomykaira/rspec-parameterized
30b275f19ec4987b267074d5df6a4625beeff145
.travis.yml
.travis.yml
language: ruby notifications: email: on_success: change on_failure: always before_install: - gem update --system $RUBYGEMS_VERSION - gem --version - gem install bundler - bundle --version - mkdir -p tmp/bundle bundler_args: "--binstubs" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ...
language: ruby notifications: email: on_success: change on_failure: always before_install: - gem update --system $RUBYGEMS_VERSION - gem --version - gem install bundler - bundle --version - mkdir -p tmp/bundle bundler_args: "--binstubs" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ...
Mark the two ruby versions that don't work at the moment and merge to master
Mark the two ruby versions that don't work at the moment and merge to master
YAML
mit
ianheggie/railsapp_factory
c9173742fd9d3b036be649db7b52abcfd255724e
.travis.yml
.travis.yml
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false # http://docs.travis-ci.com/user/languages/java/ language: java jdk: - openjdk8 - oraclejdk8 - oraclejdk9 - oraclejdk11 #Cache downloaded Maven artifacts between builds cache: directories: - "${HOME}/.m2" notifica...
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false # http://docs.travis-ci.com/user/languages/java/ language: java jdk: - openjdk8 - oraclejdk8 - oraclejdk9 # - oraclejdk10 # - oraclejdk11 #Cache downloaded Maven artifacts between builds cache: directories: - "${HOME...
Disable Project Jigsaw enabled JDK CI builds
Disable Project Jigsaw enabled JDK CI builds Modify CI configuration to temporarily use below JDK-10 environments Signed-off-by: Emily Mabrey <1b930ed42299c9b9c7a34c6448b12fbc7d6cdafc@users.noreply.github.com>
YAML
mit
welovecoding/editorconfig-netbeans,welovecoding/editorconfig-netbeans
c122e12485eecf969ef61e79b3d6d9cbad8f627e
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 script: - bundle exec rspec one_sheet/resume.rb --format progress - bundle exec rspec spec/ --no-drb --format progress env: global: - secure: |- IIBXub6BG+Sb8n6N+gMli+iETv9p0atS5la2evNOU2YbsKZBTuNnKHDsUF/1wgOXbJ6HjiG 2Nfn8xJAIXZ0cKtulnxbTnEqINl4Jfy0RFotk9xinJeC48Pv+QMOiRh+FmS...
language: ruby rvm: - 2.1.5 script: - bundle exec rspec one_sheet/resume.rb --format progress - bundle exec rspec spec/ --no-drb --format progress env: global: - secure: |- IIBXub6BG+Sb8n6N+gMli+iETv9p0atS5la2evNOU2YbsKZBTuNnKHDsUF/1wgOXbJ6HjiG 2Nfn8xJAIXZ0cKtulnxbTnEqINl4Jfy0RFotk9xinJeC48Pv+QMOiRh+FmS...
Update Ruby version for use with Travis
Update Ruby version for use with Travis
YAML
mit
paulfioravanti/resume,agrimm/resume,agrimm/resume
c3400bf645a1439aedd1b207cc9cd7b63027e10a
.travis.yml
.travis.yml
language: node_js node_js: - "node" addons: code_climate: repo_token: 4a2c4f4f7c68cab958c00156152acb7f4bd6d88f6d1ca61ed7055e6ede3ac2c8 jobs: include: - script: npm run lint; - script: npm test -- --coverage; # - stage: release # script: npm pack # deploy: # provi...
language: node_js node_js: - "node" addons: code_climate: repo_token: $CODECLIMATE_TOKEN jobs: include: - script: npm run lint; - script: npm test -- --coverage; # - stage: release # script: npm pack # deploy: # provider: releases # api_key: $GITHUB_TOKE...
Move code climate token into a variable
Move code climate token into a variable
YAML
mit
kangasta/timetablescreen,kangasta/timetablescreen
24de1c4cfceebdd1425821f0609bd56e46bc83b8
.travis.yml
.travis.yml
language: ruby services: - elasticsearch env: -ROOMS_DB_USER=root ROOMS_DB_DATABASE=nyu_rooms_test ROOMS_DB_HOST=localhost ROOMS_SECRET_TOKEN=dd6f1b6faf2511a744f3f08644e76edcb6be01d7019a6e62947e3a76a2c5f1ea7f3206af6bd0409ed222a56b2a53788da8de1d3528547889cc59c7dbc27f4503 ROOMS_COOKIE_DOMAIN=.local ROOMS_BONSAI_URL...
language: ruby services: - elasticsearch env: -ROOMS_DB_USER=root ROOMS_DB_DATABASE=nyu_rooms_test ROOMS_DB_HOST=localhost ROOMS_SECRET_TOKEN=dd6f1b6faf2511a744f3f08644e76edcb6be01d7019a6e62947e3a76a2c5f1ea7f3206af6bd0409ed222a56b2a53788da8de1d3528547889cc59c7dbc27f4503 ROOMS_COOKIE_DOMAIN=.local ROOMS_BONSAI_URL...
Add ruby version to Travis
Add ruby version to Travis
YAML
mit
NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms
c33bbd38dcb796d30bdcebdb71a00bd4b31e2e8b
.travis.yml
.travis.yml
language: python python: - 2.7 install: - pip install -r requirements.txt - pip install coveralls script: coverage run --source=psiturk setup.py test after_success: coveralls
language: python python: - 2.7 # whitelist branches: only: - master - dev install: - pip install -r requirements.txt - pip install coveralls script: coverage run --source=psiturk setup.py test after_success: coveralls
Add dev to Travis' whitelist
Add dev to Travis' whitelist
YAML
mit
suchow/psiTurk,johnmcdonnell/psiTurk,NYUCCL/psiTurk,kachergis/psiTurk,NYUCCL/psiTurk,michaelpacer/psiTurk,suchow/psiTurk,berkeley-cocosci/psiTurk,pfeyz/psiTurk,michaelpacer/psiTurk,pfeyz/psiTurk,andyh616/psiTurk,andyh616/psiTurk,berkeley-cocosci/psiTurk,pfeyz/psiTurk,suchow/psiTurk,berkeley-cocosci/psiTurk,johnmcdonnel...
548815d7bcdd5d4190cbf7792cd3261d03740afc
.travis.yml
.travis.yml
language: python sudo: required python: - '2.7' - '3.4' - '3.5' cache: directories: - $HOME/.cache/pip env: # Current production - ELASTICSEARCH_VERSION=1.4.4 # Future production point release - ELASTICSEARCH_VERSION=1.4.5 # Latest in 1.X line (as of 2016-02-10) - ELASTICSEARCH_VER...
language: python sudo: required python: - '2.7' - '3.4' - '3.5' cache: directories: - $HOME/.cache/pip env: # Current production - ELASTICSEARCH_VERSION=1.4.4 # Future production point release. Disabled 2016-04-07 to speed up Travis builds #- ELASTICSEARCH_VERSION=1.4.5 # Latest in 1.X...
Disable Travis ES 1.4.5 config for faster builds
Disable Travis ES 1.4.5 config for faster builds
YAML
mit
theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs
61ecddf1d03c82ecc0edf1ecfb1cec610e7ab349
.travis.yml
.travis.yml
env: HOME=/home/travis language: python python: - 2.7 install: - pip install tox script: tox -rv
env: HOME=/home/travis sudo: required dist: trusty before_install: - sudo apt-get -qq update - ./bootstrap install language: python python: - 2.7 install: - pip install tox script: tox -rv
Install package dependencies in TravisCI
Install package dependencies in TravisCI And use an Ubuntu Trusty VM Signed-off-by: Zack Cerza <d7cdf09fc0f0426e98c9978ee42da5d61fa54986@redhat.com>
YAML
mit
dmick/teuthology,ktdreyer/teuthology,ceph/teuthology,dmick/teuthology,ktdreyer/teuthology,SUSE/teuthology,SUSE/teuthology,dmick/teuthology,SUSE/teuthology,ceph/teuthology
f88c6560723c83a53ace542310233f9b68cfd957
.travis.yml
.travis.yml
language: go branches: only: - master - develop go: - 1.2 - 1.2.1 - 1.2.2 - 1.3 - 1.3.1 - 1.3.2 - 1.3.3 - 1.4 - 1.4.1 - 1.4.2 - 1.4.3 - 1.5 - 1.5.1 - 1.5.2 - 1.5.3 - 1.5.4 - 1.6 - 1.6.1 - 1.6.2 install: - check_preconditions && actually_build - make build afte...
language: go branches: only: - master - develop go: - 1.6 - 1.6.1 - 1.6.2 install: - make build after_script: - make uninstall
Build only golang last version
Build only golang last version
YAML
mit
ivan-iver/fly,ivan-iver/fly
2936120c17db16be266870333ff91e9ec70ec1e5
.travis.yml
.travis.yml
language: node_js install: - npm install gitbook-cli -g script: - gitbook build ./docs ./docs-build deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard local_dir: docs-build fqdn: doc.iot.noahgao.net on: branch: master
language: node_js git: submodules: false install: - npm install gitbook-cli -g script: - gitbook build ./docs ./docs-build deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard local_dir: docs-build fqdn: doc.iot.noahgao.net on: branch: master
Check Travis CI support for Documentation Deployment
Check Travis CI support for Documentation Deployment
YAML
mit
noahziheng/freeiot
c08e75cd6876998397981f17ad833f4f184fa216
.travis.yml
.travis.yml
sudo: false language: python python: - "3.6" services: - postgresql before_script: - psql -c 'create database test;' -U postgres env: global: - PGUSER=postgres - PG_PASSWORD= install: - pip install poetry - poetry develop script: - poetry run py.test --cov
sudo: false language: python python: - "3.6" services: - postgresql before_script: - psql -c 'create database test;' -U postgres env: global: - PGUSER=postgres - PGPASSWORD= install: - pip install poetry - poetry develop script: - poetry run py.test --cov
Fix database password env var name
Fix database password env var name
YAML
mit
josuemontano/pyramid-angularjs-starter,josuemontano/API-platform,josuemontano/API-platform,josuemontano/api-starter,josuemontano/pyramid-angularjs-starter,josuemontano/API-platform,josuemontano/api-starter,josuemontano/api-starter,josuemontano/pyramid-angularjs-starter,josuemontano/API-platform
13b2031bb2d43d809a7c9f9750748e28bc3cda49
.travis.yml
.travis.yml
# Copyright (c) 2019, WSO2 Inc. (http://wso2.com) All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ap...
# Copyright (c) 2019, WSO2 Inc. (http://wso2.com) All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ap...
Switch Travis to OpenJDK 1.8
Switch Travis to OpenJDK 1.8
YAML
apache-2.0
wso2/security-tools,wso2/security-tools,wso2/security-tools,wso2/security-tools,wso2/security-tools
982ad791f84c9081b6ef1e1fa0c89dce7378b671
.travis.yml
.travis.yml
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - rbx-2 matrix: allow_failures: - rvm: rbx-2 exclude: - rvm: 1.9.3 env: DB=database.yml.postgresql - rvm: 2.0.0 env: DB=database.yml.postgresql - rvm: 2.1.8 env: DB=database.yml.postgresql - rvm: 2.2.4 env: ...
--- language: ruby rvm: - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - rbx-2 matrix: allow_failures: - rvm: rbx-2 exclude: - rvm: 2.0.0 env: DB=database.yml.postgresql - rvm: 2.1.8 env: DB=database.yml.postgresql - rvm: 2.2.4 env: DB=database.yml.postgresql - rvm: rbx-2 env: DB=datab...
Remove ruby 1.9.3 from Travis
Remove ruby 1.9.3 from Travis rack attack requires >= 2.0.0
YAML
mit
mmb/meme_captain_web,mmb/meme_captain_web,mmb/meme_captain_web,mmb/meme_captain_web
d1651799cf37bb91fe1eac39712dcbe353343fc0
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.2.4 before_install: - sh .travis/install_riakcs.sh - gem install bundler before_script: - cp config.yml.example config.yml script: bundle exec rake test branches: only: - master - stable notifications: email: false webhooks: urls: - http://hook-jugg...
language: ruby cache: bundler rvm: - 2.2.4 before_install: - sh .travis/install_riakcs.sh - gem install bundler before_script: - cp config.yml.example config.yml script: bundle exec rake test branches: only: - master - stable notifications: email: false webhooks: urls: - http://hook-jugg...
Revert "Add riak service to Travis CI"
Revert "Add riak service to Travis CI" This reverts commit d0dd4af3d942df347067cfaf0661beaadb402324.
YAML
mit
5apps/liquor-cabinet
dc0686059ae3b133026927a4a28008048667dede
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not ...
Replace Java 15 with Java 16 in Travis CI.
Replace Java 15 with Java 16 in Travis CI.
YAML
apache-2.0
mirasrael/commons-csv,apache/commons-csv,apache/commons-csv,mirasrael/commons-csv
3afe492816beb35662448f364ed807d319e042c4
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.3 notifications: email: false hipchat: rooms: secure: KbZjr/brG9QE4jeqOXHXlDDmnLRy/yE8flTtv9xsKn5jUxJXMXp8NO37Yl/K2L957J2xbI/U1p6kABM5oi0W5MGtlu5yLrzNoA97YecUs7z/ynRVHf3FcFM5VhcmVTQI89cZ2Z+/oj0DBuodc+dEo4Qs61LTwEKZCOijAxzQDQo= template: - "%{repositor...
language: ruby cache: bundler sudo: false rvm: - 2.3 - 2.4 - 2.5 notifications: email: false hipchat: rooms: secure: KbZjr/brG9QE4jeqOXHXlDDmnLRy/yE8flTtv9xsKn5jUxJXMXp8NO37Yl/K2L957J2xbI/U1p6kABM5oi0W5MGtlu5yLrzNoA97YecUs7z/ynRVHf3FcFM5VhcmVTQI89cZ2Z+/oj0DBuodc+dEo4Qs61LTwEKZCOijAxzQDQo= template: - ...
Test against Ruby 2.4 and 2.5
[CI] Test against Ruby 2.4 and 2.5
YAML
apache-2.0
careerbuilder/ruby-cb-api,cbdr/ruby-cb-api
f3c04ad6905fbc2116d2a7b1df4732dc1a8620e9
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '12' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
sudo: false language: node_js node_js: - '14' - '12' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
Build with Node.js 14 on Travis CI.
Build with Node.js 14 on Travis CI. Closes #301.
YAML
mit
bigeasy/arguable
c8cfc1c8a66727fae3623ac6f676ab446ab7d75c
.travis.yml
.travis.yml
sudo: false env: - CXX=g++-4.8 language: node_js node_js: - 0.8 - 0.10 - 0 #Latest 0.x.x build. - 3 #Latest io.js build. - 4.2.4 #LTS - stable matrix: allow_failures: - node_js: 0.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - libx11-dev - zlib1g-dev ...
sudo: false env: - CXX=g++-4.8 language: node_js node_js: - 0.8 - 0.10 - 0 #Latest 0.x.x build. - 3 #Latest io.js build. - 4.2.4 #LTS - stable matrix: allow_failures: - node_js: 0.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - libx11-dev - zlib1g-dev ...
Add notifications to TravisCI builds.
Add notifications to TravisCI builds.
YAML
mit
BHamrick1/robotjs,BHamrick1/robotjs,octalmage/robotjs,octalmage/robotjs,hristoterezov/robotjs,BHamrick1/robotjs,octalmage/robotjs,hristoterezov/robotjs,hristoterezov/robotjs,hristoterezov/robotjs,octalmage/robotjs,BHamrick1/robotjs
5f4da504d51e6a0d2eca61bc1b9750152a23573f
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' script: phpunit --bootstrap ./vendor/autoload.php ./src/Trident/tests/
language: php php: - '5.6' - '7.0' before_install: - composer self-update - composer install script: phpunit --bootstrap ./vendor/autoload.php ./src/Trident/tests/
Make Travis update composer and install dependencies.
Make Travis update composer and install dependencies.
YAML
bsd-3-clause
AndrewMontagne/Trident,AndrewMontagne/Trident
6f63f3199f4eaf388968492a5d9cee63d403d693
.travis.yml
.travis.yml
language: cpp sudo: required os: - osx - linux addons: apt: packages: - build-essential - python-dev- - libxml2-dev - libxslt1-dev install: - sudo pip install --upgrade pip wheel script: - python -V - gcc -v - ls -al - mkdir wheels - pip wheel pyahocorasick intbitset b...
language: cpp sudo: required os: - osx - linux addons: apt: packages: - build-essential - python-dev- - libxml2-dev - libxslt1-dev install: - sudo pip install --upgrade pip wheel script: - python -V - gcc -v - ls -al - mkdir wheels - pip wheel pyahocorasick --wheel-dir...
Build one wheel at a time
Build one wheel at a time
YAML
cc0-1.0
pombreda/thirdparty
65b4de7f5f526b48d2b003022f27ce96ede2fb9e
kubernetes/quota-mem-cpu-dev.yaml
kubernetes/quota-mem-cpu-dev.yaml
apiVersion: v1 kind: ResourceQuota metadata: name: mem-cpu-dev spec: hard: requests.cpu: "1" requests.memory: 4Gi limits.cpu: "4" limits.memory: 16Gi
apiVersion: v1 kind: ResourceQuota metadata: name: mem-cpu-dev spec: hard: requests.cpu: "2" requests.memory: 4Gi limits.cpu: "4" limits.memory: 16Gi
Update quota to avoid error
Update quota to avoid error
YAML
apache-2.0
RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode
7a0e0e124e9583da3ee79e8afd173bce9f283a27
.travis.yml
.travis.yml
language: java script: ./mvnw verify after_success: - ./mvnw clean verify jacoco:report coveralls:report jdk: - oraclejdk8 branches: only: - master
language: java script: ./mvnw verify after_success: - ./mvnw clean verify jacoco:report coveralls:report jdk: - openjdk8 branches: only: - master
Replace Oracle JDK with OpenJDK in Travis builds
Replace Oracle JDK with OpenJDK in Travis builds
YAML
apache-2.0
Intera/urlaubsverwaltung,Intera/urlaubsverwaltung,Intera/urlaubsverwaltung
423921313270ae58b7856398b0193fac18d04e90
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 - 0.9 - 0.10
language: node_js node_js: - 0.6 - 0.7 - 0.8 - 0.9 - 0.10
Test on Node 0.6 and 0.7 as newlines are no longer part of the output
Test on Node 0.6 and 0.7 as newlines are no longer part of the output
YAML
mit
buschtoens/gulp-emblem,lazd/gulp-handlebars,fuseelements/gulp-ember-handlebars
d050015e0871119be31ef078cec9ce35091e6726
.travis.yml
.travis.yml
language: cpp sudo: required dist: trusty before_script: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update - sudo apt-get install g++-5 cmake libboost-all-dev llvm-3.6-dev llvm-3.6-doc llvm-3.6-runtime llvm-3.6 llvm-3.6-tools -y - sudo pip install --user git+git://github.com...
language: cpp sudo: required dist: trusty before_script: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update - sudo apt-get install g++-5 cmake libboost-all-dev llvm-3.5-dev llvm-3.5-doc llvm-3.5-runtime llvm-3.5 llvm-3.5-tools -y - sudo pip install --user git+git://github.com...
Revert to llvm 3.5 because hopfully those ubuntu packages aren't broken
Revert to llvm 3.5 because hopfully those ubuntu packages aren't broken
YAML
apache-2.0
GuapoTaco/chigraph,chigraph/chigraph,russelltg/chigraph,chigraph/chigraph,russelltg/chigraph,GuapoTaco/chigraph,chigraph/chigraph
00768787511b0e1c4d0da264fdaafc30d820563f
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.2 - 2.3 - 2.4 - 2.5 - 2.6 before_install: gem install bundler -v 1.11.2 addons: code_climate: repo_token: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf after_success: - bundle exec codeclimate-test-reporter
language: ruby rvm: - 2.4 - 2.5 - 2.6 before_install: gem install bundler -v 1.11.2 addons: code_climate: repo_token: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf after_success: - bundle exec codeclimate-test-reporter
Support ruby 2.4 and up
Support ruby 2.4 and up
YAML
mit
maartenvanvliet/moneybird,maartenvanvliet/moneybird
db94b05d04eb9b0df6afae343a64025528625bcd
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx-2.1.1 - ruby-head matrix: allow_failures: - rvm: 1.9.2 - rvm: ruby-head - rvm: rbx-19mode notifications: irc: "irc.freenode.org#adhearsion"
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx-2.1.1 - ruby-head matrix: allow_failures: - rvm: 1.9.2 - rvm: ruby-head - rvm: rbx-2.1.1 notifications: irc: "irc.freenode.org#adhearsion"
Allow rbx to fail on CI
[CS] Allow rbx to fail on CI
YAML
mit
system123/punchblock,adhearsion/punchblock
a074169de5ea596f19a0b694030a4502b443fba5
.travis.yml
.travis.yml
language: php git: depth: 5 php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: hhvm-3.18 dist: trusty sudo: required before_script: - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo "hhvm.enable_short_tags = On" >> /etc/hhvm/php.ini; fi - travis_retry composer self-update -...
language: php git: depth: 5 php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: hhvm-3.18 dist: trusty sudo: required before_script: - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo "hhvm.enable_short_tags = On" >> /etc/hhvm/php.ini; fi - travis_retry composer self-update -...
Set the EXIT_CODE for CodeClimate reporter
Set the EXIT_CODE for CodeClimate reporter
YAML
mit
pug-php/pug,kylekatarnls/jade-php,kylekatarnls/jade-php,pug-php/pug,kylekatarnls/jade-php,pug-php/pug
be76c3f668d50017e634d0132187c73cb84dc484
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang # Change this to your needs script: mkdir build && cd build && cmake .. && make && make packege
language: cpp compiler: - gcc - clang # Change this to your needs script: mkdir build && cd build && cmake .. && make && make package
Correct a typo in the Travis CI setup script
Correct a typo in the Travis CI setup script
YAML
agpl-3.0
kleag/qshowpos
b5dbdc47bf7541eaa4d4b2cbd1525e13ebbc9eab
.travis.yml
.travis.yml
language: node_js dist: trusty sudo: required node_js: stable env: - PATH=$HOME/purescript:$PATH install: - TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p') - wget -O $HOME/purescript.tar.gz https://github.co...
language: node_js dist: trusty sudo: required node_js: stable env: - PATH=$HOME/purescript:$PATH install: - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest)) - curl --location --output $HOME/purescript.tar.gz https://github....
Fix the retrieval of the latest compiler version tag
Fix the retrieval of the latest compiler version tag See https://discourse.purescript.org/t/new-404-ci-failures-in-core-libraries/1225.
YAML
bsd-3-clause
purescript/purescript-st
e0fe2abf33db28d642fd7643a4429d79ffe4523f
.travis.yml
.travis.yml
language: php php: - '7.0' # Setup anaconda before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda install: - conda install --yes num...
language: php php: - '7.0' # Setup anaconda before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda install: - conda install --yes num...
Install h5py via apt and upgrade via pip
Install h5py via apt and upgrade via pip
YAML
mit
molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec
2f97baf64e6f1489d6eed1bbeaaa5ab0e7327b62
.travis.yml
.travis.yml
language: c os: - linux - osx compiler: - clang - gcc matrix: allow_failures: - compiler: gcc sudo: false script: - python minipkg.py - source ~/.bash_profile - python build.py < supported-packages.txt - pkg_info after_failure: - cat *-log.txt
language: c os: - linux - osx compiler: - clang - gcc matrix: allow_failures: - compiler: gcc sudo: false script: - python minipkg.py - source ~/.bash_profile after_success: - python build.py < supported-packages.txt - pkg_info after_failure: - cat *-log.txt
Test building supported packages if successful.
Test building supported packages if successful.
YAML
isc
eliteraspberries/minipkg,eliteraspberries/minipkg
b99ccc8a03c2129654f123a981cec87d3a4ee9a4
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_install: # - sudo apt-get update -qq - sudo apt-get install -qq libssl-dev install: - | git clone git://github.com/bitcoin/secp256k1.git libsecp256k1 \ && cd libsecp256k1 \ && ./autogen.sh && ./configure && make && s...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_install: # - sudo apt-get update -qq - sudo apt-get install -qq libssl-dev install: - | wget https://github.com/bitcoin/secp256k1/archive/4c63780710351ffcc52341497e3ca0e518fbad79.zip \ && unzip 4c63780710351ffcc52341497e3ca0...
Use version of libsecp256k1 before introduction of public key / signature types
Use version of libsecp256k1 before introduction of public key / signature types
YAML
unlicense
afk11/secp256k1-php,afk11/secp256k1-php,Bit-Wasp/secp256k1-php,Bit-Wasp/secp256k1-php,afk11/secp256k1-php,afk11/secp256k1-php,Bit-Wasp/secp256k1-php,afk11/secp256k1-php,Bit-Wasp/secp256k1-php,Bit-Wasp/secp256k1-php
8c491330c61b01baedacf73fb35c2eaba93b8d11
.travis.yml
.travis.yml
language: haxe cache: directories: - $HOME/.m2 addons: apt: packages: - protobuf-compiler before_install: - wget http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.6.zip - unzip -d flex_sdk flex_sdk_3.6.zip install: - haxelib install haxelib-run - git clone --branch v2.4.1 --depth 1 http...
language: haxe cache: directories: - $HOME/.m2 addons: apt: packages: - protobuf-compiler before_install: - wget http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.6.zip - unzip -d flex_sdk flex_sdk_3.6.zip install: - haxelib install haxelib-run - git clone --branch v2.4.1 --depth 1 http...
Revert "Use the protoc executable from Ubuntu"
Revert "Use the protoc executable from Ubuntu"
YAML
bsd-2-clause
Atry/protoc-gen-as3
0e87e345d40badda9cd17f9e007f11789796b3c6
.travis.yml
.travis.yml
sudo: required language: - python - node_js python: - "2.7" - "3.3" node_js: - "node" cache: directories: # cache pylint stat files: - $HOME/.pylint.d install: # install dev/test dependencies: - bash scripts/install.sh script: # run tests: - bash scripts/run_tests.sh notifications: ...
dist: trusty sudo: required addons: sonarcloud: organization: "jonlabelle-github" token: secure: "EfB1NODLgc/Sp8JGzckrrxLPWB3x/mmfujMAMNBpLSbMDTn6tWdG7PKrOS5VNBlv/UtkSJgJ3VJkDA7A0IS8IxAdy1fxRBK/XB1Ws/OAh8m25/3Unm05PBGLOtyZlgup3jUzWm7pLtz+TLGLcvp+Z+RD80BM9Ck6dDZZrDBeImw9vwINebHGbbwrAUK07vqwl0BCrTmAWwILy...
Add sonar scan task to Travis build
Add sonar scan task to Travis build
YAML
mit
jonlabelle/SublimeJsPrettier,jonlabelle/SublimeJsPrettier
b8814f2577482974876b992a3f46e01eca096623
.travis.yml
.travis.yml
language: go go: - 1.3 - tip script: - go test -v ./...
language: go go: - 1.3 - tip script: - go test -v ./... notifications: slack: secure: YyKza3/7/PKJ5b+zIffDS0WNCdW03zBWg1A/ABqIXcR+sqkYJcaKVOg/PpfmliV3DMTg5Hkbegx4DI+O/zjGMP4v0dPjxK7jS4fkHRdlh4nocJWoxWJvLMWnGy1HnxIBhEWBwWlsgyTMb4ujujzbCk+4M25xKP+WHP+cAQtfTxQF9beZOjTzWENaIoW5SweV0RrtKrLkDROol4XWoRZF2vtMfemu/ovEEZ+...
Add slack notifications to the ableton channel for builds
Add slack notifications to the ableton channel for builds
YAML
bsd-3-clause
AbletonAG/go-travis,Ableton/go-travis
a7c242bb8a53c81a89ce8fb60f4639692d079b58
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby - rbx - ree
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode
Test in both 1.8 and 1.9 mode on JRuby and Rubinius
Test in both 1.8 and 1.9 mode on JRuby and Rubinius
YAML
mit
seuros/gems,rubygems/gems
a3b353ce541b376e8f70a675abf2327606cdd4b6
.travis.yml
.travis.yml
sudo: false language: java env: global: - LDFLAGS=-L/tmp/proto3-a2/lib - CXXFLAGS=-I/tmp/proto3-a2/include - LD_LIBRARY_PATH=/tmp/proto3-a2/lib - PATH=/tmp/proto3-a2/bin:$PATH before_install: - buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2 - mkdir -p $HOME/.gradle - ech...
sudo: false language: java env: global: - LDFLAGS=-L/tmp/proto3-a2/lib - CXXFLAGS=-I/tmp/proto3-a2/include - LD_LIBRARY_PATH=/tmp/proto3-a2/lib - PATH=/tmp/proto3-a2/bin:$PATH before_install: - buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2 - mkdir -p $HOME/.gradle - ech...
Disable Travis parallel building to reduce memory usage
Disable Travis parallel building to reduce memory usage We were seeing errors on Travis like: > Process 'Gradle Test Executor 2' finished with non-zero exit value 137 That doesn't make much sense, other than maybe the OOM killer killing our processes. Turning off parallel execution seemed to fix the problem, so we'll...
YAML
apache-2.0
simonhorlick/grpc-java,ejona86/grpc-java,madongfly/grpc-java,grpc/grpc-java,ejona86/grpc-java,pieterjanpintens/grpc-java,eonezhang/grpc-java,elandau/grpc-java,simonhorlick/grpc-java,winstar/grpc-java,madongfly/grpc-java,conchlee/grpc-java,aglne/grpc-java,LuminateWireless/grpc-java,conchlee/grpc-java,joshuabezaleel/grpc...
111d756896d4505cbfe92aac4f981e72e6e70531
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - 7.3 before_install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && (cd && source ~/.nvm/nvm.sh) && nvm install - nvm use - npm install -g gulp@3.9.1 install: - php composer.phar i...
language: php php: - 7.1 - 7.2 - 7.3 before_install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && (cd && source ~/.nvm/nvm.sh) && nvm install install: - php composer.phar install - nvm use - npm install - npm...
Update Travis CI config for Laravel Mix
Update Travis CI config for Laravel Mix Instead of running Gulp, use the Mix NPM script.
YAML
mit
aag/fillmysuitcase,aag/fillmysuitcase,aag/fillmysuitcase
2fcee18a5638ec29efb8082c4a93e1d3ef86bf59
.travis.yml
.travis.yml
language: c sudo: required install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: - bash -ex .travis-ci.sh env: - OCAML_VERSION=4.02 PACKAGE=bulletml
language: c sudo: required install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: - bash -ex .travis-ci.sh env: - OCAML_VERSION=4.02 PACKAGE=bulletml - OCAML_VERSION=4.03 PACKAGE=bulletml - OCAML_VERSION=latest PACKAGE=bulletml
Add more versions to env matrix
Add more versions to env matrix
YAML
bsd-2-clause
emillon/bulletml,emillon/bulletml
73c82714db4ad06daee402a7e5791bb5c251aadf
.travis.yml
.travis.yml
# .travis.yml file based on: # https://gist.github.com/dan-blanchard/7045057 language: python python: - "3.5" - "3.6" install: # Setup anaconda. See http://conda.pydata.org/docs/travis.html - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -...
# .travis.yml file based on: # https://gist.github.com/dan-blanchard/7045057 language: python python: - "3.5" - "3.6" install: # Setup anaconda. See http://conda.pydata.org/docs/travis.html - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -...
Add scikit-learn to Travis config.
Add scikit-learn to Travis config.
YAML
apache-2.0
BBN-Q/Auspex,BBN-Q/Auspex,BBN-Q/Auspex,BBN-Q/Auspex
4f3ea71b2820f9079d11ccd26aca0e44f48cbce6
.travis.yml
.travis.yml
language: java notifications: irc: "chat.freenode.net#jsense" email: false env: - TERM=dumb before_install: - echo 'yes' | sudo add-apt-repository ppa:chris-lea/protobuf - sudo apt-get update - sudo apt-get install protobuf-compiler libprotobuf-dev install: - ./gradlew assemble -s script: - ./gradl...
language: java notifications: irc: "chat.freenode.net#jsense" email: false env: - TERM=dumb before_install: - echo 'yes' | sudo add-apt-repository ppa:chris-lea/protobuf - sudo apt-get update - sudo apt-get install protobuf-compiler libprotobuf-dev
Remove custom install and script.
Remove custom install and script.
YAML
mit
markuswustenberg/jsense
198c6da96b625023e70dfd9ff0f8df70ddbdff91
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install script: - ./vendor/bin/phpunit --coverage-text
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 before_script: - composer self-update - composer install script: - ./vendor/bin/phpunit --coverage-text
Add PHP 7 to Travis CI builds.
Add PHP 7 to Travis CI builds.
YAML
bsd-2-clause
Renegade334/phergie-irc-plugin-react-nickserv,phergie/phergie-irc-plugin-react-nickserv
5b5f274a9d2a7dd2b35609975017a23839b58bd6
.travis.yml
.travis.yml
language: ruby script: "bundle exec rake test" rvm: - 1.9.3 - 1.9.2 notifications: email: on_success: always on_failure: always
language: ruby script: "bundle exec rake test" rvm: - 1.9.3 - 1.9.2 - jruby - rbx - ree notifications: email: on_success: always on_failure: always
Add support for jruby, rbx and ree.
Add support for jruby, rbx and ree.
YAML
mit
javierjulio/salesforce_bulk
f0921f7c153ed0c0bbffbf5f2e2c3d1a2d18adbb
.travis.yml
.travis.yml
sudo: required services: - docker language: node_js node_js: - node script: - npm run lint - npm run generate-coverage - npm run check-coverage - npm run upload-coverage-coveralls - npm run upload-coverage-codacy - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - chmod +x ./scripts/* - ./scripts/docker_c...
sudo: required services: - docker language: node_js node_js: - node script: - npm run lint - npm run generate-coverage - npm run check-coverage - npm run upload-coverage-coveralls - npm run upload-coverage-codacy deploy: - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - chmod +x scripts/* - ./scripts/d...
Move the docker build/push to the deploy step
Move the docker build/push to the deploy step We don't want the push to occur if tests fail
YAML
mit
nhsuk/connecting-to-services,nhsuk/connecting-to-services
96bde3ff5007bcc12849cc90f230ec4d8921f70d
.travis.yml
.travis.yml
sudo: false language: python cache: pip dist: xenial python: - "3.7" - "3.6" - "3.5" before_install: - pip install -r requirements-tests-py3.txt install: - pip install . script: ./tests/mypy_test.py
dist: xenial sudo: false language: python python: 3.7 cache: pip before_install: - pip install -r requirements-tests-py3.txt install: - pip install . script: ./tests/mypy_test.py
Test only with a single Python version
Test only with a single Python version
YAML
apache-2.0
zero323/pyspark-stubs
b0055863bea7b9102ef33e1af1ab6a8214940b10
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" matrix: exclude: - rvm: 2.0.0 env: PUPPET_VERSION="~> 2.7.0" - rvm: 2.0.0 env: PUPPET_VERSION="~> 3.1.0"
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.3.0" matrix: exclude: - rvm: 2.0.0 env: PUPPET_VERSION="~> 2.7.0" - rvm: 2.0.0 env: PUPPET_VERSION="~> 3.1.0"
Add Puppet 3.3.x to Travis CI build matrix
Add Puppet 3.3.x to Travis CI build matrix
YAML
apache-2.0
gini/puppet-rundeck,gini/puppet-rundeck
9f82c8fbef8ef4241ddb74eed8e42454768fb443
.travis.yml
.travis.yml
language: ruby before_install: gem install bundler --version '1.8' install: bundle install rvm: - 2.0 - 2.1 - 2.2 - ruby-head
language: ruby before_install: gem install bundler --version '1.8' install: bundle install rvm: - 2.0 - 2.1 - 2.2 - ruby-head - rbx-2 - jruby-head
Test with Rubinius and JRuby
Test with Rubinius and JRuby
YAML
mit
openfoodfacts/openfoodfacts-ruby
c88fa2963bf93fbbb74e521916f06c8b34514678
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "iojs"
language: node_js node_js: - "0.10" - "0.12" - "iojs-v1.0.0" - "iojs"
Test on io.js 1.0.0 as well as 2.x
Test on io.js 1.0.0 as well as 2.x
YAML
mit
ember-cli/broccoli,broccolijs/broccoli,osxi/broccoli,broccolijs/broccoli,ember-cli/broccoli,gabesoft/broccoli,broccolijs/broccoli,gabesoft/broccoli,ember-cli/broccoli,gabesoft/broccoli,osxi/broccoli,osxi/broccoli,broccolijs/broccoli
68726a9d63565e14614345a1f4658dff3097ec4d
.travis.yml
.travis.yml
language: python python: 3.5 sudo: false env: - TOX_ENV=py27-django17 - TOX_ENV=py33-django17 - TOX_ENV=py34-django17 - TOX_ENV=py27-django18 - TOX_ENV=py33-django18 - TOX_ENV=py34-django18 - TOX_ENV=py35-django18 - TOX_ENV=py27-django19 - TOX_ENV=py34-django19 - TOX_ENV=py35-django19 install: -...
language: python python: 3.5 sudo: false env: - TOX_ENV=py27-django18 - TOX_ENV=py33-django18 - TOX_ENV=py34-django18 - TOX_ENV=py35-django18 - TOX_ENV=py27-django19 - TOX_ENV=py34-django19 - TOX_ENV=py35-django19 install: - pip install tox before_script: - psql -c 'create database netfields;' -U p...
Remove Django 1.7 from Travis
Remove Django 1.7 from Travis
YAML
bsd-3-clause
jmacul2/django-postgresql-netfields
d2e87962ee48aca62446c619b92f537e49381234
.travis.yml
.travis.yml
language: php php: - "5.4" - "5.5" - "5.6" - "nightly" - "hhvm" before_script: - composer install --no-interaction - cp config/app_travis.php config/app.php - cp config/oauth_example.php config/oauth.php - mysql -e 'create database pmaerr;' - wget https://scrutinizer-ci.com/ocular.phar script: - b...
language: php php: - "5.4" - "5.5" - "5.6" - "nightly" - "hhvm" sudo: false before_script: - composer install --no-interaction - cp config/app_travis.php config/app.php - cp config/oauth_example.php config/oauth.php - mysql -e 'create database pmaerr;' - wget https://scrutinizer-ci.com/ocular.phar s...
Use container based builds on Travis
Use container based builds on Travis Signed-off-by: Michal Čihař <a2df1e659c9fd2578de0a26565357cb273292eeb@cihar.com>
YAML
mit
madhuracj/error-reporting-server,devenbansod/error-reporting-server,madhuracj/error-reporting-server,madhuracj/error-reporting-server,devenbansod/error-reporting-server,phpmyadmin/error-reporting-server,devenbansod/error-reporting-server,phpmyadmin/error-reporting-server,ujjwalwahi/error-reporting-server,phpmyadmin/err...
92c37755c77cdf0b957eeaf66bb42b81d9b059be
.travis.yml
.travis.yml
language: groovy jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ before_install: - chmod +x gradlew script: travis_wait 10 ./gradlew -Dfile.encoding=UTF-8 test jacocoTestReport after_success: - ....
language: groovy jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ before_install: - chmod +x gradlew before_script: - ./gradlew --version script: travis_wait 10 ./gradlew -Dfile.encoding=UTF-8 tes...
Print the version of gradle
Print the version of gradle
YAML
apache-2.0
danielsun1106/groovy-parser,danielsun1106/groovy-parser
50f02e6b83be04d650b2b55a42cea6c55b78432e
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - "3.5" - "3.6" - "nightly" - "pypy3.5-5.8.0" env: - TYPING_VERSION="<3.5.3" - TYPING_VERSION=">=3.5.3" matrix: allow_failures: - python: "nightly" include: - { python: "3.7", dist: xenial, sudo: true } install: - pip install --upgrade coveralls ...
sudo: false language: python cache: pip python: - "3.5" - "3.6" - "nightly" - "pypy3.5-5.8.0" matrix: allow_failures: - python: "nightly" include: - { python: "3.7", dist: xenial, sudo: true } install: - pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses # mypy can't be insta...
Reduce the number of CI jobs
Reduce the number of CI jobs Since we only support Python 3.5+ anyway there's no need to install typing and installing it doesn't matter anyway since it's built-in.
YAML
bsd-3-clause
alecthomas/injector
a9123f40d1547172eedc99b20b3226884c30a902
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 before_install: # Use miniconda and conda packages to speed up dependency setup (principally # borrowed from https://gist.github.com/dan-blanchard/7045057 # and https://github.com/Jorge-C/ordination/blob/master/.travis.yml - sudo apt-get update -qq - sudo apt-get...
language: python python: - 2.7 - 3.3 before_install: # Use miniconda and conda packages to speed up dependency setup (principally # borrowed from https://gist.github.com/dan-blanchard/7045057 # and https://github.com/Jorge-C/ordination/blob/master/.travis.yml - sudo apt-get update -qq - sudo apt-get...
Tweak coverage percentage as we're (still) not testing plot output.
Tweak coverage percentage as we're (still) not testing plot output.
YAML
lgpl-2.1
hande-qmc/hande,hande-qmc/hande,ruthfranklin/hande,hande-qmc/hande,hande-qmc/hande,hande-qmc/hande
7a22c6301dc5bb41bae4fcb4e1031204db5156ef
.travis.yml
.travis.yml
language: node_js node_js: - '0.11' script: - npm test -- --single-run - npm run lint cache: directories: - node_modules
sudo: false language: node_js node_js: - '0.11' script: - npm test -- --single-run - npm run lint cache: directories: - node_modules
Upgrade to new Travis CI infrastructure
Upgrade to new Travis CI infrastructure
YAML
mit
js-fns/date-fns,date-fns/date-fns,date-fns/date-fns,js-fns/date-fns,date-fns/date-fns
927c0920bca287f24626aeb59ee808e79c270f42
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
language: node_js node_js: - "0.10" - "0.12" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" sudo: false
Convert to Travis CI's container-based infrastructure.
Convert to Travis CI's container-based infrastructure.
YAML
mit
DavidAnson/grunt-check-pages,DavidAnson/grunt-check-pages
92a89d5b3ad3bebd4159503d2700f4135435c90a
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.7" - "nightly" matrix: allow_failures: - python: 'nightly' install: - pip install -e. - pip install pytest script: pytest sudo: false
language: python dist: xenial # required for Python >= 3.7 python: - "3.5" - "3.6" - "3.7" - "nightly" matrix: allow_failures: - python: 'nightly' install: - pip install -e. - pip install pytest script: pytest sudo: false
Add Travis CI config for Python 3.7
Add Travis CI config for Python 3.7
YAML
mit
pyvec/pyvodb
2a8e025dcb580dce3e036eb1b396eb8d61247ce0
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm ## Cache composer sudo: false cache: directories: - $HOME/.composer/cache install: - travis_retry composer install --prefer-dist --no-interaction script: vendor/bin/phpspec run
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm ## Cache composer sudo: false cache: directories: - $HOME/.composer/cache install: - travis_retry composer install --prefer-dist --no-interaction script: vendor/bin/phpspec run
Remove support for PHP 5.3
Remove support for PHP 5.3
YAML
mit
antonioribeiro/google2fa,antonioribeiro/google2fa
a1abfc4717722e9f141cc661efe4591bbd2c3f2f
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'CREATE DATABASE brimir_test;' -U postgres
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 before_script: - psql -c 'CREATE DATABASE brimir_test;' -U postgres - cp config/database.travis.yml config/database.yml - bundle exec rake db:test:prepare
Prepare Travis DB before running tests.
Prepare Travis DB before running tests.
YAML
agpl-3.0
Gitlab11/brimir,vartana/brimir,mbchandar/brimir,himeshp/brimir,hadifarnoud/brimir,fiedl/brimir,himeshp/brimir,mbchandar/brimir,git-jls/brimir,johnsmithpoten/brimir,fiedl/brimir,ask4prasath/madGeeksAimWeb,git-jls/brimir,paradime/brimir,ask4prasath/brimir_clone,git-jls/brimir,himeshp/brimir,fiedl/brimir,Gitlab11/brimir,i...
6f00490eed10aa1c0d428728839e41fc253ce9f2
.travis.yml
.travis.yml
language: ruby script: bundle exec rake travis matrix: fast_finish: true include: - rvm: 1.8.7 gemfile: gemfiles/Gemfile-ruby-1.8.7 - rvm: 1.9.3 gemfile: Gemfile - rvm: 2.0.0 gemfile: Gemfile - rvm: 2.1.0 gemfile: Gemfile - rvm: 2.1.1 gemfile: Gemfile # env: ...
language: ruby script: bundle exec rake travis matrix: fast_finish: true include: - rvm: 2.0.0 gemfile: Gemfile - rvm: 2.1.0 gemfile: Gemfile - rvm: 2.1.1 gemfile: Gemfile - rvm: 2.2 gemfile: Gemfile # env: COVERAGE=true - rvm: 2.1.1 gemfile: gemfiles/Gemfile-...
Drop support for 1.8.7 and 1.9.3
Drop support for 1.8.7 and 1.9.3
YAML
mit
fog/fog-softlayer,gatherdigital/fog-softlayer
de26d05318d57431410884a17382daf697496881
.travis.yml
.travis.yml
language: node_js node_js: - 6 cache: directories: - docs/vendor/bundle - node_modules - $HOME/.yarn-cache before_install: - | echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" >~/.netrc unset GITHUB_TOKEN if [ "$TEST_TYPE" != build_website ] && \ ! git diff --name-only $TRA...
language: node_js node_js: - 6 cache: directories: - docs/vendor/bundle - node_modules - $HOME/.yarn-cache before_install: - | sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sud...
Remove some scripts copied by mistake from react
Remove some scripts copied by mistake from react
YAML
mit
yuvalsaraf/react-cordova-boilerplate,gitsad/react-cordova-boilerplate,unimonkiez/react-cordova-boilerplate,yuvalsaraf/react-cordova-boilerplate,yuvalsaraf/react-cordova-boilerplate,gitsad/react-cordova-boilerplate,unimonkiez/react-cordova-boilerplate,unimonkiez/react-cordova-boilerplate,gitsad/react-cordova-boilerplate
5d78d48731468d4f01aef488c6fd82fb2b9282ee
.travis.yml
.travis.yml
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '10' - '8' - '6'
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '10' - '8'
Drop node v6 since picomatch doesnt support it.
Drop node v6 since picomatch doesnt support it.
YAML
mit
jonschlinkert/micromatch,micromatch/micromatch