From d8556b011981e070d67acb1d68563cdc3ab9a00d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 11 Sep 2017 08:21:55 +0100 Subject: [PATCH] Remove node testing from Travis Travis is now testing on Ubuntu Trusty by default instead of Ubuntu Precise. SWIG wrappers need some work for this environment. Travis build failure: https://travis-ci.org/swig/swig/jobs/273885208 Issue #971 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99316f436..5dc3ce44a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,9 +53,9 @@ matrix: env: SWIGLANG=java sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=javascript ENGINE=node +# - compiler: gcc +# os: linux +# env: SWIGLANG=javascript ENGINE=node - compiler: gcc os: linux env: SWIGLANG=javascript ENGINE=jsc