Skip to content

Commit 27a114f

Browse files
authored
Merge pull request #224 from gauntface/readme-update
Readme update
2 parents ab8d884 + 00a1c8a commit 27a114f

File tree

4 files changed

+372
-54
lines changed

4 files changed

+372
-54
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ install:
3232
before_script:
3333
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
3434
script:
35+
- if [[ $NODE_VERSION != "0.10" && $NODE_VERSION != "0.12" ]]; then $NPM run lint; fi
3536
- $NPM test
3637
sudo: required

0 commit comments

Comments
 (0)