Run build on travis.
This commit is contained in:
parent
2a0f058ff0
commit
fef0d8070c
@ -7,4 +7,5 @@ install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
- npm run test
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
let cp = require ('child_process');
|
||||
let pythonExecutable = 'python';
|
||||
if (process.platform !== 'win32') {
|
||||
pythonExecutable = 'python3';
|
||||
}
|
||||
cp.spawnSync (pythonExecutable, process.argv.slice (2), {
|
||||
stdio: "inherit"
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user