mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
Add before_script to run build-server
This commit is contained in:
parent
cc23fd5273
commit
61f872bb84
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ addons:
|
|||
- g++-4.8
|
||||
env:
|
||||
- CXX="g++-4.8"
|
||||
before_script:
|
||||
- npm run build-server
|
||||
node_js:
|
||||
- "7"
|
||||
- "6"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue