github-changelog-generator/.travis.yml

36 lines
988 B
YAML
Raw Normal View History

language: ruby
2016-03-09 18:37:13 +00:00
cache:
- bundler
2016-02-29 16:18:42 +00:00
before_install:
- gem install bundler
matrix:
include:
2017-04-20 14:42:37 +00:00
- rvm: 2.2.7
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && gem install *.gem
2017-04-20 14:42:37 +00:00
- rvm: 2.2.7
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && bundle install
gemfile: spec/install-gem-in-bundler.gemfile
2017-04-20 14:42:37 +00:00
- rvm: 2.3.4
2017-04-13 07:04:23 +00:00
- rvm: 2.4.1
- rvm: jruby-9.1.13.0
jdk: oraclejdk8
env:
- JRUBY_OPTS=--debug
- rvm: jruby-head
jdk: oraclejdk8
env:
- JRUBY_OPTS=--debug
- DEBUG=1
allow_failures:
- rvm: jruby-head
fast_finish: true
2015-03-29 19:38:18 +00:00
addons:
code_climate:
repo_token:
secure: iMpV5IAvH+/EVGZrpWnt2BnmNFzSbsRcIumsr4ZyLC8N5nrCSXyjCSy0g48btL3Sj0bSgK9hcrJsmrFd2bkqFleyAcPAzNyUQzBuIRZx47O8yFmbZ+Pj+l3+KOlmcbzJNHfDfxkxuWTmTAcSDfsiyApin721T/ey3SUuwKpZNUc=
after_success:
- bundle exec codeclimate-test-reporter