Skip to content

Commit

Permalink
Merge pull request akka#158 from 2m/wip-paradox-in-travis
Browse files Browse the repository at this point in the history
Build docs on PR validation
  • Loading branch information
johanandren authored Jan 20, 2017
2 parents 5234359 + b00e092 commit 457553e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required

scala:
- "2.11.8"
- "2.12.0"
- "2.12.1"

jdk:
- oraclejdk8
Expand All @@ -15,7 +15,8 @@ services:
before_install:
- docker-compose up -d

sbt_args: -J-XX:ReservedCodeCacheSize=128m
script:
- sbt -J-XX:ReservedCodeCacheSize=128m ++$TRAVIS_SCALA_VERSION ";test;docs/paradox"

before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
Expand Down

0 comments on commit 457553e

Please sign in to comment.