Skip to content

Commit

Permalink
Fix coveralls setting
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 12, 2015
1 parent 3427ed6 commit 986e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_after.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
if [[ "$TEST_TYPE" == "framework" ]]; then
if [[ "$TRAVIS_SCALA_VERSION" == 2.11* ]]; then
sbt coveralls
sbt ++$TRAVIS_SCALA_VERSION coveralls
fi
fi

0 comments on commit 986e2e0

Please sign in to comment.