Skip to content

Commit

Permalink
Install rack when running tests on travis to use rack/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jul 14, 2015
1 parent 02e05a8 commit fb5c233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
sudo: false
language: ruby
cache: bundler
script: "TESTOPTS=-v bundle exec rake test"
script:
- gem install rack
- "TESTOPTS=-v bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
Expand Down

0 comments on commit fb5c233

Please sign in to comment.