Skip to content

Commit

Permalink
Try using trusty and non-sudo build environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Aug 6, 2017
1 parent e238227 commit 6c6222c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: c

matrix:
include:
-
os: linux
sudo: false
dist: trusty
compiler: gcc
include:
-
os: linux
sudo: false
dist: trusty
compiler: clang
include:
-
Expand All @@ -21,7 +27,6 @@ addons:

git:
depth: 10
language: c
script:
- make PREFIX=/tmp/acki

0 comments on commit 6c6222c

Please sign in to comment.