Skip to content

Commit a61668e

Browse files
author
Andreas Fertig
committed
Test the deployment
1 parent 6e627bd commit a61668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ before_deploy:
100100
- chmod 600 /tmp/deploy_rsa
101101
- ssh-add /tmp/deploy_rsa
102102
- 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
103+
- tar -cjf $TRAVIS_BUILD_DIR/build/include-clang.tar.bz2 /usr/lib/llvm-6.0/lib/clang/6.0.1/include
104104

105105
deploy:
106106
provider: script
107107
skip_cleanup: true
108108
script: scp $TRAVIS_BUILD_DIR/build/insights ${SCP_CRED} && scp $TRAVIS_BUILD_DIR/build/include*.tar.bz2 ${SCP_CRED}
109109
on:
110-
branch: master
110+
branch: trustyClang6
111111
condition: $DEPLOY = Yes
112112
env:
113113
global:

0 commit comments

Comments
 (0)