Skip to content

Commit

Permalink
Added CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ovekyc committed Jan 4, 2017
1 parent 0937c08 commit 92a1728
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:
- "6"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
before_install:
- npm install -g npm
script: npm test

0 comments on commit 92a1728

Please sign in to comment.