Skip to content

Commit

Permalink
Update Travis build config
Browse files Browse the repository at this point in the history
The sudo key is deprecated and doesn't do anything anymore.

Adding the "os" key with default value "linux" which was assumed to the build config.
  • Loading branch information
Girgias committed Feb 23, 2020
1 parent 6e40ec7 commit 0aad799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git:

dist: xenial
language: c
sudo: required
os: linux
addons:
apt:
packages:
Expand Down

0 comments on commit 0aad799

Please sign in to comment.