Skip to content

Commit

Permalink
Fix travis config warnings. Fixes #23 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: cmccarthy1 <[email protected]>
  • Loading branch information
sshanks-kx and cmccarthy1 authored Jun 22, 2020
1 parent 634c996 commit a841a78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matrix:
jobs:
include:
- dist: xenial
os: linux
Expand All @@ -10,6 +10,8 @@ matrix:
- os: windows
language: c
compiler: gcc
os: linux
dist: xenial

before_install:
- export FILE_ROOT="hdf5"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a841a78

Please sign in to comment.