Skip to content

Commit 1dc8d7e

Browse files
committed
Cross-compile in tests
1 parent 3800211 commit 1dc8d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- stage: test
1010
script:
1111
- sbt +test +publishLocal
12-
- cd example && sbt compileStatics
12+
- cd example && sbt +compileStatics
1313
- stage: release
1414
if: tag =~ ^v
1515
script:

0 commit comments

Comments
 (0)