Skip to content

Commit

Permalink
Adding travis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarazy committed Jul 14, 2017
1 parent 8e33ed2 commit 856b5ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: false
language:
- node_js
node_js:
- "6"
env:
- ACTION=test
- ACTION="run lint"
- ACTION="run cs-check"
- ACTION="run dist"
script:
- npm $ACTION

0 comments on commit 856b5ee

Please sign in to comment.