From 73260860d157f85a76f6d1071d8de7ef9b4069ed Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 2 Sep 2019 09:08:19 +0200 Subject: [PATCH] fixup! Remove workaround in .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e25aba9f3d77e8..d7bb35dd87785d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,7 @@ jobs: install: *ccache-setup-steps script: - pyenv global ${PYTHON3_VERSION} - # - ./configure # workaround pending #25878 - - python3 configure.py + - ./configure - make -j2 -C out V=1 v8 - name: "Compile Node.js (py2)" @@ -76,8 +75,7 @@ jobs: install: *ccache-setup-steps script: - pyenv global ${PYTHON3_VERSION} - # - ./configure # workaround pending #25878 - - python3 configure.py + - ./configure - make -j2 V=1 - cp out/Release/node ${PYTHON3_CACHE} - cp out/Release/cctest ${PYTHON3_CACHE}