diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b2db346..65b53ab 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,6 +7,11 @@ install: | |||
7 | 7 | ||
8 | script: | 8 | script: |
9 | - tools/setup && ./configure && make | 9 | - tools/setup && ./configure && make |
10 | |||
11 | compiler: | ||
12 | - clang | ||
13 | - gcc | ||
14 | |||
10 | notifications: | 15 | notifications: |
11 | irc: | 16 | irc: |
12 | channels: | 17 | channels: |