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
360d0f906aebb625952c60d2e61afffaeab77fea
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "4" cache: directories: - node_modules install: - npm install
language: node_js node_js: - "10" - "8" - "6" cache: directories: - node_modules install: - npm install
Change to latest LTS node versions
Change to latest LTS node versions Kept 6 for the time being..
YAML
mit
davidyaha/graphql-mqtt-subscriptions
619122209912fd9e8609e7c18650da8f4bfa85b7
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' services: - mongodb notifications: hipchat: rooms: secure: N2kTt4ErNsWEd58A1EuRL15QXwolGMsj6olENcOB/bupdJRdIVK4TCBRZxo6KSEmoTZ5QMhFUSIST9UFYZhZBxgUGW46oLCOYAaPsarjXI/furf01c3xIceUJubUcXQH1rMIaNmRuOZXQpsp4tU0OoMpODIc8Zhk1WctTaRGsqg=
language: node_js node_js: - '0.10' services: - mongodb notifications: hipchat: rooms: secure: jGv6Orzvef10ztMARs2orDAqPa0Uq2UhLU1ucHql1cFY2cYD0RqdVZBA6oUfOHbRh5N8jLli3inUyIxhiqcbMQUxZ/9NItd8BMTU2FoWvFqiX91rwpy2Qb3A3pO7to0FA3l5yhBlWjPlVxTsg0uFA3eS9sj1sd2MHaR+6PJnCAk=
Add new secure hipchat key
Travis: Add new secure hipchat key
YAML
mit
efacilitation/eventric-store-mongodb
a631465549c506be5be14fe335722990a1c85add
.travis.yml
.travis.yml
language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox
language: python sudo: false env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 install: - travis_retry pip install tox==1.6.1 script: - travis_retry tox
Use the new build env on Travis
Use the new build env on Travis
YAML
bsd-3-clause
mnaberez/supervisor_cache
b63618b97589f2f865142cbdc84ca12aa9fbb6b1
.travis.yml
.travis.yml
language: python sudo: false python: - 2.6 - 2.7 - 3.3 env: - TEST_SERVER_MODE=false - TEST_SERVER_MODE=true install: - travis_retry pip install boto==2.45.0 - travis_retry pip install boto3 - travis_retry pip install . - travis_retry pip install -r requirements-dev.txt - travis_retry pip install coveralls - | if [ "$TEST_SERVER_MODE" = "true" ]; then moto_server -p 8086& fi script: - make test after_success: - coveralls
language: python sudo: false python: - 2.6 - 2.7 - 3.3 env: - TEST_SERVER_MODE=false - TEST_SERVER_MODE=true install: - travis_retry pip install boto==2.45.0 - travis_retry pip install boto3 - travis_retry pip install . - travis_retry pip install -r requirements-dev.txt - travis_retry pip install coveralls - | if [ "$TEST_SERVER_MODE" = "true" ]; then moto_server -p 8086& export AWS_SECRET_ACCESS_KEY=foobar_secret export AWS_ACCESS_KEY_ID=foobar_key fi script: - make test after_success: - coveralls
Add keys for server mode.
Add keys for server mode.
YAML
apache-2.0
okomestudio/moto,ZuluPro/moto,botify-labs/moto,Affirm/moto,Affirm/moto,ZuluPro/moto,2rs2ts/moto,botify-labs/moto,2rs2ts/moto,whummer/moto,2rs2ts/moto,william-richard/moto,Affirm/moto,botify-labs/moto,Brett55/moto,botify-labs/moto,ZuluPro/moto,heddle317/moto,Brett55/moto,william-richard/moto,gjtempleton/moto,heddle317/moto,william-richard/moto,okomestudio/moto,kefo/moto,Affirm/moto,dbfr3qs/moto,Brett55/moto,ZuluPro/moto,2rs2ts/moto,dbfr3qs/moto,rocky4570/moto,whummer/moto,kefo/moto,gjtempleton/moto,spulec/moto,Affirm/moto,okomestudio/moto,gjtempleton/moto,spulec/moto,rocky4570/moto,heddle317/moto,rocky4570/moto,ZuluPro/moto,spulec/moto,botify-labs/moto,Brett55/moto,kefo/moto,spulec/moto,spulec/moto,dbfr3qs/moto,okomestudio/moto,Brett55/moto,Brett55/moto,okomestudio/moto,dbfr3qs/moto,Affirm/moto,dbfr3qs/moto,gjtempleton/moto,kefo/moto,rocky4570/moto,spulec/moto,whummer/moto,whummer/moto,william-richard/moto,william-richard/moto,rocky4570/moto,rocky4570/moto,gjtempleton/moto,heddle317/moto,dbfr3qs/moto,kefo/moto,whummer/moto,whummer/moto,botify-labs/moto,william-richard/moto,ZuluPro/moto,2rs2ts/moto,okomestudio/moto,heddle317/moto
708cef362afa712b73518f13e12f04ff17c76b25
.travis.yml
.travis.yml
language: scala sudo: false scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
language: scala sudo: false scala: - 2.11.8 jdk: - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
Fix Travis config to reflect new requirements
Fix Travis config to reflect new requirements
YAML
apache-2.0
rpless/finch,finagle/finch
9175435508f4bedf48b79355dd2bebb27e76bb36
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs" - "4.0"
Add Node.js v4.0 as a target to TravisCI.
Add Node.js v4.0 as a target to TravisCI.
YAML
mit
saneyuki/option-t.js,saneyuki/option-t.js
a408d6516d9a252cdc2ba0e647900c3eab04d7f4
.travis.yml
.travis.yml
language: python install: - pip install "tox>=1.8" - pip install coverage coveralls script: - tox -r after_success: - coverage report - coveralls
sudo: false language: python install: - pip install "tox>=1.8" - pip install coverage coveralls script: - tox -r after_success: - coverage report - coveralls
Migrate from legacy to container-based infrastructure : Travis
Migrate from legacy to container-based infrastructure : Travis
YAML
mit
lambdalisue/django-permission
90e0dc4bed4447e3b1fddcfb8fea0d90fa6ce5fa
.travis.yml
.travis.yml
language: python python: - "3.6" os: - linux git: depth: 10 sudo: false install: - pip install numpy>=1.13 - pip install nltk - pip install scikit-learn==0.19.0 - pip install pandas - pip install scipy - pip install tensorflow>=1.4 - pip install h5py - pip install keras - pip install geocoder - pip install pytest - python -c "import nltk; nltk.download('punkt'); nltk.download('wordnet')" - wget http://nlp.stanford.edu/data/glove.6B.zip - python -c "import zipfile; myzip = zipfile.ZipFile('glove.6B.zip'); myzip.extract('glove.6B.50d.txt')" - mv glove.6B.50d.txt lib/tagnews/data/ - rm glove.6B.zip - mv lib/tagnews/data/ci-data/*.csv lib/tagnews/data/ before_script: - cd lib script: - python -m tagnews.crimetype.models.binary_stemmed_logistic.save_model - python -m tagnews.geoloc.models.lstm.save_model 2 - python -m pytest
language: python python: - "3.6" os: - linux git: depth: 10 sudo: false install: - pip install numpy>=1.13 - pip install nltk - pip install scikit-learn==0.19.0 - pip install pandas - pip install scipy - pip install tensorflow>=1.4 - pip install h5py - pip install keras - pip install geocoder - pip install pytest - pip install pytest-cov - python -c "import nltk; nltk.download('punkt'); nltk.download('wordnet')" - wget http://nlp.stanford.edu/data/glove.6B.zip - python -c "import zipfile; myzip = zipfile.ZipFile('glove.6B.zip'); myzip.extract('glove.6B.50d.txt')" - mv glove.6B.50d.txt lib/tagnews/data/ - rm glove.6B.zip - mv lib/tagnews/data/ci-data/*.csv lib/tagnews/data/ before_script: - cd lib script: - python -m tagnews.crimetype.models.binary_stemmed_logistic.save_model - python -m tagnews.geoloc.models.lstm.save_model 2 - python -m pytest --cov=tagnews
Add coverage to test report
Add coverage to test report
YAML
mit
chicago-justice-project/article-tagging,chicago-justice-project/article-tagging,kbrose/article-tagging,kbrose/article-tagging
c13768cc9a925fed67deb2921260cb03b48033ab
.travis.yml
.travis.yml
language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.6 - php: 5.6 env: DEPENDENCIES='low' - php: 7.0 - php: 7.0 env: DEPENDENCIES='low' - php: 7.1 - php: 7.1 env: DEPENDENCIES='low' - php: hhvm - php: hhvm env: DEPENDENCIES='low' - php: nightly - php: nightly env: DEPENDENCIES='low' fast_finish: true before_install: - alias composer=composer\ --no-interaction && composer selfupdate - composer global require hirak/prestissimo install: - travis_retry composer update --no-progress --profile --no-scripts $([[ $DEPENDENCIES = low ]] && echo --prefer-lowest) script: - bin/grumphp run notifications: irc: skip_join: true channels: - chat.freenode.net#grumphp
language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.6 - php: 5.6 env: DEPENDENCIES='low' - php: 7.0 - php: 7.0 env: DEPENDENCIES='low' - php: 7.1 - php: 7.1 env: DEPENDENCIES='low' - php: hhvm - php: hhvm env: DEPENDENCIES='low' - php: nightly - php: nightly env: DEPENDENCIES='low' fast_finish: true before_install: - alias composer=composer\ --no-interaction && composer selfupdate - composer global require hirak/prestissimo install: - > travis_retry composer update --no-progress --profile --no-scripts $([[ $DEPENDENCIES = low ]] && echo --prefer-lowest) script: - bin/grumphp run notifications: irc: skip_join: true channels: - chat.freenode.net#grumphp
Work around Symfony's broken YAML linter.
Work around Symfony's broken YAML linter.
YAML
mit
tombevers/grumphp,tombevers/grumphp,bvanderstee/grumphp,lykciv/grumphp,Big-Shark/grumphp,bvanderstee/grumphp,jyggen/grumphp,Big-Shark/grumphp,tifabien/grumphp,aderuwe/grumphp,Bilge/grumphp,janvernieuwe/grumphp,Bilge/grumphp,janvernieuwe/grumphp,aderuwe/grumphp,veewee/grumphp,lykciv/grumphp,jyggen/grumphp,veewee/grumphp,phpro/grumphp,phpro/grumphp,tifabien/grumphp
c6ee283fbb4e3de0fd0e313f50f0fbbb969e866a
.travis.yml
.travis.yml
# Cannot install the APT package in a container due to # https://github.com/travis-ci/travis-ci/issues/4838 sudo: required dist: trusty language: rust cache: cargo before_script: | wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_amd64.deb sudo dpkg -i influxdb_1.2.0_amd64.deb sudo service influxdb start
# Cannot install the APT package in a container due to # https://github.com/travis-ci/travis-ci/issues/4838 sudo: required dist: trusty language: rust cache: cargo before_script: | wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_amd64.deb sudo dpkg -i influxdb_1.2.0_amd64.deb cat tests/influxdb.udp.conf | sudo tee -a /etc/influxdb/influxdb.conf sudo service influxdb start
Configure the UDP interface in Travis-CI
Configure the UDP interface in Travis-CI
YAML
apache-2.0
panoptix-za/influxdb-rs,integer32llc/influxdb-rs
c9d4e78f05b5114faecbe5a474e551a81c612891
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - jruby-1.7.19 - jruby-1.7.20 - jruby-9.0.0.0
language: ruby sudo: false rvm: - jruby-1.7.19 - jruby-1.7.20
Remove tests against JRuby 1.9
Remove tests against JRuby 1.9
YAML
mit
jbox-web/jenkins-plugin-base
f867b77e388d66db24a83ed5acf89bbf33dfb3ff
.travis.yml
.travis.yml
# Travis CI configuration # https://travis-ci.org/borntyping/python-dice language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=pypy install: - pip install tox --use-mirrors script: - tox
# Travis CI configuration # https://travis-ci.org/borntyping/python-dice language: python env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=pypy install: - pip install tox script: - tox
Remove `pip --use-mirrors` flag, no longer exists
Remove `pip --use-mirrors` flag, no longer exists
YAML
mit
borntyping/python-dice,borntyping/python-dice
94629ecba6d11de7a2e1c46448d5f5f122aa7640
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.6" install: - python setup.py -q install script: - python setup.py test - python -m test.perf_igor
language: python python: - "2.7" # - "3.6" install: - pip install future - python setup.py -q install script: - python setup.py test - python -m test.perf_igor
Install future separately, because setup.py may need it
Install future separately, because setup.py may need it
YAML
mit
cwi-dis/igor,cwi-dis/igor,cwi-dis/igor
d01fc8be72945d716bb65c5225c4c56c2e79206d
.travis.yml
.travis.yml
language: python services: - postgresql - memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/Robotix' - DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' - DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addons: postgresql: '9.3' install: - pip install -r requirements.txt before_script: - psql -c 'create database Robotix;' -U postgres - python manage.py migrate --noinput - python manage.py collectstatic --noinput script: - python manage.py test after_success: - coveralls
language: python services: - postgresql memcached env: - DATABASE_URL='postgres://postgres:@localhost:5432/Robotix' DJANGO_SECRET_KEY='tT\xd7\xb06\xf7\x9b\xff\x0fZL\xca\xca\x11\xefM\xacr\xfb\xdf\xca\x9b' DJANGO_SETTINGS_MODULE='config.settings.production' python: - '3.4' - '2.7' - 'nightly' addons: postgresql: '9.3' install: - pip install -r requirements.txt before_script: - psql -c 'create database Robotix;' -U postgres - python manage.py migrate --noinput - python manage.py collectstatic --noinput script: - python manage.py test after_success: - coveralls
Fix TRAVIS build to run single environment
Fix TRAVIS build to run single environment
YAML
bsd-3-clause
narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix,narayanaditya95/Robotix
b8e552d91124dbb5428acbc7ee5ceb1847d7e19b
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 6 notifications: email: false
language: node_js node_js: - 10 - 8 - 6 notifications: email: false
Add Node.js version 10 to test
Add Node.js version 10 to test
YAML
mit
Siilwyn/mustache-prestatic,Siilwyn/mustache-prestatic
750ab860ef8726584434e6eab641c67e79af2b53
.travis.yml
.travis.yml
sudo: false dist: precise bundler_args: --without extras before_script: - bundle exec rake core:verify branches: only: - master cache: bundler: true services: - redis-server script: bundle exec rake rvm: - 2.2.7 - 2.3.5 - 2.4.2
dist: trusty sudo: false bundler_args: --without extras before_script: - bundle exec rake core:verify branches: only: - master cache: bundler: true services: - redis-server script: bundle exec rake rvm: - 2.2.7 - 2.3.5 - 2.4.2
Switch to Travis container-based infrastructure.
Switch to Travis container-based infrastructure.
YAML
mit
seomoz/qless,seomoz/qless,seomoz/qless,seomoz/qless
2c6247ab75edc02d963c2c84fb9d535d2ebbb0d8
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.12" - "0.10"
sudo: false language: node_js node_js: - iojs - "0.12" - "0.10"
Add iojs to Travis CI
Add iojs to Travis CI
YAML
mit
danielmorosan/autoprefixer,ocean90/autoprefixer,avanderhoorn/autoprefixer,iamvdo/autoprefixer-core,dantman/autoprefixer,crobays/autoprefixer,rzhw/autoprefixer,iorikiir/autoprefixer,NateBaldwinDesign/autoprefixer,cgvarela/autoprefixer,aidenzou/autoprefixer,yisibl/autoprefixer,cemoulto/autoprefixer,postcss/autoprefixer,noikiy/autoprefixer-core
f1795a96781dd6ab7c3ad96f82e8651dcf128514
.travis.yml
.travis.yml
language: node_js node_js: - "6" services: - elasticsearch before_install: - npm config set spin false install: - npm install - bundle install --jobs=3 --retry=3 --deployment before_script: - phantomjs --webdriver=4444 & script: - bash tasks/pre-commit - bash tasks/tests - rake sitemap:generate config=test/config.yaml - "rm npm-shrinkwrap.json && npm install >/dev/null 2>/dev/null && npm uninstall --save wintersmith >/dev/null 2>/dev/null && npm shrinkwrap 2>/dev/null && node_modules/.bin/nsp check" sudo: false notifications: email: false
language: node_js node_js: - "6" services: - elasticsearch before_install: - npm config set spin false - rvm install 2.1.10 install: - npm install - bundle install --jobs=3 --retry=3 --deployment before_script: - phantomjs --webdriver=4444 & script: - bash tasks/pre-commit - bash tasks/tests - rake sitemap:generate config=test/config.yaml - "rm npm-shrinkwrap.json && npm install >/dev/null 2>/dev/null && npm uninstall --save wintersmith >/dev/null 2>/dev/null && npm shrinkwrap 2>/dev/null && node_modules/.bin/nsp check" sudo: false notifications: email: false
Update Ruby version on Travis CI for acme-client
Update Ruby version on Travis CI for acme-client
YAML
cc0-1.0
konklone/oversight.io,konklone/oversight.io,konklone/oversight.io,konklone/oversight.io
2ad5204afb978eeef9a781840929a23732a01aad
.travis.yml
.travis.yml
language: go go: - 1.5 - 1.6 - 1.7 - 1.8 - tip env: - GO15VENDOREXPERIMENT=1 script: - go test -race $(go list ./... | grep -v /vendor/)
language: go go: - 1.7 - 1.8 - tip script: - go test -race $(go list ./... | grep -v /vendor/)
Remove 1.5 and 1.6 tests
Remove 1.5 and 1.6 tests
YAML
mit
frozzare/go-config
1badef0bae2be947c43e9034666317d0da7547e5
.travis.yml
.travis.yml
os: - osx osx_image: xcode7.2 install: - curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash script: - . ~/.swiftenv/init - swift build
os: - linux language: generic sudo: required dist: trusty install: - curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash script: - . ~/.swiftenv/init - swift build
Move from OSX to Linux for Travis because of Quick on OSX issue
Move from OSX to Linux for Travis because of Quick on OSX issue
YAML
mit
weby/Swifton,necolt/Swifton,weby/Swifton,necolt/Swifton
1142630dc815620978410eded124cd6e79435315
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - ruby-head - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode env: TEST=true before_install: git submodule update --init --recursive script: bundle exec rake test notifications: slack: middleman:JW9OvXmn1m3XrSERe8866nBR
language: ruby bundler_args: --without development rvm: - ruby-head - 2.2 - 2.1.1 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode env: TEST=true before_install: git submodule update --init --recursive script: bundle exec rake test notifications: slack: middleman:JW9OvXmn1m3XrSERe8866nBR
Test against Ruby 2.2.0 on Travis CI
Test against Ruby 2.2.0 on Travis CI
YAML
mit
joallard/middleman,williamcoates/middleman,williamcoates/middleman,jsdalton/middleman,bradgessler/middleman,Alx-l/middleman,ad-dc/middleman,williamcoates/middleman,ryanmark/middleman,kenshinji/middleman,blech75/middleman,Alx-l/middleman,cyberid41/middleman,ashfurrow/middleman,jsdalton/middleman,Alx-l/middleman,jsdalton/middleman,MetaAshley/middleman,ashfurrow/middleman,cyberid41/middleman,loayyoussef/middleman,flossy/middleman,algolia/middleman,ne-sachirou/middleman,williamcoates/middleman,ashfurrow/middleman,mvastola/middleman,pivotal-cf/middleman,bradgessler/middleman,pivotal-cf/middleman,joost/middleman,ad-dc/middleman,nakamuraagatha/middleman,ne-sachirou/middleman,ad-dc/middleman,loayyoussef/middleman,pivotal-cf/middleman,joallard/middleman,jsdalton/middleman,datapimp/middleman,Alx-l/middleman,bradgessler/middleman,Alx-l/middleman,ne-sachirou/middleman,blech75/middleman,datapimp/middleman,algolia/middleman,nakamuraagatha/middleman,bradgessler/middleman,jenniferyien/middleman,flossy/middleman,flossy/middleman,ashfurrow/middleman,flossy/middleman,mojavelinux/middleman,mojavelinux/middleman,flossy/middleman,flossy/middleman,nakamuraagatha/middleman,mojavelinux/middleman,kenshinji/middleman,blech75/middleman,ad-dc/middleman,ne-sachirou/middleman,ne-sachirou/middleman,puyo/middleman,kenshinji/middleman,MetaAshley/middleman,ashfurrow/middleman,joost/middleman,loayyoussef/middleman,cnbin/middleman,joost/middleman,pivotal-cf/middleman,algolia/middleman,middleman/middleman,MetaAshley/middleman,ryanmark/middleman,blech75/middleman,kenshinji/middleman,kenshinji/middleman,algolia/middleman,middleman/middleman,wangyue-ramy/middleman,jenniferyien/middleman,datapimp/middleman,MetaAshley/middleman,joallard/middleman,nakamuraagatha/middleman,cyberid41/middleman,cyberid41/middleman,ne-sachirou/middleman,ad-dc/middleman,datapimp/middleman,loayyoussef/middleman,jsdalton/middleman,algolia/middleman,MetaAshley/middleman,joost/middleman,Alx-l/middleman,pivotal-cf/middleman,MetaAshley/middleman,ryanmark/middleman,wangyue-ramy/middleman,puyo/middleman,loayyoussef/middleman,ryanmark/middleman,cnbin/middleman,jenniferyien/middleman,pivotal-cf/middleman,kenshinji/middleman,datapimp/middleman,kenshinji/middleman,joallard/middleman,williamcoates/middleman,ad-dc/middleman,Alx-l/middleman,middleman/middleman,mvastola/middleman,loayyoussef/middleman,joost/middleman,cnbin/middleman,nakamuraagatha/middleman,ad-dc/middleman,jsdalton/middleman,blech75/middleman,bradgessler/middleman,cyberid41/middleman,loayyoussef/middleman,wangyue-ramy/middleman,middleman/middleman,mvastola/middleman,jsdalton/middleman,puyo/middleman,cyberid41/middleman,jenniferyien/middleman,blech75/middleman,wangyue-ramy/middleman,jenniferyien/middleman,ashfurrow/middleman,blech75/middleman,wangyue-ramy/middleman,jenniferyien/middleman,cyberid41/middleman,bradgessler/middleman,ashfurrow/middleman,williamcoates/middleman,mvastola/middleman,wangyue-ramy/middleman,MetaAshley/middleman,ne-sachirou/middleman,bradgessler/middleman,ryanmark/middleman,datapimp/middleman,cnbin/middleman,algolia/middleman,pivotal-cf/middleman,ryanmark/middleman,nakamuraagatha/middleman,cnbin/middleman,datapimp/middleman,ryanmark/middleman,williamcoates/middleman,algolia/middleman,mojavelinux/middleman,nakamuraagatha/middleman,cnbin/middleman,wangyue-ramy/middleman,flossy/middleman,jenniferyien/middleman,cnbin/middleman,puyo/middleman
d3555dd404747c832e2cc0660f5a420b84d39ced
.travis.yml
.travis.yml
# Use new container infrastructure to enable caching sudo: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here as well. addons: apt: packages: - libgmp-dev # The different configurations we want to test. You could also do things like # change flags or use --stack-yaml to point to a different file. env: - ARGS="" # - ARGS="--resolver lts-2" - ARGS="--resolver lts-3" - ARGS="--resolver lts-4" - ARGS="--resolver lts" - ARGS="--resolver nightly" before_install: # Download and unpack the stack executable - mkdir -p ~/.local/bin - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # This line does all of the work: installs GHC if necessary, build the library, # executables, and test suites, and runs the test suites. --no-terminal works # around some quirks in Travis's terminal implementation. script: stack $ARGS --no-terminal --install-ghc test --haddock # Caching so the next build will be fast too. cache: directories: - $HOME/.stack
# Use new container infrastructure to enable caching sudo: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here as well. addons: apt: packages: - libgmp-dev # The different configurations we want to test. You could also do things like # change flags or use --stack-yaml to point to a different file. env: - ARGS="" # - ARGS="--resolver lts-2" - ARGS="--resolver lts-3" - ARGS="--resolver lts-4" - ARGS="--resolver lts" # - ARGS="--resolver nightly" before_install: # Download and unpack the stack executable - mkdir -p ~/.local/bin - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # This line does all of the work: installs GHC if necessary, build the library, # executables, and test suites, and runs the test suites. --no-terminal works # around some quirks in Travis's terminal implementation. script: stack $ARGS --no-terminal --install-ghc test --haddock # Caching so the next build will be fast too. cache: directories: - $HOME/.stack
Comment out the Stack nightly build in the Travis config
Comment out the Stack nightly build in the Travis config
YAML
bsd-2-clause
kawu/partage
2f0022fbfb9de809f36f8c5b62998ab3ecc9fe66
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 env: - IOS_VER="10.0" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.3" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.2" FL_ARGS="analyze" # - IOS_VER="9.2" FL_ARGS="verify scheme:WikipediaRTL" # - IOS_VER="8.4" FL_ARGS="verify sim_os:${IOS_VER}" # - IOS_VER="8.4" FL_ARGS="verify sim_os:${IOS_VER} scheme:WikipediaRTL" install: - bundle install - make travis-get-deps before_script: - SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6 (${IOS_VER}) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - set -o pipefail - bundle exec fastlane $FL_ARGS after_success: - bash <(curl -s https://codecov.io/bash) -J 'Wikipedia*' branches: only: - master - develop
language: objective-c osx_image: xcode8 env: - IOS_VER="10.0" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.3" FL_ARGS="verify" FASTLANE_XCODE_LIST_TIMEOUT=120 # - IOS_VER="9.2" FL_ARGS="analyze" # - IOS_VER="9.2" FL_ARGS="verify scheme:WikipediaRTL" # - IOS_VER="8.4" FL_ARGS="verify sim_os:${IOS_VER}" # - IOS_VER="8.4" FL_ARGS="verify sim_os:${IOS_VER} scheme:WikipediaRTL" before_install: - bundle install install: - make travis-get-deps before_script: - SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6 (${IOS_VER}) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - set -o pipefail - bundle exec fastlane $FL_ARGS after_success: - bash <(curl -s https://codecov.io/bash) -J 'Wikipedia*' branches: only: - master - develop
Revert "Revert "Revert "Revert "Revert "Revert "add before_install""""""
Revert "Revert "Revert "Revert "Revert "Revert "add before_install"""""" This reverts commit da40d7c2e4260fbea8fbc934cca8d5229e001800.
YAML
mit
wikimedia/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,montehurd/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,josve05a/wikipedia-ios,wikimedia/apps-ios-wikipedia,anirudh24seven/wikipedia-ios,josve05a/wikipedia-ios,josve05a/wikipedia-ios,josve05a/wikipedia-ios,anirudh24seven/wikipedia-ios,josve05a/wikipedia-ios,wikimedia/wikipedia-ios,anirudh24seven/wikipedia-ios,wikimedia/wikipedia-ios,wikimedia/wikipedia-ios,wikimedia/wikipedia-ios,anirudh24seven/wikipedia-ios,anirudh24seven/wikipedia-ios,wikimedia/wikipedia-ios,julienbodet/wikipedia-ios,wikimedia/apps-ios-wikipedia,wikimedia/apps-ios-wikipedia,wikimedia/wikipedia-ios,julienbodet/wikipedia-ios,julienbodet/wikipedia-ios,wikimedia/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,wikimedia/apps-ios-wikipedia,josve05a/wikipedia-ios,anirudh24seven/wikipedia-ios,wikimedia/apps-ios-wikipedia,julienbodet/wikipedia-ios,julienbodet/wikipedia-ios,josve05a/wikipedia-ios,wikimedia/wikipedia-ios,montehurd/apps-ios-wikipedia,julienbodet/wikipedia-ios,wikimedia/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,julienbodet/wikipedia-ios,julienbodet/wikipedia-ios,josve05a/wikipedia-ios,montehurd/apps-ios-wikipedia
5a4642e929fcc76cb1986afc880833693a31df79
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "4" before_script: - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start - npm install -g electron-mocha notifications: email: on_success: never on_failure: change
language: node_js node_js: - "5" - "4" before_script: - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start - npm install -g electron-prebuilt - npm install -g electron-mocha notifications: email: on_success: never on_failure: change
Install electron-prebuilt required by electron-mocha
Install electron-prebuilt required by electron-mocha
YAML
mit
yishn/Goban,yishn/Sabaki,yishn/Goban,yishn/Sabaki
0ac8e7cd912df288f4e0cd28db6e84fd872628d0
.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 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 applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - oraclejdk8 - oraclejdk9 script: - mvn after_success: - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
# 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 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 applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - oraclejdk8 - oraclejdk9 - oraclejdk11 script: - mvn after_success: - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
Add Oracle 11 to Travis build.
Add Oracle 11 to Travis build.
YAML
apache-2.0
apache/commons-collections,apache/commons-collections,apache/commons-collections
08d7fb59d4c404f2b9c500711323adb0096f9d56
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - "travis_retry pip install coverage" - "travis_retry pip install nose" - "travis_retry pip install coveralls" - "travis_retry pip install git+git://github.com/TurboGears/tg2.git@development" script: "python setup.py nosetests" after_success: coveralls
language: python python: - "2.6" - "2.7" install: - "travis_retry pip install coverage" - "travis_retry pip install nose" - "travis_retry pip install coveralls" - "travis_retry pip install git+git://github.com/TurboGears/tg2.git@development" - "travis_retry pip install -e ." script: "python setup.py nosetests" after_success: coveralls
Install self before test suite
Install self before test suite
YAML
mit
amol-/tgext.socketio
22710ee4a130eb5f873081fdb465c184d7f29dff
.travis.yml
.travis.yml
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.2 env: CONFIG="phpunit.xml" COVERGAGE="all" # test only master (+ pull requests) branches: only: - master # install dependencies install: - travis_wait composer install # execute phpunit as the script command script: - ./vendor/bin/phpunit -d memory_limit=-1 --colors -c $CONFIG --coverage-clover=coverage.xml # disable mail notifications notification: email: false # reduce depth (history) of git checkout git: depth: 30 # we don't need sudo sudo: false # send coverage to codecov.io after_success: - bash <(curl -s https://codecov.io/bash) -F $COVERGAGE
language: php cache: directories: - vendor matrix: # mark as finished before allow_failures are run fast_finish: true include: - php: 5.6 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.0 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.1 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.2 env: CONFIG="phpunit.xml" COVERGAGE="all" - php: 7.3 env: CONFIG="phpunit.xml" COVERGAGE="all" # test only master (+ pull requests) branches: only: - master # install dependencies install: - travis_wait composer install # execute phpunit as the script command script: - ./vendor/bin/phpunit -d memory_limit=-1 --colors -c $CONFIG --coverage-clover=coverage.xml # disable mail notifications notification: email: false # reduce depth (history) of git checkout git: depth: 30 # we don't need sudo sudo: false # send coverage to codecov.io after_success: - bash <(curl -s https://codecov.io/bash) -F $COVERGAGE
Add PHP 7.3 test build
Add PHP 7.3 test build
YAML
mit
netgen/query-translator
8e6177b3480e7bf30b7b21cddaf21eaeac7098c0
.travis.yml
.travis.yml
os: osx osx_image: xcode7.3 language: generic branches: only: - master - /^v\d.*/ env: - TOXENV=py2 PYTHON=python - TOXENV=py2-flake8 PYTHON=python - TOXENV=py3 PYTHON=python3 before_install: - brew update install: - brew ls $PYTHON || brew install $PYTHON - $PYTHON -m pip install tox before_script: - umask 0022 script: - tox deploy: provider: pypi user: tdsmith password: secure: aMbgpTpEpojo1OYq8JDhg3Qgo3/c5BoKGeHwm0UJ070kn7sR3K4zwsQ1ybq9DsM6oL+Nv9vAfbyyQmHyuDf0OoXt0nEPR/vkbwURrrXONmQ5NUvLULnQTdfwvNbHY3TaQlTbrloCVhr5CECDKckd+6SHcJDfjwsSaVK0wSWNq8Y= distributions: "sdist bdist_wheel" on: tags: true repo: tdsmith/homebrew-pypi-poet condition: $TOXENV = py2
os: osx osx_image: xcode8.2 language: generic branches: only: - master - /^v\d.*/ env: - TOXENV=py2 PYTHON=python - TOXENV=py2-flake8 PYTHON=python - TOXENV=py3 PYTHON=python3 before_install: - brew update install: - brew ls $PYTHON || brew install $PYTHON - $PYTHON -m pip install tox before_script: - umask 0022 script: - tox deploy: provider: pypi user: tdsmith password: secure: aMbgpTpEpojo1OYq8JDhg3Qgo3/c5BoKGeHwm0UJ070kn7sR3K4zwsQ1ybq9DsM6oL+Nv9vAfbyyQmHyuDf0OoXt0nEPR/vkbwURrrXONmQ5NUvLULnQTdfwvNbHY3TaQlTbrloCVhr5CECDKckd+6SHcJDfjwsSaVK0wSWNq8Y= distributions: "sdist bdist_wheel" on: tags: true repo: tdsmith/homebrew-pypi-poet condition: $TOXENV = py2
Upgrade Xcode image for CI
Upgrade Xcode image for CI
YAML
mit
tdsmith/homebrew-pypi-poet
8b43dec082048abe0c5f3e1077f818b3ecea1cc0
.travis.yml
.travis.yml
language: csharp dist: trusty mono: none dotnet: 2.0.0 script: - cd dotnet-setversion - dotnet restore - dotnet build - dotnet pack -c Release -o artifacts/
language: csharp dist: trusty mono: none dotnet: 2.0.0 script: - cd dotnet-setversion - dotnet restore - dotnet build - dotnet pack -c Release -o artifacts/ - dotnet nuget push --source https://www.nuget.org/api/v2/package --api-key $NUGET_APIKEY $(find artifacts -name "*.nupkg")
Configure NuGet publication during CI build
Configure NuGet publication during CI build
YAML
mit
TAGC/dotnet-setversion
c56105a1b549413940c7a40eda7e9af2cd5d9b0e
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7 before_install: - gem update bundler
language: ruby cache: bundler rvm: - 2.2.0 - 2.1.0 - 2.0.0 - 1.9.3 before_install: - gem update bundler
Revert "Test with Ruby 1.8.7 on Travis CI."
Revert "Test with Ruby 1.8.7 on Travis CI." This reverts commit 509491d2a86689cdbd5efb752609afb6adf156e6.
YAML
mit
WOVNio/wovnrb,WOVNio/wovnrb,WOVNio/wovnrb,WOVNio/wovnrb
5ef86924a2d967381e13a776f5e6a105877fc916
.travis.yml
.travis.yml
language: rust rust: - stable - beta os: - linux - osx sudo: false
language: rust rust: - stable - beta os: - linux - osx before_script: - | pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH # Only build and upload documentation once. The current configure for # `travis-cargo` is with stable rust, of a non-pull requests, on the master # branch. So I need to check for one OS name to avoid repetition. after_success: - | [ $TRAVIS_OS_NAME == "linux" ] && travis-cargo --only stable doc && travis-cargo --only stable doc-upload sudo: false
Add configuration for generating documentation
Add configuration for generating documentation
YAML
bsd-3-clause
sourrust/flac
1e70cb7d87eb03e7e0444a436a6edb317bcf3dfa
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" env: - CONDA=true # - CONDA=false install: - lsb_release -a - if [[ "${CONDA}" == "true" ]]; then ./.travis_install.sh; fi - echo $PATH - if [[ "${CONDA}" == "true" ]]; then export PATH=$HOME/miniconda/bin:$PATH; fi - echo $PATH - if [[ "${CONDA}" == "true" ]]; then source activate test-environment; fi - echo $PATH - (source activate test-environment && echo "Conda!") || echo "No conda" - python --version - which python - type -a python - which py.test - type -a py.test - echo $PATH - ls $HOME/miniconda || echo "No conda" - ls $HOME/miniconda/bin || echo "No conda" - python setup.py install script: - py.test
sudo: false language: python python: - "2.7" - "3.4" env: - CONDA=true - CONDA=false install: - lsb_release -a - if [[ "${CONDA}" == "true" ]]; then ./.travis_install.sh; fi - if [[ "${CONDA}" == "true" ]]; then export PATH="$HOME/miniconda/bin:$PATH"; fi - if [[ "${CONDA}" == "true" ]]; then source activate test-environment; fi - python setup.py install script: - py.test
Remove extra checks and re-test non-conda install
Remove extra checks and re-test non-conda install
YAML
mit
moble/quaternion,moble/quaternion
5e0543eaff60f1c81805ed3bfcac787a9384b10f
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly install: cd rust/berg-compiler && cargo build --verbose script: cd rust/berg-compiler && cargo build --verbose && cargo test --verbose
language: rust matrix: include: - rust: stable install: cd rust/berg-compiler && cargo build --no-default-features --verbose script: cd rust/berg-compiler && cargo build --no-default-features --verbose && cargo test --verbose - rust: beta install: cd rust/berg-compiler && cargo build --no-default-features --verbose script: cd rust/berg-compiler && cargo build --no-default-features --verbose && cargo test --verbose - rust: nightly install: cd rust/berg-compiler && cargo build --verbose script: cd rust/berg-compiler && cargo build --verbose && cargo test --verbose allow_failures: - rust: nightly
Make nightly not required; don't run clippy on stable/beta where it doesn't work
Make nightly not required; don't run clippy on stable/beta where it doesn't work
YAML
mit
berg-lang/berg,berg-lang/berg,berg-lang/berg,jkeiser/berg
d1eb185bb575893ced2cf04826af84059254dd3a
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" # command to install dependencies install: - pip install -r requirements.txt -U - pip install python-coveralls - pip install coverage # Add me to install coverage.py - pip install nose # Add me to install nose - pip install pytest # - python setup.py install # command to run tests script: # - cd tests && pytest - nosetests --with-coverage # Add me to run nose with coverage support. after_success: - coveralls
language: python python: - "3.5" - "3.6" # command to install dependencies install: - pip install -r requirements.txt -U - pip install python-coveralls - pip install coverage # Add me to install coverage.py - pip install nose # Add me to install nose - pip install pytest # - python setup.py install # command to run tests script: # - cd tests && pytest - python setup.py install - nosetests --with-coverage # Add me to run nose with coverage support. after_success: - coveralls
Add python install to script
Add python install to script
YAML
apache-2.0
SlugocM/bayesfit,SlugocM/bayesfit,SlugocM/bayesfit
9a3b7f1a409048799aabb9c079ece9a79c24fed7
.travis.yml
.travis.yml
gemfile: - gemfiles/Gemfile.rails-3.0 - gemfiles/Gemfile.rails-3.1 - gemfiles/Gemfile.rails-3.2 - gemfiles/Gemfile.rails-4.0 - gemfiles/Gemfile.rails-4.1 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx
gemfile: - gemfiles/Gemfile.rails-3.0 - gemfiles/Gemfile.rails-3.1 - gemfiles/Gemfile.rails-3.2 - gemfiles/Gemfile.rails-4.0 - gemfiles/Gemfile.rails-4.1 rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx matrix: allow_failures: - gemfile: gemfiles/Gemfile.rails-4.1 rvm: jruby-19mode
Allow failures for Rails 4.1/JRuby because of the outstanding issue with the ActiveRecord JDBC driver
Allow failures for Rails 4.1/JRuby because of the outstanding issue with the ActiveRecord JDBC driver
YAML
mit
tributech/acts_as_commentable_with_threading
86fa60be09dce0b9f4d1321274f9a4809b9c1d91
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 install: true script: "./build-via-travis.sh" before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - bash <(curl -s https://codecov.io/bash)
language: java jdk: - openjdk8 install: true script: "./build-via-travis.sh" before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - bash <(curl -s https://codecov.io/bash)
Use openjdk instead of oracle jdk
Use openjdk instead of oracle jdk
YAML
apache-2.0
AsynkronIT/protoactor-kotlin,AsynkronIT/protoactor-kotlin,AsynkronIT/protoactor-kotlin
8f71a59e051faaa4a6c999cf190a4830acadca89
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" - "6" sudo: false cache: - apt addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi script: - ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec after_success: - ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
language: node_js node_js: - "4" - "6" - "8" sudo: false cache: - apt addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi script: - ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec after_success: - ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
Add Node 8 to CI matrix
Add Node 8 to CI matrix
YAML
mit
addaleax/remarkup-po
03461d830b0d07a2d950b76a46c316e6a6cb35ae
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" #before_install # command to install dependencies install: - "pip install -r requirements.txt" #before_script # command to run tests, necessary command for specifying test script script: nosetests after_success: - "python gen.py" #after_failure: #after_script:
language: python python: - "2.7" #before_install # command to install dependencies install: - "pip install -r requirements.txt" #before_script # command to run tests, necessary command for specifying test script script: nosetests after_success: - "python gen.py" #after_failure: #after_script:
Make Travis work on Python 2.7 only.
Make Travis work on Python 2.7 only.
YAML
unlicense
drakeguan/siggraphwall,drakeguan/siggraphwall,drakeguan/siggraphwall
f76cf7ad741db3dc9c6e7581e1dcfe70d430ab96
.travis.yml
.travis.yml
sudo: required language: go services: - docker go: - 1.14.x arch: - amd64 - arm64 os: - linux jobs: include: - os: linux arch: amd64 - os: linux arch: arm64 - stage: Push Docker manifest env: - DOCKER_CLI_EXPERIMENTAL=enabled script: - if [ "$TRAVIS_OS_NAME" == "linux" -a ! -z "$TRAVIS_TAG" ]; then echo "Executing release-manifest on tag build $TRAVIS_TAG"; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; make release-manifest; fi before_install: - go get -v github.com/mattn/goveralls install: - make setup script: - make build - make test-race - make check - make bench-race - make coveralls after_success: - if [ "$TRAVIS_BUILD_STAGE_NAME" == "test" -a "$TRAVIS_OS_NAME" == "linux" -a ! -z "$TRAVIS_TAG" ]; then echo "Executing release on tag build $TRAVIS_TAG"; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; ARCH=linux CPU_ARCH="$TRAVIS_CPU_ARCH" make release; else echo "Not executing release on non-tag build"; fi
sudo: required language: go services: - docker go: - 1.16.x arch: - amd64 - arm64 os: - linux jobs: include: - os: linux arch: amd64 - os: linux arch: arm64 - stage: Push Docker manifest env: - DOCKER_CLI_EXPERIMENTAL=enabled script: - if [ "$TRAVIS_OS_NAME" == "linux" -a ! -z "$TRAVIS_TAG" ]; then echo "Executing release-manifest on tag build $TRAVIS_TAG"; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; make release-manifest; fi before_install: - go get -v github.com/mattn/goveralls install: - make setup script: - make build - make test-race - make check - make bench-race - make coveralls after_success: - if [ "$TRAVIS_BUILD_STAGE_NAME" == "test" -a "$TRAVIS_OS_NAME" == "linux" -a ! -z "$TRAVIS_TAG" ]; then echo "Executing release on tag build $TRAVIS_TAG"; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; ARCH=linux CPU_ARCH="$TRAVIS_CPU_ARCH" make release; else echo "Not executing release on non-tag build"; fi
Upgrade Travis to use go 1.16.x
Upgrade Travis to use go 1.16.x
YAML
bsd-3-clause
jtblin/kube2iam,jtblin/kube2iam
fc88788e4080d5f23372fb31ab5db9ef3b9b1e7b
.travis.yml
.travis.yml
# Copyright (C) 2016 Gary Gregory. All rights reserved. # # See the NOTICE.txt file distributed with this work for additional # information regarding copyright ownership. # # 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 applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk8 - oraclejdk8 after_success: - mvn clean cobertura:cobertura
# Copyright (C) 2016 Gary Gregory. All rights reserved. # # See the NOTICE.txt file distributed with this work for additional # information regarding copyright ownership. # # 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 applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - oraclejdk8 after_success: - mvn clean cobertura:cobertura
Fix Travis-CI config: There is no openjdk8.
Fix Travis-CI config: There is no openjdk8.
YAML
apache-2.0
garydgregory/jcommander-addons,garydgregory/jcommander-addons
e89f6cf70e357f4efe85503c40923348a33411c0
.travis.yml
.travis.yml
language: python env: - RASTERIO_VERSION="0.26.0" python: - "2.7" - "3.4" cache: directories: - $HOME/.pip-cache/ - $HOME/wheelhouse before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update -qq - sudo apt-get install -y libgdal1h gdal-bin - curl -L https://github.com/mapbox/rasterio/releases/download/$RASTERIO_VERSION/rasterio-travis-wheels-$TRAVIS_PYTHON_VERSION.tar.gz > /tmp/wheelhouse.tar.gz - tar -xzvf /tmp/wheelhouse.tar.gz -C $HOME install: - pip install --use-wheel --find-links=$HOME/wheelhouse -e .[test] --cache-dir $HOME/.pip-cache script: - py.test
sudo: false language: python env: - RASTERIO_VERSION=0.26.0 addons: apt: packages: - libgdal1h - gdal-bin python: - "2.7" - "3.4" cache: directories: - $HOME/.pip-cache/ - $HOME/wheelhouse before_install: - curl -L https://github.com/mapbox/rasterio/releases/download/$RASTERIO_VERSION/rasterio-travis-wheels-$TRAVIS_PYTHON_VERSION.tar.gz > /tmp/wheelhouse.tar.gz - tar -xzvf /tmp/wheelhouse.tar.gz -C $HOME install: - pip install --use-wheel --find-links=$HOME/wheelhouse -e .[test] --cache-dir $HOME/.pip-cache script: - py.test
Switch to Travis's container infra.
Switch to Travis's container infra.
YAML
mit
sgillies/rio-plugin-example
5772e377ce61bdf63f36982162bc29bc8456b7d6
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - ruby-head - 2.6.3 - 2.5.5 os: - linux matrix: fast_finish: true allow_failures: - rvm: ruby-head env: global: - TEST=true script: bundle exec rake test
language: ruby cache: bundler rvm: - ruby-head - 2.7.0 - 2.6.3 - 2.5.5 os: - linux matrix: fast_finish: true allow_failures: - rvm: ruby-head env: global: - TEST=true script: bundle exec rake test
Add Ruby 2.7.0 to CI
Add Ruby 2.7.0 to CI
YAML
mit
middleman/middleman,middleman/middleman,middleman/middleman,middleman/middleman
a1de776fb0ebc18618c9532623427f007744ee31
.travis.yml
.travis.yml
language: ruby rvm: - "2.0" - "2.1" sudo: false cache: bundler bundler_args: --without development:metric_fu:qpid env: global: - RUBY_GC_MALLOC_LIMIT=90000000 matrix: - "TEST_SUITE=lib TEST_ROOT=lib" - "TEST_SUITE=vmdb TEST_ROOT=vmdb" - "TEST_SUITE=migrations TEST_ROOT=vmdb" - "TEST_SUITE=replication TEST_ROOT=vmdb" - "TEST_SUITE=automation TEST_ROOT=vmdb" - "TEST_SUITE=javascript TEST_ROOT=vmdb" matrix: allow_failures: - rvm: "2.1" env: "TEST_SUITE=vmdb TEST_ROOT=vmdb" fast_finish: true addons: postgresql: '9.3' before_install: - "echo 'gem: --no-ri --no-rdoc --no-document' > ~/.gemrc" - echo "1" > vmdb/REGION - cp vmdb/config/database.pg.yml vmdb/config/database.yml - psql -c "CREATE USER root SUPERUSER PASSWORD 'smartvm';" -U postgres - rake build:shared_objects - cd $TEST_ROOT before_script: bundle exec rake test:$TEST_SUITE:setup script: bundle exec rake test:$TEST_SUITE
language: ruby rvm: - "2.0" sudo: false cache: bundler bundler_args: --without development:metric_fu:qpid env: global: - RUBY_GC_MALLOC_LIMIT=90000000 matrix: - "TEST_SUITE=lib TEST_ROOT=lib" - "TEST_SUITE=vmdb TEST_ROOT=vmdb" - "TEST_SUITE=migrations TEST_ROOT=vmdb" - "TEST_SUITE=replication TEST_ROOT=vmdb" - "TEST_SUITE=automation TEST_ROOT=vmdb" - "TEST_SUITE=javascript TEST_ROOT=vmdb" matrix: fast_finish: true addons: postgresql: '9.3' before_install: - "echo 'gem: --no-ri --no-rdoc --no-document' > ~/.gemrc" - echo "1" > vmdb/REGION - cp vmdb/config/database.pg.yml vmdb/config/database.yml - psql -c "CREATE USER root SUPERUSER PASSWORD 'smartvm';" -U postgres - rake build:shared_objects - cd $TEST_ROOT before_script: bundle exec rake test:$TEST_SUITE:setup script: bundle exec rake test:$TEST_SUITE
Remove ruby 2.1 on upstream builds
Remove ruby 2.1 on upstream builds
YAML
apache-2.0
borod108/manageiq,durandom/manageiq,syncrou/manageiq,fbladilo/manageiq,ailisp/manageiq,chessbyte/manageiq,romanblanco/manageiq,d-m-u/manageiq,gerikis/manageiq,israel-hdez/manageiq,gmcculloug/manageiq,mkanoor/manageiq,pkomanek/manageiq,romaintb/manageiq,romaintb/manageiq,djberg96/manageiq,agrare/manageiq,jvlcek/manageiq,jvlcek/manageiq,pkomanek/manageiq,pkomanek/manageiq,andyvesel/manageiq,NickLaMuro/manageiq,ailisp/manageiq,kbrock/manageiq,tinaafitz/manageiq,romanblanco/manageiq,skateman/manageiq,jameswnl/manageiq,agrare/manageiq,chessbyte/manageiq,jvlcek/manageiq,romaintb/manageiq,andyvesel/manageiq,syncrou/manageiq,jameswnl/manageiq,ManageIQ/manageiq,ilackarms/manageiq,mzazrivec/manageiq,agrare/manageiq,lpichler/manageiq,jameswnl/manageiq,josejulio/manageiq,maas-ufcg/manageiq,matobet/manageiq,NickLaMuro/manageiq,tzumainn/manageiq,mresti/manageiq,tinaafitz/manageiq,lpichler/manageiq,gerikis/manageiq,chessbyte/manageiq,mkanoor/manageiq,tinaafitz/manageiq,romaintb/manageiq,matobet/manageiq,NickLaMuro/manageiq,romanblanco/manageiq,fbladilo/manageiq,branic/manageiq,KevinLoiseau/manageiq,gmcculloug/manageiq,KevinLoiseau/manageiq,billfitzgerald0120/manageiq,durandom/manageiq,aufi/manageiq,kbrock/manageiq,borod108/manageiq,aufi/manageiq,mresti/manageiq,mresti/manageiq,josejulio/manageiq,NaNi-Z/manageiq,mfeifer/manageiq,ManageIQ/manageiq,israel-hdez/manageiq,juliancheal/manageiq,jrafanie/manageiq,skateman/manageiq,durandom/manageiq,mkanoor/manageiq,skateman/manageiq,NaNi-Z/manageiq,agrare/manageiq,mresti/manageiq,NickLaMuro/manageiq,mzazrivec/manageiq,gerikis/manageiq,branic/manageiq,kbrock/manageiq,romaintb/manageiq,djberg96/manageiq,gmcculloug/manageiq,juliancheal/manageiq,jntullo/manageiq,yaacov/manageiq,d-m-u/manageiq,KevinLoiseau/manageiq,jameswnl/manageiq,gerikis/manageiq,jntullo/manageiq,romanblanco/manageiq,NaNi-Z/manageiq,maas-ufcg/manageiq,hstastna/manageiq,ilackarms/manageiq,ManageIQ/manageiq,juliancheal/manageiq,mzazrivec/manageiq,mfeifer/manageiq,borod108/manageiq,hstastna/manageiq,fbladilo/manageiq,branic/manageiq,jntullo/manageiq,hstastna/manageiq,maas-ufcg/manageiq,tzumainn/manageiq,yaacov/manageiq,lpichler/manageiq,yaacov/manageiq,billfitzgerald0120/manageiq,skateman/manageiq,djberg96/manageiq,israel-hdez/manageiq,djberg96/manageiq,yaacov/manageiq,d-m-u/manageiq,gmcculloug/manageiq,borod108/manageiq,tzumainn/manageiq,fbladilo/manageiq,branic/manageiq,romaintb/manageiq,aufi/manageiq,ailisp/manageiq,aufi/manageiq,hstastna/manageiq,KevinLoiseau/manageiq,durandom/manageiq,ilackarms/manageiq,chessbyte/manageiq,andyvesel/manageiq,KevinLoiseau/manageiq,billfitzgerald0120/manageiq,juliancheal/manageiq,pkomanek/manageiq,tinaafitz/manageiq,tzumainn/manageiq,andyvesel/manageiq,syncrou/manageiq,jrafanie/manageiq,josejulio/manageiq,israel-hdez/manageiq,d-m-u/manageiq,syncrou/manageiq,maas-ufcg/manageiq,ManageIQ/manageiq,mfeifer/manageiq,jrafanie/manageiq,jntullo/manageiq,maas-ufcg/manageiq,billfitzgerald0120/manageiq,KevinLoiseau/manageiq,NaNi-Z/manageiq,mkanoor/manageiq,jrafanie/manageiq,ailisp/manageiq,matobet/manageiq,lpichler/manageiq,mfeifer/manageiq,kbrock/manageiq,mzazrivec/manageiq,matobet/manageiq,josejulio/manageiq,ilackarms/manageiq,jvlcek/manageiq,maas-ufcg/manageiq
28bedf89ae40cac83f4b2c571317b7bcb9e6a713
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true before_install: - sudo apt-get update - sudo apt-get install dnsutils - rvm @global do gem uninstall bundler -x && gem install bundler -v '~> 1.5.2' # For Vagrant 1.5
language: ruby rvm: - 2.0.0 sudo: false addons: apt: packages: - dnsutils env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true before_install: - rvm @global do gem uninstall bundler -x && gem install bundler -v '~> 1.5.2' # For Vagrant 1.5
Use apt addon instead of apt-get
Use apt addon instead of apt-get speeds up testing because we now can use a docker based container https://docs.travis-ci.com/user/apt/
YAML
mit
vagrant-landrush/landrush,mheiges/landrush,LalatenduMohanty/landrush,phinze/landrush,vagrant-landrush/landrush,njam/landrush
47da31ad6c176e47d319a7d2fdd1d65a028025b7
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: # Installing phing #- git clone https://github.com/phingofficial/phing.git build/phing # Installing pecl_http module - printf "\n\n\n\n" | pecl -q install pecl_http - echo "extension=http.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Build! #- mkdir app/cache/test - mv app/config/parameters.yml.travis app/config/parameters.yml - mv --force app/config/config_travis.yml app/config/config_test.yml - php composer.phar install - php app/console doctrine:database:create - php app/console doctrine:migrations:migrate --no-interaction script: - phpunit -c app after_script: - cat app/logs/test.log
language: php php: - 5.3 - 5.4 before_script: # Installing phing #- git clone https://github.com/phingofficial/phing.git build/phing # Installing pecl_http module - printf "\n\n\n\n" | pecl -q install pecl_http - echo "extension=http.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Build! #- mkdir app/cache/test - mv app/config/parameters.yml.travis app/config/parameters.yml - mv --force app/config/config_travis.yml app/config/config_test.yml - cp src/SimplyTestable/WorkerBundle/Resources/config/parameters.yml.dist src/SimplyTestable/WorkerBundle/Resources/config/parameters.yml - php composer.phar install - php app/console doctrine:database:create - php app/console doctrine:migrations:migrate --no-interaction script: - phpunit -c app after_script: - cat app/logs/test.log
Copy bundle-specific parameters to expected location
Copy bundle-specific parameters to expected location
YAML
mit
webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com,webignition/worker.simplytestable.com
75c276443625f679ec574ff216acc54bd787ce0b
.travis.yml
.travis.yml
sudo: required dist: trusty language: java jdk: - oraclejdk8 - oraclejdk11 env: - RUNTIME=ol RUNTIME_VERSION=19.0.0.6 - RUNTIME=ol RUNTIME_VERSION=19.0.0.3 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.6 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.3 cache: directories: - $HOME/.m2 before_install: - echo "Deleting old .m2 artifacts..." - rm -rf $HOME/.m2/repository/net/wasdev - rm -rf $HOME/.m2/repository/io/openliberty - echo 'Installing ci.ant lib...' - git clone https://github.com/wasdev/ci.ant.git ./ci.ant - cd ./ci.ant - mvn clean install - cd .. - echo 'Installing ci.common lib...' - git clone https://github.com/wasdev/ci.common.git ./ci.common - cd ./ci.common - mvn clean install - cd .. script: - travis_wait 30 mvn verify -Ponline-its -Dinvoker.streamLogs=true -Druntime=$RUNTIME -DruntimeVersion=$RUNTIME_VERSION
sudo: required dist: xenial language: java jdk: - openjdk8 - openjdk11 env: - RUNTIME=ol RUNTIME_VERSION=19.0.0.6 - RUNTIME=ol RUNTIME_VERSION=19.0.0.3 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.6 - RUNTIME=wlp RUNTIME_VERSION=19.0.0.3 cache: directories: - $HOME/.m2 before_install: - echo "Deleting old .m2 artifacts..." - rm -rf $HOME/.m2/repository/net/wasdev - rm -rf $HOME/.m2/repository/io/openliberty - echo 'Installing ci.ant lib...' - git clone https://github.com/wasdev/ci.ant.git ./ci.ant - cd ./ci.ant - mvn clean install - cd .. - echo 'Installing ci.common lib...' - git clone https://github.com/wasdev/ci.common.git ./ci.common - cd ./ci.common - mvn clean install - cd .. script: - travis_wait 30 mvn verify -Ponline-its -Dinvoker.streamLogs=true -Druntime=$RUNTIME -DruntimeVersion=$RUNTIME_VERSION
Test on xenial for Maven 3.6
Test on xenial for Maven 3.6
YAML
apache-2.0
patricktiu/ci.maven,WASdev/ci.maven,patricktiu/ci.maven,WASdev/ci.maven
2d3fe3b826d7cc5bf07ad4a021ae36da8a8e5156
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4 - 5 - 6 - 7 before_script: - npm install -g gulp script: gulp
language: node_js node_js: - 4 - 5 - 6 - 7 before_script: - npm install -g gulp script: gulp
Drop Node.js 0.12 from supported versions
Drop Node.js 0.12 from supported versions gulp-eslint does not support it any more.
YAML
mit
prantlf/mau-mau,prantlf/mau-mau
a370f4ac734a049faca00e8c0bb6e45e4715c583
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-19mode
Add rubinius in 1.9 mode to Travis CI builds
Add rubinius in 1.9 mode to Travis CI builds
YAML
mit
mmozuras/pronto-rubocop,tlikai/pronto-rubocop
d805a2a24b6ec0f51abaf75d3a6a3f5ece2137de
.travis.yml
.travis.yml
osx_image: xcode7.2 language: objective-c before_install: - brew update - brew install carthage - if brew outdated | grep -qx xctool; then brew upgrade xctool; fi - carthage update --platform iOS script: - xctool clean build -project Whisper.xcodeproj -scheme Whisper-iOS -sdk iphonesimulator
osx_image: xcode7.2 language: objective-c before_install: - brew update - brew install carthage - if brew outdated | grep -qx xctool; then brew upgrade xctool; fi script: - xctool clean build -project Whisper.xcodeproj -scheme Whisper-iOS -sdk iphonesimulator
Remove carthage update --platform iOS
Remove carthage update --platform iOS
YAML
mit
weyert/Whisper,weyert/Whisper
4ec4a59046d9108b08810af03cf50c9515e979eb
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" cache: directories: - $HOME/.npm
sudo: false language: node_js node_js: - "node" cache: directories: - $HOME/.npm
Use container-based infrastructure for Travis.
ENYO-3144: Use container-based infrastructure for Travis. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
YAML
apache-2.0
enyojs/onyx,enyojs/onyx
340ead7a6eb95f23d16a6181631cec45dc1ec622
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.9 - 2.2.5 - 2.3.1 - jruby-9.0.5.0 - jruby-9.1.5.0 before_install: - sh sudo add-apt-repository ppa:fontforge/fontforge; sudo apt-get update; sudo apt-get install fontforge script: bundle exec rspec
language: ruby rvm: - 2.1.9 - 2.2.5 - 2.3.1 - jruby-9.0.5.0 - jruby-9.1.5.0 env: - CODECLIMATE_REPO_TOKEN=0ff7f7fb2cfa2a18667c4e2655dcf773f91faff8d6f1642a3af3897d888bc2c7 before_install: - sh sudo add-apt-repository ppa:fontforge/fontforge; sudo apt-get update; sudo apt-get install fontforge script: bundle exec rspec
Add code climate env variable
Add code climate env variable
YAML
mit
TailorBrands/fontforge-ruby,TailorBrands/fontforge-ruby
ba4ecdd9b6d6a5cc17f520ac33016f9fe4ce071d
.travis.yml
.travis.yml
language: objective-c osx_image: mavericks script: test/support/objc-build-scripts/cibuild
language: objective-c osx_image: yosemite script: test/support/objc-build-scripts/cibuild
Use Yosemite to build on Travis CI
Use Yosemite to build on Travis CI
YAML
mit
PatrykKaczmarek/expecta,suxinde2009/expecta,iosdev-republicofapps/expecta,modocache/expecta,iosdev-republicofapps/expecta,Bogon/expecta,modocache/expecta,tonyarnold/expecta,udemy/expecta,Bogon/expecta,jmburges/expecta,modocache/expecta,ashfurrow/expecta,modocache/expecta,iguchunhui/expecta,jmburges/expecta,jmoody/expecta,wessmith/expecta,jmburges/expecta,ashfurrow/expecta,wessmith/expecta,Lightricks/expecta,jmburges/expecta,tonyarnold/expecta,tonyarnold/expecta,PatrykKaczmarek/expecta,jmoody/expecta,Lightricks/expecta,jmoody/expecta,iguchunhui/expecta,ashfurrow/expecta,tonyarnold/expecta,jmoody/expecta,PatrykKaczmarek/expecta,iosdev-republicofapps/expecta,PatrykKaczmarek/expecta,iosdev-republicofapps/expecta,ashfurrow/expecta,udemy/expecta,specta/expecta,suxinde2009/expecta
6bce4a5e68784b1519da9ef0a291a2cee18ebfd9
.travis.yml
.travis.yml
language: ruby sudo: false before_script: - | curl -s https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo --prefix=$HOME/.local export PATH=$HOME/.local/bin:$PATH rvm: - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 matrix: fast_finish: true before_install: gem install bundler -v 1.11.2
language: ruby sudo: false before_script: - | curl -s https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo --prefix=$HOME/.local export LD_LIBRARY_PATH=$HOME/.local/lib export PATH=$HOME/.local/bin:$PATH rvm: - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 matrix: fast_finish: true before_install: gem install bundler -v 1.11.2
Add .local/lib to LD_LIBRARY_PATH on Travis
Add .local/lib to LD_LIBRARY_PATH on Travis
YAML
mit
cryptosphere/ruby-ring,cryptosphere/ruby-ring
43f95904ba49a87b445657556a72ba0ec031da10
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.4.0 - 2.3.3 - 2.2.6 - "2.1" - "2.0" before_install: gem update bundler 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 bundler_args: --without doc release after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
language: ruby cache: bundler rvm: - 2.4.0 - 2.3.3 - 2.2.6 - "2.1" - "2.0" before_install: gem update bundler env: global: - CC_TEST_REPORTER_ID=56a19efe95a8513862d3afb5bb3c02efc21d33a389b0f80a15e96e8590c84d40 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 bundler_args: --without doc release after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Set the codeclimate repo token
Set the codeclimate repo token
YAML
mit
antifuchs/gmail-britta
d749f029645b202c7c558c87699e907b0828cae8
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "5" - "4"
language: node_js node_js: - "6" - "5" - "4" before_install: - npm i -g npm@latest
Make sure we don't run npm@2 on Node v4
Make sure we don't run npm@2 on Node v4
YAML
mit
wyze/eslint-config-wyze
63dfcfdc355d6981a4abf2f72b277e22386e373c
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" # - "3.4" env: global: - TEST_DB_USER="postgres" matrix: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.7,<1.8" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install $DJANGO - pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: - coverage run --source wlcmanager runtests.py # report coverage to coveralls.io before_install: - pip install coveralls # - pip install codecov after_success: - coveralls # - codecov
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" # - "3.4" env: global: - TEST_DB_USER="postgres" matrix: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.7,<1.8" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install $DJANGO - pip install -r requirements-test.txt # command to run tests using coverage, e.g. python setup.py test script: - coverage run --source wlcmanager runtests.py # report coverage to coveralls.io before_install: - pip install coveralls # - pip install codecov after_success: - coveralls -v # - codecov
Use coveralls -v to find what's wrong
Use coveralls -v to find what's wrong
YAML
bsd-3-clause
scibi/django-wlcmanager,scibi/django-wlcmanager
43930e23d56c237cfcf5cea12a31c837be8dc6c2
.travis.yml
.travis.yml
language: erlang notifications: recipients: - [email protected] otp_release: - R16B before_install: - git clone https://github.com/elixir-lang/elixir - cd elixir && git checkout v0.10.0 && make && cd .. before_script: "export PATH=`pwd`/elixir/bin:$PATH" script: "MIX_ENV=test mix do deps.get, test"
language: erlang notifications: recipients: - [email protected] otp_release: - R16B before_install: - git clone https://github.com/elixir-lang/elixir - cd elixir && git checkout v0.10.0 && make && cd .. before_script: "export PATH=`pwd`/elixir/bin:$PATH" script: "MIX_ENV=test mix do deps.get, test --no-start"
Use --no-start on mix test
Use --no-start on mix test
YAML
mit
waffleio/poxa,joshk/poxa,RobertoSchneiders/poxa,edgurgel/poxa,edgurgel/poxa,edgurgel/poxa,joshk/poxa,waffleio/poxa,RobertoSchneiders/poxa,theinventor/rs-poxa
3be883b1c6fc1937133c149b0f3760d8c1c8f41b
.travis.yml
.travis.yml
language: python python: - "3.5" dist: trusty addons: apt: sources: - ubuntu-toolchain-r-test packages: - wget - pkg-config before_install: - wget https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel_0.3.1-linux-x86_64.deb - sha256sum -c tools/bazel_0.3.1-linux-x86_64.deb.sha256 - sudo dpkg -i bazel_0.3.1-linux-x86_64.deb - cd experiments install: - pip install -r requirements.txt script: - bin/bazel test
language: python python: - "3.5" dist: trusty addons: apt: sources: - ubuntu-toolchain-r-test packages: - wget - pkg-config before_install: - wget https://github.com/bazelbuild/bazel/releases/download/0.18.1/bazel_0.18.1-linux-x86_64.deb - sha256sum -c bazel_0.18.1-linux-x86_64.deb.sha256 - sudo dpkg -i bazel_0.3.1-linux-x86_64.deb - cd experiments install: - pip install -r requirements.txt script: - bin/bazel test
Update path to sha signature.
Update path to sha signature.
YAML
apache-2.0
conversationai/conversationai-models,conversationai/conversationai-models
db5e71f263d18d022a9490ce534985edea1679d1
.travis.yml
.travis.yml
# https://travis-ci.org/#!/jleclanche/fireplace sudo: false language: python python: - 3.4 script: - ./data/extras/enhance.py - cd tests - python test_main.py notifications: email: on_failure: always on_success: change irc: channels: - "chat.freenode.net#hearthsim" use_notice: true skip_join: true
# https://travis-ci.org/#!/jleclanche/fireplace sudo: false language: python python: - 3.4 script: - ./data/extras/enhance.py - cd tests - python test_main.py notifications: email: on_failure: always on_success: change irc: channels: - "chat.freenode.net#hearthsim" use_notice: true skip_join: true on_failure: always on_success: change template: - "(%{branch} @ %{commit} : %{author}): %{message} %{build_url}"
Change notification frequency and verbosity on IRC
Travis: Change notification frequency and verbosity on IRC
YAML
agpl-3.0
amw2104/fireplace,liujimj/fireplace,jleclanche/fireplace,Meerkov/fireplace,Meerkov/fireplace,smallnamespace/fireplace,butozerca/fireplace,beheh/fireplace,Ragowit/fireplace,amw2104/fireplace,oftc-ftw/fireplace,oftc-ftw/fireplace,NightKev/fireplace,butozerca/fireplace,smallnamespace/fireplace,Ragowit/fireplace,liujimj/fireplace
d452ab0d11fe7d917cc27c4e8b3319b188b1bf9f
.travis.yml
.travis.yml
language: python sudo: false env: global: - CONDA_DEPS="pip flake8 pytest dipy pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh" python: - '2.7' - '3.5' before_install: - export MINICONDA=$HOME/miniconda - export PATH="$MINICONDA/bin:$PATH" - hash -r - echo $MINICONDA_URL - wget $MINICONDA_URL -O miniconda.sh; - bash miniconda.sh -b -f -p $MINICONDA; - conda config --set always_yes yes - conda update conda - conda info -a - conda config --add channels conda-forge - conda install python=$TRAVIS_PYTHON_VERSION $CONDA_DEPS - pip install $PIP_DEPS install: - python setup.py install --record installed_files.txt script: - flake8 --ignore N802,N806 `find . -name \*.py | grep -v setup.py | grep -v /doc/` - mkdir for_test - cd for_test - py.test --pyargs AFQ --cov-report term-missing --cov=AFQ after_success: - coveralls
language: python sudo: false env: global: - CONDA_DEPS="pip flake8 pytest dipy pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh" python: - '2.7' - '3.5' before_install: - export MINICONDA=$HOME/miniconda - export PATH="$MINICONDA/bin:$PATH" - hash -r - echo $MINICONDA_URL - wget $MINICONDA_URL -O miniconda.sh; - bash miniconda.sh -b -f -p $MINICONDA; - conda config --set always_yes yes - conda update conda - conda info -a - conda config --add channels conda-forge - conda install python=$TRAVIS_PYTHON_VERSION $CONDA_DEPS - pip install $PIP_DEPS install: - python setup.py install --record installed_files.txt script: - flake8 --ignore N802,N806 `find . -name \*.py | grep -v setup.py | grep -v /doc/` - mkdir for_test - cd for_test - py.test --pyargs AFQ --cov-report term-missing --cov=AFQ after_success: - coveralls
Use Python 3 as the base installation of miniconda.
Use Python 3 as the base installation of miniconda.
YAML
bsd-2-clause
arokem/pyAFQ,arokem/pyAFQ,yeatmanlab/pyAFQ,yeatmanlab/pyAFQ
ab16ae743dbae7ae5ebe628b91d4c6f1b6b4c8e2
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 before_install: - cd .. - git clone https://github.com/owncloud/core.git - mv music core/apps/ - cd core - git submodule init - git submodule update - cd apps/music script: - phpunit tests --coverage-clover clover.xml # Create coverage report - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
language: php php: - 5.4 - 5.5 - 5.6 before_install: - cd .. - git clone https://github.com/owncloud/core.git - mv music core/apps/ - cd core - git submodule init - git submodule update - cd apps/music script: - phpunit --coverage-clover clover.xml tests # Create coverage report - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
Fix phpunit call to generate clover file
Fix phpunit call to generate clover file
YAML
agpl-3.0
DavidPrevot/music,pellaeon/music,paulijar/music,owncloud/music,Faldon/music,owncloud/music,uycarumba/music,Faldon/music,pellaeon/music,paulijar/music,Faldon/music,DavidPrevot/music,Faldon/music,owncloud/music,paulijar/music,owncloud/music,uycarumba/music,pellaeon/music,owncloud/music,paulijar/music,Faldon/music,DavidPrevot/music,paulijar/music,DavidPrevot/music,pellaeon/music,uycarumba/music,uycarumba/music
23732533ffbeaab9f3377d7598ebcda111a44cd4
metadata/com.antony.muzei.pixiv.yml
metadata/com.antony.muzei.pixiv.yml
AntiFeatures: - NonFreeNet Categories: - Theming License: GPL-3.0-only AuthorName: Antony AuthorEmail: [email protected] AuthorWebSite: https://yellowbluesky.github.io/ SourceCode: https://github.com/yellowbluesky/PixivforMuzei3 IssueTracker: https://github.com/yellowbluesky/PixivforMuzei3/issues Changelog: https://github.com/yellowbluesky/PixivforMuzei3/releases AutoName: Pixiv for Muzei 3 RepoType: git Repo: https://github.com/yellowbluesky/PixivforMuzei3 Builds: - versionName: 2.8.0 versionCode: 273 commit: 2.8.0 subdir: app gradle: - yes - versionName: 2.9.0 versionCode: 275 commit: 2.9.0 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 2.9.0 CurrentVersionCode: 275
AntiFeatures: - NonFreeNet Categories: - Theming License: GPL-3.0-only AuthorName: Antony AuthorEmail: [email protected] AuthorWebSite: https://yellowbluesky.github.io/ SourceCode: https://github.com/yellowbluesky/PixivforMuzei3 IssueTracker: https://github.com/yellowbluesky/PixivforMuzei3/issues Changelog: https://github.com/yellowbluesky/PixivforMuzei3/releases AutoName: Pixiv for Muzei 3 RepoType: git Repo: https://github.com/yellowbluesky/PixivforMuzei3 Builds: - versionName: 2.8.0 versionCode: 273 commit: 2.8.0 subdir: app gradle: - yes - versionName: 2.9.0 versionCode: 275 commit: 2.9.0 subdir: app gradle: - yes - versionName: 2.9.1 versionCode: 276 commit: 2.9.1 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 2.9.1 CurrentVersionCode: 276
Update Pixiv for Muzei 3 to 2.9.1 (276)
Update Pixiv for Muzei 3 to 2.9.1 (276)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2f53a2f0c75622e9b66e13fc73a298edae9f6cf7
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.3.4 - 2.4.1 branches: only: - master script: - "bundle exec rake"
language: ruby sudo: false cache: bundler rvm: - 2.3 - 2.4 - 2.5 - 2.6 - ruby-head branches: only: - master script: - "bundle exec rake"
Add rubies on ci to run test
Add rubies on ci to run test and remove specifying TEENY version
YAML
mit
k0kubun/rack-user_agent
e1f22b592f73e7ceb41b5b08842c8c66f5664fd9
.travis.yml
.travis.yml
--- language: node_js node_js: - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi' - 'if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi' env: global: - USE_YARN=no matrix: - TEST_SUITE=simple - TEST_SUITE=installs - TEST_SUITE=kitchensink matrix: include: - node_js: 0.10 env: TEST_SUITE=simple - node_js: 6 env: USE_YARN=yes TEST_SUITE=simple
--- language: node_js node_js: - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi' - 'if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi' env: global: - USE_YARN=no matrix: - TEST_SUITE=simple - TEST_SUITE=installs - TEST_SUITE=kitchensink matrix: include: - node_js: 0.10 env: TEST_SUITE=simple # There's a weird Yarn/Lerna bug related to prerelease versions. # TODO: reenable after we ship 1.0. # - node_js: 6 # env: USE_YARN=yes TEST_SUITE=simple
Disable Yarn on CI temporarily
Disable Yarn on CI temporarily
YAML
mit
jdcrensh/create-react-app,infernojs/create-inferno-app,dsopel94/create-react-app,Place1/create-react-app-typescript,romaindso/create-react-app,jdcrensh/create-react-app,TondaHack/create-react-app,Timer/create-react-app,mangomint/create-react-app,jdcrensh/create-react-app,liamhu/create-react-app,andrewmaudsley/create-react-app,sigmacomputing/create-react-app,TryKickoff/create-kickoff-app,cr101/create-react-app,maletor/create-react-app,g3r4n/create-esri-react-app,shrynx/react-super-scripts,in2core/create-react-app,amido/create-react-app,Place1/create-react-app-typescript,g3r4n/create-esri-react-app,scyankai/create-react-app,d3ce1t/create-react-app,christiantinauer/create-react-app,brysgo/create-react-app,IamJoseph/create-react-app,ro-savage/create-react-app,HelpfulHuman/helpful-react-scripts,dsopel94/create-react-app,GreenGremlin/create-react-app,0xaio/create-react-app,CodingZeal/create-react-app,sigmacomputing/create-react-app,timlogemann/create-react-app,Clearcover/web-build,ontruck/create-react-app,RobzDoom/frame_trap,paweljedrzejczyk/create-react-app,reedsa/create-react-app,iamdoron/create-react-app,christiantinauer/create-react-app,ConnectedHomes/create-react-web-app,0xaio/create-react-app,CodingZeal/create-react-app,CodingZeal/create-react-app,0xaio/create-react-app,Exocortex/create-react-app,gutenye/create-react-app,ontruck/create-react-app,Clearcover/web-build,g3r4n/create-esri-react-app,tharakawj/create-react-app,appier/create-react-app,HelpfulHuman/helpful-react-scripts,mangomint/create-react-app,shrynx/react-super-scripts,Bogala/create-react-app-awesome-ts,in2core/create-react-app,appier/create-react-app,iamdoron/create-react-app,just-boris/create-preact-app,timlogemann/create-react-app,ConnectedHomes/create-react-web-app,picter/create-react-app,infernojs/create-inferno-app,just-boris/create-preact-app,TondaHack/create-react-app,HelpfulHuman/helpful-react-scripts,IamJoseph/create-react-app,cr101/create-react-app,tharakawj/create-react-app,TryKickoff/create-kickoff-app,devex-web-frontend/create-react-app-dx,GreenGremlin/create-react-app,Bogala/create-react-app-awesome-ts,Exocortex/create-react-app,reedsa/create-react-app,johnslay/create-react-app,facebookincubator/create-react-app,paweljedrzejczyk/create-react-app,reedsa/create-react-app,brysgo/create-react-app,amido/create-react-app,d3ce1t/create-react-app,TondaHack/create-react-app,timlogemann/create-react-app,gutenye/create-react-app,facebookincubator/create-react-app,Timer/create-react-app,devex-web-frontend/create-react-app-dx,Clearcover/web-build,peopleticker/create-react-app,GreenGremlin/create-react-app,digitalorigin/create-react-app,Exocortex/create-react-app,jdcrensh/create-react-app,digitalorigin/create-react-app,andrewmaudsley/create-react-app,mangomint/create-react-app,Bogala/create-react-app-awesome-ts,liamhu/create-react-app,johnslay/create-react-app,gutenye/create-react-app,viankakrisna/create-react-app,viankakrisna/create-react-app,ConnectedHomes/create-react-web-app,digitalorigin/create-react-app,ConnectedHomes/create-react-web-app,scyankai/create-react-app,amido/create-react-app,Place1/create-react-app-typescript,RobzDoom/frame_trap,lolaent/create-react-app,maletor/create-react-app,andrewmaudsley/create-react-app,d3ce1t/create-react-app,romaindso/create-react-app,Bogala/create-react-app-awesome-ts,christiantinauer/create-react-app,devex-web-frontend/create-react-app-dx,peopleticker/create-react-app,scyankai/create-react-app,lolaent/create-react-app,iamdoron/create-react-app,mangomint/create-react-app,dsopel94/create-react-app,in2core/create-react-app,tharakawj/create-react-app,liamhu/create-react-app,appier/create-react-app,paweljedrzejczyk/create-react-app,maletor/create-react-app,picter/create-react-app,romaindso/create-react-app,infernojs/create-inferno-app,d3ce1t/create-react-app,facebookincubator/create-react-app,ro-savage/create-react-app,just-boris/create-preact-app,peopleticker/create-react-app,ro-savage/create-react-app,RobzDoom/frame_trap,ontruck/create-react-app,lolaent/create-react-app,Place1/create-react-app-typescript,IamJoseph/create-react-app,TryKickoff/create-kickoff-app,picter/create-react-app,timlogemann/create-react-app,johnslay/create-react-app,matart15/create-react-app,viankakrisna/create-react-app,matart15/create-react-app,cr101/create-react-app,matart15/create-react-app,GreenGremlin/create-react-app,brysgo/create-react-app,sigmacomputing/create-react-app,devex-web-frontend/create-react-app-dx,christiantinauer/create-react-app,Timer/create-react-app,shrynx/react-super-scripts,Timer/create-react-app
6d4be7f7dafa313a75e4797eb7c547a9a16a1283
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly notifications: email: no
language: rust rust: - stable - beta - nightly - 1.15.0 # Minimum supported version matrix: allow_failures: - rust: nightly notifications: email: no
Add testing via TravisCI on the minimum supported version of rustc
Add testing via TravisCI on the minimum supported version of rustc
YAML
mpl-2.0
dariost/dazzle
cbc31af729b9f892d50fb1b208a6fd9971913e0f
.travis.yml
.travis.yml
language: bash sudo: required services: - docker env: - Dockerfile=3.1/debian - Dockerfile=3.1/alpine - Dockerfile=3.1/php5-debian - Dockerfile=3.1/php5-alpine - Dockerfile=2.5/debian - Dockerfile=2.5/alpine - Dockerfile=2.5/php5-debian - Dockerfile=2.5/php5-alpine before_script: - make image DOCKERFILE=$Dockerfile VERSION=test script: - make test DOCKERFILE=$Dockerfile VERSION=test
language: bash sudo: false services: - docker env: - Dockerfile=3.1/debian - Dockerfile=3.1/alpine - Dockerfile=3.1/php5-debian - Dockerfile=3.1/php5-alpine - Dockerfile=2.5/debian - Dockerfile=2.5/alpine - Dockerfile=2.5/php5-debian - Dockerfile=2.5/php5-alpine before_script: - make image DOCKERFILE=$Dockerfile VERSION=test script: - make test DOCKERFILE=$Dockerfile VERSION=test
Switch to containerized Travis builds
Switch to containerized Travis builds
YAML
mit
kahlan/docker-image,kahlan/docker-image
98df5332887d78e5e83e9fb00094260755559f59
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob build"
language: node_js node_js: - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob build"
Drop 0.9, waiting for Buster to fix 0.10 compatibility.
Drop 0.9, waiting for Buster to fix 0.10 compatibility.
YAML
mit
cliffano/ae86
4d000bdba774dca8633b2c2729f4fbafd65b831b
.travis.yml
.travis.yml
sudo: false language: java matrix: include: - jdk: oraclejdk7 env: WLP_VERSION=8.5.5_07 - jdk: oraclejdk8 env: WLP_VERSION=8.5.5_08 script: - travis_wait ./gradlew check -Prunit=online -DwlpVersion=$WLP_VERSION -DwlpLicense=L-MCAO-9SYMVC
sudo: false language: java matrix: include: - jdk: oraclejdk7 env: WLP_VERSION=8.5.5_09 WLP_LICENSE=L-MCAO-9SYMVC - jdk: oraclejdk8 env: WLP_VERSION=16.0.0_2 WLP_LICENSE=L-SWIS-A99U5C script: - travis_wait ./gradlew check -Prunit=online -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICENSE
Update Liberty versions for tests
Update Liberty versions for tests
YAML
apache-2.0
jjvilleg/ci.gradle,WASdev/ci.gradle,cthigh/ci.gradle,jjvilleg/ci.gradle,WASdev/ci.gradle
dc2b45864cdfb29c2e61dc1816c12240a7362c7d
.travis.yml
.travis.yml
language: generic sudo: true services: - docker env: global: - DOCKER_CONFIG=./.docker matrix: - TAG=3.2 - TAG=3.3 script: - make build - make test before_deploy: - openssl aes-256-cbc -K "$DOCKER_CONF_key" -iv "$DOCKER_CONF_iv" -in .docker/config.json.enc -out .docker/config.json -d deploy: provider: script skip_cleanup: true script: make push on: branch: master
language: generic sudo: true services: - docker env: matrix: - TAG=3.2 - TAG=3.3 script: - make build - make test before_deploy: - export DOCKER_CONFIG="${HOME}/.docker" - mkdir -p "$DOCKER_CONFIG" - openssl aes-256-cbc -K "$DOCKER_CONF_key" -iv "$DOCKER_CONF_iv" -in .docker/config.json.enc -out "${DOCKER_CONFIG}/config.json" -d deploy: provider: script skip_cleanup: true script: make push on: branch: master
Handle Docker push credentials more securely
Handle Docker push credentials more securely Currently, we load the docker configuration in `.docker`, which *could* (but hasn't in any of our repos) end up in the Docker image if we ran a `ADD . somewhere` instruction. This updates the Travis build file to copy the Docker configuration outside of the build directory so we can't accidentally `ADD` it in the Docker image.
YAML
mit
aptible/docker-alpine
f37a30cad66c7dc3ead55ddb228ffd557b1f3290
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6" - "nightly" # command to install dependencies install: - pip install -r requirements.txt - pip install -r web/requirements.txt - pip install -r executor/requirements.txt # command to run tests script: cd web; ./manage.py test after_success: - bash <(curl -s https://codecov.io/bash)
language: python python: - "3.4" - "3.5" - "3.6" - "nightly" # command to install dependencies install: - pip install -r requirements.txt - pip install -r web/requirements.txt - pip install -r executor/requirements.txt - pip install scrutinizer-ocular # command to run tests script: coverage run ./web/manage.py test opensubmit.tests after_success: - ocular --data-file ".coverage" --config-file ".coveragerc"
Enable code coverage in Scrutinizer
Enable code coverage in Scrutinizer
YAML
agpl-3.0
troeger/opensubmit,troeger/opensubmit,troeger/opensubmit,troeger/opensubmit,troeger/opensubmit
b39034cfe78e8d206f3ba41b3320251f3dc7b354
.travis.yml
.travis.yml
dist: trusty language: java jdk: - openjdk7 - oraclejdk8 addons: chrome: stable sudo: false before_install: - nvm i node - npm install script : - npm run build-static - npm test - npm run lint-js - cd uw-frame-java/ - mvn clean install cache: directories: - $HOME/.m2 - $HOME/.npm
language: java sudo: false matrix: fast_finish: true include: - os: linux dist: trusty jdk: oraclejdk8 - os: linux dist: trusty jdk: openjdk7 - os: osx osx_image: xcode8.3 addons: chrome: stable before_install: - nvm i node - npm install script : - npm run build-static - npm test - npm run lint-js - cd uw-frame-java/ - mvn clean install cache: directories: - $HOME/.m2 - $HOME/.npm
Add macOS environment to Travis CI
Add macOS environment to Travis CI
YAML
apache-2.0
UW-Madison-DoIT/uw-frame,UW-Madison-DoIT/uw-frame,paulerickson/uw-frame,uPortal-Project/uportal-app-framework,paulerickson/uw-frame,thevoiceofzeke/uw-frame,thevoiceofzeke/uw-frame,uPortal-Project/uportal-app-framework,paulerickson/uw-frame,uPortal-Project/uportal-app-framework,thevoiceofzeke/uw-frame,UW-Madison-DoIT/uw-frame
d7feb7e98c0b89349a8430c04c21ac2e3fd143a2
.travis.yml
.travis.yml
language: erlang env: global: - PLATFORM=linux - LUAROCKS_VER=2.1.0 matrix: - LUA=lua5.1 ZMQ_VER=zeromq3 LUA_SFX= - LUA=lua5.2 ZMQ_VER=zeromq3 LUA_SFX= - LUA=luajit ZMQ_VER=zeromq3 LUA_SFX=jit branches: only: - master before_install: - bash .travis/setup_lua.sh - bash .travis/setup_zmq.sh install: - sudo luarocks install lua-llthreads2 - if [ $LUA = "luajit" ]; then sudo luarocks install https://raw2.github.com/justincormack/ljsyscall/master/rockspec/ljsyscall-0.9-1.rockspec; sudo luarocks install lzmq-ffi; else sudo luarocks install lzmq; fi - sudo luarocks make rockspecs/parallel-scm-0.rockspec script: - cd test - lua$LUA_SFX test_basic_for.lua notifications: email: on_success: change on_failure: always
language: erlang env: global: - PLATFORM=linux - LUAROCKS_VER=2.1.0 matrix: - LUA=lua5.1 ZMQ_VER=zeromq3 LUA_SFX= - LUA=lua5.2 ZMQ_VER=zeromq3 LUA_SFX= - LUA=luajit ZMQ_VER=zeromq3 LUA_SFX=jit branches: only: - master before_install: - bash .travis/setup_lua.sh - bash .travis/setup_zmq.sh install: - git clone https://github.com/moteus/lua-cmsgpack.git - cd lua-cmsgpack - git checkout add-streaming-and-refactor-and-tests - sudo luarocks make rockspec/lua-cmsgpack-scm-1.rockspec - cd $TRAVIS_BUILD_DIR - sudo luarocks install lua-llthreads2 - if [ $LUA = "luajit" ]; then sudo luarocks install https://raw2.github.com/justincormack/ljsyscall/master/rockspec/ljsyscall-0.9-1.rockspec; sudo luarocks install lzmq-ffi; else sudo luarocks install lzmq; fi - sudo luarocks make rockspecs/parallel-scm-0.rockspec script: - cd test - lua$LUA_SFX test_basic_for.lua notifications: email: on_success: change on_failure: always
Use current master for lua-cmsgpack.
Use current master for lua-cmsgpack.
YAML
mit
moteus/lua-Parallel,kidaa/lua-Parallel
e915f1a627c788aaa001790d96045eb648f61eb3
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.1 script: "bundle exec rspec"
language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 script: "bundle exec rspec"
Update rubies for Travis CI
Update rubies for Travis CI
YAML
mit
deees/sshkit-chunky-runner
94174b10137095208ac292b0a7bc5e5471b37fb2
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby dist: trusty rvm: - jruby-9.1.15.0 - jruby-head - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - ruby-head env: global: - JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby matrix: - 'TASK=spec' - 'TASK=ascii_spec' - 'TASK=internal_investigation' matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true before_install: - gem update --system 2.6.14 - gem update --remote bundler install: - bundle install --retry=3 script: - ruby .travis.rb addons: code_climate: repo_token: a11b66bfbb1acdf220d5cb317b2e945a986fd85adebe29a76d411ad6d74ec31f
sudo: false cache: bundler language: ruby dist: trusty rvm: - jruby-9.1.15.0 - jruby-head - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - ruby-head env: global: - JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby matrix: - 'TASK=spec' - 'TASK=ascii_spec' - 'TASK=internal_investigation' matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true before_install: - gem update --system - gem update --remote bundler install: - bundle install --retry=3 script: - ruby .travis.rb addons: code_climate: repo_token: a11b66bfbb1acdf220d5cb317b2e945a986fd85adebe29a76d411ad6d74ec31f
Revert `Workaround for broke Travis with RubyGems 2.7`
Revert `Workaround for broke Travis with RubyGems 2.7` rubygems/rubygems#2123 has been resolved and fixed version RubyGems 2.7.4 released. Version specification to `gem update --system` is no longer necessary. Related rails/rails#31558.
YAML
mit
petehamilton/rubocop,rrosenblum/rubocop,meganemura/rubocop,palkan/rubocop,bquorning/rubocop,panthomakos/rubocop,jfelchner/rubocop,urbanautomaton/rubocop,bbatsov/rubocop,petehamilton/rubocop,tdeo/rubocop,jmks/rubocop,panthomakos/rubocop,sue445/rubocop,urbanautomaton/rubocop,vergenzt/rubocop,maxjacobson/rubocop,deivid-rodriguez/rubocop,sue445/rubocop,mikegee/rubocop,haziqhafizuddin/rubocop,jmks/rubocop,petehamilton/rubocop,jfelchner/rubocop,tdeo/rubocop,deivid-rodriguez/rubocop,haziqhafizuddin/rubocop,akihiro17/rubocop,bquorning/rubocop,mikegee/rubocop,maxjacobson/rubocop,smakagon/rubocop,rrosenblum/rubocop,bquorning/rubocop,deivid-rodriguez/rubocop,sue445/rubocop,vergenzt/rubocop,meganemura/rubocop,pocke/rubocop,meganemura/rubocop,smakagon/rubocop,akihiro17/rubocop,panthomakos/rubocop,scottmatthewman/rubocop,scottmatthewman/rubocop,vergenzt/rubocop,maxjacobson/rubocop,palkan/rubocop,palkan/rubocop,akihiro17/rubocop,tejasbubane/rubocop,jmks/rubocop,jfelchner/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,pocke/rubocop,tejasbubane/rubocop,bbatsov/rubocop,mikegee/rubocop,tdeo/rubocop
fbe4f8044a66cbc47ef0e429eb2722cd4ca8093d
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: 2.2.1 before_script: - bundle exec ruby spec/integration/support/run_all.rb - sleep 1 script: - bundle exec rspec --exclude-pattern "spec/integration/*" - bundle exec rspec spec/integration
sudo: false language: ruby cache: bundler rvm: 2.2.1 services: - redis-server before_script: - bundle exec ruby spec/integration/support/run_all.rb - sleep 1 script: - bundle exec rspec --exclude-pattern "spec/integration/*" - bundle exec rspec spec/integration
Add Redis service to Travis
Add Redis service to Travis
YAML
mit
Everlane/async_cache
8dfb97f92aa9173b608e78db89baf3ab0698ebd4
.travis.yml
.travis.yml
language: java jdk: - openjdk7 - oraclejdk7 after_success: - mvn jacoco:report coveralls:report
language: java jdk: - openjdk6 - openjdk7 - oraclejdk8 after_success: - mvn jacoco:report coveralls:report
Add OpenJDK 6 and OracleJDK 8 and remove OracleJDK 7
Add OpenJDK 6 and OracleJDK 8 and remove OracleJDK 7
YAML
apache-2.0
johnpaularthur/rundeck-slack-plugin,Sylvain-Bugat/rundeck-slack-plugin
cd5764812337d2435b9a207422ffeb1e216f0504
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" env: - TEST_DIR=/ - TEST_DIR=packages/dispatchr - TEST_DIR=packages/fluxible - TEST_DIR=packages/fluxible-plugin-fetchr - TEST_DIR=packages/fluxible-reducer-store - TEST_DIR=packages/fluxible-addons-react - TEST_DIR=packages/fluxible-router - TEST_DIR=packages/generator-fluxible - TEST_DIR=site script: cd $TEST_DIR && npm test after_success: - "npm run cover" - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
sudo: false language: node_js node_js: - "0.10" env: - TEST_DIR=packages/dispatchr - TEST_DIR=packages/fluxible - TEST_DIR=packages/fluxible-plugin-fetchr - TEST_DIR=packages/fluxible-reducer-store - TEST_DIR=packages/fluxible-addons-react - TEST_DIR=packages/fluxible-router - TEST_DIR=packages/generator-fluxible - TEST_DIR=site script: cd $TEST_DIR && npm test after_success: - "npm run cover" - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Remove root from test_dir dimensions
Remove root from test_dir dimensions
YAML
bsd-3-clause
pablolmiranda/fluxible
c01d7ebb5ca7a9009273588a88069f68af0400db
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '12' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
sudo: false language: node_js node_js: - '12' - '14' 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. See #8.
YAML
mit
bigeasy/wildmap
239f022c64e0f28244f6303bb8c1497f5c4afe62
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 sudo: false services: - mysql env: global: - ARTISAN_DB_HOST=127.0.0.1 - ARTISAN_DB_PORT=3306 - ARTISAN_DB_USER=travis - ARTISAN_DB_PASS="" matrix: - PHPUNIT_VERSION="^5.7" - PHPUNIT_VERSION="^6.0" cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini - travis_retry composer self-update - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_default;' - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_foo;' - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_bar;' install: - composer install --no-interaction --prefer-dist --no-suggest - composer require phpunit/phpunit:${PHPUNIT_VERSION} --dev --update-with-dependencies --no-interaction --prefer-dist --no-suggest script: vendor/bin/phpunit after_success: - bash <(curl -s https://codecov.io/bash)
language: php php: - 7.0 - 7.1 - 7.2 sudo: false services: - mysql env: global: - ARTISAN_DB_HOST=127.0.0.1 - ARTISAN_DB_PORT=3306 - ARTISAN_DB_USER=travis - ARTISAN_DB_PASS="" matrix: - PHPUNIT_VERSION="^5.7" - PHPUNIT_VERSION="^6.0" cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini - travis_retry composer self-update - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_default;' - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_foo;' - mysql -e 'CREATE DATABASE IF NOT EXISTS suitey_test_bar;' install: - composer install --no-interaction --prefer-dist --no-suggest - composer require phpunit/phpunit:${PHPUNIT_VERSION} --dev --update-with-dependencies --no-interaction --prefer-dist --no-suggest script: vendor/bin/phpunit after_success: - bash <(curl -s https://codecov.io/bash)
Add PHP 7.2 to Travis
Add PHP 7.2 to Travis
YAML
mit
thecrypticace/suitey
f344d3a3cf60cfe0475dc91ca57eec8fea2d3d29
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.4.1 - 2.3.4 - 2.2.7 - ruby-head env: - RUST=yes - RUST=no matrix: allow_failures: - rvm: ruby-head before_install: - if [[ "$RUST" == "yes" ]]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable; export PATH="$HOME/.cargo/bin:$PATH"; fi script: - if [[ "$RUST" == "yes" ]]; then bundle exec rake SPEC_OPTS="--format p"; else bundle exec rake spec SPEC_OPTS="--format p"; fi addons: code_climate: repo_token: b4319eb676f021fb9473aa342324abd74f58d146e174f3cdf57f103bab052f25
sudo: false language: ruby rvm: - 2.4.2 - 2.3.5 - 2.2.8 - ruby-head env: - RUST=yes - RUST=no matrix: allow_failures: - rvm: ruby-head before_install: - if [[ "$RUST" == "yes" ]]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable; export PATH="$HOME/.cargo/bin:$PATH"; fi script: - if [[ "$RUST" == "yes" ]]; then bundle exec rake SPEC_OPTS="--format p"; else bundle exec rake spec SPEC_OPTS="--format p"; fi addons: code_climate: repo_token: b4319eb676f021fb9473aa342324abd74f58d146e174f3cdf57f103bab052f25
Update TravisCI ruby versions to latest point releases.
Update TravisCI ruby versions to latest point releases.
YAML
mit
ubcsanskrit/sanscript.rb,ubcsanskrit/sanscript.rb,ubcsanskrit/sanscript.rb
01e24a398e3f5f4d9f63111c9ccb3cb8acfc604f
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' before_script: - composer self-update - composer install --prefer-source --no-interaction script: vendor/bin/phpunit
language: php php: - '7.1' - '7.2' before_script: - composer self-update - composer install --prefer-source --no-interaction script: vendor/bin/phpunit
Drop support for PHP <7.1 in Travis.
Drop support for PHP <7.1 in Travis.
YAML
mit
nicklaw5/twitch-api-php,nicklaw5/twitch-api-php
0ebb41eb30653b19d1d857b786bf5790efec571d
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" # - "nightly" script: pytest before_install: - export CPPFLAGS=`gdal-config --cflags` - export LDFLAGS=`gdal-config --libs` - export PROJ_LIB=/usr/share/proj install: - apt-get build-dep rasterio - pip install -r dev-requirements.txt - pip install . addons: apt: sources: - sourceline: 'ppa:ubuntugis/ubuntugis-unstable' - sourceline: 'ppa:johanvdw/gdal' packages: - libgdal-dev - gdal-bin
language: python python: - "2.7" - "3.5" - "3.6" # - "nightly" script: pytest before_install: - export CPPFLAGS=`gdal-config --cflags` - export LDFLAGS=`gdal-config --libs` - export PROJ_LIB=/usr/share/proj install: - sudo apt-get build-dep rasterio - pip install -r dev-requirements.txt - pip install . addons: apt: sources: - sourceline: 'ppa:ubuntugis/ubuntugis-unstable' - sourceline: 'ppa:johanvdw/gdal' packages: - libgdal-dev - gdal-bin
Install rasterio build-dependencies as superuser
Install rasterio build-dependencies as superuser
YAML
mit
johanvdw/niche_vlaanderen
543d70c56f6d54866d9b4430806c8a23a0905175
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '7' - '6' - '4'
sudo: false language: node_js node_js: - '9' - '8' - '6'
Update Travis CI node versions
Test(config): Update Travis CI node versions
YAML
unlicense
fvdm/nodejs-searchitunes
0584772479689fc58de6e62e7b3eb4d05bd0cad3
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" sudo: false addons: apt: packages: - python-opencv install: - pip install -r requirements.txt - pip install codecov script: - py.test after_success: - py.test --cov=avena - codecov virtualenv: system_site_packages: true
language: python python: - "2.7" - "3.2" sudo: false install: - pip install -r requirements.txt - pip install codecov script: - py.test after_success: - py.test --cov=avena - codecov
Drop the requirement for OpenCV on Travis CI.
Drop the requirement for OpenCV on Travis CI.
YAML
isc
eliteraspberries/avena
b305d8aafeda32e2bb1e05226d625572a69a8fde
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11"
language: node_js node_js: - "5.4" - "5.3" - "5.2" - "5.1" - "5.0" - "4.2" - "4.1" - "4.0" - "0.12" - "0.11" env: - CXX=g++-4.9 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.9
Extend nodejs versions for CI
Extend nodejs versions for CI
YAML
mit
codeout/node-bgpdump2,codeout/node-bgpdump2,codeout/node-bgpdump2
bf8117a6d79ba2effa71dee1d24520b75380b666
.travis.yml
.travis.yml
language: c sudo: required services: - rabbitmq install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: matrix: - OCAML_VERSION=4.03 - OCAML_VERSION=4.04 - OCAML_VERSION=4.05 - OCAML_VERSION=4.06 global: - PACKAGE=amqp-client - DEPOPTS="*" - TESTS=true - PRE_INSTALL_HOOK="opam remove amqp-client || true" - POST_INSTALL_HOOK="opam install async lwt --yes; make integration" - DEPOPTS="*" os: - linux - osx #cache: # directories: # - $HOME/.opam
language: c sudo: required services: - rabbitmq install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: matrix: - OCAML_VERSION=4.03 - OCAML_VERSION=4.04 - OCAML_VERSION=4.05 - OCAML_VERSION=4.06 global: - PACKAGE=amqp-client - DEPOPTS="*" - TESTS=true - PRE_INSTALL_HOOK="opam remove amqp-client || true" - POST_INSTALL_HOOK="opam install async lwt --yes; make integration" os: - linux
Remove build on osx as rabbutmq server does not seem to work
Remove build on osx as rabbutmq server does not seem to work
YAML
bsd-3-clause
andersfugmann/amqp-client,andersfugmann/amqp-client
7c5ba0408d6f2c4b2802d1994f418b3ba5dc2163
.travis.yml
.travis.yml
language: python python: # - "3.3" # - "3.4" - "3.5" # - "3.5-dev" # 3.5 development branch - "3.6" # - "3.6-dev" # 3.6 development branch # - "3.7-dev" # 3.7 development branch # - "nightly" # currently points to 3.7-dev # command to install dependencies install: - pip install . - pip install jsonpickle # command to run tests script: pytest
language: python python: # - "3.3" # - "3.4" # - "3.5" # - "3.5-dev" # 3.5 development branch - "3.6" # - "3.6-dev" # 3.6 development branch # - "3.7-dev" # 3.7 development branch # - "nightly" # currently points to 3.7-dev # command to install dependencies install: - pip install . - pip install jsonpickle - pip install Pillow # command to run tests script: pytest
Make sure to include Pillow/PIL to requirements
Make sure to include Pillow/PIL to requirements
YAML
mit
goosechooser/cps2-zmq
f3dd2acfd2781109de6608f22bd35da8b402d813
.travis.yml
.travis.yml
language: php php: - 5.5 before_script: - composer self-update - composer install --no-interaction --prefer-source script: vendor/bin/phpunit tests addons: ssh_known_hosts: vps.jmgpena.net before_install: - openssl aes-256-cbc -K $encrypted_24bcea8dbc9d_key -iv $encrypted_24bcea8dbc9d_iv -in deploy_key.enc -out deploy_key -d - chmod 600 deploy_key after_success: - rsync -rv --delete -e "ssh -i deploy_key" vendor [email protected]:~/cfc/vendor - rsync -rv --delete -e "ssh -i deploy_key" public [email protected]:~/cfc/public
language: php php: - 5.5 before_script: - composer self-update - composer install --no-interaction --prefer-source script: vendor/bin/phpunit tests addons: ssh_known_hosts: vps.jmgpena.net before_install: - openssl aes-256-cbc -K $encrypted_24bcea8dbc9d_key -iv $encrypted_24bcea8dbc9d_iv -in deploy_key.enc -out deploy_key -d - chmod 600 deploy_key after_success: - rsync -rv --delete -e "ssh -i deploy_key" vendor [email protected]:~/cfc/ - rsync -rv --delete -e "ssh -i deploy_key" public [email protected]:~/cfc/
Fix bug in deploy script
Fix bug in deploy script
YAML
unlicense
jmgpena/cfc,jmgpena/cfc,jmgpena/cfc
eec913a517bf6bd0981f381df801b3624f418f2b
.travis.yml
.travis.yml
sudo: false rvm: - 2.2 - 2.1 - 2.0 - 1.9.3 - jruby-1.7.12 # whitelist branches: only: - master - v1.3.x-bugfix notifications: webhooks: urls: # gitter - https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
sudo: false rvm: - 2.2 - 2.1 - 2.0 - 1.9.3 - jruby-1.7.12 # whitelist branches: only: - master - v1.3.x-bugfix notifications: email: - [email protected] webhooks: urls: # gitter - https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
Add back email notifications for builds
Add back email notifications for builds
YAML
mit
danascheider/cucumber-ruby,marxarelli/cucumber,twalpole/cucumber,shadow000902/cucumber-ruby,enkessler/cucumber-ruby,phoebeclarke/cucumber-ruby,shadow000902/cucumber-ruby,enkessler/cucumber-ruby,danascheider/cucumber-ruby,cucumber/cucumber-ruby,phoebeclarke/cucumber-ruby,cucumber/cucumber-ruby,enkessler/cucumber-ruby,richarda/cucumber,marxarelli/cucumber,cucumber/cucumber-ruby,richarda/cucumber,twalpole/cucumber
1f4215b8a0412a998f8f59a05e92481620e3eded
.travis.yml
.travis.yml
language: python python: 2.7 env: - TOX_ENV=flake8 - TOX_ENV=py35-django19 - TOX_ENV=py35-django18 - TOX_ENV=py34-django19 - TOX_ENV=py34-django18 - TOX_ENV=py27-django19 - TOX_ENV=py27-django18 - TOX_ENV=py27-django17 - TOX_ENV=py27-django16 - TOX_ENV=py27-django14 - TOX_ENV=pypy-django19 - TOX_ENV=pypy-django18 install: - pip install tox script: - tox -e $TOX_ENV sudo: false
language: python python: 2.7 env: - TOX_ENV=flake8 - TOX_ENV=py34-django19 - TOX_ENV=py34-django18 - TOX_ENV=py27-django19 - TOX_ENV=py27-django18 - TOX_ENV=py27-django17 - TOX_ENV=py27-django16 - TOX_ENV=py27-django14 - TOX_ENV=pypy-django19 - TOX_ENV=pypy-django18 install: - pip install tox script: - tox -e $TOX_ENV sudo: false
Remove Python 3.5 from Travis tests
Remove Python 3.5 from Travis tests Interpeter's only available if specified in Travis matrix
YAML
bsd-2-clause
bennylope/django-addendum,bennylope/django-addendum
a91488d09e483b4946f2619e600031211b9e2319
.travis.yml
.travis.yml
language: python sudo: false python: - 2.7 install: - pip install -U pip setuptools wheel codecov - python setup.py install script: - python setup.py test after_success: - codecov
language: python sudo: false python: - 2.7 install: - pip install -U pip setuptools wheel codecov - pip install . script: - python setup.py test after_success: - codecov
Use pip to install dependencies
Use pip to install dependencies
YAML
bsd-2-clause
bogdal/sentry-youtrack,bogdal/sentry-youtrack,bogdal/sentry-youtrack,bogdal/sentry-youtrack
19be47ec5bba7d0c1a6fa179f1900863ad32b53e
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly script: - cargo build --verbose - cargo test --verbose - (cd cli && cargo build --verbose)
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo doc --verbose - "(cd cli && cargo build --verbose)" after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: global: secure: B6wLsR6HDHo/VhjM2azghFJ66PZIyNyDDfly4FT0P9UmmHEwdM1mk3YWlNx9NT2s8jp9I+wChYehPeWjCTd8QHVyYgvKS0FdHFNZDMTBE306q6fjQgMxLXsLINkc4U2+b3JUjx/lyAzvVjNIO53KXq+ydWXbrHEWIKTvzkm5o7zNNJQ2ZHMQm6SlJVY++x439PMMPTp9KZWYcwroNrpf+cUdMbvVhF7DA/5SysJpXDL4Y7KC7kzyOXdZPOhW4qK1FNKCmIB7t1OwgMXS8/b260nvAKPRUCA7IodRdogBieDEZ3CW5qhiT/kUgWC3aRgpS9nhiv3YLbArR5bv3IO2s8t2w34A4TJl5NcTMzW2PZQSniGxhX4CA2gQJHa3QlVxZkOXDATJkZeqtoB7vY6Amf/Gv8pZoMnz5OlKqbkAy8iRhtgTczEfG91C6jxY5FLixo/g3ccZoOK5Fy9O+CI8VNp7DAlMSK2+NZVdIDNhuRgGFxT6HMQCeo65tgdWAwIigR6D58cO4sLbh8TvQL7vzNOtfvZ8IZKVSIOMb4KDxAzKShq3m3P7XOWQUt2DuhpYiT4PdcyVqoQUrUmSp1M6mulglefSqVuyv4h7vUAGzmLgcO4lpZy69452JfvphRAYOniWvXZA5HKCVWZCjBy9H+/szQqeJ445pVlsZMUQAUQ=
Update GitHub pages on success.
Update GitHub pages on success.
YAML
mit
fnichol/names
6b61200f7c499b934afa1ee1d27475cb013ec62d
.travis.yml
.travis.yml
language: python python: - "3.3" - "2.7" - "2.6" install: - "pip install numpy scipy sympy" script: nosetests
language: python python: - "3.3" - "2.7" - "2.6" install: - "pip install numpy scipy" script: nosetests
Remove sympy from CI tests (no BLAS available on Travis)
Remove sympy from CI tests (no BLAS available on Travis)
YAML
bsd-2-clause
johnbachman/pysb,johnbachman/pysb,neurord/pysb,LoLab-VU/pysb,LoLab-VU/pysb,jmuhlich/pysb,neurord/pysb,pysb/pysb,neurord/pysb,alubbock/pysb
86eba17b5100db9f731d89855561a1c4611964de
.travis.yml
.travis.yml
language: c install: pip install paver script: paver test_libc addons: apt: packages: - python - python3 - python-pip
#This is a C project, but Python works better. #Has C compiler, plus I can use Pip to install Paver language: python install: pip install paver script: paver test_libc
Switch to Python container from C container
Switch to Python container from C container
YAML
mit
simon-andrews/norby,simon-andrews/norby,simon-andrews/norby
849cf8c46e63b1a92317ad4ea47c44e90d5290d0
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev script: vendor/bin/phpspec run
language: php php: - 5.5 - 5.6 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev script: vendor/bin/phpspec run
Remove php 5.4 testing requirement
Remove php 5.4 testing requirement
YAML
mit
nisaac2fly/auth-saml-wrapper
94d5ac28c2184618ae2325754743b434b862be6f
.travis.yml
.travis.yml
--- language: node_js node_js: - "6" - "8" - "10" sudo: false dist: trusty addons: chrome: stable cache: directories: - $HOME/.npm env: - TEST_FRAMEWORK=ember-qunit - TEST_FRAMEWORK=ember-cli-mocha matrix: fast_finish: true branches: only: - master before_install: - npm config set spin false - npm install -g npm@4 - npm --version install: - npm install - ./bin/install-test-framework.sh script: - npm test after_script: - npm run coverage
--- language: node_js node_js: - "6" - "8" - "10" addons: chrome: stable cache: directories: - $HOME/.npm env: - TEST_FRAMEWORK=ember-qunit - TEST_FRAMEWORK=ember-cli-mocha matrix: fast_finish: true branches: only: - master before_install: - npm config set spin false - npm install -g npm@4 - npm --version install: - npm install - ./bin/install-test-framework.sh script: - npm test after_script: - npm run coverage
Remove deprecated `sudo: false` option
TravisCI: Remove deprecated `sudo: false` option see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
YAML
mit
trentmwillis/ember-exam,trentmwillis/ember-exam,trentmwillis/ember-scatter,trentmwillis/ember-scatter,trentmwillis/ember-exam
3a5e19edf93bfa2cc77628f8d6596433e7cf9d80
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4.2" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-turbo-progs inkscape gifsicle" script: "npm run-script travis" after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js" notifications: webhooks: urls: - https://webhooks.gitter.im/e/da6c90cc3857ade1086c on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-turbo-progs inkscape gifsicle" script: "npm run-script travis" after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js" notifications: webhooks: urls: - https://webhooks.gitter.im/e/da6c90cc3857ade1086c on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
Build with node.js 0.10, 0.12, 4 and 5 (instead of 0.10, 0.12, and 4.2).
Travis: Build with node.js 0.10, 0.12, 4 and 5 (instead of 0.10, 0.12, and 4.2).
YAML
bsd-3-clause
assetgraph/assetgraph-builder
65d788567ebb61a597ea377c08ac17bbfc17b8b3
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 branches: only: - master - develop install: ./gradlew assemble -P -PsonatypeUsername=argius -PsonatypePassword=dummy script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=dummy
language: java jdk: - oraclejdk8 branches: only: - master - develop install: ./gradlew assemble -PsonatypeUsername=argius -PsonatypePassword= script: ./gradlew test -PsonatypeUsername=argius -PsonatypePassword=
Update Travis-CI to correct an error
Update Travis-CI to correct an error
YAML
apache-2.0
argius/minestra
812620c3342e9b2e854916b2589a8f75e4e80a40
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 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
addons: apt: sources: - chef-current-xenial packages: - chef-workstation # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 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 - CHEF_LICENSE=accept
Update for Chef 15 license agreement and Chef Workstation
Update for Chef 15 license agreement and Chef Workstation
YAML
apache-2.0
chef-cookbooks/materialize,opscode-cookbooks/materialize,opscode-cookbooks/materialize,chef-cookbooks/materialize
6788e25af9cf4604f5907cc899465daa36e3c727
.travis.yml
.travis.yml
language: python python: - "2.7" env: - TOX_ENV=coverageenv install: - "pip install tox --download-cache $HOME/.pip-cache" - "pip install coveralls --download-cache $HOME/.pip-cache" script: tox -e $TOX_ENV after_success: coveralls cache: directories: - .tox - $HOME/.pip-cache/ deploy: provider: pypi server: https://testpypi.python.org/pypi user: chuim password: secure: XEB8GFOxRWVhMX2O/at9DF3Y3xQA71+ZJL5zF/KCyY5aKA7WnerwmRT/4s6HIpC1MG8H8f2sexFywSsOOHSa8TybHtZNDSQEMN2G7Xcynv3u+WEICGDUfanRL+17Q7YjvU7WzdddcTzSmn9DVrv+YqfN+3p6QzWSXhNQWqcDsIk= on: branch: production
language: python python: - "2.7" env: - TOX_ENV=coverageenv RUN_COVERALLS=1 # - TOX_ENV=27gevent # - TOX_ENV=pypygevent # - TOX_ENV=33gevent install: - "pip install tox --download-cache $HOME/.pip-cache" - "pip install coveralls --download-cache $HOME/.pip-cache" script: tox -e $TOX_ENV after_success: # Is there a better way to do this, and only run coveralls # for the coverageenv environment? - "if [ \"x$RUN_COVERALLS\" == \"x1\" ]; then eval \"coveralls\"; fi" cache: directories: - .tox - $HOME/.pip-cache/ deploy: provider: pypi server: https://testpypi.python.org/pypi user: chuim password: secure: XEB8GFOxRWVhMX2O/at9DF3Y3xQA71+ZJL5zF/KCyY5aKA7WnerwmRT/4s6HIpC1MG8H8f2sexFywSsOOHSa8TybHtZNDSQEMN2G7Xcynv3u+WEICGDUfanRL+17Q7YjvU7WzdddcTzSmn9DVrv+YqfN+3p6QzWSXhNQWqcDsIk= on: branch: production
Set up coveralls to only run if RUN_COVERALLS=1
Set up coveralls to only run if RUN_COVERALLS=1
YAML
apache-2.0
rgalanakis/goless,rgalanakis/goless