Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore(project): Add Travis CI
Browse files Browse the repository at this point in the history
No need for `npm install`
  • Loading branch information
Mattia Panzeri committed Jan 19, 2018
1 parent 102d482 commit 77c4793
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: node_js
node_js:
- "node"

script:
- npm run test

deploy:
provider: npm
email: $NPM_EMAIL
Expand Down

0 comments on commit 77c4793

Please sign in to comment.