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