Fix locations

This commit is contained in:
Pavel Lobashov 2020-10-27 11:29:48 +03:00
parent 165924db8b
commit fc84fdcbca
No known key found for this signature in database
GPG key ID: 47F57222688BE1AA
2 changed files with 1 additions and 9 deletions

View file

@ -11,5 +11,6 @@ jobs:
node-version: 12
- name: Build using grunt
run: |
cd build
npm install
grunt --level=ADVANCED

View file

@ -1,9 +0,0 @@
language: node_js
node_js:
- '12'
before_install: npm install -g grunt-cli
before_script:
- cd build
script:
- npm install
- grunt --level=ADVANCED