Add basic Travis CI setup with jshint test.
parent
d4f93a28b8
commit
5a4fc55d8d
@ -1,2 +1,3 @@
|
||||
*.min.js
|
||||
!excanvas.min.js
|
||||
node_modules/
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Flot",
|
||||
"version": "0.8.0-alpha",
|
||||
"main": "jquery.flot.js",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "0.9.1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue