From: Jeremy Thomas Date: Sat, 7 Nov 2020 12:08:49 +0000 (+0000) Subject: Install package locally X-Git-Tag: 0.9.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22fecb94d63e9108feefdfbb7f5fc65be565672;p=thirdparty%2Fbulma.git Install package locally --- diff --git a/.travis.yml b/.travis.yml index 8d185ca83..8b201c695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ matrix: node_js: - node before_script: - - npm i -g sass + - npm install sass script: - node test/dart-sass.js