diff --git a/.travis.yml b/.travis.yml index cf6d009..6b735ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js cache: directories: - - node_modules + - ~/.npm notifications: email: false node_js: diff --git a/package.json b/package.json index 2e50018..d213cbf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "grunt", "check_coverage": "GRUNT_WUML_COVERAGE=1 grunt", "post_coverage": "GRUNT_WUML_COVERAGE=1 grunt default coveralls", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "semantic-release" }, "dependencies": { "wuml": "~0.2.1", @@ -37,7 +37,7 @@ }, "devDependencies": { "grunt": "^1.0.1", - "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-clean": "^1.1.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-coveralls": "^1.0.1",