Skip to content

Commit 81fcc20

Browse files
committed
Update travis config to use appraisal
1 parent 5e25483 commit 81fcc20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ language: ruby
33
rvm:
44
- 2.0.0
55
- 1.9.3
6+
before_install:
7+
- gem install bundler --version '>= 1.2.2'
8+
before_script: 'bundle exec rake appraisal:install'
9+
script: 'bundle exec rake appraisal test'

0 commit comments

Comments
 (0)