Skip to content

Commit 6dd8b69

Browse files
author
Ryan Munro
committed
wip!
1 parent 36e3a2a commit 6dd8b69

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ before_install:
3434
- nvm install $NODE_VERSION
3535
- |
3636
if [ "${PYTHON_VERSION}" == "2.6" ]; then
37-
echo "WEE!!!"
37+
sudo apt-get update
38+
sudo apt-get install -yq software-properties-common
39+
sudo add-apt-repository ppa:deadsnakes/ppa -y
40+
sudo apt-get update -q
41+
sudo apt-get install -yq python2.6
42+
sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python2.6 0
43+
export PATH="/usr/local/bin:$PATH"
3844
fi
39-
- sudo apt-get update
40-
- sudo apt-get install -yq software-properties-common
41-
- sudo add-apt-repository ppa:deadsnakes/ppa -y
42-
- sudo apt-get update -q
43-
- sudo apt-get install -yq python2.6
44-
- sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python2.6 0
45-
- export PATH="/usr/local/bin:$PATH"
4645
- which python
46+
- which node
4747
- python -V
4848
- node --version
4949
install:

0 commit comments

Comments
 (0)