Skip to content

Commit a70f78a

Browse files
author
Rafa Paradela
committed
Merge pull request #1 from scala-exercises/install-deps-ci
Update CI config
2 parents 0945869 + 904b902 commit a70f78a

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)