mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix travis build
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
Reference in New Issue
Block a user