diff --git a/.travis.yml b/.travis.yml index 8fe54ac1f..c099f9d53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - 8 after_script: - - node_modules/.bin/now-travis + - now --token="$NOW_TOKEN" --no-clipboard - now alias --token="$NOW_TOKEN" branches: only: diff --git a/package.json b/package.json index d879ad4f8..40817ea22 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,7 @@ }, "devDependencies": { "markdown-styles": "^3.1.10", - "now": "^11.2.4", - "now-travis": "^1.2.0", - "npm-run-all": "^4.1.1" + "now": "^11.2.4" }, "scripts": { "build": "./build.sh",