Skip to content

Commit 5e54fe5

Browse files
committed
Merge pull request #14 from retronym/topic/travis-doc
Enable doc creation in the Travis build.
2 parents 58ce6af + 0e0d9d5 commit 5e54fe5

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
12-
13-
# TODO add publishLocal to the commands to exercise doc generation (currently borked)

0 commit comments

Comments
 (0)