Skip to content

Commit f73f9d8

Browse files
committed
Fixed post-merge problems with Travis CI and buld tasks.
1 parent ba36f0e commit f73f9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ matrix:
1717
- rvm: ruby-head
1818
- rvm: jruby-head
1919
- rvm: 1.9.3
20-
script: "bundle exec compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"
20+
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"

0 commit comments

Comments
 (0)