Add build step in travis
This commit is contained in:
parent
eb4e088abf
commit
803b0bd04d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ services:
|
|||
|
||||
before_script:
|
||||
- npm install electron-prebuilt -g
|
||||
- npm run build
|
||||
|
||||
after_failure:
|
||||
- cat test1/logs/all-logs.log
|
||||
|
|
Loading…
Reference in a new issue