diff --git a/.travis.sh b/.travis.sh index 6ff34a71f..a65c4c0fd 100755 --- a/.travis.sh +++ b/.travis.sh @@ -49,6 +49,9 @@ set +e for test_l in irteus/test/*.l; do + # osrf/ubuntu_arm64:trusty takes >50 min, skip irteus-demo.l + [[ "$DOCKER_IMAGE" == *"arm64/trusty"* && $test_l =~ irteus-demo.l ]] && continue; + travis_time_start jskeus.source.${test_l##*/}.test irteusgl $test_l;