From a841a784fef44b4d39cf971056b55ffebaff21d4 Mon Sep 17 00:00:00 2001 From: Simon Shanks <59612559+sshanks-kx@users.noreply.github.com> Date: Mon, 22 Jun 2020 07:47:32 +0100 Subject: [PATCH] Fix travis config warnings. Fixes #23 (#24) Co-authored-by: cmccarthy1 <38653604+cmccarthy1@users.noreply.github.com> --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c735d3e..d6be488 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -matrix: +jobs: include: - dist: xenial os: linux @@ -10,6 +10,8 @@ matrix: - os: windows language: c compiler: gcc +os: linux +dist: xenial before_install: - export FILE_ROOT="hdf5" @@ -91,12 +93,12 @@ script: deploy: provider: releases - api_key: "$GITHUB_APIKEY" + token: "$GITHUB_APIKEY" file: "$FILE_NAME" on: tags: true condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = trusty && $TRAVIS_OS_NAME = linux) - skip_cleanup: 'true' + cleanup: 'false' notifications: slack: