Skip to content

Commit

Permalink
fix(package.json#scripts): just use the npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
svizzari committed Jun 30, 2017
1 parent 7dddf4a commit 4e21a32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- '6.11.0'
script:
- npm run ci
sudo: false
dist: trusty
cache:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"build:watch": "npm run build:dev -- -w",
"pretest": "npm run build:dev",
"test": "karma start",
"ci": "npm run build:prod && karma start --single-run",
"start": "webpack-dev-server",
"bump": ""
}
Expand Down

0 comments on commit 4e21a32

Please sign in to comment.