diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..b0782fb4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: node_js +cache: + directories: + - node_modules + - ~/.npm +node_js: + - '12' +git: + depth: 3 +script: + - yarn build +notifications: + email: + recipients: + - ernestomm99@hotmail.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 #message deleted cuz it give problems on the deploy \ No newline at end of file diff --git a/README.md b/README.md index 75aaa4f5..ea8df9bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # platzi-store Curso de Pruebas unitarias con Jest + +Rama: develop