From a1490f070575ffcd71dac8c063fe7e092f840a67 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 8 Sep 2017 16:10:37 -0600 Subject: [PATCH] build: wat --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba01b795e..8fb68610a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ notifications: email: false node_js: '8' install: npm install +before_script: + - cd stories + - npm install + - cd .. script: npm run validate after_success: - npx codecov