Skip to content

Commit

Permalink
Added jsonToPrototxt to coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavgarg committed Jun 19, 2017
1 parent 83d9a74 commit e2ad9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_script:
script:
- flake8 ./
- npm run ci
- coverage run --source=caffe_app manage.py test
- coverage run --source=caffe_app,ide/utils manage.py test

after_success:
- coveralls

0 comments on commit e2ad9f9

Please sign in to comment.