Skip to content

Commit 7bf9293

Browse files
committed
deprecate support for Ubuntu 14.04
1 parent c00348c commit 7bf9293

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
language: python # this works for Linux but is an error on macOS or Windows
33
matrix:
44
include:
5-
- name: "Python 3.5 on Ubuntu 14.04"
6-
python: 3.5
7-
dist: trusty
8-
before_install: pip3 install scons
9-
- name: "Python 3.6 on Ubuntu 14.04"
10-
python: 3.6
11-
dist: trusty
12-
before_install: pip3 install scons
5+
# - name: "Python 3.5 on Ubuntu 14.04"
6+
# python: 3.5
7+
# dist: trusty
8+
# before_install: pip3 install scons
9+
# - name: "Python 3.6 on Ubuntu 14.04"
10+
# python: 3.6
11+
# dist: trusty
12+
# before_install: pip3 install scons
1313
- name: "Python 3.5 on Ubuntu 16.04"
1414
python: 3.5
1515
dist: xenial

0 commit comments

Comments
 (0)