From 58f37fc01302745cfe498429ae746b8c25cf2f38 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 24 Oct 2016 12:12:22 -0700 Subject: [PATCH] Build mpy-cross first because other builds depend on it. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13615d6982..24f51fed61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,11 +23,12 @@ before_script: - python3 --version script: + # Build mpy-cross first because other builds depend on it. + - make -C mpy-cross - make -C atmel-samd BOARD=arduino_zero - make -C atmel-samd BOARD=feather_m0_adalogger - make -C atmel-samd BOARD=feather_m0_basic - make -C atmel-samd BOARD=metro_m0_flash - - make -C mpy-cross - make -C minimal test - make -C unix deplibs - make -C unix