mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-31 12:31:32 +08:00
CHG: Travis CI should be using Trusty beta environment, based on Ubuntu14.04
This commit is contained in:
parent
70441e7798
commit
4641b28404
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
Loading…
Reference in a new issue