Skip to content

Commit 2f74114

Browse files
committed
[CI] travis doesn't support xenial / bionic, disable python 3
cf. travis-ci/travis-ci#5821 Python 3 is tested by gitlab anyways.
1 parent 623d8be commit 2f74114

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.6"
54
sudo: required
6-
dist: bionic
5+
dist: trusty
76
compiler:
87
- gcc
98
# - clang

0 commit comments

Comments
 (0)