Skip to content

Commit 2d646ea

Browse files
committed
travis: Use apt plugin instead of sudo apt-get
1 parent e9cd8f7 commit 2d646ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ rvm:
44
- 1.9.3
55
- 2.0.0
66
- 2.1.1
7-
before_script:
8-
- "sudo apt-get install -y libtag1-dev swig"
7+
addons:
8+
apt:
9+
packages:
10+
- libtag1-dev
11+
- swig

0 commit comments

Comments
 (0)