Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
ci: remove extra stage
Browse files Browse the repository at this point in the history
test matrix takes care of `npm test`
  • Loading branch information
nLight authored Feb 18, 2019
1 parent a294844 commit ad74549
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
name: "Lint && Dist"
script:
- npm run lint && npm run dist
- stage: test
name: "Unit tests"
script:
- npm run test
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
Expand Down

0 comments on commit ad74549

Please sign in to comment.