From f7a84716bcebb76b43d98e61a46a242f265a5357 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Thu, 14 Jul 2016 16:11:55 +0100 Subject: [PATCH] Check that cross compilation hasnt broken by building on Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ecb27f5d7cf..c7381a22a0fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ branches: - master install: - echo "Don't run anything." -script: make test +script: + - make test + - make cross env: global: