mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:32:15 +08:00
Adding travis-ci build
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
@ -46,5 +46,12 @@
|
||||
"karma-expect": "~1.0.0",
|
||||
"grunt-cli": "~0.1.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"npm": "1.2.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"license": "Apache License"
|
||||
}
|
||||
|
Reference in New Issue
Block a user