Fix CI build

This commit is contained in:
Matthew Ross 2018-03-10 19:26:49 -05:00
parent 0bc6bd5bb0
commit 819bebbeb3

View File

@ -5,8 +5,8 @@ php:
- '7.1'
- '7.2'
before_script:
- nvm install 4
- nvm use 4
- nvm install 6
- nvm use 6
- npm i -g npm@4
- npm i
- npm i -g @angular/cli