Skip to content

Commit

Permalink
Travis config updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhe10709 committed Sep 2, 2017
1 parent d68c75c commit 644b2a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ python:
- "3.5"
- "3.6"

before_install:
- mkdir ../logs
- touch ../logs/all.log
- ls -la
- pwd

install:
- pip install -r requirements.txt
- mkdir logs
- python kodkollektivet/manage.py makemigrations
- python kodkollektivet/manage.py migrate

Expand All @@ -21,7 +26,7 @@ branches:
notifications:
webhooks:
urls:
- https://ci.kodkollektivet.se/fduexoxsuxhzjskjgqly/
- https://ci.kodkollektivet.se/ljwhwlbwjhaumdernpmx/
on_success: always
on_failure: never
on_start: never

0 comments on commit 644b2a5

Please sign in to comment.