Skip to content

Commit 3b55ed1

Browse files
committed
Update .travis.yml
Remove deprecated sudo key. Set os to linux (which is the default). Signed-off-by: Tim Waugh <twaugh@redhat.com>
1 parent b338418 commit 3b55ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: c
22
compiler: gcc
3-
sudo: false
3+
os: linux
44
script: ./bootstrap &&
55
./configure &&
66
make distcheck

0 commit comments

Comments
 (0)