Skip to content

Commit

Permalink
Added clang compiler for continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed May 8, 2013
1 parent 79e90fb commit 53c08ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
before_install: sudo apt-get install cmake
language: cpp
compiler: gcc
compiler:
- gcc
- clang
script: cmake . && make

0 comments on commit 53c08ad

Please sign in to comment.