mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
A stab at fixing TravisCI, which choked on npm installing karma 0.10.
This commit is contained in:
parent
01c20f4065
commit
ac488eb196
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
"requirejs": "~2.1.10",
|
||||
"karma-requirejs": "~0.2.1",
|
||||
"karma-phantomjs-launcher": "~0.1.1",
|
||||
"karma": "~0.10.9",
|
||||
"karma": "~0.12",
|
||||
"karma-coverage": "~0.1.4",
|
||||
"compressible": "~1.0.1",
|
||||
"jasmine-spec-reporter": "~0.3.0"
|
||||
|
|
Loading…
Reference in a new issue