mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Disable Travis CI client tests
This commit is contained in:
parent
30e8fc2397
commit
76f2270e17
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
|
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
|
||||||
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters progress"
|
# - "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters progress"
|
||||||
|
|
Loading…
Reference in a new issue