Skip to content

Commit d3ed777

Browse files
committed
Added more testing stages to Travis config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 284c3a1 commit d3ed777

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ language: node_js
22
node_js: [node, lts/*]
33
cache:
44
npm: true
5+
before_script:
6+
- npm add --global pover
7+
script:
8+
- pover install
9+
- pover build:dev
10+
- pover build:prod
11+
- pover test
512
jobs:
613
include:
714
- stage: Deploy

0 commit comments

Comments
 (0)