aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 418aeedf..26a82c44 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -46,8 +46,8 @@ if [[ "$DARWIN" = true ]]; then
;;
pypy)
brew upgrade pyenv
- pyenv install pypy-2.4.0
- pyenv global pypy-2.4.0
+ pyenv install pypy-2.5.0
+ pyenv global pypy-2.5.0
;;
pypy3)
brew upgrade pyenv