Skip to content

Commit d11b9e5

Browse files
committed
Merge pull request #20 from hugovk/update_packages
Use container-based infrastructure
2 parents ff1e304 + 09ace71 commit d11b9e5

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
@@ -10,8 +10,13 @@ python:
1010
- 3.4
1111
- 3.5
1212

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

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

0 commit comments

Comments
 (0)