Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added clang as a target compiler (macOS/OSX) uses a clang based toolchain.
  • Loading branch information
Loriaki authored Nov 24, 2016
1 parent a6b1601 commit da4f2b5
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,3 +1,5 @@
language: cpp
compiler: gcc
compiler:
- clang
- gcc
script: make all

0 comments on commit da4f2b5

Please sign in to comment.