Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Update travis llvm config (#1493)
Browse files Browse the repository at this point in the history
* Fix bug overflow in Analyze

* Revert "Fix bug overflow in Analyze"

This reverts commit fcbf161.

* Update LLVM dir in travis config
  • Loading branch information
GustavoAngulo committed Jan 25, 2019
1 parent 3bc6d46 commit ca7410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- PELOTON_BUILD_TYPE=Debug
- SANITIZER=Address
- COVERALLS=Off
- LLVM_DIR=/usr/local/Cellar/llvm@3.9/3.9.1_1
- LLVM_DIR=/usr/local/Cellar/llvm@3.9/3.9.1_2
# Linux builds for gcc 5
- os: linux
sudo: required
Expand Down

0 comments on commit ca7410f

Please sign in to comment.