Skip to content

Commit

Permalink
ubuntu_arm64:trusty takes more than 40min, so skip irteus-demo.l
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 30, 2018
1 parent f0164f1 commit 5f0d718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f0d718

Please sign in to comment.