Skip to content

Commit 734a009

Browse files
committed
travis.yml: Modernise.
sudo is deprecated and causing a warning. dist is super outdated now, and its gcc failing to build current libusb1. os is missing and causing a warning.
1 parent 57a7f2f commit 734a009

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
sudo: required
2-
dist: trusty
1+
os: linux
32
language: python
43
python:
54
- "2.7"

0 commit comments

Comments
 (0)