[monitoring-plugins] travis-ci: Add clang and gcc as compiler
Jan Wagner
git at monitoring-plugins.org
Sun Feb 16 11:40:08 CET 2014
Module: monitoring-plugins
Branch: master
Commit: 97867c6137ce4e898135b2e6912a27329f70786d
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Feb 16 11:17:04 2014 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=97867c6
travis-ci: Add clang and gcc as compiler
---
.travis.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index b2db346..65b53ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,11 @@ install:
script:
- tools/setup && ./configure && make
+
+compiler:
+ - clang
+ - gcc
+
notifications:
irc:
channels:
More information about the Commits
mailing list