Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 5926c08

Browse files
committed
Added unit test to .travis.yml
1 parent a538507 commit 5926c08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ jobs:
2121
- <<: *build
2222
node_js: '8'
2323

24+
- &unit
25+
stage: Test
26+
script: yarn test:unit
27+
name: "NodeJS 10 unit tests"
28+
node_js: "10"
29+
30+
- <<: *unit
31+
name: "NodeJS 8 unit tests"
32+
node_js: "8"

0 commit comments

Comments
 (0)