Skip to content

Commit 4a80f5a

Browse files
committed
BugID:19084924:update travis ci config
1 parent 1edd6f2 commit 4a80f5a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ before_script:
4949
- echo ${TRAVIS_PULL_REQUEST}
5050
- echo ${TRAVIS_JOB_NUMBER}
5151
script:
52-
- bash ./build/autobuild.sh
53-
- bash ./tools/ci/pvbuild.sh
54-
- ls -lh ./prebuild
52+
- bash ./build/scripts/autobuild.sh
5553
after_success:
5654
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then DIRNAME=push MARK=push; else DIRNAME=pr
5755
MARK=${TRAVIS_PULL_REQUEST}; fi

0 commit comments

Comments
 (0)