From 03e3d4ed59bd6a34c2e73ae0b6dcd1bb8343588f Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 7 Mar 2019 18:47:04 +0000 Subject: [PATCH] Updating .travis.yml after global move. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1a31e8d..f7b60881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,11 @@ addons: # in-tree and out-of-tree builds env: - - BUILD_DIR=re2c CONFIG_DIR=. - - BUILD_DIR=re2c-build CONFIG_DIR=../re2c/ + - BUILD_DIR=. CONFIG_DIR=. + - BUILD_DIR=.build CONFIG_DIR=.. script: - - cd re2c && ./autogen.sh - - cd .. + - ./autogen.sh - mkdir -p $BUILD_DIR && cd $BUILD_DIR - | $CONFIG_DIR/configure \ -- 2.40.0