Fix travis build

This commit is contained in:
Stash Dev 2019-03-15 16:11:06 -07:00
parent 81177847e3
commit b69739dcc4
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
dist: xenial
language: go
go:
- 1.11.x
@ -8,7 +9,7 @@ env:
- GO111MODULE=on
before_install:
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
- cd ui/v1
- cd ui/v2
- yarn install
- yarn build
- cd ../..