Skip to content

Commit 58eb05d

Browse files
committed
set dummy environment variable to work around Travis-CI cache issue
see #335 for details. at some point we should be able to remove this
1 parent a8bcea6 commit 58eb05d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ scala:
1111
- 2.13.4
1212

1313
env:
14-
- ADOPTOPENJDK=8 SCALAJS_VERSION=
15-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1
16-
- ADOPTOPENJDK=11 SCALAJS_VERSION=
14+
- ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
15+
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1 CACHE_WORKAROUND=see-PR-335
16+
- ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
1717

1818
matrix:
1919
include:

0 commit comments

Comments
 (0)