Test clean install in Travis
This commit is contained in:
parent
7ea80547c5
commit
5b46a24f0b
|
@ -5,8 +5,14 @@ before_install:
|
|||
- gem install bundler
|
||||
rvm:
|
||||
- 2.1.0
|
||||
script: bundle exec rake checks
|
||||
matrix:
|
||||
include:
|
||||
# Test install on clean system
|
||||
- install: true
|
||||
script:
|
||||
- bundle exec rake checks
|
||||
- gem build github_changelog_generator
|
||||
- gem install *.gem
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in New Issue
Block a user