add bower in ci

Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/6b59bed8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/6b59bed8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/6b59bed8

Branch: refs/heads/griffin-0.1.6-incubating-rc1
Commit: 6b59bed8f095e80a48f588f0f04f23049bbda0c6
Parents: ad858d9
Author: William Guo <guo...@icloud.com>
Authored: Thu Jul 20 12:52:45 2017 +0800
Committer: William Guo <guo...@icloud.com>
Committed: Thu Jul 20 12:52:45 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/6b59bed8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8001116..73f9285 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,15 @@
 # or implied. See the License for the specific language governing permissions 
and limitations under
 # the License.
 
-language: java scala
+language: java scala node_js
+
 jdk:
   - oraclejdk8
 scala:
   - 2.10.6
+node_js:
+  - "6"
 
+before_script:
+  - 'npm install -g bower'
 script: mvn clean verify

Reply via email to