We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d143307 commit 7326086Copy full SHA for 7326086
.travis.yml
@@ -45,8 +45,7 @@ jobs:
45
install: *ccache-setup-steps
46
script:
47
- pyenv global ${PYTHON3_VERSION}
48
- # - ./configure # workaround pending #25878
49
- - python3 configure.py
+ - ./configure
50
- make -j2 -C out V=1 v8
51
52
- name: "Compile Node.js (py2)"
@@ -76,8 +75,7 @@ jobs:
76
75
77
78
79
80
81
- make -j2 V=1
82
- cp out/Release/node ${PYTHON3_CACHE}
83
- cp out/Release/cctest ${PYTHON3_CACHE}
0 commit comments