summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-11-24 18:20:17 +0100
committerChristian Beier <dontmind@freeshell.org>2016-11-24 18:20:17 +0100
commitbbdd4ba7d82ae96b672d3189f73e1a9b516ba2fa (patch)
tree1fa678d593625a716651a9b2aa4505e9b12a4163
parent78f26fe1ff2af486997d4ed25ecc6a0ebb9d0f6a (diff)
downloadlibtdevnc-bbdd4ba7.tar.gz
libtdevnc-bbdd4ba7.zip
TravisCI: check on OSX as well, test both gcc and clang.
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13db7db..770d96c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,12 @@
language: c
+os:
+ - linux
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
# before build script, run autoreconf
before_script: autoreconf -fiv \ No newline at end of file