Browse Source

Moving grunt tasks to package.json so compatible with npm test

pull/258/head
jlukic 11 years ago
parent
commit
d3de0a85de
2 changed files with 4 additions and 2 deletions
  1. 3
      .travis.yml
  2. 3
      package.json

3
.travis.yml

@ -2,5 +2,4 @@ language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
- grunt test --verbose
- npm install -g grunt-cli

3
package.json

@ -6,6 +6,9 @@
"homepage": "http://www.semantic-ui.com",
"author": "Jack Lukic <jacklukic@gmail.com>",
"license": "MIT",
"scripts": {
"test": "grunt test --verbose"
},
"dependencies": {
"docpad": "~6.53.4",
"docpad-plugin-eco": "~2.0.2",

Loading…
Cancel
Save