Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 3a50372

Browse files
authored
Merge pull request #81 from BrainBuzzer/master
[ci] Add pending migration check
2 parents 9b2be9c + fca1056 commit 3a50372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install:
3131

3232
script:
3333
- coverage run --source=django_netjsongraph runtests.py
34+
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then ./tests/manage.py makemigrations --dry-run | grep "No changes detected"; fi
3435

3536
after_success:
3637
coveralls

0 commit comments

Comments
 (0)