Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8bd2555

Browse files
committed
Update .travis.yml
1 parent 948ee7a commit 8bd2555

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ node_js:
33
- '10'
44
before_install:
55
- export TZ=America/New_York
6-
jobs:
7-
include:
8-
- stage: build
9-
script: 'npm run build'
6+
script:
7+
- 'npm test'
8+
- 'npm run build'
109
deploy:
1110
on:
1211
tags: true

0 commit comments

Comments
 (0)