diff options
| author | Julian Fleischer <[email protected]> | 2018-11-20 15:50:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-20 15:50:30 +0100 |
| commit | feeef7d30ed7372d1941a2f2a54669f5b9309cf2 (patch) | |
| tree | 5d87597a6d87761c7351659a34e444b1f73d1a82 | |
| parent | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename. (diff) | |
| download | discoin-feeef7d30ed7372d1941a2f2a54669f5b9309cf2.tar.xz discoin-feeef7d30ed7372d1941a2f2a54669f5b9309cf2.zip | |
Do not specify sudo in .travis
Travis is deprecating the `sudo` keyword and moves everything to
the same infrastructure (sudo really selects between two infrastructures).
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration?utm_source=in-app&utm_medium=intercom for more info.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1bf560fc4..6cecbb224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: trusty os: linux language: minimal @@ -42,7 +41,6 @@ jobs: # lint stage - stage: lint env: - sudo: false cache: false language: python python: '3.6' |