Skip to content

Commit cae7059

Browse files
committed
enable windows CI
1 parent 5fd7472 commit cae7059

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ language: node_js
22
node_js:
33
- "10"
44
os:
5-
# - windows # TODO: make this work
5+
- windows
66
- linux
77
cache:
88
yarn: true
9+
10+
before_install:
11+
# work around due to the following error: tar: C\:\\Users\travis\\AppData\\Local\\Yarn\\Cache: Cannot stat: No such file or directory
12+
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then mkdir -p /Users/travis/AppData/Local/Yarn/Cache:; fi

0 commit comments

Comments
 (0)