Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 9436c15

Browse files
committed
Fix: Added compile script
1 parent 4b7893a commit 9436c15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020
- npm run lint
2121
- stage: test
2222
script:
23+
# Compile JS
24+
- npm run compile
25+
# Run integration tests
2326
- npm run test

0 commit comments

Comments
 (0)