add flow to travis (#115)

This commit is contained in:
Daniel Ternyak 2017-08-11 23:13:53 +01:00 committed by GitHub
parent 9b2156ed4f
commit 41ab0639e7
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ notifications:
email:
on_success: never
on_failure: never
script:
- npm run test
- npm run flow