Skip to content

Commit

Permalink
ci: Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Aug 17, 2018
1 parent 26330df commit b33565f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: required

services:
- docker

language: node_js

script:
- npm test

node_js:
- "6"
- "8"
- "10"

# Skip builds for tags
if: tag IS blank

0 comments on commit b33565f

Please sign in to comment.