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 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

View File

@ -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": {