Skip to content

Commit 4b013aa

Browse files
committed
Separate travis calls to jvm/js
1 parent b27d720 commit 4b013aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# For more information, see https://travis-ci.org
66

7+
sudo: true
8+
79
language: scala
810

911
jdk:
@@ -33,7 +35,8 @@ env:
3335
- COURSIER_NO_TERM=1
3436

3537
script:
36-
- sbt ++$TRAVIS_SCALA_VERSION scalajavatimeJVM/test scalajavatimeJS/test
38+
- sbt ++$TRAVIS_SCALA_VERSION clean scalajavatimeJVM/test
39+
- sbt ++$TRAVIS_SCALA_VERSION clean scalajavatimeJS/test
3740
- sbt docs/makeMicrosite
3841
#- sbt clean coverage test &&
3942
# sbt coverageAggregate

0 commit comments

Comments
 (0)