Skip to content

Commit 7326086

Browse files
committed
fixup! Remove workaround in .travis.yml
1 parent d143307 commit 7326086

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
install: *ccache-setup-steps
4646
script:
4747
- pyenv global ${PYTHON3_VERSION}
48-
# - ./configure # workaround pending #25878
49-
- python3 configure.py
48+
- ./configure
5049
- make -j2 -C out V=1 v8
5150

5251
- name: "Compile Node.js (py2)"
@@ -76,8 +75,7 @@ jobs:
7675
install: *ccache-setup-steps
7776
script:
7877
- pyenv global ${PYTHON3_VERSION}
79-
# - ./configure # workaround pending #25878
80-
- python3 configure.py
78+
- ./configure
8179
- make -j2 V=1
8280
- cp out/Release/node ${PYTHON3_CACHE}
8381
- cp out/Release/cctest ${PYTHON3_CACHE}

0 commit comments

Comments
 (0)