From 0cd64ee8b82ef560fbe138bdd4c82a3974048f76 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 1 Sep 2017 13:38:37 -0400 Subject: [PATCH] Add flow check to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 43af5a40..0732e55b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ install: script: - elm-format --validate src tests examples readme-example + - flow check - cd examples - elm-make --output=/dev/null --yes - cd ../readme-example