Added nodejs setup script via curl

Added line:
```
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
```

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

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

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/e37a8c08/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 71f9b5c..4788f7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ services:
 - docker
 
 before_install:
+- curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
 - sudo apt-get -qq update
 - sudo apt-get install -y nodejs
 - sudo apt-get install -y npm

Reply via email to