This commit is contained in:
Andrey Meshkov 2019-01-04 21:00:06 +03:00 committed by Eugene Bujak
parent ddcfe7c4bf
commit 5a6dc34ec0
1 changed files with 6 additions and 0 deletions

View File

@ -14,10 +14,16 @@ os:
- linux - linux
- osx - osx
before_install:
- nvm install node
- npm install -g npm
install: install:
- npm --prefix client install - npm --prefix client install
script: script:
- node -v
- npm -v
- go test ./... - go test ./...
- make build/static/index.html - make build/static/index.html
- make - make