tests: use npm ci

This commit is contained in:
Daniel Ruf 2018-04-20 19:09:54 +02:00
parent c395349afd
commit dfe7529cb6
No known key found for this signature in database
GPG key ID: F1C4F86FD2048661

View file

@ -24,3 +24,9 @@ before_script:
- gulp build
script: "./jake.sh loose=true capture=Firefox"
before_install:
- npm i -g npm@latest
install:
- npm ci