You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/19 20:41:44 UTC

[GitHub] [ignite] bedlaj commented on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build

bedlaj commented on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build
URL: https://github.com/apache/ignite/pull/7692#issuecomment-616221996
 
 
   Travisfile can be tweaked a bit.
   
   - `sudo` key is deprecated and ignored. It is recomended to remove it. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
   - `language` is missing, so default `ruby` is used. You should add `language: java`
   - `dist` defaults to `xenial`.  Better add `dist: xenial` explicitly. Default dist can lead to unexpected results, once travis-ci upgrades to next release (There are still many failing builds across github after travis updated default image from trusty to xenial)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services