Skip to content

Commit

Permalink
working on release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hamilton committed Jul 30, 2018
1 parent 1af3166 commit cc152b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
@@ -1,19 +1,19 @@
language: python
python:
- '2.7'
- '2.7'
before_install:
- sudo -H apt-get update -qq
- sudo -H cat requirements.system | sudo xargs apt-get -y install
- sudo -H apt-get update -qq
- sudo -H cat requirements.system | sudo xargs apt-get -y install
install:
- pip install -qr requirements.txt
- pip install -qr requirements.dev
- pip install -qr requirements.txt
- pip install -qr requirements.dev
script:
- "./bin/tpl-db makemigrations"
- "./bin/tpl-db migrate"
- make check
- make deb.build
- "./bin/tpl-db makemigrations"
- "./bin/tpl-db migrate"
- make check
- make deb.build
deploy:
provider: release
provider: releases
skip_cleanup: true
file: 'deb_dist/*.deb'
on:
Expand Down

0 comments on commit cc152b9

Please sign in to comment.