1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Download submodules before testing.

This doesn't matter for the Sass submodule, but we would like to run the
haml-spec tests.
This commit is contained in:
Nathan Weizenbaum 2011-09-21 17:57:49 -07:00
parent 820e4ed9d1
commit 9644e09433

View file

@ -18,3 +18,4 @@ branches:
only:
- master
- stable
script: "bundle exec rake submodules test"