add node_js 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/775bd018
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/775bd018
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/775bd018

Branch: refs/heads/master
Commit: 775bd018cf4d0435fc91003d424a2fbf92802af4
Parents: 6b59bed 978c22e
Author: William Guo <guo...@icloud.com>
Authored: Thu Jul 20 12:55:57 2017 +0800
Committer: William Guo <guo...@icloud.com>
Committed: Thu Jul 20 12:55:57 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/775bd018/.travis.yml
----------------------------------------------------------------------
diff --cc .travis.yml
index 73f9285,8001116..22b1b1d
--- a/.travis.yml
+++ b/.travis.yml
@@@ -11,15 -11,10 +11,17 @@@
  # 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