remove a useless target and update travis
This commit is contained in:
parent
3d067979e9
commit
b691b953d4
10
.travis.yml
10
.travis.yml
@ -1,11 +1,11 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- '4.6'
|
- 4
|
||||||
|
- 5
|
||||||
|
- 6
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g tsconfig-lint
|
- npm install --dev
|
||||||
- npm install -g tslint
|
|
||||||
- npm install -g typescript
|
|
||||||
- npm install -g typings
|
|
||||||
script:
|
script:
|
||||||
- npm run types
|
- npm run types
|
||||||
- npm run compile
|
- npm run compile
|
||||||
|
|||||||
@ -37,7 +37,6 @@
|
|||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
||||||
"types": "typings install",
|
"types": "typings install",
|
||||||
"reinstall": "tsd reinstall; npm run types",
|
|
||||||
"start": "node ./bin/crunchy"
|
"start": "node ./bin/crunchy"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user