Browse Source

remove karma task

beta
jlukic 11 years ago
parent
commit
dffc420d59
  1. 3
      .travis.yml

3
.travis.yml

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