Skip to content

Commit b52b7eb

Browse files
author
Ioannis Manousos Katakis
committed
Add test step in travis script
1 parent be1ab24 commit b52b7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- "8"
44
- "node"
55
script:
6-
- npm run build
6+
- npm run test && npm run build
77
branches:
88
only:
99
- master

0 commit comments

Comments
 (0)