We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c7b51 commit af13431Copy full SHA for af13431
.travis.sh
@@ -66,7 +66,9 @@ else
66
export EXIT_STATUS=0; for test_l in irteus/test/*.l; do irteusgl $test_l; export EXIT_STATUS=`expr $? + $EXIT_STATUS`; done;echo "Exit status : $EXIT_STATUS"; [ $EXIT_STATUS == 0 ] || exit 1
67
fi
68
69
-make -C eus/contrib/eus64-check/ || exit 1 # check eus64-check
+if [ "$TRAVIS_OS_NAME" != "osx" ]; then
70
+ make -C eus/contrib/eus64-check/ || exit 1 # check eus64-check
71
+fi
72
travis_time_end
73
74
if [ "$TRAVIS_OS_NAME" == "linux" -a "`uname -m`" == "x86_64" ]; then
0 commit comments