diff --git a/.travis.yml b/.travis.yml index 5bb47f2..e311d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ node_js: before_script: - npm prune script: - - npm run test + - npm run test:single after_success: - npm run semantic-release branches: diff --git a/package.json b/package.json index ef0c270..400510c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "commit": "git-cz", "test": "mocha src/index.test.js -w", + "test:single": "mocha src/index.test.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": {