Skip to content

Commit

Permalink
Fixed travis config warnings. Fixes #31 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx authored Jun 19, 2020
1 parent 9c5de8c commit ba4ef3f
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="mqtt"
Expand Down Expand Up @@ -90,9 +92,9 @@ 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'

0 comments on commit ba4ef3f

Please sign in to comment.