Skip to content

Commit b4866b4

Browse files
committed
Add scripted tests to travis
1 parent 1278dd6 commit b4866b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: scala
22

3+
script: sbt ++$TRAVIS_SCALA_VERSION test scripted
4+
35
after_script:
46
- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then sbt "^publish"; fi
57

68
scala:
7-
- "2.10.4"
9+
- "2.10.4"

0 commit comments

Comments
 (0)