Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 9a16bd1

Browse files
committed
Need sudo for trusty.
1 parent 48f6672 commit 9a16bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: c++
2-
sudo: false
2+
# Need sudo for trusty.
3+
sudo: required
34
# Trusty gives us GCC 4.8 which supports c++11.
45
dist: trusty
56
env:

0 commit comments

Comments
 (0)