We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041769d commit b09ae42Copy full SHA for b09ae42
1 file changed
.travis.yml
@@ -32,7 +32,11 @@ before_install:
32
- sudo add-apt-repository ppa:deadsnakes/ppa -y
33
- sudo apt-get update -q
34
- sudo apt-get install -yq python2.6
35
- - sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.6 0
+ - 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
40
install:
41
- npm install -d
42
before_script:
0 commit comments