Skip to content

Commit 36e3a2a

Browse files
author
Ryan Munro
committed
wip
1 parent b09ae42 commit 36e3a2a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,17 @@ python:
2525
# - "3.2"
2626
- "2.7"
2727
# - "2.6"
28+
jobs:
29+
include:
30+
- language: python
31+
python: 2.7
32+
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
2833
before_install:
2934
- nvm install $NODE_VERSION
35+
- |
36+
if [ "${PYTHON_VERSION}" == "2.6" ]; then
37+
echo "WEE!!!"
38+
fi
3039
- sudo apt-get update
3140
- sudo apt-get install -yq software-properties-common
3241
- sudo add-apt-repository ppa:deadsnakes/ppa -y

0 commit comments

Comments
 (0)