소스 검색

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"