Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat(ci): add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 5, 2016
1 parent e8d8172 commit d0b49eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: false
language: node_js
node_js:
- "stable"

before_install:
- npm install -g npm

script:
- npm run lint

0 comments on commit d0b49eb

Please sign in to comment.