Skip to content

Commit

Permalink
clang 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Aug 27, 2015
1 parent a22166b commit c6b7c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -10,9 +10,9 @@ dependencies:
- rm -r /home/ubuntu/virtualenvs
post:
- sudo wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo add-apt-repository "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main"
- sudo add-apt-repository "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main"
- sudo apt-get update
- sudo apt-get install clang-format-3.6
- sudo apt-get install clang-format-3.5
- pip3 install coveralls

test:
Expand Down

0 comments on commit c6b7c74

Please sign in to comment.