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

Commit

Permalink
馃敡 Add Travis stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Vlas谩k committed Mar 2, 2020
1 parent 45bb98e commit 92b0d02
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
language: node_js
os: linux
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
script:
- npm run lint
- npm run build
- npm run test
- npm run test:coverage
- npm run test:coveralls
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'

jobs:
include:
- stage: lint
script: npm run lint
- stage: build
script: npm run build
- stage: test
script:
- npm run test
- npm run test:coverage
- npm run test:coveralls

0 comments on commit 92b0d02

Please sign in to comment.