From 1afc12975b39e5fb40b53ebd14cd4e93eef48df4 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Sun, 26 Oct 2014 11:35:18 -0700 Subject: [PATCH] test with both gcc and clang --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 29589dc..635448c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: cpp +compiler: + - gcc + - clang + before_install: - sudo apt-get update -qq - sudo apt-get install -qq autopoint libfuse-dev libboost-serialization-dev