Skip to content

Commit

Permalink
build: remove redundant pyenv call in Travis build
Browse files Browse the repository at this point in the history
PR-URL: #27247
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
  • Loading branch information
richardlau committed Apr 18, 2019
1 parent 9946c59 commit d17dfc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- cp out/Release/node /home/travis/.ccache
- cp out/Release/cctest /home/travis/.ccache

- pyenv global 2.7.15
- stage: "Tests"
name: "Test JS Suites"
cache: ccache
Expand Down

0 comments on commit d17dfc7

Please sign in to comment.