Skip to content

Commit

Permalink
Merge pull request #49 from oleg-koval/add-travis-ci-#48
Browse files Browse the repository at this point in the history
ci: Add travis
  • Loading branch information
eduolalo authored Sep 4, 2018
2 parents 7138831 + b33565f commit ed5601d
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 ed5601d

Please sign in to comment.