Skip to content

Commit 7233ba0

Browse files
committed
Added libclang-3.9-dev and clang-3.9 to deps
1 parent 9923045 commit 7233ba0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,18 @@ matrix:
1313

1414
env:
1515
global:
16+
- LIBCLANG_PATH="/usr/lib/llvm-3.9/lib"
1617
- PKG_CONFIG_PATH="/usr/lib/*/pkgconfig/"
1718

1819
addons:
1920
apt:
21+
sources:
22+
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main'
23+
key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key'
24+
2025
packages:
2126
- libsmbclient-dev
2227
- pkg-config
28+
- clang-3.9
29+
- libclang-3.9-dev
30+
- llvm-3.9-dev

0 commit comments

Comments
 (0)