We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e25483 commit 81fcc20Copy full SHA for 81fcc20
.travis.yml
@@ -3,3 +3,7 @@ language: ruby
3
rvm:
4
- 2.0.0
5
- 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