Skip to content

Commit 3ed4f33

Browse files
authored
Avoid some npm issues (AssemblyScript#154)
1 parent 55a8e67 commit 3ed4f33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: node_js
22
notifications:
33
email: false
4+
before_install: npm i -g npm@latest --no-audit
5+
install: npm config set progress=false && npm i --no-audit
6+
cache:
7+
directories:
8+
- node_modules
49
stages:
510
- name: check-pr
611
if: type = pull_request

0 commit comments

Comments
 (0)