From ecc5cb3c80880d0cbe9d91dec9e3003d7ffcde63 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Dec 2019 15:21:36 +1000 Subject: [PATCH] need to make sure reqs are installed before typechecking/setup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93133e3f5..99c42a0c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ install: jobs: include: - python: 3.6 - script: make -j 4 test lint pytype + script: make build && make -j 4 test lint pytype - python: 3.7 - script: ./tools/typecheck-setup.sh && make -j 4 check + script: make build && ./tools/typecheck-setup.sh && make -j 4 check notifications: email: