Skip to content

Commit 0e0d9d5

Browse files
committed
Enable doc creation in the Travis build.
As it exercises some slightly fragile links in the toolchain.
1 parent 4bdd8e7 commit 0e0d9d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: scala
22
script:
3-
- sbt ++$TRAVIS_SCALA_VERSION clean test
3+
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
44
scala:
55
- 2.10.4
66
- 2.11.0-RC3
@@ -9,5 +9,3 @@ jdk:
99
notifications:
1010
email:
1111
- jason.zaugg@typesafe.com
12-
13-
# TODO add publishLocal to the commands to exercise doc generation (currently borked)

0 commit comments

Comments
 (0)