diff options
author | Jan Wagner <waja@cyconet.org> | 2014-02-16 10:17:04 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-02-16 10:22:33 (GMT) |
commit | 97867c6137ce4e898135b2e6912a27329f70786d (patch) | |
tree | 61c1fc97e070175cbf26d794bea6926a31fd24b0 /.travis.yml | |
parent | dedc7289dad9356a83c1c22d01c433215539578d (diff) | |
download | monitoring-plugins-97867c6137ce4e898135b2e6912a27329f70786d.tar.gz |
travis-ci: Add clang and gcc as compiler
Diffstat (limited to '.travis.yml')
-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: |