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

@@ -21,6 +21,6 @@ install:
- bundle install --retry=3
test_script:
- bundle exec rake test
- bundle exec rake ci
build: off