Skip to content

Commit

Permalink
Remove now-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 1, 2018
1 parent 9712497 commit 0a891bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 0a891bd

Please sign in to comment.