Skip to content

Commit 6ed08f2

Browse files
committed
Change order of tests on CI.
The micro/jmh command causes a NPE exception which kills the sbt process with an exit code 0. This caused CI to report green even if the compilation/test command did not run.
1 parent 88190e1 commit 6ed08f2

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
@@ -3,7 +3,7 @@ language: scala
33
env:
44
global:
55

6-
script: sbt test:compile "hot -psource=scalap -w1 -f1" "micro/jmh:run -w1 -f1" "; project compilation ; +test"
6+
script: sbt test:compile "hot -psource=scalap -w1 -f1" "; project compilation ; +test" "micro/jmh:run -w1 -f1"
77

88
jdk:
99
- oraclejdk8

0 commit comments

Comments
 (0)