Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Jan 14, 2019
1 parent 29492bb commit 3650ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "$?" != "0" ]]; then
fi
show_mem

echo "Running tests"
echo "Running Tests"
time sbt $SBT_ARGS checkUnformattedFiles test

show_mem
Expand All @@ -69,6 +69,8 @@ if [[ $TRAVIS_SCALA_VERSION == 2.11* ]]; then
pip install --user codecov && codecov
fi

echo "Starting Tut"

# for 2.11 and 2.12 we run tut
time sbt tut

Expand Down

0 comments on commit 3650ec2

Please sign in to comment.