We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba36f0e commit f73f9d8Copy full SHA for f73f9d8
.travis.yml
@@ -17,4 +17,4 @@ matrix:
17
- rvm: ruby-head
18
- rvm: jruby-head
19
- rvm: 1.9.3
20
-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 commit comments