Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Oct 2, 2016
1 parent 35dc600 commit cd20519
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js

node_js:
- 6.5.0
node_js: 6.5.0

before_script:
- npm i
services: redis-server

script:
- npm lint
- npm test
before_script: npm i

script: npm test

0 comments on commit cd20519

Please sign in to comment.