From 34a389a4ac45ad56c94f439a458efe6f51a228c7 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:30:01 +0300 Subject: [PATCH] small fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b108b4f1..ac39433f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ addons: taps: RfidResearchGroup/proxmark3 install: - if ! arm-none-eabi-gccx -v; then + if ! arm-none-eabi-gcc -v; then echo "arm-none-eabi-gcc [ERROR]"; travis_terminate 1; fi