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 6e627bd commit a61668eCopy full SHA for a61668e
.travis.yml
@@ -100,14 +100,14 @@ before_deploy:
100
- chmod 600 /tmp/deploy_rsa
101
- ssh-add /tmp/deploy_rsa
102
- tar -cjf $TRAVIS_BUILD_DIR/build/include.tar.bz2 /usr/include
103
-- tar -cjf $TRAVIS_BUILD_DIR/build/include-clang.tar.bz2 /usr/lib/llvm-7/lib/clang/7.0.0/include
+- tar -cjf $TRAVIS_BUILD_DIR/build/include-clang.tar.bz2 /usr/lib/llvm-6.0/lib/clang/6.0.1/include
104
105
deploy:
106
provider: script
107
skip_cleanup: true
108
script: scp $TRAVIS_BUILD_DIR/build/insights ${SCP_CRED} && scp $TRAVIS_BUILD_DIR/build/include*.tar.bz2 ${SCP_CRED}
109
on:
110
- branch: master
+ branch: trustyClang6
111
condition: $DEPLOY = Yes
112
env:
113
global:
0 commit comments