Skip to content

Commit 64aab21

Browse files
authored
Update .travis.yml
1 parent a64751b commit 64aab21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3-
- "11"
3+
- "12"
44
script:
5-
- npm run test-ci
5+
- rm -rf node_modules
6+
- yarn
7+
- yarn add --frozen-lockfile [email protected]
8+
- yarn test-ci

0 commit comments

Comments
 (0)