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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett committed May 31, 2016
1 parent 38467a2 commit 2ced3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ scala:
- 2.10.6
- 2.11.7
jdk:
- openjdk8
# - oraclejdk8 # commenting out as the travis failures seem to happen most often with the oracle jdk. It's not clear why?
- oraclejdk8
script:
- sbt -J-Xss6M -J-Xmx4G ++$TRAVIS_SCALA_VERSION compile test:compile
- sbt -J-Xss6M -J-Xmx4G ++$TRAVIS_SCALA_VERSION test
Expand Down

2 comments on commit 2ced3d7

@ahjohannessen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timperrett This is because netty hanging because of change in Transport.scala wrt writeAndFlush -> write, @sbuzzard is reverting that change, see 5cccaaf#commitcomment-17688112

@timperrett
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahjohannessen i know that specific issue is, im just trying to enable build caching in an effort to speed up the resolution times and fix some other things. Carry on! :-D

Please sign in to comment.