From 9df1c3b09baddfb7c27fa2bebc46aba4e73563e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 21:07:20 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 14 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c814284c..40a9ef14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,8 @@ script: make -f GNUmakefile-cross elif [[ "$BUILD_MODE" == "ios" ]]; then # TODO: How do we do the iOS test on just OS X once? + # Until we figure it out, use a Bash NOP + : else make "$BUILD_MODE" ./cryptest.exe v