Skip to content

Commit

Permalink
Merge pull request #1 from scala-exercises/install-deps-ci
Browse files Browse the repository at this point in the history
Update CI config
  • Loading branch information
Rafa Paradela committed Jun 7, 2016
2 parents 0945869 + 904b902 commit a70f78a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ scala:
- 2.11.7
jdk:
- oraclejdk8
script:
- git clone https://github.com/scala-exercises/site.git site
- pushd site; sbt 'definitions/publishLocal' 'runtime/publishLocal' 'compiler/publishLocal' 'sbt-exercise/publishLocal' ; popd
- sbt test

0 comments on commit a70f78a

Please sign in to comment.