manuskript/package
Curtis Gedak 07c9ca5c5d Remove support for macOS X El Capitan (10.11) in Travis CI build
The Travis CI builds for macOS X are failing because these now
timeout.  This happens because qt is being built from source instead
of being installed from a bottle.

Note that by default the Travis CI will terminate a build after 10
minutes if no output has been received.  Unfortunately building qt
from source code may take hours.

To address this issue, choose a macOS X version that has a homebrew
bottle for qt [1].

[1] https://formulae.brew.sh/formula/qt

The homebrew project currently lists having a qt bottle for:

  - Mojave (10.14)
  - High Sierra (10.13)
  - Sierra (10.12)

No bottle is listed for macOS El Capitan (10.11)

In order to support as many versions of macOS X as possible, choose
the lowest osx_image value [2] that is currently supported with a
homebrew bottle.

[2] https://docs.travis-ci.com/user/reference/osx#os-x-version

At this time osx_image value xcode8.3 is listed as supporting OS X
10.12.
2018-11-29 13:31:18 -07:00
..
create_deb Updates deb package origin to Ubuntu 14.04. 2017-11-21 23:20:20 +01:00
create_rpm Adds: automated script to build rpm packages 2018-08-02 08:57:35 -06:00
build_osx.sh Limit pyinstaller package build and deployment to osx in Travis CI 2018-11-15 12:25:49 -07:00
create_deb.sh Updates version number and deb build script. 2017-11-22 22:26:28 +01:00
create_rpm.sh Adds: automated script to build rpm packages 2018-08-02 08:57:35 -06:00
prepare_linux.sh Improve Travis CI logging for prepare linux script 2018-11-29 10:34:32 -07:00
prepare_osx.sh Remove support for macOS X El Capitan (10.11) in Travis CI build 2018-11-29 13:31:18 -07:00