Skip to content

Commit

Permalink
Merge pull request #483 from okfn/fail-if-frontend-changed
Browse files Browse the repository at this point in the history
fail build if frontend not compiled
  • Loading branch information
chris48s committed Oct 30, 2020
2 parents 42ef3da + a4d3141 commit ff54726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,10 @@ install:
- pip install coveralls
script:
- python manage.py makemigrations --check
- npx grunt sass:dist
- npx grunt postcss:dist
- npx grunt uglify:scripts
- git diff --exit-code static/
- coverage run manage.py test
- flake8 .
after_success:
Expand Down

0 comments on commit ff54726

Please sign in to comment.