Skip to content

Commit 059621c

Browse files
committed
Have TravisCI style-check PRs
1 parent de9952e commit 059621c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- "4.1"
5+
before_script:
6+
- npm install -g https://github.com/vhf/free-programming-books-lint.git
7+
script: fpb-lint .

0 commit comments

Comments
 (0)