Skip to content

Commit

Permalink
BugID:19084924:update travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-SG committed Mar 11, 2019
1 parent 1edd6f2 commit 4a80f5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ before_script:
- echo ${TRAVIS_PULL_REQUEST}
- echo ${TRAVIS_JOB_NUMBER}
script:
- bash ./build/autobuild.sh
- bash ./tools/ci/pvbuild.sh
- ls -lh ./prebuild
- bash ./build/scripts/autobuild.sh
after_success:
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then DIRNAME=push MARK=push; else DIRNAME=pr
MARK=${TRAVIS_PULL_REQUEST}; fi

0 comments on commit 4a80f5a

Please sign in to comment.