From 0e0d9d53e499ab8319abe34f15f42640d66f805a Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 26 Mar 2014 21:14:17 +0100 Subject: [PATCH] Enable doc creation in the Travis build. As it exercises some slightly fragile links in the toolchain. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b3c225..be98861 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: scala script: - - sbt ++$TRAVIS_SCALA_VERSION clean test + - sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal scala: - 2.10.4 - 2.11.0-RC3 @@ -9,5 +9,3 @@ jdk: notifications: email: - jason.zaugg@typesafe.com - -# TODO add publishLocal to the commands to exercise doc generation (currently borked)