Skip to content

Commit

Permalink
fix(ci): build not completing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 13, 2018
1 parent 2d0f1e3 commit 7dea86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_deploy:
- now rm demo --token $NOW_TOKEN --yes || true
deploy:
- provider: script
script: yarn deploy
script: now demo --public --token $NOW_TOKEN -A ./now.json
skip_cleanup: true
on:
master: true
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"test": "node node_modules/mocha/bin/mocha --require babel-core/register src/**/*.test.js",
"test:watch": "yarn test -- --reporter min --watch",
"deploy": "now demo --public --token $NOW_TOKEN -A ./now.json",
"build": "rm -rf dist/ && webpack --env.production --progress",
"start": "webpack-dev-server --mode development",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 7dea86a

Please sign in to comment.