Try to make travis happy (again)
This commit is contained in:
parent
8060b1b73b
commit
621df26b58
@ -9,5 +9,5 @@ node_js:
|
||||
before_install:
|
||||
- npm install --only=dev
|
||||
script:
|
||||
- npm run prepare
|
||||
- npm run build
|
||||
- npm test
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
"typescript": "^2.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"build": "tsc",
|
||||
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
||||
"start": "node ./bin/crunchy"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user