On 30-06-17 18:34, Ian Turton wrote:
I notice that we seem to be having more success for master builds now but I'm still seeing timeouts for the 17.x builds. Is there something that was done to the master repo that needs repeating for 17.x?

See https://travis-ci.org/geotools/geotools/builds/246378917?utm_source=github_status&utm_medium=notification

Ian

It may be an idea to split the build and test like we do here: https://github.com/flamingo-geocms/flamingo/blob/master/.travis.yml

basically do a full build/install during travis "install" without testing and then in the "script" stage execute the unit tests

something like:

install:
  - mvn -B -fae -T4.2C -Dall clean install -DskipTests -q

script:
  - mvn -B -fae -T1C -Dall test

YMMV, Mark

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to