Skip to content

Commit

Permalink
Add static collection to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
siovene committed Mar 20, 2018
1 parent 9117846 commit c474077
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 @@ -6,6 +6,7 @@ services:

before_script:
- docker-compose -f docker/docker-compose.yml up -d
- docker-compose -f docker/docker-compose.yml run --no-deps --rm astrobin python manage.py collectstatic --noinput 2>&1 >/dev/null

script:
- docker-compose -f docker/docker-compose.yml exec astrobin ./scripts/test.sh
Expand Down

0 comments on commit c474077

Please sign in to comment.