summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-12-16 11:37:48 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-12-16 11:38:33 +0200
commitc15d1e8a824df3b0bb63ebd40a2ef587dbfb7177 (patch)
tree0e373537ba5eabf2e0f104015c43505ca2c96203
parent2319eb86eaeae94567fa984a59c8146b104f102a (diff)
downloadapscheduler-c15d1e8a824df3b0bb63ebd40a2ef587dbfb7177.tar.gz
Removed the "sudo" flags from Travis configuration
Due to infrastructure changes, this flag is no longer relevant.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e711eb8..bd80df3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
dist: xenial
-sudo: required
language: python
cache: pip
python: "3.6"
@@ -14,7 +13,6 @@ jobs:
include:
- stage: static analysis
env: TOXENV=flake8
- sudo: false
before_install: skip
after_success: skip
@@ -49,7 +47,6 @@ jobs:
python: "3.7"
- stage: deploy to pypi
- sudo: false
before_install: skip
install: true
script: skip