Trying to fix nodejs version used

Project: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/metamodel-membrane/commit/0a89c21a
Tree: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/tree/0a89c21a
Diff: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/diff/0a89c21a

Branch: refs/heads/patch-1
Commit: 0a89c21ab56cc9201d03eb7e9156ae7710a308d7
Parents: a3de89a
Author: Kasper Sørensen <[email protected]>
Authored: Wed Nov 7 22:23:14 2018 -0800
Committer: GitHub <[email protected]>
Committed: Wed Nov 7 22:23:14 2018 -0800

----------------------------------------------------------------------
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/0a89c21a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f6d7a88..71f9b5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ services:
 
 before_install:
 - sudo apt-get -qq update
-- sudo apt-get install npm
+- sudo apt-get install -y nodejs
+- sudo apt-get install -y npm
 - sudo npm install [email protected] --global;
 
 script:

Reply via email to