mirror of https://github.com/calzoneman/sync.git
Add before_script to run build-server
This commit is contained in:
parent
cc23fd5273
commit
61f872bb84
|
@ -8,6 +8,8 @@ addons:
|
|||
- g++-4.8
|
||||
env:
|
||||
- CXX="g++-4.8"
|
||||
before_script:
|
||||
- npm run build-server
|
||||
node_js:
|
||||
- "7"
|
||||
- "6"
|
||||
|
|
Loading…
Reference in New Issue