From 64bc67f57e47ec59fd13ecb97d3615f8fff70fe5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 11 Sep 2017 08:27:18 +0100 Subject: [PATCH] Remove all Ubuntu Precise testing on Travis This is going end of life on Travis. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dc3ce44a..05681a110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ matrix: env: SWIGLANG= sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG= - compiler: gcc os: linux env: SWIGLANG= @@ -56,6 +53,7 @@ matrix: # - compiler: gcc # os: linux # env: SWIGLANG=javascript ENGINE=node +# dist: trusty - compiler: gcc os: linux env: SWIGLANG=javascript ENGINE=jsc