浏览代码

Removed start script from package.json and travis configuration. #2

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas 9 年之前
父节点
当前提交
0e1e0b6b79
共有 2 个文件被更改,包括 0 次插入3 次删除
  1. 0 2
      .travis.yml
  2. 0 1
      package.json

+ 0 - 2
.travis.yml

@@ -2,8 +2,6 @@ sudo: false
 language: node_js
 node_js:
   - "5"
-before_script:
-  - npm start
 notifications:
   email: false
   slack:

+ 0 - 1
package.json

@@ -5,7 +5,6 @@
   "main": "dist/src/MusicSheetApi.js",
   "typings": "dist/src/MusicSheetApi",
   "scripts": {
-    "start": "",
     "test": "grunt npmtest",
     "postinstall": "typings install",
     "prepublish": "tsc"