Skip to content

Commit

Permalink
Fixed post-merge problems with Travis CI and buld tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Jun 16, 2014
1 parent ba36f0e commit f73f9d8
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
Expand Up @@ -17,4 +17,4 @@ matrix:
- rvm: ruby-head
- rvm: jruby-head
- rvm: 1.9.3
script: "bundle exec compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"

0 comments on commit f73f9d8

Please sign in to comment.