From 8dc07590faa0d9930ea27ce2b15f0e6ca96d78bb Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Sat, 14 Sep 2019 21:05:37 +0200 Subject: [PATCH] OSX build trial N.10 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9220ff0..75e0acbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ env: matrix: include: -# - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps" -# sudo: required -# services: -# - docker + - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps" + sudo: required + services: + - docker # - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps" # sudo: required # services: @@ -99,7 +99,7 @@ matrix: osx_image: xcode11 - env: PAGMO_PLUGINS_NONFREE_BUILD="OSXPython27" os: osx - osx_image: xcode11 + osx_image: xcode11 script: - mkdir build