Skip to content

Commit ef5fb4b

Browse files
committed
Add debugging thing to travis
1 parent 3440698 commit ef5fb4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install:
2020
- sudo apt-get update -qq
2121
- sudo apt-get install -qq llvm-3.7 libllvm3.7 libllvm3.7-dbg cmake libedit-dev
2222
- sudo ln -s /usr/bin/llvm-config-3.7 /usr/local/bin/llvm-config
23+
- llvm-config-3.7 --version
2324
script:
2425
- cargo build --verbose
2526
- cargo test --verbose

0 commit comments

Comments
 (0)