Skip to content

Commit

Permalink
Merge pull request #3 from alertlogic/travis
Browse files Browse the repository at this point in the history
Add travis CI
  • Loading branch information
kkuzmin authored Dec 17, 2018
2 parents d6d0df1 + 30086a7 commit 71b6e88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- "6"
install:
- make deps
script:
- make test

0 comments on commit 71b6e88

Please sign in to comment.