Signed-off-by: Sebastian Haas <sebastian@haas.tech>
@@ -2,8 +2,6 @@ sudo: false
language: node_js
node_js:
- "5"
-before_script:
- - npm start
notifications:
email: false
slack:
@@ -5,7 +5,6 @@
"main": "dist/src/MusicSheetApi.js",
"typings": "dist/src/MusicSheetApi",
"scripts": {
- "start": "",
"test": "grunt npmtest",
"postinstall": "typings install",
"prepublish": "tsc"