Skip to content

Commit

Permalink
Setup Travis to work properly with new extends
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 8, 2016
1 parent 23a40ac commit 585ccce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ language: node_js
node_js:
- "5"
- "4"
# Below is for tests to work properly
before_install:
- npm link
- npm link eslint-config-wyze

0 comments on commit 585ccce

Please sign in to comment.