Skip to content

Commit 0e2fc4d

Browse files
committed
Call scalactic-test/test instead in travis build.
1 parent 6c77fc3 commit 0e2fc4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ if [[ $MODE = 'RegularTests5' ]] ; then
9494
fi
9595

9696
if [[ $MODE = 'ScalacticTests' ]] ; then
97-
echo "Doing 'sbt scalactic/test'"
97+
echo "Doing 'sbt scalactic-test/test'"
9898

99-
sbt ++$TRAVIS_SCALA_VERSION scalactic/test
99+
sbt ++$TRAVIS_SCALA_VERSION scalactic-test/test
100100
rc=$?
101101
echo first try, exitcode $rc
102102
if [[ $rc != 0 ]] ; then
103-
sbt ++$TRAVIS_SCALA_VERSION scalactic/testQuick
103+
sbt ++$TRAVIS_SCALA_VERSION scalactic-test/testQuick
104104
rc=$?
105105
echo second try, exitcode $rc
106106
fi

0 commit comments

Comments
 (0)