diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..da3b2d59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,29 @@ +lenguage: node_js +cache: + directories: + - node_modules + - ~/.npm +node_js: + - '12' +git: + depth: 3 +script: + - yarn build +notifications: + email: + recipients: + - john.davis.2015.03@gmail.com + - john.davis.2015@hotmail.com + on_success: always + on_failure: always +# manda emails a esos mails cuando es exitoso y cuando falla +deploy: + provider: pages + skip_cleanup: true + keep_history: true + github_token: $GITHUB_TOKEN + local_dir: dist/ + target_branch: gh-page + commit_message: 'Deploy del proyecto' + on: + branch: master \ No newline at end of file diff --git a/README.md b/README.md index 75aaa4f5..d0c57183 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # platzi-store Curso de Pruebas unitarias con Jest + +Rama: Develop