Browse Source

install the grunt client as part of travisCI flow

pull/80/head
Lee Whitaker 12 years ago
parent
commit
7452d79264
  1. 2
      .travis.yml

2
.travis.yml

@ -1 +1,3 @@
language: node_js
before_script:
- npm install -g grunt-cli
Loading…
Cancel
Save