diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-10 21:08:31 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-10 21:08:31 +0200 |
commit | a192199805c164d8b88c375942eecfd1afe3c17a (patch) | |
tree | bfc6285e9e8ed735998d5a78bf723a694b3524cc | |
parent | 1d8706c543fabbe37aafe96ea725cbdc98a0b931 (diff) |
fixed travisci's file
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 6b0f2b5..0572367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ python: install: - pip install Flask -sudo: - - required -script: - python3 /lib/app.py + +dist: + - trusty + +sudo: required + |