Exclude development gems from travis build
This commit is contained in:
@@ -4,6 +4,7 @@ addons:
|
||||
rvm:
|
||||
- "2.3.2"
|
||||
cache: bundler
|
||||
bundler_args: --without development
|
||||
before_script:
|
||||
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
|
||||
- bundle exec rake db:setup
|
||||
@@ -15,4 +16,4 @@ env:
|
||||
- CI_NODE_TOTAL=2
|
||||
matrix:
|
||||
- CI_NODE_INDEX=0
|
||||
- CI_NODE_INDEX=1
|
||||
- CI_NODE_INDEX=1
|
||||
|
||||
Reference in New Issue
Block a user