Skip to content

Commit 8dbf971

Browse files
remove if
1 parent f785df6 commit 8dbf971

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/travis_unit_test.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ then
2020
#set +e
2121
echo 'Succsess: Test SSL connection'
2222

23-
if [ "$TRAVIS_CPU_ARCH" = "amd64" ]
24-
then
25-
# Exit immediately if a command exits with a non-zero status.
26-
#set -e
27-
#xvfb-run enduser/test_trackereditor -a --format=plain
28-
#set +e
29-
fi
23+
# if [ "$TRAVIS_CPU_ARCH" = "amd64" ]
24+
# then
25+
# # Exit immediately if a command exits with a non-zero status.
26+
# #set -e
27+
# #xvfb-run enduser/test_trackereditor -a --format=plain
28+
# #set +e
29+
# fi
3030

3131
elif [ "$TRAVIS_OS_NAME" = "osx" ]
3232
then

0 commit comments

Comments
 (0)