Browse Source

changed to ubuntu trusty for building in travis

Fredrik Hultin 9 years ago
parent
commit
cd954bfe0e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,4 +1,8 @@
 # This is the project file for the automated build system travis (travis-ci.com).
+sudo: required
+
+dist: trusty
+
 language: c
 
 compiler: gcc