Compilation is needed in order to run specs
This commit is contained in:
parent
3a7850cd02
commit
870144c230
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user