Test clean install in Travis

This commit is contained in:
John Keiser
2016-02-29 08:18:42 -08:00
parent 7ea80547c5
commit 5b46a24f0b
+7 -1
View File
@@ -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: