diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..7d2e5a93 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,28 @@ +lenguage: node_js +cache: + directires: + - node_modules + - ~/.npm +node_js: + - '12' +git: + depth: 3 +script: + - yarn build +notifications: + email: + recipients: + - josebrusa@outlook.com + - joselbrusa@gmail.com + on_success: always + on_failure: always +deploy: + provider: pages + skip-cleanup: true + keep-history: true + github-token: $GITHUB_TOKEN + local-dir: dist/ + target-branch: gh-pages + commit_message: 'Deploy del proyecto' + on: + branch: master \ No newline at end of file diff --git a/README.md b/README.md index 75aaa4f5..3d3218c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # platzi-store -Curso de Pruebas unitarias con Jest +Curso de Pruebas en travis CI