From a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 17 Sep 2015 05:48:09 -0500 Subject: test cmake builds on osx as well --- scripts/travis | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/travis b/scripts/travis index 75bff56..542161d 100755 --- a/scripts/travis +++ b/scripts/travis @@ -19,6 +19,7 @@ if [ "x$ARCH" = "xnative" ]; then if [ `uname` = "Darwin" ]; then cmake .. make + make test else sudo apt-get update sudo apt-get install -y python-software-properties -- cgit v1.2.3-55-g6feb