Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takkanm committed Nov 24, 2015
1 parent 5781ce5 commit 9436de6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: jruby
before_install:
- rvm get head --auto-dotfiles
- rvm install jruby-9.0.1.0
- gem install bundler
- gem update bundler
- bundle install
script:
- rake test
- bundle exec rake cov

0 comments on commit 9436de6

Please sign in to comment.