Browse Source

Trying to fix travis

pull/291/head
jlukic 11 years ago
parent
commit
7ecc868850
1 changed files with 2 additions and 1 deletions
  1. 3
      .travis.yml

3
.travis.yml

@ -3,4 +3,5 @@ node_js:
- "0.11"
before_script:
- npm install -g grunt-cli
- npm update
- npm update
- karma start
Loading…
Cancel
Save