Skip to content

Commit

Permalink
fixup! Remove workaround in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 2, 2019
1 parent d143307 commit 7326086
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 7326086

Please sign in to comment.