From 51b29798dc5a54ead61b5434ab0e0380b0ff7e41 Mon Sep 17 00:00:00 2001 From: yacao Date: Thu, 22 Sep 2016 11:36:28 -0700 Subject: [PATCH 1/2] adden gulpfile --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 396992a..bf155db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ -language: cpp +language:node_js + +node_js: + - "stable" +script:gulp_travis From e756aab9f9617e34caddf0e61775bc7f3ab0444d Mon Sep 17 00:00:00 2001 From: yacao Date: Thu, 22 Sep 2016 11:40:53 -0700 Subject: [PATCH 2/2] real add --- gulpfile.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gulpfile.js diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..4ae5ba1 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,3 @@ +gulp.task('travis',['build','testServerJS], function(){ +process.exit(0); +});