mirror of https://github.com/stashapp/stash.git
Fix travis build
This commit is contained in:
parent
81177847e3
commit
b69739dcc4
|
@ -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 ../..
|
||||
|
|
Loading…
Reference in New Issue