From 9ed446194d633752e3c3be07876700cb8e2c67bb Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sat, 7 Jul 2018 22:30:15 +0530 Subject: [PATCH] chore(release): Build files before running tests Files should be built before running tests, since Cypress requires those files --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2361417..1d6951c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ notifications: install: - npm install script: - - npm run test - npm run build + - npm run test after_success: - ./node_modules/.bin/travis-deploy-once "npm run semantic-release"