From 1d86f97ca7f694d701c2169a3d0a9b137fc31679 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 30 Aug 2020 18:33:11 -0400 Subject: [PATCH] Tweak use of gmake --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa4adc59..ba1cab6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,10 +42,10 @@ matrix: notifications: email: false before_install: + - if [ "$(uname)" -ne "FreeBSD" ]; then + alias gmake=make + fi - | - if [ "$(uname)" = "FreeBSD" ]; then - alias gmake=make - fi git clone https://github.com/concurrencykit/ck.git ${HOME}/ck cd ${HOME}/ck git checkout 0.6.0