summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 04:05:53 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 04:05:53 +0100
commit1f7db9d6326019ead41e48e48a8f692a090c8755 (patch)
tree9df74fdc41af05b5cb5e284766ccef47dfc48908 /.travis.yml
parent82f2f59b49f15107b6ce43a79d72231cb490f5f2 (diff)
downloadtermgl-1f7db9d6326019ead41e48e48a8f692a090c8755.tar.gz
Update travis to clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0cfa094..a2a7c0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,3 @@
language: cpp
+compiler: clang
script: make && cd example && make test