From a20f259327e9161595e62a81a158b7a001ee8d5c Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Fri, 7 Jul 2017 13:28:36 -0700 Subject: [PATCH] Change to the build directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f91b5e9..3858234f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,6 @@ env: script: cd $TEST_DIR && npm install && npm test deploy: provider: script - script: npm run devbuild + script: cd $TRAVIS_BUILD_DIR && npm run devbuild on: all_branches: true