Consolidate "rpm" Travis task with another task. (#3022)

Travis only allows us 5 simultaneous build jobs, so going from 6 to 5 jobs per
build should reduce the wall time required to get a CI result on any given
branch.
This commit is contained in:
Jacob Hoffman-Andrews 2017-08-30 11:57:08 -07:00 committed by Roland Bracewell Shoemaker
parent 4ec662ee59
commit 08cd61bcfa
1 changed files with 1 additions and 2 deletions

View File

@ -38,14 +38,13 @@ env:
- PATH=$HOME/bin:$PATH # protoc gets installed here
- GO15VENDOREXPERIMENT=1
matrix:
- RUN="vet fmt migrations integration godep-restore errcheck generate dashlint"
- RUN="vet fmt migrations integration godep-restore errcheck generate dashlint rpm"
# Config changes that have landed in master but not yet been applied to
# production can be made in boulder-config-next.json.
- RUN="integration" BOULDER_CONFIG_DIR="test/config-next"
- RUN="unit"
- RUN="unit-next" BOULDER_CONFIG_DIR="test/config-next"
- RUN="coverage"
- RUN="rpm"
install:
- ./test/travis-before-install.sh