[
https://issues.apache.org/jira/browse/GEODE-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856375#comment-15856375
]
ASF GitHub Bot commented on GEODE-2437:
---------------------------------------
Github user dgkimura commented on a diff in the pull request:
https://github.com/apache/geode/pull/394#discussion_r99881517
--- Diff: .travis.yml ---
@@ -0,0 +1,43 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+language: cpp
+sudo: required
+
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get -y build-essential
--- End diff --
We need GCC 4.8+ for full C++11 support. Build #1992 looks like it has GCC
4.6. I think the easiest way to fix is to add `dist: trusty`.
> Integrate native client with travis-ci
> --------------------------------------
>
> Key: GEODE-2437
> URL: https://issues.apache.org/jira/browse/GEODE-2437
> Project: Geode
> Issue Type: Improvement
> Components: build
> Reporter: Anthony Baker
>
> We should integrate the native client branch with travis-ci so we can tell if
> PR's or other code changes are good.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)