From 93b478bbfb2dcd5ac752dbede7e46534c48e0cd8 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Thu, 9 May 2019 20:57:01 +0300 Subject: [PATCH] fix: save flow-typed to cache --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fc1026..abeb4c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,12 @@ install: - npm install -g codecov script: - yarn install + - yarn flow-typed - yarn lint - yarn test:coverage --runInBand --no-cache - yarn test --runInBand --no-cache - codecov cache: directories: - - node_modules \ No newline at end of file + - node_modules + - flow-typed \ No newline at end of file