diff options
-rwxr-xr-x | scripts/travis | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
19 | if [ `uname` = "Darwin" ]; then | 19 | if [ `uname` = "Darwin" ]; then |
20 | cmake .. | 20 | cmake .. |
21 | make | 21 | make |
22 | make test | ||
22 | else | 23 | else |
23 | sudo apt-get update | 24 | sudo apt-get update |
24 | sudo apt-get install -y python-software-properties | 25 | sudo apt-get install -y python-software-properties |