Skip to content

Commit

Permalink
Merge pull request #129 from bastelfreak/update-travisjob
Browse files Browse the repository at this point in the history
don't install development group for testing on CI
  • Loading branch information
rnelson0 committed Apr 25, 2016
2 parents 9b9ed3a + 55d3213 commit e0988be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo: false
language: ruby
cache: bundler
bundler_args: --without system_tests
bundler_args: --without system_tests development
<%- if !@configs.nil? and @configs.has_key?('addons') -%>
addons:
<%- if @configs['addons'].has_key?('apt') -%>
Expand Down

0 comments on commit e0988be

Please sign in to comment.