Added lib/ tests to travis file.

This commit is contained in:
Parker Moore 2013-02-28 12:48:35 +01:00
parent bd6b92a5e3
commit 11fd88e11c

View File

@ -3,4 +3,9 @@ rvm:
- 2.0.0 - 2.0.0
- 1.9.3 - 1.9.3
- 1.9.2 - 1.9.2
script: bundle exec rake install; bundle exec rake generate script:
- bundle exec rake install
- bundle exec rake generate
- cd lib
- bundle install
- bundle exec rake test