aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index f82cc4a3..d42944d7 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -41,8 +41,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
pypy)
brew upgrade pyenv
- pyenv install pypy-2.5.0
- pyenv global pypy-2.5.0
+ pyenv install pypy-2.5.1
+ pyenv global pypy-2.5.1
;;
pypy3)
brew upgrade pyenv