make sure we're using a javascript-enabled runner for the builds
This commit is contained in:
parent
1c2015b41b
commit
cdb30e405f
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ build_job:
|
||||||
- npm install
|
- npm install
|
||||||
- $NPMPATH/bower install
|
- $NPMPATH/bower install
|
||||||
- $NPMPATH/grunt
|
- $NPMPATH/grunt
|
||||||
tags:
|
tags:
|
||||||
|
- javascript
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue