travis: build without system_tests
This commit is contained in:
parent
f451bd3bdb
commit
97f0aca2ba
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ sudo: false
|
|||
language: ruby
|
||||
cache: bundler
|
||||
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||
bundler_args: --without rake
|
||||
bundler_args: --without system_tests
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue