Skip to content

Commit 33aed35

Browse files
committed
Merge pull request #109 from tricknotes/suppress-warning
Suppress deprecation waring from appraisal
2 parents 78c0187 + 1255e02 commit 33aed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ rvm:
66
- jruby-19mode
77
before_install:
88
- gem install bundler --version '>= 1.2.2'
9-
before_script: 'bundle exec rake appraisal:install'
9+
before_script: 'bundle exec appraisal install'
1010
script: 'bundle exec rake appraisal test'

0 commit comments

Comments
 (0)