Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
explicitly specify os and dist
  • Loading branch information
cooljeanius committed Sep 21, 2023
1 parent 98a7e29 commit 89a32d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
# any particular service that uses that protocol. Also, it is intended for
# evaluation purposes, thus possibly temporary.

language: C
language: c
os: linux
dist: xenial

before_install:
- "sudo apt-get update -qq"
Expand Down

0 comments on commit 89a32d9

Please sign in to comment.