Skip to content

Commit 5fa1620

Browse files
authored
Merge pull request #94 from SoftStackFactory/dev
fixing build
2 parents e65d100 + 04f9528 commit 5fa1620

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ 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 i -g npm@5.7.1
13+
- npm ci
1114
before_script:
1215
- npm install -g ionic cordova jest
1316
notifications:

0 commit comments

Comments
 (0)