diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-07 04:05:53 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-07 04:05:53 +0100 |
commit | 1f7db9d6326019ead41e48e48a8f692a090c8755 (patch) | |
tree | 9df74fdc41af05b5cb5e284766ccef47dfc48908 | |
parent | 82f2f59b49f15107b6ce43a79d72231cb490f5f2 (diff) | |
download | termgl-1f7db9d6326019ead41e48e48a8f692a090c8755.tar.gz |
Update travis to clang
-rw-r--r-- | .travis.yml | 1 |
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 |