mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Removed server side tests due to lack of mongodb text search
This commit is contained in:
parent
1e83c7bef2
commit
57cfb2bac6
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
|
||||
before_script:
|
||||
- "npm install"
|
||||
- export DISPLAY=:99.0
|
||||
|
@ -12,7 +9,7 @@ before_script:
|
|||
- "./node_modules/.bin/bower install"
|
||||
- "gem install sass"
|
||||
- "./node_modules/.bin/brunch b"
|
||||
- "./bin/coco-test-server &"
|
||||
|
||||
script:
|
||||
- "./node_modules/.bin/karma start --browsers Firefox --single-run"
|
||||
- "./bin/coco-server-test-runner"
|
||||
|
||||
|
|
Loading…
Reference in a new issue