From 5e018d507b04e94d465c0cb8673156e7bce6dfa5 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 31 Aug 2017 20:36:57 +0200 Subject: [PATCH] Use correct branch for babel test (#707) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3093f96113..74914f23ba 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: ; rm -rf ./build bootstrap-babel: clean mkdir ./build - git clone --depth=1 --branch=7.0 https://github.com/babel/babel.git ./build/babel + git clone --depth=1 --branch=master https://github.com/babel/babel.git ./build/babel cd ./build/babel; \ make bootstrap find ./build/babel/packages -type d -name 'babylon' -prune -exec rm -rf '{}' \; -exec ln -s '../../../../../' '{}' \;