Skip to content

Commit

Permalink
massage travis into playing nice
Browse files Browse the repository at this point in the history
  • Loading branch information
madAndroid committed Dec 16, 2014
1 parent 1ef28af commit 86480e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
before_install: gem install bundler -v '~> 1.6.0' --no-ri --no-rdoc
before_install: "rm -Rfv .bundle && gem install bundler -v '~> 1.6.0' --no-ri --no-rdoc"
bundler_args: "--without development plugins"
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
rvm:
Expand Down

0 comments on commit 86480e3

Please # to comment.