Skip to content

Commit

Permalink
fixup! fixup! Unfuck pypy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Dec 18, 2015
1 parent 9ce3f3f commit b079ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install:
PYENV_ROOT="$HOME/.pyenv";
PATH="$PYENV_ROOT/bin:$PATH";
eval "$(pyenv init -)";
pyenv install pypy-2.6.1;
pyenv global pypy-2.6.1;
pyenv install pypy-4.0.1;
pyenv global pypy-4.0.1;
fi

script:
Expand Down

0 comments on commit b079ef2

Please sign in to comment.