summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-04-15 19:02:53 -0400
committerRichard Lau <riclau@uk.ibm.com>2019-04-18 00:24:14 -0400
commitd17dfc7bb1660b3579407e5f6e106b0431cc264b (patch)
treebae427ce31ff79bd18d1972b0ec80807138c4649 /.travis.yml
parent9946c597077070941309e5b2986a810e52978a97 (diff)
downloadandroid-node-v8-d17dfc7bb1660b3579407e5f6e106b0431cc264b.tar.gz
android-node-v8-d17dfc7bb1660b3579407e5f6e106b0431cc264b.tar.bz2
android-node-v8-d17dfc7bb1660b3579407e5f6e106b0431cc264b.zip
build: remove redundant pyenv call in Travis build
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a262ed7f9f..f6dc47d829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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