Skip to content

Commit 09ace71

Browse files
committed
Use container-based infrastructure
1 parent 571308a commit 09ace71

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ python:
99
- 3.3
1010
- 3.4
1111

12-
install:
13-
- sudo apt-get install libsane-dev
12+
# Use container-based infrastructure
13+
sudo: false
14+
15+
addons:
16+
apt:
17+
packages:
18+
- libsane-dev
1419

1520
# No tests: just check it can build and install
1621
script:

0 commit comments

Comments
 (0)