Skip to content

Commit 39a4504

Browse files
author
Zeno Rocha
committed
Add Travis CI
1 parent d46a7d4 commit 39a4504

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- 0.10

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaScript Snippets for Sublime Text
1+
# JavaScript Snippets for Sublime [![Build Status](https://secure.travis-ci.org/zenorocha/sublime-snippets-js.png?branch=master)](https://travis-ci.org/zenorocha/sublime-snippets-js)
22

33
![Demo](http://zno.io/QopI/subime-snippet.gif)
44

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
},
77
"devDependencies": {
88
"grunt": "0.4.1",
9+
"grunt-cli": "0.1.10",
910
"grunt-lintspaces": "0.2.203"
11+
},
12+
"scripts": {
13+
"test": "grunt"
1014
}
1115
}

0 commit comments

Comments
 (0)