Add cucumber to test matrix

MSP-11153
bug/bundler_fix
Luke Imhoff 2014-08-27 16:50:25 -05:00
parent bfc509c18a
commit 2b2d9085d3
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
env:
- RAKE_TASK=cucumber
- RAKE_TASK=spec
language: ruby
before_install:
- rake --version
@ -14,6 +17,7 @@ before_script:
- bundle exec rake --version
- bundle exec rake db:create
- bundle exec rake db:migrate
script: "bundle exec rake $RAKE_TASK"
rvm:
#- '1.8.7'