Merge pull request #683 from coursier/topic/tweak-appveyor-config

Cache less things on Windows CI
This commit is contained in:
Alexandre Archambault
2017-11-01 23:37:52 +01:00
committed by GitHub
-2
View File
@@ -30,11 +30,9 @@ test_script:
- sbt ++2.12.4 "sbt-coursier/scripted sbt-coursier/simple" sbt-coursier/publishLocal "sbt-shading/scripted sbt-shading/*" # for sbt 1.0
- sbt ++2.10.6 "sbt-coursier/scripted sbt-coursier/*" "sbt-coursier/scripted sbt-coursier-0.13/*" sbt-coursier/publishLocal "sbt-shading/scripted sbt-shading/*" "sbt-shading/scripted sbt-shading-0.13/*" # for sbt 0.13
cache:
- '%USERPROFILE%\.ivy2\cache'
- '%USERPROFILE%\.m2'
- '%USERPROFILE%\.sbt'
- C:\sbt
- '%USERPROFILE%\.coursier'
branches:
only:
- master