Skip to content

Commit e401448

Browse files
Typo in .gitmodules
1 parent bd4531e commit e401448

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
path = community-build/community-projects/squants
2929
url = https://github.com/dotty-staging/squants
3030
[submodule "community-build/community-projects/collection-strawman"]
31-
path = community-build/community-projects/collection-strawman/
31+
path = community-build/community-projects/collection-strawman
3232
url = https://github.com/dotty-staging/collection-strawman
3333
[submodule "community-build/community-projects/scalap"]
3434
path = community-build/community-projects/scalap

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: scala
23
jdk: oraclejdk8
34
jobs:
@@ -19,3 +20,14 @@ jobs:
1920
- script: sbt "testOnly -- *stdLib213"
2021
- script: sbt "testOnly -- *pdbp"
2122
- script: sbt "testOnly -- *sourcecode"
23+
24+
cache:
25+
directories:
26+
- $HOME/.ivy2/cache
27+
- $HOME/.sbt
28+
29+
before_cache:
30+
# Cleanup the cached directories to avoid unnecessary cache updates
31+
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
32+
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
33+
- find $HOME/.sbt -name "*.lock" -print -delete

0 commit comments

Comments
 (0)