Skip to content

Commit a79be0f

Browse files
Fix build issue by adding script section for travis
1 parent bd8318a commit a79be0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: node_js
22
node_js:
33
- 7
4+
script:
5+
- npm version
6+
- npm run check
7+
- npm run test
8+
- npm run build
49
branches:
510
only:
611
- master

0 commit comments

Comments
 (0)