Browse Source

remove a useless target and update travis

Godzil 7 years ago
parent
commit
b691b953d4
2 changed files with 5 additions and 6 deletions
  1. 5 5
      .travis.yml
  2. 0 1
      package.json

+ 5 - 5
.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

+ 0 - 1
package.json

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