Skip to content

Commit 218ba0f

Browse files
committed
now arm support bignum/sort/intersection
1 parent 63ccf57 commit 218ba0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.sh

-6
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ fi
260260
export TMP_EXIT_STATUS=$?
261261

262262
export CONTINUE=0
263-
# bignum test fails on armhf
264-
if [[ "`uname -m`" == "arm"* && $test_l =~ bignum.l ]]; then export CONTINUE=1; fi
265-
# sort test fails on armhf (https://github.com/euslisp/EusLisp/issues/232)
266-
if [[ "`uname -m`" == "arm"* && $test_l =~ sort.l ]]; then export CONTINUE=1; fi
267263
# const.l does not compilable https://github.com/euslisp/EusLisp/issues/318
268264
if [[ $test_l =~ const.l ]]; then export CONTINUE=1; fi
269265

@@ -286,8 +282,6 @@ fi
286282
export TMP_EXIT_STATUS=$?
287283

288284
export CONTINUE=0
289-
# irteus-demo.l, robot-model-usage.l and test-irt-motion.l fails on armhf both trusty and xenial
290-
if [[ "`uname -m`" == "arm"* && $test_l =~ irteus-demo.l|robot-model-usage.l|test-irt-motion.l ]]; then export CONTINUE=1; fi
291285
# skip collision test because bullet of 2.83 or later version is not released in trusty and jessie.
292286
# https://github.com/euslisp/jskeus/blob/6cb08aa6c66fa8759591de25b7da68baf76d5f09/irteus/Makefile#L37
293287
if [[ ( "$DOCKER_IMAGE" == *"trusty"* || "$DOCKER_IMAGE" == *"jessie"* ) && $test_l =~ test-collision.l ]]; then export CONTINUE=1; fi

0 commit comments

Comments
 (0)