Separate default rake from rake ci

This commit is contained in:
Benjamin Fleischer
2015-10-01 23:19:04 -05:00
parent 8e1245a5b2
commit 9e3cf0241d
3 changed files with 20 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ install:
- bundle install --retry=3
script:
- env CAPTURE_STDERR=false bundle exec rake
- env CAPTURE_STDERR=false bundle exec rake ci
env:
- "RAILS_VERSION=4.0"