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 f785df6 commit 8dbf971Copy full SHA for 8dbf971
scripts/travis_unit_test.sh
@@ -20,13 +20,13 @@ then
20
#set +e
21
echo 'Succsess: Test SSL connection'
22
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
+ # if [ "$TRAVIS_CPU_ARCH" = "amd64" ]
+ # then
+ # # Exit immediately if a command exits with a non-zero status.
+ # #set -e
+ # #xvfb-run enduser/test_trackereditor -a --format=plain
+ # #set +e
+ # fi
30
31
elif [ "$TRAVIS_OS_NAME" = "osx" ]
32
then
0 commit comments