Skip to content

Commit 6d10b59

Browse files
authored
CI fixes + docs
1 parent 8dc3a11 commit 6d10b59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ env:
99
- DJANGO_VERSION=1.8.1
1010

1111
install:
12+
# Install node 6 (current LTS as of January 2017)
13+
- "rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 6"
14+
# Install latest npm
1215
- "npm install -g npm"
16+
# Install node deps for render server
1317
- "cd tests"
1418
- "npm install"
1519
- "cd .."
20+
# Setup python packages
1621
- "pip install Django==$DJANGO_VERSION"
1722
- "pip install -r requirements.txt"
1823

0 commit comments

Comments
 (0)