Skip to content

Commit

Permalink
Trying to fix travis build to run rspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Apr 10, 2016
1 parent 087f727 commit 84ada4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
script: "export JRUBY_OPTS='-X+O -J-Djruby.launch.inproc=false -J-Xmx1024m -J-XX:MaxPermSize=2048m' bundle exec rspec"
script: "export JRUBY_OPTS='-X+O -J-Djruby.launch.inproc=false -J-Xmx1024m -J-XX:MaxPermSize=2048m' && bundle exec rspec"
language: ruby
cache: bundler
sudo: false
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
- jruby-9.0.4.0
matrix:
include:
Expand Down

0 comments on commit 84ada4a

Please sign in to comment.