We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0945869 + 904b902 commit a70f78aCopy full SHA for a70f78a
.travis.yml
@@ -3,3 +3,7 @@ scala:
3
- 2.11.7
4
jdk:
5
- 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