From 6663c6e8716226d4054363a3d422ba5108fbb4f5 Mon Sep 17 00:00:00 2001 From: jose brusa Date: Tue, 29 Mar 2022 03:39:04 +0200 Subject: [PATCH 1/3] first commit --- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..6bcf3aff --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +lenguage: node_js +cache: + directires: + - node_modules + - ~/.npm +node_js: + - '12' +git: + depth: 3 +script: + - yarn build +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 From 8dbee66a26e363568eca96a17abbd24cac1fe6c3 Mon Sep 17 00:00:00 2001 From: jose brusa Date: Tue, 29 Mar 2022 04:26:28 +0200 Subject: [PATCH 2/3] fupdate travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6bcf3aff..7d2e5a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,13 @@ 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 From ae395a2f4eef1721f804263fcbbc8a1f190e23a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9?= <69006288+josebrusa@users.noreply.github.com> Date: Tue, 29 Mar 2022 04:29:31 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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