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
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
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:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue