Skip to content

Commit

Permalink
Make travis compile before test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Sep 1, 2024
1 parent 3b28697 commit 1d32163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ install:
sudo ln -s $HOME/sbt/bin/sbt /usr/local/bin/sbt
script:
# - bash get_models.sh
- travis_wait 5 sbt test -J-Xmx5G
- travis_wait 5 sbt clean compile test -J-Xmx5G
# - sbt docsJVM/mdoc

0 comments on commit 1d32163

Please sign in to comment.