From f60d06c4e90cd8797b72e1d67e40caec35f9c4b2 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Sun, 12 Mar 2017 14:56:04 -0400 Subject: [PATCH] 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 --- LOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LOG b/LOG index 60d8fbb286..33b3290bde 100644 --- a/LOG +++ b/LOG @@ -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