Skip to content

Commit 4bc3b6b

Browse files
Added tsc and lint command to .travis.yml (#11)
Fixes #8 * Added tsc command * Updated .travis.yml
1 parent be74c8f commit 4bc3b6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ install:
2525
- yarn
2626

2727
script:
28-
- npm run test
28+
- npm run lint
29+
- tsc
2930

3031
before_deploy:
3132
- npm run build

0 commit comments

Comments
 (0)