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