From f3a8274d63da37d47865551696ec662fa2da18ec Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 1 Sep 2017 13:17:22 +0200 Subject: [PATCH] [Travis] The PLATFORM env is used later on in the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3581589c4..0a42288d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required matrix: include: - compiler: gcc - env: EXT=elf + env: PLATFORM=device EXT=elf - compiler: clang env: PLATFORM=simulator EXT=elf - compiler: clang