From 571f0c8a015a73c9f7831dde39fc7c1fe7acc4a3 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 14 Aug 2019 21:43:30 -0700 Subject: [PATCH] (CI) try to build Linux on Ubuntu Bionic --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index acda8d3a..cd90a8a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,15 +15,15 @@ matrix: - python test/run.py - make ws - # # Linux - # - os: linux - # dist: xenial - # script: - # - python test/run.py - # - make ws - # env: - # - CC=gcc - # - CXX=g++ + # Linux + - os: linux + dist: bionic + script: + - python test/run.py + - make ws + env: + - CC=gcc + - CXX=g++ # Clang + Linux disabled for now # - os: linux