[
https://issues.apache.org/jira/browse/DRILL-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140865#comment-16140865
]
ASF GitHub Bot commented on DRILL-5729:
---------------------------------------
Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/913#discussion_r135148431
--- Diff: .travis.yml ---
@@ -13,8 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-sudo: false
+sudo: required
before_install: git fetch --unshallow
language: java
+jdk:
+ - openjdk7
install: mvn install --batch-mode -DskipTests=true
-Dmaven.javadoc.skip=true -Dsource.skip=true > mvn_install.log || (cat
mvn_install.log && false)
script: mvn package -DskipTests=true
--- End diff --
`install` includes `package` goal and I don't think that javadoc or source
plugin are enabled in the default profile, so `script` just repeats the
`install`. Also, if the goal is to skip source jar generation, the proper
property is maven.source.skip, I believe.
> Fix Travis Checks
> -----------------
>
> Key: DRILL-5729
> URL: https://issues.apache.org/jira/browse/DRILL-5729
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Timothy Farkas
> Assignee: Timothy Farkas
> Fix For: 1.12.0
>
>
> Currently the Travis Checks are failing. The failures are happening because
> Travis recently switched their default build containers from Ubuntu precise
> to Ubuntu Trusty and we do not explicitly define the dist we build on in our
> travis.yml
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)