fix(ci.yarn): add yarn install

This commit is contained in:
hexxa 2018-05-27 23:05:57 +08:00
parent 0921412522
commit ea2e4776c4

View file

@ -8,4 +8,5 @@ script:
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- chmod +x dep
- ./dep ensure
- yarn
- yarn test