We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edd6f2 commit 4a80f5aCopy full SHA for 4a80f5a
1 file changed
.travis.yml
@@ -49,9 +49,7 @@ before_script:
49
- echo ${TRAVIS_PULL_REQUEST}
50
- echo ${TRAVIS_JOB_NUMBER}
51
script:
52
-- bash ./build/autobuild.sh
53
-- bash ./tools/ci/pvbuild.sh
54
-- ls -lh ./prebuild
+- bash ./build/scripts/autobuild.sh
55
after_success:
56
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then DIRNAME=push MARK=push; else DIRNAME=pr
57
MARK=${TRAVIS_PULL_REQUEST}; fi
0 commit comments