Compilation is needed in order to run specs

This commit is contained in:
Piotr Sarnacki 2012-11-12 17:37:37 +01:00
parent 3a7850cd02
commit 870144c230

View File

@ -1,6 +1,8 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
before_script:
- bundle exec rakep
script: "bundle exec rspec spec" script: "bundle exec rspec spec"
notifications: notifications:
irc: "irc.freenode.org#travis" irc: "irc.freenode.org#travis"