build JVM runtime before running Haskell tests

This commit is contained in:
Arya Irani 2019-02-13 11:48:35 -05:00 committed by GitHub
parent 3c473079df
commit ac0614e46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ install:
- travis_wait stack --no-terminal setup
- travis_wait stack --no-terminal test --only-snapshot
- travis_wait stack --no-terminal build
- travis_wait (cd runtime-jvm; sbt compile)
script:
- stack --no-terminal exec tests