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
|
||||
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
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user