mirror of
https://github.com/stashapp/stash.git
synced 2026-02-10 17:35:45 +01:00
Fix travis build
This commit is contained in:
parent
81177847e3
commit
b69739dcc4
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue