Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
travis upgrade (#342)
Browse files Browse the repository at this point in the history
* travis upgrade
  • Loading branch information
fboucquez authored Dec 22, 2020
1 parent 5ab8e84 commit 91ffb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ before_script:
- npm run build
- npm link
- catapult-docs-cli cli-usage --config .clidocs > docs/$VERSION.md
script:
- npm run test:cov
- npm run coveralls-report
jobs:
include:
- stage: test
name: test
script: npm run test:cov && npm run coveralls-report
- stage: test
name: lint
script: npm run lint
Expand Down

0 comments on commit 91ffb06

Please sign in to comment.