Skip to content

Commit 904b902

Browse files
author
Alejandro Gómez
committed
Update CI config
1 parent 0945869 commit 904b902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ scala:
33
- 2.11.7
44
jdk:
55
- oraclejdk8
6+
script:
7+
- git clone https://github.com/scala-exercises/site.git site
8+
- pushd site; sbt 'definitions/publishLocal' 'runtime/publishLocal' 'compiler/publishLocal' 'sbt-exercise/publishLocal' ; popd
9+
- sbt test

0 commit comments

Comments
 (0)