Use correct gulp version on travis

This commit is contained in:
Ken-Håvard Lieng 2018-12-11 11:17:05 +01:00
parent 71f79fd84e
commit 34d89c75b2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
- nvm install 11.2.0
- nvm use 11.2.0
- npm install -g yarn
- yarn global add gulp@next
- yarn global add gulp
- yarn
script: