Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
#61 removed: -mem 4096 causes error on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykrivaltsevich committed Mar 28, 2019
1 parent 576df20 commit 0a04b57
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 @@ -8,7 +8,7 @@ jdk:
- oraclejdk8

script:
- sbt -mem 4096 -Dsbt.log.noformat=true clean +coverage +test
- sbt clean +coverage +test
after_success:
- sbt +coverageReport coveralls
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 0a04b57

Please sign in to comment.