mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 17:29:10 +00:00
Parallelise build
This commit is contained in:
parent
850a238ca2
commit
fbc314a74b
10
.travis.yml
10
.travis.yml
@ -2,7 +2,11 @@ language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
global:
|
||||
- CXX=g++-4.8
|
||||
matrix:
|
||||
- NPM_COMMAND=lint
|
||||
- NPM_COMMAND=test
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -11,6 +15,4 @@ addons:
|
||||
- g++-4.8
|
||||
notifications:
|
||||
email: false
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run test
|
||||
script: npm run $NPM_COMMAND
|
||||
|
Loading…
Reference in New Issue
Block a user