summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-09-02 09:08:19 +0200
committercclauss <cclauss@me.com>2019-09-02 09:08:19 +0200
commit73260860d157f85a76f6d1071d8de7ef9b4069ed (patch)
tree2baeb349310e53940e38430d3a9feecfa909b40c
parentd1433075f6d7efda5aa67f9caf883cfd9cff71f7 (diff)
downloadnode-new-find-python3-in-configure.tar.gz
fixup! Remove workaround in .travis.ymlfind-python3-in-configure
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e25aba9f3d..d7bb35dd87 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}