From 4faba37fa16ffabb290afa9251e0b8259d1f7496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Eduardo=20Montenegro=20Cavalcanti=20de=20Olive?= =?UTF-8?q?ira?= Date: Mon, 1 Jun 2020 14:26:31 -0300 Subject: [PATCH] Adds explicit version declarations --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6fde9c4a..c89e6b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,13 @@ _native_job: &native_job language: shell +os: linux + +dist: xenial + +# This is the default xcode version. The Xcode version defines what +osx_image: xcode9.4 + jobs: - <<: *native_job name: default Ubuntu @@ -15,3 +22,4 @@ jobs: - <<: *native_job name: MacOS os: osx +