Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglia-apollo committed Oct 3, 2018
1 parent 6fda711 commit 978c169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ before_script:
- cp scripts/AGREEMENT.txt ${HOME}/.apollo_agreement.txt
jobs:
include:
- stage: lint
- stage: stage-01
env:
- JOB=lint
script:
- ./docker/scripts/dev_start.sh -t dev-x86_64-20181001_1754-ci
- ./apollo_docker.sh ${JOB}
- rm -rf "${HOME}/.cache/bazel/_bazel_${USER}/install"
- rm -rf "/apollo/data/core"
- stage: build_and_test
- stage: stage-02
env:
- JOB=cibuild
- JOB=citest
Expand Down

0 comments on commit 978c169

Please sign in to comment.