Skip to content

Commit

Permalink
Added collectstatic to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Aug 4, 2014
1 parent 9cf2d0d commit 815e54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- pip install -r requirements.pip
- python manage.py syncdb --noinput --settings=formhub.preset.ehealth_test
- python manage.py migrate --noinput --settings=formhub.preset.ehealth_test
- python manage.py collectstatic --clear --noinput --settings=formhub.preset.ehealth_test
script:
- python manage.py test --noinput --settings=formhub.preset.ehealth_test api main odk_logger odk_viewer restservice sms_support staff stats
- ./js_tests/EnvJasmine/bin/run_all_tests.sh --testDir=../ --configFile=../env_jasmine.conf.js
Expand Down

0 comments on commit 815e54b

Please sign in to comment.