summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml
diff options
context:
space:
mode:
authorMuni Mohan Kunchi <munmohan@att.com>2020-02-06 13:51:45 -0500
committerMuni Mohan Kunchi <munmohan@att.com>2020-02-06 13:54:22 -0500
commite3636b96e9938cb89bb90672cf70fff3ae790186 (patch)
tree89dd47a4a95150f70e83556a3280cf4cd02daf89 /ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml
parent35d028274a61ce8e77a9fa409877d93d0fce05a8 (diff)
adding sdk changes
adding sdk changes Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I0c99d3ab15fcf4c3b34d84658b64114dadbe2577
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml')
-rw-r--r--ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml b/ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml
new file mode 100644
index 00000000..ab9dc2a2
--- /dev/null
+++ b/ecomp-sdk/epsdk-app-os/ngappsrc/.travis.yml
@@ -0,0 +1,14 @@
+language: node_js
+node_js:
+ - '9'
+ - '10'
+
+install:
+ - npm install
+
+script:
+ - npm run test-ci
+
+cache:
+ directories:
+ - node_modules