From d2268e531aaba8acc451bc6ee45ba62aa54ba190 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sun, 10 May 2020 02:58:06 +0400 Subject: [PATCH] Fix Travis warnings --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c511fee..aa3abe13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python -sudo: false -stage: test +os: linux dist: xenial before_install: @@ -17,7 +16,7 @@ script: cache: directories: - - ${HOME}/.cache + - ${HOME}/.cache notifications: email: false @@ -29,7 +28,7 @@ env: - PYPI_USERNAME=hip # PYPI_PASSWORD is set in Travis control panel. -matrix: +jobs: include: # Unit tests - python: 2.7