Skip to content

Commit

Permalink
adding .travis.yml and deploy.sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
john hadgu authored and john hadgu committed Dec 13, 2020
1 parent 1670843 commit 4c863b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .travis.yml file
language: node_js
node_js:
- "10"
Expand All @@ -13,3 +12,9 @@ install:
script:
- npm run lint
- npm test
deploy:
- provider: script
skip_cleanup: true
script: chmod +x ./deploy.sh && ./deploy.sh
on:
branch: master

0 comments on commit 4c863b3

Please sign in to comment.