adding travis-ci automation to the master branch.

added travis-ci automation script and a 'partialx' testing target to
allow us to perform more than a single run of testing without running
afoul of travis-ci's 50-minute build timeout.  'partialx' tests six
of the twelve configurations tested by 'allx'.
   .travis.yml (new),
   mats/Mf-base

original commit: fdc8dc40e95b0977ab7bc07636585b71e56802a3
This commit is contained in:
Andy Keep 2017-03-12 14:56:04 -04:00
parent 2c195c5ce7
commit f60d06c4e9

6
LOG
View File

@ -350,3 +350,9 @@
by the System V ABI.
x86_64.ss,
foreign.ms
- added travis-ci automation script and a 'partialx' testing target to
allow us to perform more than a single run of testing without running
afoul of travis-ci's 50-minute build timeout. 'partialx' tests six
of the twelve configurations tested by 'allx'.
.travis.yml (new),
mats/Mf-base