diff options
author | elijah <elijah@riseup.net> | 2014-12-19 16:23:51 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-12-19 16:23:51 -0800 |
commit | 0353b559c2b92f842ed84a6d21f2d81038c2ade7 (patch) | |
tree | 74f777d38bb29b7155f14023e39ba229ccfdd1d6 /.travis.yml | |
parent | 686f87b7139649a574f1203f865c47ff037f05d8 (diff) |
gemfile: move things around, but same gems. added debug group to travis doesn't try to install debugger.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3bd8ba1..69981b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ before_script: - "mv test/config/couchdb.yml.user config/couchdb.yml" after_script: - "cat tmp/*.test*.log" # printing logs from the failed integration tests +bundler_args: --without development debug
\ No newline at end of file |