Skip to content

Commit 1255e02

Browse files
committed
Suppress deprecation waring from appraisal
The following warning is suppressed. ``` `rake appraisal:install` task is deprecated and will be removed soon. Please use `appraisal install`. ```
1 parent 78c0187 commit 1255e02

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)