From 0e6233cacf57ce2e35a52c53708fa15f2374aa96 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 2 Aug 2018 22:51:52 +0530 Subject: added template files --- .../bootstrap-css/bower_components/smooth-scroll/.travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/website/bootstrap-css/bower_components/smooth-scroll/.travis.yml (limited to 'static/website/bootstrap-css/bower_components/smooth-scroll/.travis.yml') diff --git a/static/website/bootstrap-css/bower_components/smooth-scroll/.travis.yml b/static/website/bootstrap-css/bower_components/smooth-scroll/.travis.yml new file mode 100644 index 0000000..83be3c0 --- /dev/null +++ b/static/website/bootstrap-css/bower_components/smooth-scroll/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - "0.10" +before_script: + - npm install -g gulp +script: gulp \ No newline at end of file -- cgit