remove a useless target and update travis

This commit is contained in:
Godzil 2017-03-16 18:34:54 +01:00
parent 3d067979e9
commit b691b953d4
2 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,11 @@
language: node_js
sudo: false
node_js:
- '4.6'
- 4
- 5
- 6
before_install:
- npm install -g tsconfig-lint
- npm install -g tslint
- npm install -g typescript
- npm install -g typings
- npm install --dev
script:
- npm run types
- npm run compile

View File

@ -37,7 +37,6 @@
"compile": "tsc",
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
"types": "typings install",
"reinstall": "tsd reinstall; npm run types",
"start": "node ./bin/crunchy"
},
"bugs": {