We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09ae42 commit 36e3a2aCopy full SHA for 36e3a2a
1 file changed
.travis.yml
@@ -25,8 +25,17 @@ python:
25
# - "3.2"
26
- "2.7"
27
# - "2.6"
28
+jobs:
29
+ include:
30
+ - language: python
31
+ python: 2.7
32
+ env: PYTHON_VERSION="2.6" NODE_VERSION="14"
33
before_install:
34
- nvm install $NODE_VERSION
35
+ - |
36
+ if [ "${PYTHON_VERSION}" == "2.6" ]; then
37
+ echo "WEE!!!"
38
+ fi
39
- sudo apt-get update
40
- sudo apt-get install -yq software-properties-common
41
- sudo add-apt-repository ppa:deadsnakes/ppa -y
0 commit comments