also install gulp via yarn

This commit is contained in:
Niklas Fiekas 2017-05-19 18:14:16 +02:00
parent 2c96a5409b
commit 3137376859

View file

@ -49,7 +49,7 @@ jobs:
- stage: test
language: node_js
node_js: "4"
before_install: npm install -g gulp-cli
before_install: yarn global add gulp-cli
script: ./ui/build prod
after_success:
- git log -n 1 --pretty=oneline > commit.txt