travis: revert commit 52854a

Travis has fixed the issues with space so we can go back to building PX4 with make and waf
This commit is contained in:
Francisco Ferreira 2016-11-16 02:21:30 +00:00
parent 7f6ecfca3d
commit 32cd49264e

View File

@ -57,11 +57,6 @@ waf=modules/waf/waf-light
# get list of boards supported by the waf build
for board in $($waf list_boards | head -n1); do waf_supported_boards[$board]=1; done
# Temporarily disable waf build of PX4 boards until Travis fixes space issues
waf_supported_boards[px4-v1]=""
waf_supported_boards[px4-v2]=""
waf_supported_boards[px4-v4]=""
function get_time {
date -u "+%s"
}