Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett committed May 31, 2016
1 parent 7036ea2 commit f2e158e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,11 @@ scala:
jdk:
- oraclejdk8

# push onto the new gce infra on travis
sudo: required

script:
- sbt -J-Xss6M -J-Xmx4G ++$TRAVIS_SCALA_VERSION compile test:compile
# - sbt -J-Xss6M -J-Xmx4G ++$TRAVIS_SCALA_VERSION test
- sbt -J-Xss6M -J-Xmx4G ++$TRAVIS_SCALA_VERSION validate

cache:
directories:
Expand Down
3 changes: 3 additions & 0 deletions project.sbt
Expand Up @@ -36,3 +36,6 @@ publishArtifact in (Compile, packageBin) := false
publish := ()

publishLocal := ()

// avoid having to reboot the JVM during the travis build.
addCommandAlias("validate",";compile;test:compile;test")

0 comments on commit f2e158e

Please sign in to comment.