Commits on May 8, 2017
  1. BLD: update Makefile be able to run doc test

    nno committed May 8, 2017
  2. BLD: install liboctave-dev

    nno committed May 8, 2017
  3. BLD: support documentation tests with travis

    nno committed May 8, 2017
  4. NF+TST: add doc test

    nno committed May 8, 2017
Commits on Jan 27, 2017
  1. BLD: add missing double quote character

    nno committed Jan 27, 2017
  2. BLD: disable getting test coverage report

    nno committed Jan 27, 2017
Commits on Jan 26, 2017
  1. BLD: show where reports are

    nno committed Jan 26, 2017
  2. BLD: add missing semicolon

    nno committed Jan 26, 2017
  3. BLD: apply coverage report

    nno committed Jan 26, 2017
  4. ENH: let shippable use test results XML file

    nno committed Jan 26, 2017
Commits on Jan 26, 2016
  1. BLD: remove MOcov directory to stop Shippable from crashing for exist…

    …ing directory
    nno committed Jan 26, 2016
  2. BIG: support MOcov external

    nno committed Jan 26, 2016
Commits on Dec 11, 2015
  1. BLD: support shippable.com ci

    nno committed Dec 11, 2015
Commits on Dec 5, 2015
  1. Resolve Travis issue with apt-get update

    Travis has move their built environment to use GCE instead of
    OpenVZ.
    https://blog.travis-ci.com/2015-11-27-moving-to-a-more-elastic-future
    
    The change in environment means the initial apt-cache does not
    include `software-properties-common`, so the build started failing.
    
    The fix is to do an `apt-get update` before installing
    `software-properties-common`, then another `apt-get update` after
    adding the octave repository `ppa:octave/stable`.
    scottclowe committed Dec 5, 2015
Commits on Sep 16, 2015
Commits on Sep 2, 2015
  1. BLD+TST+ACK: do not purge openblas, as it has been removed from the U…

    …nbunta PPA by #Mike Miller#
    nno committed Sep 2, 2015
Commits on Sep 1, 2015
Commits on Apr 22, 2015