You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/11/04 14:55:24 UTC

[airavata-django-portal] branch develop updated: Install latest LTS node for Travis builds

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5bef9df  Install latest LTS node for Travis builds
5bef9df is described below

commit 5bef9df95516eb8bea3d30833c25f1aab59709b9
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Nov 4 09:54:44 2020 -0500

    Install latest LTS node for Travis builds
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f47bb78..cab5d14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ python:
   - "3.6"
   - "3.7"
   - "3.8"
-node_js:
-  - lts/*
 install:
+  - nvm install lts/*
+  - nvm use lts/*
   - pip install -r requirements-dev.txt
 script:
   - cp django_airavata/settings_local.py.sample django_airavata/settings_local.py