Add comments in build scripts (#244)

This commit is contained in:
gwenn
2017-03-03 21:15:54 +01:00
parent 84d21ecf91
commit a5ff2387fa
2 changed files with 8 additions and 8 deletions

View File

@@ -16,11 +16,11 @@ addons:
sources:
- llvm-toolchain-precise-3.9
- ubuntu-toolchain-r-test
packages:
packages: # recommanded versions for rust-bindgen
- llvm-3.9-dev
- libclang-3.9-dev
env:
env: # specify the clang path for rust-bindgen
- LIBCLANG_PATH=/usr/lib/llvm-3.9/lib
script: