From: iceman1001 Date: Thu, 21 Apr 2016 10:56:39 +0000 (+0200) Subject: CHG: Travis CI should be using Trusty beta environment, based on Ubuntu14.04 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/4641b284045e62e4269303144455b8c7b82588e4 CHG: Travis CI should be using Trusty beta environment, based on Ubuntu14.04 --- diff --git a/.travis.yml b/.travis.yml index ad86e840..a259697e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # Travis-CI Build for Iceman Fork / Proxmark3 language: c +# Using trusty beta build environment, based on Ubuntu 14.04 +sudo: required +dist: trusty + #install: compiler: gcc @@ -13,5 +17,4 @@ before_script: - git fetch --all #make command -#script: "make all UBUNTU_1404_QT4=1" script: "make all" \ No newline at end of file