Skip to content

Commit b09ae42

Browse files
author
Ryan Munro
committed
wip
1 parent 041769d commit b09ae42

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ before_install:
3232
- sudo add-apt-repository ppa:deadsnakes/ppa -y
3333
- sudo apt-get update -q
3434
- sudo apt-get install -yq python2.6
35-
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.6 0
35+
- sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python2.6 0
36+
- export PATH="/usr/local/bin:$PATH"
37+
- which python
38+
- python -V
39+
- node --version
3640
install:
3741
- npm install -d
3842
before_script:

0 commit comments

Comments
 (0)