From fb6746e69456af0ab1af53374653d91e1ebbe963 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 15:21:15 -0400 Subject: [PATCH] disable 32-bit linux for now --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdba6b9e..106f1ffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,15 @@ matrix: - "2.7.15" env: - GAMOS=linux - - PLATFORM=x64 - - os: linux - language: python - dist: precise - python: - - "2.7.15" - env: - - GAMOS=linux - - PLATFORM=x86 + - PLATFORM=x86_64 +# - os: linux +# language: python +# dist: precise +# python: +# - "2.7.15" +# env: +# - GAMOS=linux +# - PLATFORM=i686 - os: osx language: generic osx_image: xcode10.1