From 7034f24fa77b1f5545d266f806ef71bda00145dc Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 12 May 2014 00:59:41 +0200 Subject: [PATCH] Fix travis builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 26ea897..4a2b199 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ RUSTC ?= rustc RUSTDOC ?= rustdoc RUSTC_FLAGS ?= -g +SHELL = /bin/sh BIN_DIR = bin DOC_DIR = doc