Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
CSCMETAX-61: [FIX] Remove makemigrations from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Kamarainen committed Jun 6, 2018
1 parent 63afdaa commit 476f477
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 @@ -35,7 +35,7 @@ before_script:
- sudo chown -R $USER:$USER /var/log/metax-api

script:
- cd src && flake8 . && python manage.py makemigrations metax_api && python manage.py migrate metax_api && coverage run --source="." manage.py test metax_api && COVERALLS_REPO_TOKEN=$coveralls_token coveralls && $TRAVIS_BUILD_DIR/.travis-deploy.sh
- cd src && flake8 . && python manage.py migrate metax_api && coverage run --source="." manage.py test metax_api && COVERALLS_REPO_TOKEN=$coveralls_token coveralls && $TRAVIS_BUILD_DIR/.travis-deploy.sh

notifications:
flowdock:
Expand Down

0 comments on commit 476f477

Please sign in to comment.