mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
install bower & grunt globally for travis
This commit is contained in:
@@ -3,6 +3,7 @@ node_js:
|
|||||||
- "0.10"
|
- "0.10"
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm install -g bower grunt-cli
|
||||||
before_script:
|
before_script:
|
||||||
- bower install
|
- bower install
|
||||||
script:
|
script:
|
||||||
|
|||||||
+4
-1
@@ -37,5 +37,8 @@
|
|||||||
"grunt-conventional-changelog": "~1.0.0",
|
"grunt-conventional-changelog": "~1.0.0",
|
||||||
"grunt-gh-pages": "^0.10.0",
|
"grunt-gh-pages": "^0.10.0",
|
||||||
"jshint-stylish": "^1.0.1"
|
"jshint-stylish": "^1.0.1"
|
||||||
}
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user