Exclude development gems from travis build

This commit is contained in:
Bertocq
2017-11-11 10:08:30 +01:00
parent 0e5c8d6aaf
commit a15391e4e1

View File

@@ -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