Skip to content

Commit b77ce85

Browse files
committed
fixing build
1 parent 732f849 commit b77ce85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ node_js:
33
- 8.9.4
44
cache:
55
directories:
6-
- node_modules
6+
- $HOME/.npm
77
branches:
88
only:
99
- master
1010
- dev
11+
install:
12+
- npm ci
1113
before_script:
1214
- npm install -g ionic cordova jest
1315
notifications:

0 commit comments

Comments
 (0)