diff --git a/.gitignore b/.gitignore index 662a868..a3ac8b9 100644 --- a/.gitignore +++ b/.gitignore @@ -62,5 +62,5 @@ dist/ /package-lock.json /dist src/private/dist -src/public/public/* +src/public/public .cache \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index cba3c95..8625035 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ deploy: - yarn deploy skip_cleanup: true on: - branch: gatsby \ No newline at end of file + branch: master \ No newline at end of file