mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Adding travis-ci build
This commit is contained in:
parent
e77e43faab
commit
d2bae43d26
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user