From 39ccc7452424fa36754b769982ee226c27db7e2d Mon Sep 17 00:00:00 2001 From: Foereaper Date: Sun, 29 Mar 2015 22:17:38 +0200 Subject: [PATCH] Update .travis.yml Travis should now run checks for both GCC and Clang, as well as run compile tests on both Linux and OSX --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca6b8ded..917721d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: notifications: slack: getmangos:yRgNBSgRQVh8WdfGEbT08Hit -# build on both Linux and OSX (finally) +# build on both Linux and OSX os: - linux - osx