Skip to content

Commit f7d0c09

Browse files
committed
Fixes rust-lang#42: LLVM 6 docs deployment
1 parent 239ba2c commit f7d0c09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ matrix:
120120
local-dir: target/doc/
121121
on:
122122
branch: master
123+
before_install:
124+
- export PATH=/usr/lib/llvm-6.0/bin/:$HOME/.local/bin:$PATH
125+
- export LLVM_PATH=/usr/share/llvm-6.0/cmake/
123126
script:
124127
- cargo doc --no-default-features --features llvm6-0
125128
- echo '<meta http-equiv="refresh" content="1; url=inkwell/index.html">' > target/doc/index.html

0 commit comments

Comments
 (0)