Skip to content

Commit

Permalink
update travis config to lint code before running tests and fix link t…
Browse files Browse the repository at this point in the history
…o travis on README
  • Loading branch information
jonhester committed Mar 5, 2015
1 parent 33b09ea commit 39eebad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,4 @@ node_js:
- "0.12"
- "0.10"
- "iojs"
before_script: npm run lint
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# node-schedule [![Build Status](https://travis-ci.org/node-schedule/node-schedule.svg?branch=master)](https://travis-ci.org/node-schedule/node-schedule.svg)
# node-schedule [![Build Status](https://travis-ci.org/node-schedule/node-schedule.svg?branch=master)](https://travis-ci.org/node-schedule/node-schedule)

[![NPM](https://nodei.co/npm/node-schedule.png?downloads=true)](https://nodei.co/npm/node-schedule/)

Expand Down

0 comments on commit 39eebad

Please sign in to comment.