Skip to content

Commit

Permalink
feat(travis-ci): set up travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adailtonribeiro committed Mar 31, 2018
1 parent 14dade9 commit 9206daa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js

node_js:
- "8.9.4"

branches:
only:
- master

before_script:
- npm install

script:
- npm run build

notifications:
email:
on_failure: change
on_success: change

0 comments on commit 9206daa

Please sign in to comment.