Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-smart-table / .travis.yml
diff --git a/ecomp-portal-FE/client/bower_components/angular-smart-table/.travis.yml b/ecomp-portal-FE/client/bower_components/angular-smart-table/.travis.yml
new file mode 100644 (file)
index 0000000..f42dba6
--- /dev/null
@@ -0,0 +1,12 @@
+language: node_js
+node_js:
+  - "0.10"
+
+
+before_script:
+  - npm install -g gulp bower
+  - npm install
+  - bower install
+
+script:
+  - gulp build
\ No newline at end of file