Browse Source

Try specifying trusty as the OS

Don Porter 7 years ago
parent
commit
7e4f03a773
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,2 +1,7 @@
 language: c
 script: make && make install
+
+matrix:
+  include:
+    - os: linux
+      dist: trusty