Repository: incubator-griffin
Updated Branches:
  refs/heads/master 978c22ec1 -> 0d98e0e22


20170720 enable ci 2

Author: William Guo <guo...@icloud.com>

Closes #110 from guoyuepeng/20170720_enableCI_2.


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

Branch: refs/heads/master
Commit: 0d98e0e22add303d331afd79988e7189a49c6b12
Parents: 978c22e
Author: William Guo <guo...@icloud.com>
Authored: Thu Jul 20 12:56:59 2017 +0800
Committer: William Guo <guo...@icloud.com>
Committed: Thu Jul 20 12:56:59 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/0d98e0e2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8001116..22b1b1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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