Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 10, 2017
1 parent d341363 commit d7adf01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
services:
- docker
install:
- make node_modules
script:
- make test

0 comments on commit d7adf01

Please sign in to comment.