From c647987fa045c2b6faf88e854a3125a3b0cb643c Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Thu, 6 Feb 2020 08:12:03 +1100 Subject: [PATCH] No need to CD for every script --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index db7f1e1..cba3c95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ install: - yarn install script: - - cd $PROJECT - yarn test - yarn build @@ -27,5 +26,5 @@ deploy: script: - yarn deploy skip_cleanup: true -#on: -# branch: master \ No newline at end of file + on: + branch: gatsby \ No newline at end of file