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
|
---|---|---|---|---|---|---|---|---|---|
a8aa9783a352ea575b614ac929cdfcdb591cf3e7
|
_config.yml
|
_config.yml
|
# Site Configs
name: Ionic Framework
description: The official Ionic Framework blog
url: http://ionicframework.com/blog
markdown: redcarpet
pygments: true
permalink: /blog/:title
paginate: 5
paginate_path: "blog/page:num"
# Default news if the page didnt enter news
news: Check out our <a href="/docs/guide/">Guide</a>, which covers all the basics of setting up.
# Latest Version Config
latest_download: http://code.ionicframework.com/1.0.0-beta.1/ionic-v1.0.0-beta.1.zip
latest_version: 1.0.0-beta.1 "actinium"
latest_release_date: 2014-03-25
# Which version of AngularJS the latest build includes
included_angular_version: 1.2.12
# Which active Cordova version we recommend
recommended_cordova_version: 3.3.1
# the primary plunkr to fork
code_sample_base_url: http://plnkr.co/edit/vD0O9M?p=preview
|
# Site Configs
name: Ionic Framework
description: The official Ionic Framework blog
url: http://ionicframework.com/blog
markdown: redcarpet
pygments: true
permalink: /blog/:title
paginate: 5
paginate_path: "blog/page:num"
# Default news if the page didnt enter news
news: Check out our <a href="/docs/guide/">Guide</a>, which covers all the basics of setting up.
exclude: [node_modules, scss]
# Latest Version Config
latest_download: http://code.ionicframework.com/1.0.0-beta.1/ionic-v1.0.0-beta.1.zip
latest_version: 1.0.0-beta.1 "actinium"
latest_release_date: 2014-03-25
# Which version of AngularJS the latest build includes
included_angular_version: 1.2.12
# Which active Cordova version we recommend
recommended_cordova_version: 3.3.1
# the primary plunkr to fork
code_sample_base_url: http://plnkr.co/edit/vD0O9M?p=preview
|
Exclude node_modules and scss from jekyll build
|
Exclude node_modules and scss from jekyll build
|
YAML
|
apache-2.0
|
arrking/arrking.github.io,ionic-team/ionic-site,driftyco/ionic-site,arrking/arrking.github.io,ionic-team/ionic-site,matheusrocha89/ionic-site,johnli388/ionic-site,sachinvettithanam/ionic-site,thiagofelix/ionic-site,philmerrell/ionic-site,martinjbaker/ionic-site,thiagofelix/ionic-site,martinjbaker/ionic-site,ionic-team/ionic-site,saimandeper/ionic-site,martinjbaker/ionic-site,saimandeper/ionic-site,qintengfei/ionic-site,thiagofelix/ionic-site,philmerrell/ionic-site,auth0/ionic-site,johnli388/ionic-site,philmerrell/ionic-site,stianjensen/ionic-site,matheusrocha89/ionic-site,sachinvettithanam/ionic-site,sachinvettithanam/ionic-site,johnli388/ionic-site,driftyco/ionic-site,driftyco/ionic-site,auth0/ionic-site,ionic-team/ionic-site,arrking/arrking.github.io,qintengfei/ionic-site,saimandeper/ionic-site,qintengfei/ionic-site,driftyco/ionic-site,stianjensen/ionic-site,stianjensen/ionic-site,driftyco/ionic-site
|
810e3a962b24bbdb3d0816afb0cb6c39ab41057b
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk7
before_script:
- "echo $JAVA_OPTS"
- "echo $MAVEN_OPTS"
- "export JAVA_OPTS=-Xmx2g"
- "export MAVEN_OPTS=-Xmx2g"
install: mvn -q install -DskipTests=true
|
language: java
jdk:
- oraclejdk7
before_script:
- "echo $JAVA_OPTS"
- "echo $MAVEN_OPTS"
install: mvn install -DskipTests=true
|
Update to experiment with heap sizes
|
Update to experiment with heap sizes
|
YAML
|
apache-2.0
|
ikawaha/kuromoji,atilika/kuromoji,makigumo/kuromoji,yodasantu/kuromoji,gerryhocks/kuromoji,cmoen/kuromoji,sevenno7/kuromoji
|
1c9bf3f9830c026290353e4a7029dff35c4feb5d
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4.2"
before_script:
- npm install -g grunt-cli
script: grunt test
|
language: node_js
node_js:
- "4.2"
before_script:
- npm install -g grunt-cli
- nom install -g bower
script: grunt test
|
Install bower before running test script
|
Install bower before running test script
|
YAML
|
mit
|
comerge/grunt-bower-freeze
|
49183f9386ca5a0e2b9bd6c4c0e2c50a7c346e00
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install -g grunt-cli
|
language: node_js
node_js:
- iojs
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g grunt-cli
|
Add support for iojs and node 0.12
|
Add support for iojs and node 0.12
|
YAML
|
mit
|
Rowno/sitemap-urls
|
cc02f2bd143041344d36d08994311b783deba82a
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
- 3.2
install:
- pip install jsonschema
script:
- python setup.py test
|
language: python
python:
- "pypy"
- 2.6
- 2.7
- 3.3
- 3.4
env:
- JSONSCHEMA="jsonschema"
matrix:
include:
- python: "3.2"
env: JSONSCHEMA="jsonschema==2.3.0"
install:
- pip install $JSONSCHEMA
script:
- python setup.py test
|
Test more Python versions with Travis.
|
Test more Python versions with Travis.
|
YAML
|
mit
|
avian2/jsonmerge
|
1960abd76480a28fd922b0e05d51e8cbb7b64392
|
_config.yml
|
_config.yml
|
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: "Richard Westenra | Web designer & front-end developer"
description: "I make websites, data-visualisations, and interactive webapps."
author:
name: Richard Westenra
email: [email protected]
# Grunt handles images and assets.
exclude: ['img', 'css', 'js', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg',
'**.ico', 'node_modules']
include: ['.htaccess','**.ico','sitemap.xml', 'CNAME']
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
# Markdown library
markdown: redcarpet
# extensions: ['fenced_code_blocks', 'smart']
pygments: true
permalink: :title/
relative_permalinks: false
liveUrl: "http://richardwestenra.com/"
|
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: "Richard Westenra | Web designer & front-end developer"
description: "London-based web developer with a passion for making beautiful websites, interactive webapps & data-vis. This is my portfolio & blog."
author:
name: Richard Westenra
email: [email protected]
# Grunt handles images and assets.
exclude: ['img', 'css', 'js', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg',
'**.ico', 'node_modules']
include: ['.htaccess','**.ico','sitemap.xml', 'CNAME']
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
# Markdown library
markdown: redcarpet
# extensions: ['fenced_code_blocks', 'smart']
pygments: true
permalink: :title/
relative_permalinks: false
liveUrl: "http://richardwestenra.com/"
|
Update default homepage meta description
|
Update default homepage meta description
|
YAML
|
mit
|
richardwestenra/richardwestenra-dev,richardwestenra/richardwestenra-dev,richardwestenra/richardwestenra-dev
|
1faa5de0b9705ed6b64b2c9a096dc884ff054a00
|
.travis.yml
|
.travis.yml
|
language: php
dist: trusty
php:
- '7.2'
- '7.3'
- '7.4'
- 'nightly'
matrix:
include:
- php: '7.2'
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
- mkdir -p build/logs
script:
- vendor/bin/phpstan --level=max analyse src tests
- vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
- vendor/bin/phpcs --standard=PSR2 src
after_script:
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
language: php
dist: trusty
php:
- '7.2'
- '7.3'
- '7.4'
matrix:
include:
- php: '7.2'
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
- mkdir -p build/logs
script:
- vendor/bin/phpstan --level=max analyse src tests
- vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
- vendor/bin/phpcs --standard=PSR2 src
after_script:
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
Revert nightly until we can update PHPUnit
|
Revert nightly until we can update PHPUnit
|
YAML
|
mit
|
thephpleague/tactician
|
95a6b2c0a3e94b3f0abc4222f126a2176c1f46c7
|
_config.yml
|
_config.yml
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Red Butte Garden
email: [email protected]
description: The official website of Red Butte Garden
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://redbuttegarden.org" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
#github_username: jekyll
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-last-modified-at
exclude:
- Gemfile
- Gemfile.lock
- .travis.yml
timezone: America/Denver
permalink: pretty
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Red Butte Garden
email: [email protected]
description: The official website of Red Butte Garden
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://redbuttegarden.org" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
#github_username: jekyll
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-last-modified-at
exclude:
- Gemfile
- Gemfile.lock
- .travis.yml
timezone: America/Denver
permalink: pretty
defaults:
-
scope:
path: ""
type: "posts"
values:
permalink: :title
|
Set different permalink style for blog posts.
|
Set different permalink style for blog posts.
We don't like the pretty permalink setting for blog posts, so change it to something better.
|
YAML
|
apache-2.0
|
redbuttegarden/redbuttegarden.github.io,redbuttegarden/redbuttegarden.github.io,redbuttegarden/redbuttegarden.github.io,redbuttegarden/redbuttegarden.github.io
|
ede46e233989f2a911028aa5fb86ce6ddb47cc98
|
_config.yml
|
_config.yml
|
safe: true
markdown: kramdown
pygments: true
permalink: /:title.html
default_theme: yandex
default_width: 792
default_lang: ru
default_body_class: list
author:
name: Yours Truly
# url: http://example.com/
company:
name: Яндекс
url: http://yandex.ru/
progress: true
|
safe: true
markdown: kramdown
highlighter: true
permalink: /:title.html
default_theme: yandex
default_width: 792
default_lang: ru
default_body_class: list
author:
name: Yours Truly
# url: http://example.com/
company:
name: Яндекс
url: http://yandex.ru/
progress: true
|
Rename jekyll option, since now we have to
|
Rename jekyll option, since now we have to
|
YAML
|
mit
|
zubchick/python-party-2015,GreLI/yasubbotnik-moscow-17-oct,zubchick/python-party-2015
|
cb47fd9e16e3d87c80aeaa083cba7fd648a1ffa1
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
env:
# - DJANGO_VERSION="Django==1.2"
- DJANGO_VERSION="Django==1.3"
- DJANGO_VERSION="git+git://github.com/django/django.git@master#egg=django==1.4c1"
# command to install dependencies
install: pip install mock==0.7.2 $DJANGO --use-mirrors
# command to run tests
script: python runtests.py
|
language: python
python:
- "2.6"
- "2.7"
env:
# - DJANGO="Django==1.2"
- DJANGO="Django==1.3"
- DJANGO="git+git://github.com/django/django.git@master#egg=django==1.4c1"
# command to install dependencies
install: pip install mock==0.7.2 $DJANGO --use-mirrors
# command to run tests
script: python runtests.py
|
Correct the environment variable name of Django
|
Correct the environment variable name of Django
|
YAML
|
bsd-3-clause
|
mjumbewu/django-jstemplate,mjumbewu/django-jstemplate,mjumbewu/django-jstemplate,bopo/django-jstemplate,bopo/django-jstemplate,bopo/django-jstemplate
|
959be3825a9c54c9e8d43c2a6b48b52ee0d127e0
|
_config.yml
|
_config.yml
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# Build settings
title: RiiConnect24
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Sites have their own title to show.
title: "RiiConnect24"
markdown: kramdown
plugins:
- jekyll-sitemap
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# Build settings
title: RiiConnect24
email: [email protected]
url: "https://rc24.xyz/"
# Social
githubUsername: RiiConnect24
twitterUsername: RiiConnect24
facebookUsername: RiiConnect24
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Sites have their own title to show.
title: "RiiConnect24"
markdown: kramdown
plugins:
- jekyll-sitemap
|
Add social and email to config
|
Add social and email to config
|
YAML
|
mit
|
RiiConnect24/Site,RiiConnect24/Site,RiiConnect24/Site
|
1b6ec3d4c0dba85ffbf2a5c9ce69979ca6528184
|
.travis.yml
|
.travis.yml
|
---
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- node
- iojs
sudo: false
script:
- npm test
- npm run lint
|
---
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4'
- '5'
- '6'
sudo: false
script:
- npm test
- npm run lint
|
Configure Travis CI to test on newer Node.js
|
Configure Travis CI to test on newer Node.js
|
YAML
|
mit
|
kemitchell/spdx-expression-validate.js
|
3e6bd21642d1dce340264d3020e77998c86d2f5b
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4.0"
|
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4.0"
notifications:
email: false
|
Disable the notification of TravisCI.
|
Disable the notification of TravisCI.
|
YAML
|
mit
|
saneyuki/option-t.js,saneyuki/option-t.js
|
bf9df322c93751c9d543bafcc791c8084af69e43
|
_config.yml
|
_config.yml
|
title: Dinosaurs Are Forever
description: code, music, creation
meta_description: "The Personal Blog of Chris J Arges"
baseurl: ""
url: "http://chrisarges.net"
github_username: arges
# Build settings
markdown: kramdown
theme: jekyll-theme-minimal
gems:
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
disqus:
shortname: chrisarges-net
google_analytics: UA-36012839-2
|
title: Dinosaurs Are Forever
description: code, music, creation
meta_description: "The Personal Blog of Chris J Arges"
baseurl: ""
url: "https://chrisarges.net"
github_username: arges
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
disqus:
shortname: chrisarges-net
google_analytics: UA-36012839-2
|
Switch to original theme, use https.
|
Switch to original theme, use https.
|
YAML
|
mit
|
arges/arges.github.io,arges/arges.github.io
|
8572016bef42525c24ea01b34ac2cd19781a4f05
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: required
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=lint
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
# - python: "3.6"
# env: TOXENV=py36
cache:
directories:
- $HOME/.cache/pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y swig3.0 libjack-jackd2-dev portaudio19-dev sox
- sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
- pip install pyaudio
- sudo apt-get install -y libatlas-base-dev
- git clone --branch v1.1.0 https://github.com/Kitt-AI/snowboy.git /tmp/snowboy
- cd /tmp/snowboy/swig/Python && make && cd -
- mv /tmp/snowboy/swig/Python snowboydetect
- touch snowboydetect/__init__.py
install: pip install -U tox coveralls
language: python
script: tox
after_success: coveralls
|
dist: trusty
sudo: required
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=lint
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
# - python: "3.6"
# env: TOXENV=py36
cache:
directories:
- $HOME/.cache/pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y swig3.0 libjack-jackd2-dev portaudio19-dev sox
- sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
- pip install pyaudio
- sudo apt-get install -y libatlas-base-dev
- git clone --branch v1.1.0 https://github.com/Kitt-AI/snowboy.git /tmp/snowboy
- if [[ TOXENV == py3. ]]; then sed -i s/python-config/python3-config/g /tmp/snowboy/swig/Python/Makefile; fi
- cd /tmp/snowboy/swig/Python && make && cd -
- mv /tmp/snowboy/swig/Python snowboydetect
- touch snowboydetect/__init__.py
install: pip install -U tox coveralls
language: python
script: tox
after_success: coveralls
|
Change snowboy make for py3
|
Change snowboy make for py3
|
YAML
|
apache-2.0
|
opsdroid/opsdroid-audio,opsdroid/opsdroid-audio
|
4469b03103fbf4111fdc4a5e649e26c484a3b027
|
.travis.yml
|
.travis.yml
|
language: ruby
cache: bundler
sudo: false
dist: precise
branches:
only: master
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install: ruby -e "File.write('Gemfile.lock', File.read('Gemfile.lock').split('BUNDLED WITH').first)"
|
language: ruby
cache: bundler
dist: precise
branches:
only: master
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install: ruby -e "File.write('Gemfile.lock', File.read('Gemfile.lock').split('BUNDLED WITH').first)"
|
Remove deprecated Travis CI option
|
Remove deprecated Travis CI option
|
YAML
|
mit
|
grosser/parallel
|
307ceff4d8feff16d07eb54f60c371cda44ac3c5
|
_config.yml
|
_config.yml
|
# Site settings
title: Markus Kauppila
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
About software craftmanship and creating software for iOS.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: markuskauppila
github_username: mkauppila
paginate: 10
sass:
sass_dir: _sass # make sure @import works
# Build settings
markdown: kramdown
|
# Site settings
title: Markus Kauppila
email: [email protected]
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: markuskauppila
github_username: mkauppila
paginate: 10
sass:
sass_dir: _sass # make sure @import works
# Build settings
markdown: kramdown
|
Delete description from the config
|
Delete description from the config
|
YAML
|
mit
|
mkauppila/mkauppila.github.io
|
0450a5474ac09de4a68276482d643ad434d6e914
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: cpp
script:
- mkdir build
- cd build
- cmake -DCMAKE_CXX_COMPILER=$COMPILER ..
- cmake --build .
- ctest --versbose
matrix:
include:
- os: linux
compiler: g++
env: COMPILER=g++-6 BUILD=Debug ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- os: linux
compiler: g++
env: COMPILER=g++-6 BUILD=Release ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- os: linux
compiler: g++
env: COMPILER=g++-5 BUILD=Debug ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
- os: linux
compiler: g++
env: COMPILER=g++-5 BUILD=Release ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
|
sudo: required
dist: trusty
group: edge
language: cpp
script:
- mkdir build
- cd build
- cmake -DCMAKE_CXX_COMPILER=$COMPILER ..
- cmake --build .
- ctest --versbose
matrix:
include:
- os: linux
compiler: g++
env: COMPILER=g++-6 BUILD=Debug ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- os: linux
compiler: g++
env: COMPILER=g++-6 BUILD=Release ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- os: linux
compiler: g++
env: COMPILER=g++-5 BUILD=Debug ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
- os: linux
compiler: g++
env: COMPILER=g++-5 BUILD=Release ARCH=64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
|
Use the latest Trusty image
|
Use the latest Trusty image
More info: http://mailchi.mp/travis-ci/we-are-updating-all-our-ubuntu-trusty-1404-images-this-wednesday
|
YAML
|
mit
|
JayBazuzi/Okra,JayBazuzi/Okra
|
12bf1c6d05e0ec89b1235078c6b5af3094422e0f
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer selfupdate
- composer install
before_script:
- mysql -e 'create database `test`;'
- mysql --default-character-set=utf8 test < test/test.sql
|
language: php
php:
- 7
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: 7
- php: hhvm-nightly
install:
- composer selfupdate
- composer install
before_script:
- mysql -e 'create database `test`;'
- mysql --default-character-set=utf8 test < test/test.sql
|
Test on PHP and HHVM nightly builds
|
Test on PHP and HHVM nightly builds
|
YAML
|
mit
|
onesimus-systems/seed-catalog,erusev/base
|
53d05817d39c6756762873466216318957082435
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Test with latest Node.js 5 on Travis CI.
|
Test with latest Node.js 5 on Travis CI.
|
YAML
|
mit
|
bigeasy/advance,bigeasy/advance
|
7442949a428c27a94c2812552e6a712822d5d4fb
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.12'
after_success:
- npm run coveralls
|
sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'
before_script:
- npm prune
after_success:
- npm run codecov
|
Update node_js versions and coverage services
|
chore(ci): Update node_js versions and coverage services
|
YAML
|
mit
|
moqada/aws-sdk-config-loader
|
d00e7708d78250241dd6c7645202467d136a016d
|
.travis.yml
|
.travis.yml
|
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failure:
- rust: nightly
|
language: rust
rust:
- stable
- beta
- nightly
os:
- linux
- osx
matrix:
allow_failure:
- rust: nightly
|
Test on OSX and Linux
|
Test on OSX and Linux
|
YAML
|
mit
|
darayus/XKCDPass
|
8a7559653522d3d3e40cf2ab9008dcc3dac2dd45
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.1
- 2.0.0
script:
- 'echo "Checking code style" && ./bin/phare'
- 'echo "Running specs" && bundle exec rake spec'
notifications:
hipchat:
rooms:
secure: "OjYHtwmsG6bDC8mewX85yulCKxsVpvGiic32e6lDRq2TYmMtot/atOQaZ16YlMMN0CQqiJ8jfpil3HWCSK1iPZxSLHzCEu//bL6uoDJdPc/oXNV2BPAj0CxyHiJPpV3gdgdnZBbYGNdDPtjxo8FuZnM+cWIDl3yW0Y2rQkE7u0k="
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Build</a>/<a href="%{compare_url}">Changes</a>)'
format: 'html'
|
language: ruby
rvm:
- 2.3.1
- 2.2
- 2.1
- 2.0
script:
- 'echo "Checking code style" && ./bin/phare'
- 'echo "Running specs" && bundle exec rake spec'
notifications:
hipchat:
rooms:
secure: "OjYHtwmsG6bDC8mewX85yulCKxsVpvGiic32e6lDRq2TYmMtot/atOQaZ16YlMMN0CQqiJ8jfpil3HWCSK1iPZxSLHzCEu//bL6uoDJdPc/oXNV2BPAj0CxyHiJPpV3gdgdnZBbYGNdDPtjxo8FuZnM+cWIDl3yW0Y2rQkE7u0k="
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Build</a>/<a href="%{compare_url}">Changes</a>)'
format: 'html'
|
Update Ruby version with the latests for Travis check
|
Update Ruby version with the latests for Travis check
|
YAML
|
bsd-3-clause
|
mirego/phare
|
bbf7ef7dede97aa7f5ee2a673941a47f3acfbaef
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 6
cache:
directories:
- node_modules
script:
- npm test
- npm run coverage
- npm run build
after_success: 'npm run coveralls'
|
language: node_js
node_js:
- lts/*
cache:
directories:
- node_modules
script:
- npm test
- npm run coverage
- npm run build
after_success: 'npm run coveralls'
|
Use latest LTS Node.js release
|
Use latest LTS Node.js release
|
YAML
|
mit
|
joelgeorgev/react-checkbox-tree,joelgeorgev/react-checkbox-tree
|
7a44e9bad20be3200a89730f2c5179dc453d7e88
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- ruby-head
- jruby-head
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- jruby-18mode
- rbx-2.1.1
- rbx-2.0.0
- 1.8.7
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: jruby-18mode
|
language: ruby
rvm:
- ruby-head
- jruby-head
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- jruby-18mode
- rbx-2.1.1
- rbx-2.0.0
- 1.8.7
matrix:
allow_failures:
- rvm: rbx-2.0.0
- rvm: 1.8.7
- rvm: jruby-18mode
|
Add rbx-2.0.0 to allowed failures
|
Add rbx-2.0.0 to allowed failures
|
YAML
|
mit
|
seanredmond/kakutani
|
edede36dd45c0ce1de629ff48b568d7c86bac631
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
install: ./gradlew assemble -P -PsonatypeUsername=argius -PsonatypePassword=
script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=
|
language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
install: ./gradlew assemble -P -PsonatypeUsername=argius -PsonatypePassword=""
script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=""
|
Update Travis-CI to correct an error
|
Update Travis-CI to correct an error
|
YAML
|
apache-2.0
|
argius/minestra
|
fe823c20777a5c29a8874a6cb9d7181c7e29137e
|
.travis.yml
|
.travis.yml
|
---
language: ruby
sudo: false
cache: bundler
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
- jruby-9.1.5.0
- jruby-head
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.5.0
- rvm: truffleruby
fast_finish: true
branches:
only: master
notifications:
email: false
|
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
- jruby-9.1.5.0
- jruby-head
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.5.0
- rvm: truffleruby
fast_finish: true
branches:
only: master
notifications:
email: false
|
Change to stop caching bundler
|
Change to stop caching bundler
|
YAML
|
mit
|
peter-murach/tty-table
|
88acaa7fecbca76f3794cacfcdbbd06ca319ae28
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer require satooshi/php-coveralls --dev
script:
- mkdir -p build/logs
- ./vendor/bin/parallel-lint src test
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpcs src --standard=psr2 -sp
after_script:
- php vendor/bin/coveralls
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer require satooshi/php-coveralls --dev
script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpcs src --standard=psr2 -sp
after_script:
- php vendor/bin/coveralls
|
Stop doing lint with Travis
|
Stop doing lint with Travis
|
YAML
|
mit
|
thephpleague/oauth2-google,osufpp/oauth2-ifsta,tplaner/oauth2-google
|
84c7f4faa8a47b673c3340c6aef2f016c6e0dd0d
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
rvm:
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- jruby-19mode
- rbx-2
install:
- bundle install --retry=3
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_VERSION="~> 4.2.0"
- ACTIVE_RECORD_VERSION="~> 4.1.0"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
- ACTIVE_RECORD_VERSION="~> 3.0.0"
matrix:
allow_failures:
- env: ACTIVE_RECORD_BRANCH="master"
exclude:
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "1.9"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "2.0"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "2.1"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: jruby-19mode
|
language: ruby
sudo: false
rvm:
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- jruby-19mode
- rbx-2
install:
- bundle install --retry=3
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_VERSION="~> 5.0.0"
- ACTIVE_RECORD_VERSION="~> 4.2.0"
- ACTIVE_RECORD_VERSION="~> 4.1.0"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
- ACTIVE_RECORD_VERSION="~> 3.0.0"
matrix:
allow_failures:
- env: ACTIVE_RECORD_BRANCH="master"
exclude:
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "1.9"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "2.0"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: "2.1"
- env: ACTIVE_RECORD_BRANCH="master"
rvm: jruby-19mode
- env: ACTIVE_RECORD_VERSION="~> 5.0.0"
rvm: "1.9"
- env: ACTIVE_RECORD_VERSION="~> 5.0.0"
rvm: "2.0"
- env: ACTIVE_RECORD_VERSION="~> 5.0.0"
rvm: "2.1"
- env: ACTIVE_RECORD_VERSION="~> 5.0.0"
rvm: jruby-19mode
|
Add Active Record 5 to Travis CI
|
Add Active Record 5 to Travis CI
|
YAML
|
mit
|
Casecommons/with_model
|
0c31ffbd0bfc63fb037e27623455a661962117dc
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.1
- 2.1.0
- 2.0.0
|
language: ruby
rvm:
- 2.1.1
- 2.0.0
|
Remove 2.1.0 from Travis CI list
|
Remove 2.1.0 from Travis CI list
|
YAML
|
mit
|
gevans/expedition
|
2918e374593f2bd560c74edfc0848187f6e641dd
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '0.10'
notifications:
irc:
channels:
- chat.freenode.net#hawkular
on_success: change
before_install:
- 'npm install -g bower gulp typescript'
script:
- 'npm install'
- 'bower install'
- 'gulp'
|
sudo: false
language: node_js
node_js:
- '0.10'
notifications:
irc:
channels:
- chat.freenode.net#hawkular
on_success: change
before_install:
- 'npm install -g bower gulp typescript'
script:
- 'npm install'
- 'bower install'
- 'gulp'
|
Enable container-based infrastructure for Travis builds.
|
Enable container-based infrastructure for Travis builds.
|
YAML
|
apache-2.0
|
mtho11/hawkular-ui-components,ammendonca/hawkular-ui-components,ammendonca/hawkular-ui-components,hawkular/hawkular-ui-components,hawkular/hawkular-ui-components,mtho11/hawkular-ui-components,mtho11/hawkular-ui-components,ammendonca/hawkular-ui-components,mtho11/hawkular-ui-components,hawkular/hawkular-ui-components,hawkular/hawkular-ui-components,ammendonca/hawkular-ui-components
|
253ff7380f501e15bd4d4ee175b30d821e12293f
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode7.3
branches:
only:
- master
- /^deploy-.*$/
install:
- tar -xzf lame-3.99.5.tar.gz
script:
- cd lame-3.99.5 && ../build_ios.sh
|
language: objective-c
osx_image: xcode7.3
install: tar -xzf lame-3.99.5.tar.gz
script: cd lame-3.99.5 && ../build_ios.sh
deploy:
provider: releases
file: build/libmp3lame.a
skip_cleanup: true
on:
tags: true
api-key:
secure: A3q+C1rrw2yXX/CzV/Utxcg2dKzPCQKDgg/MEWZ8K6/s6C8kRsbgv3YsM+iZpcUlw+ekUjIRUsQqDaBD5U36Avl3Mbdv3qIzHIH/dPRMdYSROaEzTv3BoqTBErOFwxLqEninqqRpTm2vO4bGdKemnN2O8Qe8XmU4h+ZvBPmWsqs=
|
Add deploy on tag from Travis to github release
|
Add deploy on tag from Travis to github release
|
YAML
|
mit
|
Superbil/build-lame-for-iOS
|
7b03b123a704ad2df0801f318d30804a62e06019
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "5"
before_install:
- rvm install 2.3.1
install:
- bundle install
- npm install -g lodash marked varstream node-gyp
- npm install -g gulp-cli
- npm install
script: bundle exec middleman build --clean
after_success: npm run stage
|
language: node_js
node_js:
- "5"
python:
- "3.5"
cache: pip
install:
# Install any dependencies required for building your site here.
# `awscli` is required for invalidation of CloudFront distributions.
- pip install awscli
before_install:
- rvm install 2.3.1
install:
- bundle install
- npm install -g lodash marked varstream node-gyp
- npm install -g gulp-cli
- npm install
# Run twice to remove assets generated but not revved
# TODO: Split the removal out into a separate task
script:
- bundle exec middleman build --clean
- bundle exec middleman build --clean
# Deploy changes to master
deploy:
on:
branch: master
provider: s3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: simplebitdesign.com
skip_cleanup: true
local_dir: public
cache_control: "max-age=21600"
acl: public_read
# Deploy every push from a release branch
deploy:
on:
branch: /^(?i:release)-.*$/
provider: s3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: dev.simplebitdesign.com
skip_cleanup: true
local_dir: public
acl: public_read
after_deploy:
# Allow `awscli` to make requests to CloudFront.
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && aws configure set preview.cloudfront true
# Invalidate every HTML object in the targeted distribution.
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/**/*.html"
|
Deploy to S3 with Travis
|
Feat: Deploy to S3 with Travis
|
YAML
|
mit
|
simplebitdesign/simplebitdesign.com,simplebitdesign/simplebitdesign.com,simplebitdesign/simplebitdesign.com,simplebitdesign/simplebitdesign.com
|
f8a1e0252514c1187615e18de0b26ef427e7c87c
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
# - BROWSER=firefox BVER=stable
# - BROWSER=firefox BVER=beta
# - BROWSER=firefox BVER=aurora
before_install:
- mkdir -p .travis
- curl -s https://codeload.github.com/rtc-io/webrtc-testing-on-travis/tar.gz/master | tar -xz --strip-components=1 --directory .travis
- ./.travis/setup.sh
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
- [email protected]
irc: irc.freenode.org#rtc.io
|
language: node_js
node_js:
- 0.10
notifications:
email:
- [email protected]
irc: irc.freenode.org#rtc.io
env:
global:
- secure: Xo5DDUYF9ieE9uzku88im0W/iQrDM/XMxdr4SsXQwVy+v6Y7gMQwPnIlBicgitq7B1ZoVnSrPO0XkNSsj2RYgPUDKLJzQPozp5LiiDOydBC2CpCr6DFlinovwQdm8U64zvvh8m8DIH8Ow1BZmfqHo616DBV1LRToXpMl/fj9+0w=
- secure: P120lzsmhYQZdFz6/sIDjeDpjJH7D8rID1JIf6AEfBbQ94urY5iJ15awQFp7G2b268ekHbyz0LwTgXVakf/WcclUNCPQxPj8wlRbdDE0zL6nmfMWyoM/gGnTrPjtfoONn1e9DIpNqIc/AXI+abcuaio+8OmkBfxAJvIcX5nB6iI=
|
Move to using saucelabs again for testing
|
Move to using saucelabs again for testing
|
YAML
|
apache-2.0
|
rtc-io/rtc-tools
|
ad39d6e282044b46f94630719b76732ab7170507
|
.travis.yml
|
.travis.yml
|
before_install:
- sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
- sudo apt-get update -qq
- sudo apt-get install cmake
sudo: true
language: rust
rust: nightly
|
before_install:
- sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
- sudo apt-get update -qq
- sudo apt-get install cmake
sudo: true
language: rust
rust:
- nightly
- beta
- stable
|
Test on nightly, beta and stable
|
Test on nightly, beta and stable
|
YAML
|
mit
|
kbknapp/exa,ogham/exa,ogham/exa,kbknapp/exa
|
16524e7cb1afa0ec379b124a251ace042b86d6ab
|
.travis.yml
|
.travis.yml
|
os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode8.2
script:
- eval "$(curl -sL https://swift.vapor.sh/ci)"
- eval "$(curl -sL https://swift.vapor.sh/codecov)"
|
os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode9.1
script:
- eval "$(curl -sL https://swift.vapor.sh/ci)"
- eval "$(curl -sL https://swift.vapor.sh/codecov)"
|
Use Xcode 9.1 image for tests
|
Use Xcode 9.1 image for tests
|
YAML
|
mit
|
florianreinhart/Geodesy,florianreinhart/Geodesy
|
85becbe4b81c2e0fe25e4f7180fa45f782a83883
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
|
sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
|
Test on `stable` instead of `iojs`
|
Test on `stable` instead of `iojs`
|
YAML
|
mit
|
kevva/imgur-uploader-cli
|
ea9abd3bbaee23e0cba94f365be856d070a8cc64
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
|
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
script: mvn install
|
Make Travis build javadoc and source packages
|
Make Travis build javadoc and source packages
|
YAML
|
mit
|
CurrencyCloud/currencycloud-java,CurrencyCloud/currencycloud-java
|
68728577c9a53fb1b6f6b64f7e4beb8f0b7dcff3
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.6
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JEKYLL_ENV=production
before_install:
- gem update --system
- gem install bundler
# install:
# - bundle install
# script:
# - rake
cache:
bundler: true
directories:
- $TRAVIS_BUILD_DIR/.jekyll-cache
branches:
only:
- master
notifications:
email:
on_success: never
on_failure: change
|
language: ruby
rvm:
- 2.6
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- JEKYLL_ENV=production
before_install:
- gem update --system
- gem install bundler
# install:
# - bundle install
# script:
# - rake
addons:
apt:
packages:
- libcurl4-openssl-dev
cache:
bundler: true
directories:
- $TRAVIS_BUILD_DIR/.jekyll-cache
branches:
only:
- master
notifications:
email:
on_success: never
on_failure: change
|
Add apt package to Travis CI environment
|
Add apt package to Travis CI environment
This is required to avoid SSL errors.
|
YAML
|
mit
|
jmlntw/jmln.tw,jmlntw/jmln.tw
|
42d89f14f7eef4fed060e610514b7104157b178c
|
.travis.yml
|
.travis.yml
|
sudo: false
language: java
jdk: openjdk7
script:
- mvn clean deploy
- cd java-sdk/
- mvn site site:deploy
|
sudo: false
language: java
jdk: openjdk7
script:
- mvn clean deploy
- cd java-sdk/
- mvn site site:deploy
branches:
only:
- develop
|
Build only develop branch in Travis
|
Build only develop branch in Travis
|
YAML
|
apache-2.0
|
Sage-Bionetworks/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK
|
f1e7bf871980f2e882d70511ba8a7a62bd14504e
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.12.5
|
sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.12.5
notifications:
email:
on_success: never
on_failure: change
|
Update Travis CI notification settings.
|
Update Travis CI notification settings.
|
YAML
|
mit
|
ryanfields/carry_out,ryanfields/carry_out
|
72bd247c427376217b3df7b1c65188fca95ef941
|
.travis.yml
|
.travis.yml
|
language: objective-c
xcode_project: Project/NSData+GZIP.xcodeproj
matrix:
include:
- xcode_scheme: Tests OS X
xcode_sdk: macosx
- xcode_scheme: Tests iOS
xcode_sdk: iphonesimulator
osx_image: xcode7
sudo: false
cache: bundler
|
language: objective-c
xcode_project: Project/NSData+GZIP.xcodeproj
matrix:
include:
- xcode_scheme: Tests OS X
xcode_sdk: macosx
- xcode_scheme: Tests iOS
xcode_sdk: iphonesimulator
osx_image: xcode8
sudo: false
cache: bundler
|
Update Travis CI image to Xcode8
|
Update Travis CI image to Xcode8
|
YAML
|
mit
|
1024jp/GzipSwift,1024jp/NSData-GZIP,1024jp/NSData-GZIP,1024jp/GzipSwift,1024jp/GzipSwift
|
55c789527630ad400f1b2d18eddc150fcd9bafbc
|
.travis.yml
|
.travis.yml
|
language: php
env:
global:
- COMPOSER_ROOT_VERSION="4.2.x-dev"
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
- phpenv rehash
- phpenv config-rm xdebug.ini
- composer validate
- composer require --no-update silverstripe/recipe-cms:1.0.x-dev
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
script:
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs --standard=vendor/silverstripe/framework/phpcs.xml.dist src/ tests/ ; fi
after_success:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
|
language: php
env:
global:
- COMPOSER_ROOT_VERSION="4.x-dev"
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
- phpenv rehash
- phpenv config-rm xdebug.ini
- composer validate
- composer require --no-update silverstripe/recipe-cms:1.0.x-dev
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
script:
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs --standard=vendor/silverstripe/framework/phpcs.xml.dist src/ tests/ ; fi
after_success:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
|
Update branch alias in Travis configuration
|
Update branch alias in Travis configuration
|
YAML
|
bsd-3-clause
|
nyeholt/silverstripe-queuedjobs,andrewandante/silverstripe-queuedjobs,andrewandante/silverstripe-queuedjobs,nyeholt/silverstripe-queuedjobs,silverstripe-australia/silverstripe-queuedjobs,silverstripe-australia/silverstripe-queuedjobs
|
f8beee9000466138e30560e841087b2a52b47b2a
|
.travis.yml
|
.travis.yml
|
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake db:create db:migrate"
script: "DISPLAY=:99.0 bundle exec rspec ./**/spec"
notifications:
email:
- [email protected]
- [email protected]
irc:
- "irc.freenode.org#refinerycms"
env:
- DB=postgres
- DB=mysql
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
# - jruby
|
before_script:
- "ruby --version"
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake db:create db:migrate"
script: "DISPLAY=:99.0 bundle exec rspec ./**/spec"
notifications:
email:
- [email protected]
- [email protected]
irc:
- "irc.freenode.org#refinerycms"
env:
- DB=postgres
- DB=mysql
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
# - jruby
|
Print out the ruby version we're using.
|
Print out the ruby version we're using.
|
YAML
|
mit
|
simi/refinerycms,mkaplan9/refinerycms,trevornez/refinerycms,refinery/refinerycms,Retimont/refinerycms,refinery/refinerycms,kappiah/refinerycms,gwagener/refinerycms,gwagener/refinerycms,bricesanchez/refinerycms,LytayTOUCH/refinerycms,chrise86/refinerycms,mobilityhouse/refinerycms,louim/refinerycms,pcantrell/refinerycms,sideci-sample/sideci-sample-refinerycms,KingLemuel/refinerycms,simi/refinerycms,kappiah/refinerycms,SmartMedia/refinerycms-with-custom-icons,chrise86/refinerycms,kappiah/refinerycms,louim/refinerycms,sideci-sample/sideci-sample-refinerycms,SmartMedia/refinerycms-with-custom-icons,trevornez/refinerycms,simi/refinerycms,mlinfoot/refinerycms,Retimont/refinerycms,anitagraham/refinerycms,mabras/refinerycms,simi/refinerycms,hoopla-software/refinerycms,stefanspicer/refinerycms,anitagraham/refinerycms,stefanspicer/refinerycms,anitagraham/refinerycms,bricesanchez/refinerycms,hoopla-software/refinerycms,aguzubiaga/refinerycms,mkaplan9/refinerycms,LytayTOUCH/refinerycms,johanb/refinerycms,kelkoo-services/refinerycms,Retimont/refinerycms,mlinfoot/refinerycms,stefanspicer/refinerycms,trevornez/refinerycms,mojarra/myrefinerycms,johanb/refinerycms,mkaplan9/refinerycms,Eric-Guo/refinerycms,mabras/refinerycms,hoopla-software/refinerycms,pcantrell/refinerycms,mabras/refinerycms,aguzubiaga/refinerycms,refinery/refinerycms,Eric-Guo/refinerycms,gwagener/refinerycms,Eric-Guo/refinerycms,kelkoo-services/refinerycms,LytayTOUCH/refinerycms,bryanmtl/g-refinerycms,johanb/refinerycms,chrise86/refinerycms,mojarra/myrefinerycms,mlinfoot/refinerycms,mobilityhouse/refinerycms,aguzubiaga/refinerycms,KingLemuel/refinerycms,KingLemuel/refinerycms,bryanmtl/g-refinerycms
|
3350839d2e7ae0c30714b1b2e1f6481bdae23fbf
|
.travis.yml
|
.travis.yml
|
script: "bundle exec rake db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- ree
env: "RAILS_ENV=test"
|
script: "bundle exec rake db:schema:load test"
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- ree
env: "RAILS_ENV=test"
|
Use db:schema:load task instead of db:migrate
|
Use db:schema:load task instead of db:migrate
Migrations can break over time but schemas are forever.
|
YAML
|
bsd-3-clause
|
openshift-quickstart/adopt-a-hydrant-openshift-quickstart,OpenTwinCities/adopt-a-tree,codeforamerica/adopt-a-siren,voyera/adopt-a-hydrant,friendlycode/adopt-a-hydrant,mapmeld/Adopt-a-Siren-Macon,friendlycode/adopt-a-hydrant,codeforboston/adopt-a-hydrant,billyfung/van-racks,eebbesen/adopt-a-tree,codeforamerica/adopt-a-hydrant,t-pfaff/adopt-a-hydrant,Bryanprz/adopt-a-street,eebbesen/adopt-a-tree,codeforsavannah/adopt-a-garden,codeforsavannah/adopt-a-garden,Bryanprz/adopt-a-street,jasnow/adopt-a-hydrant,akintoey/adopt-a-hydrant,siruguri/adopt-a-drain,openoakland/adopt-a-drain,OpenTwinCities/adopt-a-tree,codeforanchorage/adopt-a-hydrant,CostantinB/adopt-a-hydrant,HackMichiana/adopt-a-bus-stop,billyfung/van-racks,code4sac/adopt-a-light,friendlycode/adopt-a-hydrant,Stackato-Apps/adopt-a-hydrant,voyera/adopt-a-hydrant,codeforanchorage/adopt-a-hydrant,baraka101/dar-adopt-a-mtaro,CostantinB/adopt-a-hydrant,HackMichiana/adopt-a-bus-stop,voyera/adopt-a-hydrant,jasnow/adopt-a-hydrant,codeforamerica/adopt-a-siren,openoakland/adopt-a-drain,codefornigeria/adopt-a-hydrant,Stackato-Apps/adopt-a-hydrant,openshift-quickstart/adopt-a-hydrant-openshift-quickstart,baraka101/dar-adopt-a-mtaro,mapmeld/Adopt-a-Siren-Macon,Bryanprz/adopt-a-street,0111001101111010/adopt-a-spot-odu,jamiekelly/adopt-a-hydrant,codefornigeria/adopt-a-hydrant,akintoey/adopt-a-hydrant,eebbesen/adopt-a-tree,CostantinB/adopt-a-hydrant,siruguri/adopt-a-drain,codefornigeria/adopt-a-hydrant,jasnow/adopt-a-hydrant,OpenTwinCities/adopt-a-tree,OpenTwinCities/adopt-a-tree,t-pfaff/adopt-a-hydrant,codeforboston/adopt-a-hydrant,billyfung/van-racks,akintoey/adopt-a-hydrant,jamiekelly/adopt-a-hydrant,codeforamerica/adopt-a-hydrant,Stackato-Apps/adopt-a-hydrant,0111001101111010/adopt-a-spot-odu,t-pfaff/adopt-a-hydrant,jamiekelly/adopt-a-hydrant,codeforamerica/adopt-a-hydrant,code4sac/adopt-a-light,siruguri/adopt-a-drain,baraka101/dar-adopt-a-mtaro,openshift-quickstart/adopt-a-hydrant-openshift-quickstart
|
f3284beab9cfd4cf4fbaaa0a848564885c7302a8
|
.travis.yml
|
.travis.yml
|
language: python
dist: xenial
sudo: true
python:
- 3.6
- 3.7
install:
- pip install pipenv black
- pipenv install --dev
script:
- flake8 --version
- flake8 graphql tests
- black --version
- black graphql tests --check
- mypy --version
- mypy graphql
- pytest --version
- pytest --cov-report term-missing --cov=graphql
after_success:
- codecov
|
language: python
dist: xenial
sudo: true
python:
- 3.6
- 3.7
install:
- pip install poetry
- poetry install
script:
- flake8 --version
- flake8 graphql tests
- black --version
- black graphql tests --check
- mypy --version
- mypy graphql
- pytest --version
- pytest --cov-report term-missing --cov=graphql
after_success:
- codecov
|
Replace pipenv with poetry in Travis config as well
|
Replace pipenv with poetry in Travis config as well
|
YAML
|
mit
|
graphql-python/graphql-core
|
ff348fccd9026db66124686be604476df1664ad2
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'
|
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'
|
Test in node 0.11 too
|
Test in node 0.11 too
|
YAML
|
mit
|
ljharb/node-json-file,reggi/node-json-file,ljharb/json-file-plus
|
90fda8789d402f05647c18f8cdf8e5c3d01692dd
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.4.4
- 2.5.1
- jruby-9.2.0.0
- ruby-head
- jruby-head
before_install:
- gem update --system
env:
global:
- JRUBY_OPTS=--dev
script:
- bundle exec rake ${TEST_SUITE:-test}
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.0.0
- env: TEST_SUITE=templates:test
include:
- env: TEST_SUITE=templates:test
rvm: 2.5.1
|
language: ruby
rvm:
- 2.5.3
- 2.6.1
- jruby-9.2.0.0
- ruby-head
- jruby-head
before_install:
- gem update --system
env:
global:
- JRUBY_OPTS=--dev
script:
- bundle exec rake ${TEST_SUITE:-test}
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.0.0
- env: TEST_SUITE=templates:test
include:
- env: TEST_SUITE=templates:test
rvm: 2.6.1
|
Drop Ruby 2.4 support for Rails 6
|
Drop Ruby 2.4 support for Rails 6
|
YAML
|
mit
|
gsamokovarov/web-console,rails/web-console,gsamokovarov/web-console,rails/web-console,rails/web-console,rails/web-console,gsamokovarov/web-console,gsamokovarov/web-console
|
3bac5e11573eba4be10ad096b64e017e654ac5fd
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DJANGO=Django==1.4.20
- DJANGO=Django==1.5.12
- DJANGO=Django==1.6.11
- DJANGO=Django==1.7.7
- DJANGO=Django==1.8
matrix:
exclude:
- python: 3.2
env: DJANGO=Django==1.4.20
- python: 3.3
env: DJANGO=Django==1.4.20
- python: 2.6
env: DJANGO=Django==1.7.7
- python: 2.6
env: DJANGO=Django==1.8
install:
- pip install -q $DJANGO
- pip install coveralls
- python setup.py -q install
before_script:
- rm -rf build
script:
- coverage run --source=registration setup.py test
after_success:
- coveralls --verbose
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DJANGO=Django==1.4.20
- DJANGO=Django==1.5.12
- DJANGO=Django==1.6.11
- DJANGO=Django==1.7.8
- DJANGO=Django==1.8.1
matrix:
exclude:
- python: 3.2
env: DJANGO=Django==1.4.20
- python: 3.3
env: DJANGO=Django==1.4.20
- python: 3.4
env: DJANGO=Django==1.4.20
- python: 2.6
env: DJANGO=Django==1.7.8
- python: 2.6
env: DJANGO=Django==1.8.1
install:
- pip install -q $DJANGO
- pip install coveralls
- python setup.py -q install
before_script:
- rm -rf build
script:
- coverage run --source=registration setup.py test
after_success:
- coveralls --verbose
|
Test against Python 3.4 and latest Django releases
|
Test against Python 3.4 and latest Django releases
|
YAML
|
bsd-3-clause
|
furious-luke/django-registration,matejkloska/django-registration,erinspace/django-registration,Geffersonvivan/django-registration,wda-hb/test,imgmix/django-registration,allo-/django-registration,stillmatic/django-registration,sergafts/django-registration,PSU-OIT-ARC/django-registration,alawnchen/django-registration,sergafts/django-registration,timgraham/django-registration,pando85/django-registration,wda-hb/test,stillmatic/django-registration,mick-t/django-registration,allo-/django-registration,timgraham/django-registration,percipient/django-registration,kazitanvirahsan/django-registration,yorkedork/django-registration,kinsights/django-registration,imgmix/django-registration,kinsights/django-registration,arpitremarkable/django-registration,wy123123/django-registration,PetrDlouhy/django-registration,tanjunyen/django-registration,wy123123/django-registration,PSU-OIT-ARC/django-registration,memnonila/django-registration,memnonila/django-registration,matejkloska/django-registration,furious-luke/django-registration,percipient/django-registration,erinspace/django-registration,PetrDlouhy/django-registration,pando85/django-registration,ei-grad/django-registration,yorkedork/django-registration,tanjunyen/django-registration,alawnchen/django-registration,arpitremarkable/django-registration,ei-grad/django-registration,Geffersonvivan/django-registration,maitho/django-registration,kazitanvirahsan/django-registration,mick-t/django-registration,maitho/django-registration
|
6f4b03546fc8acbebb2bf2b219062a68bdc9737e
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
notifications:
email: false
cache:
directories:
- "${HOME}/.m2/"
before_install:
- openssl aes-256-cbc -K $encrypted_58a7d4f10478_key -iv $encrypted_58a7d4f10478_iv
-in retest-gmbh-gpg.asc.enc -out retest-gmbh-gpg.asc -d
- gpg --fast-import retest-gmbh-gpg.asc
install: true
before_deploy: mvn package -DskipTests --settings .travis.settings.xml
deploy:
provider: releases
api_key: "${GH_TOKEN}"
file_glob: true
file: "./target/recheck-*.jar"
skip_cleanup: true
on:
tags: true
branch: master
after_deploy: mvn deploy -DskipTests --settings .travis.settings.xml
|
language: java
sudo: false
notifications:
email: false
cache:
directories:
- "${HOME}/.m2/"
before_install:
- openssl aes-256-cbc -K $encrypted_58a7d4f10478_key -iv $encrypted_58a7d4f10478_iv
-in retest-gmbh-gpg.asc.enc -out retest-gmbh-gpg.asc -d
- gpg --fast-import retest-gmbh-gpg.asc
install: true
before_deploy: mvn package -DskipTests --settings .travis.settings.xml
deploy:
provider: releases
api_key: "${GH_TOKEN}"
file_glob: true
file: "./target/recheck-*.jar"
skip_cleanup: true
on:
tags: true
branch: master
after_deploy: mvn deploy -DskipTests --settings .travis.settings.xml
|
Make sure there is a new line at the end
|
Make sure there is a new line at the end
See https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline/.
|
YAML
|
agpl-3.0
|
retest/recheck,retest/recheck
|
1da3dcd8424e3af3f6ead06dc9e9c6529a3c637c
|
.travis.yml
|
.travis.yml
|
rvm:
- "2.1.10"
- "2.2.5"
- "2.3.1"
|
rvm:
- "2.1.10"
- "2.2.5"
- "2.3.1"
- "2.4.0"
|
Add Ruby 2.4.0 to Travis CI environment
|
Add Ruby 2.4.0 to Travis CI environment
|
YAML
|
mit
|
KitaitiMakoto/epub-parser
|
b2d0b0b28ca02ddbd38a8f1927ca1f6db63cd80b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
install: "pip install argparse --use-mirrors"
script: nosetests
|
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: "pip install argparse --use-mirrors"
script: nosetests
|
Add Python 3.2/3.3 to Travis YAML
|
Add Python 3.2/3.3 to Travis YAML
|
YAML
|
isc
|
garg10may/yturl
|
f3a194d34aa5561b500a8c7507fcac2695fa0334
|
.travis.yml
|
.travis.yml
|
---
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
env:
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 4.0"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0"
gemfile: .gemfile
bundler_args: --without system_tests
script:
- "bundle exec rake validate"
- "bundle exec rake lint"
- "bundle exec rake spec SPEC_OPTS='--format documentation'"
notifications:
on_success: change
on_failure: change
|
---
sudo: false
language: ruby
gemfile: .gemfile
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
script:
- "bundle exec rake validate"
- "bundle exec rake lint"
- "bundle exec rake spec SPEC_OPTS='--format documentation'"
bundler_args: --without system_tests
notifications:
on_success: change
on_failure: change
|
Update Travis CI build matrix
|
Update Travis CI build matrix
|
YAML
|
bsd-2-clause
|
smoeding/puppet-haveged
|
733b8637ab656ea9eccf69120ff6588ac4ce8133
|
.travis.yml
|
.travis.yml
|
language: ruby
env: LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8"
install: bundle install --jobs=1 --retry=3
rvm:
- ruby
- jruby
- rbx
|
language: ruby
rvm:
- 2.2.0
|
Update ci to use 2.2.0
|
Update ci to use 2.2.0
|
YAML
|
mit
|
hopsoft/pry-test,hopsoft/pry-test
|
676733c885e492e5e179814b3c745ffb19c88370
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.11"
- "0.10"
- 0.8
before_install: "npm install -g bob --loglevel error"
script: "bob build"
|
language: node_js
node_js:
- "0.10"
before_install: "npm install -g bob --loglevel error"
script: "bob build"
|
Drop 0.8 due to bob's min node engine. Temp drop 0.11 due to buster ramp-resources sub dep install problem.
|
Drop 0.8 due to bob's min node engine. Temp drop 0.11 due to buster ramp-resources sub dep install problem.
|
YAML
|
mit
|
cliffano/pkjutil
|
c884123e1dd9372469bc6d03c742fe0515c0fe61
|
.travis.yml
|
.travis.yml
|
language: "python"
python:
- "3.5"
sudo: "required"
services:
- docker
env:
matrix:
- >-
TEMPLATE_FILE="templates/Dockerfile-template"
BASE_IMAGE="java:7"
GIT_TAG_NAME="nifi-0.5.1"
DOCKER_TAGS="0.5.1-openjdk-7,latest"
TEMPLATE_VALUES="base_image=java:7,nifi_version=0.5.1"
DESTINATION="0.5.1-openjdk-7"
- >-
TEMPLATE_FILE="templates/Dockerfile-template"
BASE_IMAGE="java:8"
GIT_TAG_NAME="nifi-0.5.1"
DOCKER_TAGS="0.5.1-openjdk-8,latest"
TEMPLATE_VALUES="base_image=java:8,nifi_version=0.5.1"
DESTINATION="0.5.1-openjdk-8"
before_script: make_docker.py -h
script: >-
make_docker.py
--repository mkobit/nifi
--templateFile $TEMPLATE_FILE
--templateSubstitutions $TEMPLATE_VALUES
--destinationFile $DESTINATION
--no-docker-build
--no-docker-push
|
language: "python"
python:
- "3.5"
sudo: "required"
services:
- docker
env:
matrix:
- >-
TEMPLATE_FILE="templates/Dockerfile-template"
BASE_IMAGE="java:7"
GIT_TAG_NAME="nifi-0.5.1"
DOCKER_TAGS="0.5.1-openjdk-7,latest"
TEMPLATE_VALUES="base_image=java:7,nifi_version=0.5.1"
DESTINATION="0.5.1-openjdk-7"
- >-
TEMPLATE_FILE="templates/Dockerfile-template"
BASE_IMAGE="java:8"
GIT_TAG_NAME="nifi-0.5.1"
DOCKER_TAGS="0.5.1-openjdk-8,latest"
TEMPLATE_VALUES="base_image=java:8,nifi_version=0.5.1"
DESTINATION="0.5.1-openjdk-8"
before_script: ./make_docker.py -h
script: >-
./make_docker.py
--repository mkobit/nifi
--templateFile $TEMPLATE_FILE
--templateSubstitutions $TEMPLATE_VALUES
--destinationFile $DESTINATION
--no-docker-build
--no-docker-push
|
Make Travis before_script and script commands relative paths
|
Make Travis before_script and script commands relative paths
|
YAML
|
mit
|
GDATAAdvancedAnalytics/docker-nifi,GDATAAdvancedAnalytics/docker-nifi,mkobit/docker-nifi,mkobit/docker-nifi
|
ba86b4b3bbf8ffc53f327e05149104a97bf63c65
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5.1
matrix:
exclude:
- env: DJANGO_VERSION=1.4.5
python: 3.3
- env: DJANGO_VERSION=1.4.5
python: 3.2
install:
- pip install django==$DJANGO_VERSION
- python setup.py develop
script: cd example_project; python manage.py test photologue
|
language: python
python:
- 2.6
- 2.7
- 3.3
env:
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5.1
matrix:
exclude:
- env: DJANGO_VERSION=1.4.5
python: 3.3
install:
- pip install django==$DJANGO_VERSION
- python setup.py develop
script: cd example_project; python manage.py test photologue
|
Remove support for Python 3.2 (doesn't support Unicode literals)
|
Remove support for Python 3.2 (doesn't support Unicode literals)
|
YAML
|
bsd-3-clause
|
jlemaes/django-photologue,rmaceissoft/django-photologue,RossLYoung/django-photologue,rmaceissoft/django-photologue,seedwithroot/django-photologue-clone,MathieuDuponchelle/my_patched_photologue,jlemaes/django-photologue,RossLYoung/django-photologue,rmaceissoft/django-photologue,jlemaes/django-photologue,seedwithroot/django-photologue-clone,RossLYoung/django-photologue,MathieuDuponchelle/my_patched_photologue
|
e351a5780c93d3567536765d08d937cc4025375f
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- jruby
- rbx
- ree
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y poppler-utils poppler-data
matrix:
allow_failures:
- rvm: ruby-head
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- jruby
- rbx
- ree
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y poppler-utils poppler-data
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
|
Allow rbx to fail in Travis, as it's not supported.
|
Allow rbx to fail in Travis, as it's not supported.
|
YAML
|
mit
|
newspaperclub/pdf_info
|
cce7f0a32fcd453fe3a422b252cea6e98c688524
|
.travis.yml
|
.travis.yml
|
sudo: required
cache: bundler
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
gemfiles:
- gemfiles/standalone.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
script: "bundle exec rspec && bundle exec codeclimate-test-reporter"
before_install:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
- sudo apt-get update -q
- sudo apt-get install libsodium-dev -y
- gem install bundler
|
sudo: required
cache: bundler
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
gemfiles:
- gemfiles/standalone.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
script: "bundle exec rspec && bundle exec codeclimate-test-reporter"
before_install:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
- sudo apt-get update -q
- sudo apt-get install libsodium-dev -y
- gem install bundler
|
Include ruby 2.6 in Travis execution plan
|
Include ruby 2.6 in Travis execution plan
|
YAML
|
mit
|
excpt/ruby-jwt,jwt/ruby-jwt,progrium/ruby-jwt
|
aebc396a0a99a55dbfdc422b899f0b4d95feb3a2
|
.travis.yml
|
.travis.yml
|
language: "node_js"
node_js:
- 0.4
- 0.6
|
language: "node_js"
node_js:
- 0.4
- 0.6
- 0.8
|
Test on node 0.8 using Travis CI.
|
Test on node 0.8 using Travis CI.
|
YAML
|
mit
|
jaredhanson/passport-meetup
|
e47a5bf232c098c0f74013a46b2ba9ed210db284
|
.travis.yml
|
.travis.yml
|
sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
allow_failures:
- php: 7
include:
- php: 7.0
env: PHPUNIT_VERSION='5.0.0'
- php: 7.1
env: PHPUNIT_VERSION='5.0.0'
- php: hhvm
dist: trusty
env: PHPUNIT_VERSION='4.8.36'
php:
- 5.3
- 5.4
- 5.5
- 5.6
install:
- if [ "$PHPUNIT_VERSION" != "" ]; then composer require phpunit/phpunit:$PHPUNIT_VERSION --prefer-dist --no-interaction; fi;
- if [ "$PHPUNIT_VERSION" == "" ]; then composer install --prefer-dist --no-interaction; fi;
before_script:
- mkdir -p build/logs
script:
- if [ "$PHPUNIT_VERSION" != "" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;
- if [ "$PHPUNIT_VERSION" == "" ]; then phpunit --coverage-clover build/logs/clover.xml; fi;
after_success:
- bash <(curl -s https://codecov.io/bash)
after_script:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar -t 3; fi;
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi;
|
sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
install:
composer install --prefer-dist --no-interaction
before_script:
- mkdir -p build/logs
script:
phpunit --coverage-clover build/logs/clover.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
after_script:
- wget https://scrutinizer-ci.com/ocular.phar -t 3
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
Drop HHVM support and test on all PHP 7.x versions
|
Drop HHVM support and test on all PHP 7.x versions
|
YAML
|
bsd-3-clause
|
console-helpers/svn-buddy
|
92a85cac8854e3b40bd114e86e750ee0abc43ea3
|
.travis.yml
|
.travis.yml
|
# This is necessary until https://github.com/travis-ci/travis-ci/issues/3120 is
# fixed
sudo: required
language: scala
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
scala:
- 2.10.6
- 2.11.7
jdk:
- oraclejdk7
# Note: not currently testing on JDK 8 internally
- oraclejdk8
- openjdk7
notifications:
hipchat:
rooms:
secure: olqJQz/4oPk0IYPAWLyOGwzDxNwGCjY0ZGXUnfd1MHzReWsb3opPwF9QUSGbpHHBhyLi8DLxrPXuBPhg/9TC1leIvTBAOKDPilV4XVZCNjH/VQ7JdiAREJC2o3M2pr6iwovEHO/k6a1TORXUf9Q2vX09FvFpiIcq+hpjR9BciVM=
before_script:
- unset SBT_OPTS
- ./bin/travisci
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION update
script: ./sbt ++$TRAVIS_SCALA_VERSION coverage test && ./sbt ++$TRAVIS_SCALA_VERSION coverageAggregate
after_success: ./sbt ++$TRAVIS_SCALA_VERSION coveralls
|
# This is necessary until https://github.com/travis-ci/travis-ci/issues/3120 is
# fixed
sudo: required
language: scala
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
scala:
- 2.10.6
- 2.11.7
jdk:
- oraclejdk7
# Note: not currently testing on JDK 8 internally
- oraclejdk8
# Enable once https://github.com/travis-ci/travis-ci/issues/5227 is fixed.
#- openjdk7
notifications:
hipchat:
rooms:
secure: olqJQz/4oPk0IYPAWLyOGwzDxNwGCjY0ZGXUnfd1MHzReWsb3opPwF9QUSGbpHHBhyLi8DLxrPXuBPhg/9TC1leIvTBAOKDPilV4XVZCNjH/VQ7JdiAREJC2o3M2pr6iwovEHO/k6a1TORXUf9Q2vX09FvFpiIcq+hpjR9BciVM=
before_script:
- unset SBT_OPTS
- ./bin/travisci
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION update
script: ./sbt ++$TRAVIS_SCALA_VERSION coverage test && ./sbt ++$TRAVIS_SCALA_VERSION coverageAggregate
after_success: ./sbt ++$TRAVIS_SCALA_VERSION coveralls
|
Disable openjdk7 in Travis CI builds
|
Disable openjdk7 in Travis CI builds
RB_ID=786579
|
YAML
|
apache-2.0
|
twitter/scrooge,twitter/scrooge,twitter/scrooge,thirstycrow/scrooge,thirstycrow/scrooge,twitter/scrooge,thirstycrow/scrooge,thirstycrow/scrooge,thirstycrow/scrooge
|
9768bf533058b93c407d432d11d1fb4f396da024
|
.travis.yml
|
.travis.yml
|
language: python
sudo: true
cache:
directories:
- $HOME/.cache/pip
env:
- TOX_ENV=py27-pymongo
- TOX_ENV=py27-pyexecjs
- TOX_ENV=py33-pymongo
- TOX_ENV=py33-pyexecjs
- TOX_ENV=py34-pymongo
- TOX_ENV=py34-pyexecjs
- TOX_ENV=pypy-pymongo
- TOX_ENV=pypy-pyexecjs
- TOX_ENV=pep8
script:
- tox -e $TOX_ENV
before_install:
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update"
- "sudo apt-get install mongodb-org-server"
before_script:
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
install: pip install tox
|
language: python
sudo: true
cache:
directories:
- $HOME/.cache/pip
env:
- TOX_ENV=py27-pymongo
- TOX_ENV=py27-pyexecjs
- TOX_ENV=py33-pymongo
- TOX_ENV=py33-pyexecjs
- TOX_ENV=py34-pymongo
- TOX_ENV=py34-pyexecjs
- TOX_ENV=pypy-pymongo
- TOX_ENV=pypy-pyexecjs
- TOX_ENV=pep8
script:
- tox -e $TOX_ENV
before_install:
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update"
- "sudo apt-get install mongodb-org-server"
before_script:
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
install: pip install tox
deploy:
provider: pypi
user: vmalloc
distributions: bdist_wheel
password:
secure: sNOkUNFfWKGsRy4BI+1jyqycZGSMiXTLtpCrX1mTuvjddbndULrHL3ecIPsCno49/nPR4Gww+e9U3HXc8LKJ9qR4mJ8bVCNiHO5GlGVnpV+wdGh9LVnsU1LWwuD8uWlLyTSOKP+ZmerCw7tGACYiv0e9zp8SqZXCH6VS+sAGFxU=
on:
tags: true
all_branches: true
repo: vmalloc/mongomock
|
Add pypi deployment on tags
|
Add pypi deployment on tags
|
YAML
|
bsd-3-clause
|
vmalloc/mongomock,magaman384/mongomock,StarfishStorage/mongomock,marcinbarczynski/mongomock,drorasaf/mongomock
|
5ebcb54d55a6aeab952bfdacf48453bbea278d73
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
script: 'ci/spec.rb'
before_install:
- gem install bundler rspec
|
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: 'ci/spec.rb'
before_install:
- gem install bundler rspec
|
Add 2.1.0 test on Travis
|
Add 2.1.0 test on Travis
|
YAML
|
mit
|
uu59/grill
|
96bd07e193bf4b428cbc2965b27b465a991e8b75
|
.travis.yml
|
.travis.yml
|
language: csharp
os:
- linux
- osx
mono:
- latest
script:
- ./build.sh --target "Travis" --platform "Mono" --configuration "Release"
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/98f653320ef2b7506c05
on_success: change
on_failure: always
on_start: never
|
language: csharp
os:
- linux
- osx
mono:
- 4.4.2
script:
- ./build.sh --target "Travis" --platform "Mono" --configuration "Release"
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/98f653320ef2b7506c05
on_success: change
on_failure: always
on_start: never
|
Use mono 4.4.2 until latest 4.6 is fixed
|
Use mono 4.4.2 until latest 4.6 is fixed
https://bugzilla.xamarin.com/show_bug.cgi?id=44323
https://bugzilla.xamarin.com/show_bug.cgi?id=44402
|
YAML
|
mit
|
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,susloparovdenis/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,susloparovdenis/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,MrDaedra/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,MrDaedra/Avalonia,susloparovdenis/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,susloparovdenis/Avalonia,AvaloniaUI/Avalonia,jazzay/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia
|
6422509e5307aec16d8af52042c1e88d982428bb
|
.travis.yml
|
.travis.yml
|
sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
script:
- bundle exec rspec
- bundle exec rubocop
|
sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
script:
- bundle exec rspec
- bundle exec rubocop
|
Update the Ruby build matrix for Travis CI.
|
Update the Ruby build matrix for Travis CI.
|
YAML
|
mit
|
tristandunn/pusher-fake,tristandunn/pusher-fake
|
1b1f6629ad1fa82a9e7edf3f72e9c44becf4e21b
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh
|
language: ruby
os:
- linux
- osx
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
matrix:
exclude:
- os: osx
rvm: 2.3.0
addons:
apt:
packages:
- libkrb5-3
- libkrb5-26-heimdal
cache:
- bundler
- apt
script: bundle exec bash run_tests.sh
|
Add OS X to Travis
|
Add OS X to Travis
|
YAML
|
mit
|
stupidpupil/kerberos_authenticator,stupidpupil/kerberos_authenticator
|
8888e59800e37ea8af186dcefcdc012d72b6f7d2
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
script: phpunit
notifications:
email:
on_success: never
on_failure: always
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
script: phpunit
notifications:
email:
on_success: never
on_failure: always
|
Update Travis CI config to remove deprecated options
|
Update Travis CI config to remove deprecated options
|
YAML
|
mit
|
GLOKON/crowd-auth,schakko/crowd-auth
|
56a205d9c7cc1d866ea185e0ccc575b3741f9ba5
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
- SOLIDUS_BRANCH=v2.7 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
|
sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
- SOLIDUS_BRANCH=v2.7 DB=mysql
- SOLIDUS_BRANCH=v2.8 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
|
Add Solidus v2.8 to Travis config
|
Add Solidus v2.8 to Travis config
|
YAML
|
bsd-3-clause
|
solidusio/solidus_auth_devise,solidusio/solidus_auth_devise,solidusio/solidus_auth_devise
|
84db687946de74daa51f9c16b5c5332aa80b58dd
|
.travis.yml
|
.travis.yml
|
dist: xenial
os:
- linux
language: go
go:
- "1.12.x"
- tip
matrix:
allow_failures:
- go: tip
env:
- GO111MODULE=on GOLANGCI_RELEASE="v1.16.0"
before_install:
- go get github.com/mattn/goveralls
- go get github.com/lawrencewoodman/roveralls
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_RELEASE}
script:
- make test
- make lint
- travis_wait 20 roveralls
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci
|
dist: xenial
os:
- linux
language: go
go:
- "1.12.x"
- tip
matrix:
allow_failures:
- go: tip
env:
- GO111MODULE=on GOLANGCI_RELEASE="v1.17.1"
before_install:
- go get github.com/mattn/goveralls
- go get github.com/lawrencewoodman/roveralls
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_RELEASE}
script:
- make test
- make lint
- travis_wait 20 roveralls
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci
|
Update golangci-lint version to 1.17.1
|
Update golangci-lint version to 1.17.1
Signed-off-by: njuettner <[email protected]>
|
YAML
|
apache-2.0
|
kubernetes-incubator/external-dns,kubernetes-incubator/external-dns
|
fde2fa4862e5297678c848d35247c4ff07684a34
|
.travis.yml
|
.travis.yml
|
language: rust
rust:
- nightly
services:
- postgresql
before_install:
- npm install -g less
- cargo install diesel_cli
before_script:
- cp .env.travis .env
- psql -c 'create database basgit_travis;' -U postgres
env:
- RUSTFLAGS="--deny warnings"
script:
- ci/check-basic-style.sh
- cargo build --verbose
- cargo test --verbose
cache: cargo
|
language: rust
rust:
- nightly-2017-05-03
services:
- postgresql
before_install:
- npm install -g less
- cargo install diesel_cli
before_script:
- cp .env.travis .env
- psql -c 'create database basgit_travis;' -U postgres
env:
- RUSTFLAGS="--deny warnings"
script:
- ci/check-basic-style.sh
- cargo build --verbose
- cargo test --verbose
cache: cargo
|
Fix Rust version for Travis-CI
|
Fix Rust version for Travis-CI
|
YAML
|
apache-2.0
|
LukasKalbertodt/basgit,LukasKalbertodt/basgit
|
b5ccf27a34f19f165ece0fc9cabe87aebc9f62e2
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.2
- 2.1.1
- 2.1.0
- 1.9.3-p392
- 1.9.3-p429
- 1.9.3-p448
script: "bundle exec rake spec:with_coveralls"
notifications:
slack: sachin21dev:3pEyff2UFnoCgl4NI0uxbsER
|
language: ruby
rvm:
- ruby-2.3.0
- 2.1.2
- 2.1.1
- 2.1.0
- 1.9.3-p392
- 1.9.3-p429
- 1.9.3-p448
script: "bundle exec rake spec:with_coveralls"
notifications:
slack: sachin21dev:3pEyff2UFnoCgl4NI0uxbsER
|
Add Travis CI testing target for new ruby version
|
Add Travis CI testing target for new ruby version
|
YAML
|
mit
|
sachin21/space2underscore
|
6d7352a785ffda315ccfaa873461d411a6debb21
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "6.0.x"
- "6.1.x"
|
language: node_js
node_js:
- "6"
- "6.1"
|
Fix node versions on Travis CI
|
Fix node versions on Travis CI
|
YAML
|
mit
|
agcorrea/instagram-stats
|
35e67645bbd0c047e3e2761f6ec985c454e9d00b
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
before_install:
- rm -rf ~/.linuxbrew
- yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
- export PATH="$HOME/.linuxbrew/bin:$PATH"
- export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
- export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
- brew install jdk
- export JAVA_HOME=/home/travis/.linuxbrew/Cellar/jdk/1.8.0-40
install:
- mvn install -DskipTests=true -DskipUnitTests=true
script:
- mvn test -Dgrinder.display.tree.util.ui=false -Dtrace.level=off -Djustification.level=off
|
language: java
jdk:
- oraclejdk8
install:
- mvn install -DskipTests=true -DskipUnitTests=true
script:
- mvn test -Dgrinder.display.tree.util.ui=false -Dtrace.level=off -Djustification.level=off
|
Remove jdk 8.40 before install logic
|
Remove jdk 8.40 before install logic
Appears to have stopped working, will wait instead for Travis machines to upgrade to >= 8.40
|
YAML
|
bsd-3-clause
|
aic-sri-international/aic-praise,aic-sri-international/aic-praise
|
58484602cd417dec2077094fbe1c1afa92297aff
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt --use-mirrors
script:
- flake8 .
# - pep257 . --explain
|
language: python
python:
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
script:
- flake8 .
# - pep257 . --explain
|
Update pip install command
|
Update pip install command [ci skip]
|
YAML
|
mit
|
le717/ICU
|
fee677afeb250e5678d5f5cd6cc9a23fa4800822
|
.travis.yml
|
.travis.yml
|
sudo: required
services:
- docker
language: python
python:
- "3.4"
install: "pip install -r requirements-dev.txt"
before_script:
- docker-compose run deps
- ./puffin.py db create
- ./puffin.py db upgrade
script: py.test
|
sudo: required
services:
- docker
language: python
python:
- "3.4"
install: "pip install -r requirements-dev.txt"
before_script:
- docker-compose run deps
- sleep 5
- ./puffin.py db create
- ./puffin.py db upgrade
script: py.test
|
Add sleep after starting deps to fix Travis
|
Add sleep after starting deps to fix Travis
|
YAML
|
agpl-3.0
|
loomchild/jenca-puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin,loomchild/puffin,loomchild/puffin,puffinrocks/puffin
|
4476c3da8dcf98237f2e67dadc6c4cc540a222eb
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 3.5
env:
- TOXENV=py26-stix111
- TOXENV=py26-stix120old
- TOXENV=py26-stix120
- TOXENV=py27-stix111
- TOXENV=py27-stix120old
- TOXENV=py27-stix120
install:
- pip install -U tox
script:
- tox
notifications:
email:
- [email protected]
|
language: python
python:
- 2.7
env:
- TOXENV=py26-stix111
- TOXENV=py26-stix120old
- TOXENV=py26-stix120
- TOXENV=py27-stix111
- TOXENV=py27-stix120old
- TOXENV=py27-stix120
install:
- pip install -U tox
script:
- tox
notifications:
email:
- [email protected]
|
Use Python 2.7 to run Tox
|
Use Python 2.7 to run Tox
I didn't think I'd need to do this, but oh well.
|
YAML
|
bsd-3-clause
|
STIXProject/openioc-to-stix,STIXProject/openioc-to-stix
|
3fb802f44c460691b1559cc369e5d278f3171799
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- SYMFONY_VERSION=2.5.*
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=2.6.*
before_script:
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION}
script:
- phpunit
notifications:
irc: "irc.freenode.org#symfony-cmf"
email: "[email protected]"
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- SYMFONY_VERSION=2.6.*
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION=2.3.*
- php: 5.6
env: SYMFONY_VERSION=2.5.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*
allow_failures:
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*
before_script:
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION}
script:
- phpunit
notifications:
irc: "irc.freenode.org#symfony-cmf"
email: "[email protected]"
|
Use latest versions in the test matrix
|
Use latest versions in the test matrix
|
YAML
|
mit
|
symfony-cmf/RoutingAuto
|
2e0f110309f1662e47bf4031804ab6fb7d340a76
|
.travis.yml
|
.travis.yml
|
language: php
php:
- '5.6'
- '7.0'
install:
- composer install
script:
- php vendor/bin/parallel-lint ./src ./tests
- php vendor/bin/php-cs-fixer fix --config=vendor/shopsys/coding-standards/build/phpcs-fixer.php_cs --dry-run --verbose --diff ./src ./tests
- php vendor/bin/phpcs --standard=vendor/shopsys/coding-standards/rulesetCS.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp ./src ./tests
- php vendor/bin/phpmd "./src,./tests" text vendor/shopsys/coding-standards/rulesetMD.xml --extensions=php
- php vendor/bin/phpunit tests
|
language: php
php:
- 5.6
- 7.0
- 7.1
matrix:
include:
- php: 5.6
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.1
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
install:
- travis_retry composer update $DEPENDENCIES
script:
- php vendor/bin/parallel-lint ./src ./tests
- php vendor/bin/php-cs-fixer fix --config=vendor/shopsys/coding-standards/build/phpcs-fixer.php_cs --dry-run --verbose --diff ./src ./tests
- php vendor/bin/phpcs --standard=vendor/shopsys/coding-standards/rulesetCS.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp ./src ./tests
- php vendor/bin/phpmd "./src,./tests" text vendor/shopsys/coding-standards/rulesetMD.xml --extensions=php
- php vendor/bin/phpunit tests
|
Add PHP 7.1 and lowest dependencies Travis builds
|
Add PHP 7.1 and lowest dependencies Travis builds
|
YAML
|
mit
|
shopsys/http-smoke-testing
|
b705ab763731598b29d62e56c872992d68dea361
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.4"
- "3.5"
- "3.6-dev"
- "nightly"
sudo: required
install:
- sudo apt-get install lilv-utils
- pip3 install coveralls
- pip3 install cffi
- pip3 install JACK-Client
script:
- cd ..
- mkdir data
- cd data
- mkdir test
- cd ../PluginsManager
- coverage3 run --source=pluginsmanager setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: python
python:
- "3.4"
- "3.5"
- "3.6-dev"
- "nightly"
sudo: required
install:
- sudo apt-get install -y lilv-utils --no-install-recommends
- sudo apt-get install -y calf-plugins --no-install-recommends
- pip3 install coveralls
- pip3 install cffi
- pip3 install JACK-Client
script:
- cd ..
- mkdir data
- cd data
- mkdir test
- cd ../PluginsManager
- coverage3 run --source=pluginsmanager setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Add calf plugins in build
|
Add calf plugins in build
|
YAML
|
apache-2.0
|
PedalPi/PluginsManager
|
ab61a4c37ecf0c33436cf15b7099398f69bf80a3
|
.travis.yml
|
.travis.yml
|
language: node_js
notifications:
email: false
node_js:
- 0.10
|
language: node_js
notifications:
email: false
node_js:
- 0.10
- 0.11
|
Build on node 0.11 as well
|
Build on node 0.11 as well
|
YAML
|
mit
|
jogleasonjr/node-ls-archive,atom/node-ls-archive
|
7ea154fe7fb5c75af89718099d6e75c2c35f9e8f
|
.travis.yml
|
.travis.yml
|
# Use Docker-based container (instead of OpenVZ)
sudo: false
language: java
jdk:
- openjdk6
|
# Use Docker-based container (instead of OpenVZ)
sudo: false
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
# Travis now defaults to Trusty, which is missing openjdk6.
dist: precise
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
# WORKAROUND https://github.com/travis-ci/travis-ci/issues/5227
addons:
hosts: workaround-travis-ci-issue-5227
hostname: workaround-travis-ci-issue-5227
language: java
jdk:
- openjdk6
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete
|
Use Precise on Travis CI to run JDK 6
|
Use Precise on Travis CI to run JDK 6
https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
|
YAML
|
apache-2.0
|
sbt/ivy,sbt/ivy
|
a06e5eaa4c4c6b15009ed7d062d09587fb4d7cdf
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: c
env:
- PGVERSION=9.1
- PGVERSION=9.2
- PGVERSION=9.3
- PGVERSION=9.4
- PGVERSION=9.5
before_script:
- export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path
- sudo /etc/init.d/postgresql stop # Stop whichever version of PG that travis started
- sudo /etc/init.d/postgresql start $PGVERSION # Start the version of PG that we want to test
- sudo apt-get update -qq # Retrieves new list of packages
- sudo apt-get install postgresql-server-dev-$PGVERSION # Required for PGXS
- sudo apt-get install postgresql-common # Required for extension support files
- createdb hll_regress # Create the test database
script:
- make && sudo make install
- psql -c "create extension hll" hll_regress
- make -C regress
|
sudo: required
dist: trusty
language: c
env:
- PGVERSION=9.2
- PGVERSION=9.3
- PGVERSION=9.4
- PGVERSION=9.5
before_script:
- export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path
- sudo /etc/init.d/postgresql stop # Stop whichever version of PG that travis started
- sudo /etc/init.d/postgresql start $PGVERSION # Start the version of PG that we want to test
- sudo apt-get update -qq # Retrieves new list of packages
- sudo apt-get install postgresql-server-dev-$PGVERSION # Required for PGXS
- sudo apt-get install postgresql-common # Required for extension support files
- createdb hll_regress # Create the test database
script:
- make && sudo make install
- psql -c "create extension hll" hll_regress
- make -C regress
|
Remove PostgreSQL 9.1 from test matrix
|
Remove PostgreSQL 9.1 from test matrix
Travis doesn't like it.
|
YAML
|
apache-2.0
|
citusdata/postgresql-hll,citusdata/postgresql-hll,aggregateknowledge/postgresql-hll,aggregateknowledge/postgresql-hll
|
81c418500745558bbd60f26f2a66668f3237095b
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
notifications:
email:
recipients:
- "[email protected]"
- "[email protected]"
on_success: "change"
on_failure: "always"
irc:
channels:
- "irc.freenode.org#scholarsphere"
- "irc.freenode.org#projecthydra"
template:
- "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"
services:
- redis-server
|
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
notifications:
email:
recipients:
- "[email protected]"
- "[email protected]"
on_success: "change"
on_failure: "always"
irc:
channels:
- "irc.freenode.org#scholarsphere"
- "irc.freenode.org#projecthydra"
template:
- "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"
services:
- redis-server
|
Speed up Travis builds by not building libxml2 shipped with Nokogiri
|
Speed up Travis builds by not building libxml2 shipped with Nokogiri
|
YAML
|
apache-2.0
|
samvera/hyrax,samvera/hyrax,samvera/hyrax,samvera/hyrax
|
db1e9e97cbee0f0253fd00e2db083096d9cc9348
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4"
- "0.12"
- "0.10"
|
language: node_js
node_js:
- "4"
- "5"
- "6"
|
Remove old node versions from run list
|
Remove old node versions from run list
|
YAML
|
mit
|
thomsbg/convert-rich-text,thomsbg/convert-rich-text
|
000b4930e54bef18b18dd5a304c13e1e2fabd8aa
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
install:
- pip install coverage==3.7.1 tox==1.9.2
script:
- tox
- coverage run --rcfile=.coveragerc setup.py test -s tests.unit
after_success:
coveralls
notifications:
email:
on_failure: change
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
install:
- pip install coverage==3.7.1 tox==1.9.2
script:
- tox
- coverage run --rcfile=.coveragerc setup.py test -s tests.unit
after_success:
coveralls
notifications:
email:
on_failure: change
sudo: false
|
Upgrade to Docker-based Travis builds
|
Upgrade to Docker-based Travis builds
|
YAML
|
mit
|
csparpa/pyowm,csparpa/pyowm
|
530d696a37f44896dfc109c1bde9fcb851ded18d
|
.travis.yml
|
.travis.yml
|
dist: xenial
sudo: false
cache:
directories:
- $HOME/.cache/pip
language: python
matrix:
include:
- python: "2.7"
env: TOXENV=py2
- python: "3.5"
env: TOXENV=py3
- python: "3.6"
env: TOXENV=py3
- python: "3.7"
env: TOXENV=py3
# Meta
- python: "3.7"
env: TOXENV=flake8
- python: "3.7"
env: TOXENV=manifest
- python: "3.7"
env: TOXENV=docs
- python: "3.7"
env: TOXENV=readme
install:
- pip install tox
script:
- tox
before_install:
- pip install codecov
after_success:
- tox -e coverage-report
- codecov
|
dist: xenial
sudo: false
cache:
directories:
- $HOME/.cache/pip
language: python
matrix:
include:
- python: "2.7"
env: TOXENV=py2
- python: "3.5"
env: TOXENV=py3
- python: "3.6"
env: TOXENV=py3
- python: "3.7"
env: TOXENV=py3
- python: "3.8"
env: TOXENV=py3
# Meta
- python: "3.8"
env: TOXENV=flake8
- python: "3.8"
env: TOXENV=manifest
- python: "3.8"
env: TOXENV=docs
- python: "3.8"
env: TOXENV=readme
install:
- pip install tox
script:
- tox
before_install:
- pip install codecov
after_success:
- tox -e coverage-report
- codecov
|
Add Python 3.8 to test matrix.
|
Add Python 3.8 to test matrix.
|
YAML
|
isc
|
nfcpy/ndeflib
|
291918a3060163ec6d4d38502eb186aaeda023e9
|
.travis.yml
|
.travis.yml
|
language: ruby
cache: bundler
sudo: false
rvm:
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-9.2.7.0
gemfile:
- gemfiles/rspec3.4.gemfile
- gemfiles/rspec-head.gemfile
before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
matrix:
allow_failures:
- rvm: ruby-head
|
language: ruby
cache: bundler
rvm:
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-9.2.7.0
gemfile:
- gemfiles/rspec3.4.gemfile
- gemfiles/rspec-head.gemfile
before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
matrix:
allow_failures:
- rvm: ruby-head
|
Remove unused sudo: false directive
|
Travis: Remove unused sudo: false directive
- See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for more details
|
YAML
|
mit
|
tomykaira/rspec-parameterized
|
30b275f19ec4987b267074d5df6a4625beeff145
|
.travis.yml
|
.travis.yml
|
language: ruby
notifications:
email:
on_success: change
on_failure: always
before_install:
- gem update --system $RUBYGEMS_VERSION
- gem --version
- gem install bundler
- bundle --version
- mkdir -p tmp/bundle
bundler_args: "--binstubs"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-head
- rbx
script: bin/rake build spec install
matrix:
allow_failures:
- rvm: 2.1.0
- rvm: rbx
- rvm: jruby-head
|
language: ruby
notifications:
email:
on_success: change
on_failure: always
before_install:
- gem update --system $RUBYGEMS_VERSION
- gem --version
- gem install bundler
- bundle --version
- mkdir -p tmp/bundle
bundler_args: "--binstubs"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-head
- rbx
script: bin/rake build spec install
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: jruby-head
|
Mark the two ruby versions that don't work at the moment and merge to master
|
Mark the two ruby versions that don't work at the moment and merge to master
|
YAML
|
mit
|
ianheggie/railsapp_factory
|
c9173742fd9d3b036be649db7b52abcfd255724e
|
.travis.yml
|
.travis.yml
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
# http://docs.travis-ci.com/user/languages/java/
language: java
jdk:
- openjdk8
- oraclejdk8
- oraclejdk9
- oraclejdk11
#Cache downloaded Maven artifacts between builds
cache:
directories:
- "${HOME}/.m2"
notifications:
email: false
slack: wlc:Kinf3gdySndcFTBtjcci3rJN
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
# http://docs.travis-ci.com/user/languages/java/
language: java
jdk:
- openjdk8
- oraclejdk8
- oraclejdk9
# - oraclejdk10
# - oraclejdk11
#Cache downloaded Maven artifacts between builds
cache:
directories:
- "${HOME}/.m2"
notifications:
email: false
slack: wlc:Kinf3gdySndcFTBtjcci3rJN
|
Disable Project Jigsaw enabled JDK CI builds
|
Disable Project Jigsaw enabled JDK CI builds
Modify CI configuration to temporarily use below JDK-10 environments
Signed-off-by: Emily Mabrey <1b930ed42299c9b9c7a34c6448b12fbc7d6cdafc@users.noreply.github.com>
|
YAML
|
mit
|
welovecoding/editorconfig-netbeans,welovecoding/editorconfig-netbeans
|
c122e12485eecf969ef61e79b3d6d9cbad8f627e
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.2
script:
- bundle exec rspec one_sheet/resume.rb --format progress
- bundle exec rspec spec/ --no-drb --format progress
env:
global:
- secure: |-
IIBXub6BG+Sb8n6N+gMli+iETv9p0atS5la2evNOU2YbsKZBTuNnKHDsUF/1wgOXbJ6HjiG
2Nfn8xJAIXZ0cKtulnxbTnEqINl4Jfy0RFotk9xinJeC48Pv+QMOiRh+FmSOexQUUc6NPCf
2PtXEG+4wMV7zKqM2FgSq86GIGU0w=
|
language: ruby
rvm:
- 2.1.5
script:
- bundle exec rspec one_sheet/resume.rb --format progress
- bundle exec rspec spec/ --no-drb --format progress
env:
global:
- secure: |-
IIBXub6BG+Sb8n6N+gMli+iETv9p0atS5la2evNOU2YbsKZBTuNnKHDsUF/1wgOXbJ6HjiG
2Nfn8xJAIXZ0cKtulnxbTnEqINl4Jfy0RFotk9xinJeC48Pv+QMOiRh+FmSOexQUUc6NPCf
2PtXEG+4wMV7zKqM2FgSq86GIGU0w=
|
Update Ruby version for use with Travis
|
Update Ruby version for use with Travis
|
YAML
|
mit
|
paulfioravanti/resume,agrimm/resume,agrimm/resume
|
c3400bf645a1439aedd1b207cc9cd7b63027e10a
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
addons:
code_climate:
repo_token: 4a2c4f4f7c68cab958c00156152acb7f4bd6d88f6d1ca61ed7055e6ede3ac2c8
jobs:
include:
- script: npm run lint;
- script: npm test -- --coverage;
# - stage: release
# script: npm pack
# deploy:
# provider: releases
# api_key: $GITHUB_TOKEN
# file_glob: true
# file: "*.tgz"
# skip_cleanup: true
# on:
# tags: true
- stage: deploy
script: npm run build;
deploy:
provider: pages
local_dir: build/
skip_cleanup: true
github_token: $GITHUB_TOKEN
on:
branch: master
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
|
language: node_js
node_js:
- "node"
addons:
code_climate:
repo_token: $CODECLIMATE_TOKEN
jobs:
include:
- script: npm run lint;
- script: npm test -- --coverage;
# - stage: release
# script: npm pack
# deploy:
# provider: releases
# api_key: $GITHUB_TOKEN
# file_glob: true
# file: "*.tgz"
# skip_cleanup: true
# on:
# tags: true
- stage: deploy
script: npm run build;
deploy:
provider: pages
local_dir: build/
skip_cleanup: true
github_token: $GITHUB_TOKEN
on:
branch: master
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
|
Move code climate token into a variable
|
Move code climate token into a variable
|
YAML
|
mit
|
kangasta/timetablescreen,kangasta/timetablescreen
|
24de1c4cfceebdd1425821f0609bd56e46bc83b8
|
.travis.yml
|
.travis.yml
|
language: ruby
services:
- elasticsearch
env:
-ROOMS_DB_USER=root ROOMS_DB_DATABASE=nyu_rooms_test ROOMS_DB_HOST=localhost ROOMS_SECRET_TOKEN=dd6f1b6faf2511a744f3f08644e76edcb6be01d7019a6e62947e3a76a2c5f1ea7f3206af6bd0409ed222a56b2a53788da8de1d3528547889cc59c7dbc27f4503 ROOMS_COOKIE_DOMAIN=.local ROOMS_BONSAI_URL=http://localhost:9200 LOGIN_URL=https://dev.login.library.nyu.edu SSO_LOGOUT_PATH=/logout
before_script:
- sleep 30
- mysql -e 'create database nyu_rooms_test;'
- bundle exec rake db:schema:load
- RAILS_ENV=test bundle exec rake environment tire:import CLASS=Room FORCE=true
- RAILS_ENV=test bundle exec rake environment tire:import CLASS=Reservation FORCE=true
- sleep 30
rvm:
- 2.0.0
- 2.1.5
- 2.2.5
notifications:
email:
- [email protected]
sudo: false
|
language: ruby
services:
- elasticsearch
env:
-ROOMS_DB_USER=root ROOMS_DB_DATABASE=nyu_rooms_test ROOMS_DB_HOST=localhost ROOMS_SECRET_TOKEN=dd6f1b6faf2511a744f3f08644e76edcb6be01d7019a6e62947e3a76a2c5f1ea7f3206af6bd0409ed222a56b2a53788da8de1d3528547889cc59c7dbc27f4503 ROOMS_COOKIE_DOMAIN=.local ROOMS_BONSAI_URL=http://localhost:9200 LOGIN_URL=https://dev.login.library.nyu.edu SSO_LOGOUT_PATH=/logout
before_script:
- sleep 30
- mysql -e 'create database nyu_rooms_test;'
- bundle exec rake db:schema:load
- RAILS_ENV=test bundle exec rake environment tire:import CLASS=Room FORCE=true
- RAILS_ENV=test bundle exec rake environment tire:import CLASS=Reservation FORCE=true
- sleep 30
rvm:
- 2.0.0
- 2.1.5
- 2.2.5
- 2.3.1
notifications:
email:
- [email protected]
sudo: false
|
Add ruby version to Travis
|
Add ruby version to Travis
|
YAML
|
mit
|
NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms
|
c33bbd38dcb796d30bdcebdb71a00bd4b31e2e8b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=psiturk setup.py test
after_success:
coveralls
|
language: python
python:
- 2.7
# whitelist
branches:
only:
- master
- dev
install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=psiturk setup.py test
after_success:
coveralls
|
Add dev to Travis' whitelist
|
Add dev to Travis' whitelist
|
YAML
|
mit
|
suchow/psiTurk,johnmcdonnell/psiTurk,NYUCCL/psiTurk,kachergis/psiTurk,NYUCCL/psiTurk,michaelpacer/psiTurk,suchow/psiTurk,berkeley-cocosci/psiTurk,pfeyz/psiTurk,michaelpacer/psiTurk,pfeyz/psiTurk,andyh616/psiTurk,andyh616/psiTurk,berkeley-cocosci/psiTurk,pfeyz/psiTurk,suchow/psiTurk,berkeley-cocosci/psiTurk,johnmcdonnell/psiTurk,kachergis/psiTurk,mshvartsman/psiTurk,rbtrace/psiTurk,michaelpacer/psiTurk,rbtrace/psiTurk,andyh616/psiTurk,rbtrace/psiTurk,mshvartsman/psiTurk,johnmcdonnell/psiTurk,mshvartsman/psiTurk,NYUCCL/psiTurk,kachergis/psiTurk
|
548815d7bcdd5d4190cbf7792cd3261d03740afc
|
.travis.yml
|
.travis.yml
|
language: python
sudo: required
python:
- '2.7'
- '3.4'
- '3.5'
cache:
directories:
- $HOME/.cache/pip
env:
# Current production
- ELASTICSEARCH_VERSION=1.4.4
# Future production point release
- ELASTICSEARCH_VERSION=1.4.5
# Latest in 1.X line (as of 2016-02-10)
- ELASTICSEARCH_VERSION=1.7.5
services:
- postgresql
before_install:
# Use same ES version as in production (also the Travis "elasticsearch" service setting fails to start)
- travis_retry curl -OL https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ELASTICSEARCH_VERSION.deb
- sudo dpkg -i --force-confnew elasticsearch-$ELASTICSEARCH_VERSION.deb
- sudo service elasticsearch start
install:
- travis_retry pip install -e .
- travis_retry pip install "file://$(pwd)#egg=django-bulbs[dev]"
before_script:
- psql -c 'create database bulbs;' -U postgres
# Wait for ES startup
- until curl http://localhost:9200/; do sleep 1; done
script:
- py.test --cov bulbs --cov-report term-missing
after_success:
- coveralls
|
language: python
sudo: required
python:
- '2.7'
- '3.4'
- '3.5'
cache:
directories:
- $HOME/.cache/pip
env:
# Current production
- ELASTICSEARCH_VERSION=1.4.4
# Future production point release. Disabled 2016-04-07 to speed up Travis builds
#- ELASTICSEARCH_VERSION=1.4.5
# Latest in 1.X line (as of 2016-02-10)
- ELASTICSEARCH_VERSION=1.7.5
services:
- postgresql
before_install:
# Use same ES version as in production (also the Travis "elasticsearch" service setting fails to start)
- travis_retry curl -OL https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ELASTICSEARCH_VERSION.deb
- sudo dpkg -i --force-confnew elasticsearch-$ELASTICSEARCH_VERSION.deb
- sudo service elasticsearch start
install:
- travis_retry pip install -e .
- travis_retry pip install "file://$(pwd)#egg=django-bulbs[dev]"
before_script:
- psql -c 'create database bulbs;' -U postgres
# Wait for ES startup
- until curl http://localhost:9200/; do sleep 1; done
script:
- py.test --cov bulbs --cov-report term-missing
after_success:
- coveralls
|
Disable Travis ES 1.4.5 config for faster builds
|
Disable Travis ES 1.4.5 config for faster builds
|
YAML
|
mit
|
theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs,theonion/django-bulbs
|
61ecddf1d03c82ecc0edf1ecfb1cec610e7ab349
|
.travis.yml
|
.travis.yml
|
env: HOME=/home/travis
language: python
python:
- 2.7
install:
- pip install tox
script: tox -rv
|
env: HOME=/home/travis
sudo: required
dist: trusty
before_install:
- sudo apt-get -qq update
- ./bootstrap install
language: python
python:
- 2.7
install:
- pip install tox
script: tox -rv
|
Install package dependencies in TravisCI
|
Install package dependencies in TravisCI
And use an Ubuntu Trusty VM
Signed-off-by: Zack Cerza <[email protected]>
|
YAML
|
mit
|
dmick/teuthology,ktdreyer/teuthology,ceph/teuthology,dmick/teuthology,ktdreyer/teuthology,SUSE/teuthology,SUSE/teuthology,dmick/teuthology,SUSE/teuthology,ceph/teuthology
|
f88c6560723c83a53ace542310233f9b68cfd957
|
.travis.yml
|
.travis.yml
|
language: go
branches:
only:
- master
- develop
go:
- 1.2
- 1.2.1
- 1.2.2
- 1.3
- 1.3.1
- 1.3.2
- 1.3.3
- 1.4
- 1.4.1
- 1.4.2
- 1.4.3
- 1.5
- 1.5.1
- 1.5.2
- 1.5.3
- 1.5.4
- 1.6
- 1.6.1
- 1.6.2
install:
- check_preconditions && actually_build
- make build
after_script:
- make uninstall
|
language: go
branches:
only:
- master
- develop
go:
- 1.6
- 1.6.1
- 1.6.2
install:
- make build
after_script:
- make uninstall
|
Build only golang last version
|
Build only golang last version
|
YAML
|
mit
|
ivan-iver/fly,ivan-iver/fly
|
2936120c17db16be266870333ff91e9ec70ec1e5
|
.travis.yml
|
.travis.yml
|
language: node_js
install:
- npm install gitbook-cli -g
script:
- gitbook build ./docs ./docs-build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: docs-build
fqdn: doc.iot.noahgao.net
on:
branch: master
|
language: node_js
git:
submodules: false
install:
- npm install gitbook-cli -g
script:
- gitbook build ./docs ./docs-build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: docs-build
fqdn: doc.iot.noahgao.net
on:
branch: master
|
Check Travis CI support for Documentation Deployment
|
Check Travis CI support for Documentation Deployment
|
YAML
|
mit
|
noahziheng/freeiot
|
c08e75cd6876998397981f17ad833f4f184fa216
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- "3.6"
services:
- postgresql
before_script:
- psql -c 'create database test;' -U postgres
env:
global:
- PGUSER=postgres
- PG_PASSWORD=
install:
- pip install poetry
- poetry develop
script:
- poetry run py.test --cov
|
sudo: false
language: python
python:
- "3.6"
services:
- postgresql
before_script:
- psql -c 'create database test;' -U postgres
env:
global:
- PGUSER=postgres
- PGPASSWORD=
install:
- pip install poetry
- poetry develop
script:
- poetry run py.test --cov
|
Fix database password env var name
|
Fix database password env var name
|
YAML
|
mit
|
josuemontano/pyramid-angularjs-starter,josuemontano/API-platform,josuemontano/API-platform,josuemontano/api-starter,josuemontano/pyramid-angularjs-starter,josuemontano/API-platform,josuemontano/api-starter,josuemontano/api-starter,josuemontano/pyramid-angularjs-starter,josuemontano/API-platform
|
13b2031bb2d43d809a7c9f9750748e28bc3cda49
|
.travis.yml
|
.travis.yml
|
# Copyright (c) 2019, WSO2 Inc. (http://wso2.com) All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by 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: required
git:
quiet: true
matrix:
include:
- env: BUILD_TYPE=MAVEN
fast_finish: true
services:
- docker
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
script:
- if [ "$BUILD_TYPE" = "MAVEN" ]; then cd internal; mvn install -B -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.m2
|
# Copyright (c) 2019, WSO2 Inc. (http://wso2.com) All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by 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: required
git:
quiet: true
matrix:
include:
- env: BUILD_TYPE=MAVEN
fast_finish: true
services:
- docker
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
script:
- jdk_switcher use openjdk8
- if [ "$BUILD_TYPE" = "MAVEN" ]; then cd internal; mvn install -B -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.m2
|
Switch Travis to OpenJDK 1.8
|
Switch Travis to OpenJDK 1.8
|
YAML
|
apache-2.0
|
wso2/security-tools,wso2/security-tools,wso2/security-tools,wso2/security-tools,wso2/security-tools
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.