Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jul 13, 2018
1 parent 36b73f0 commit 36997ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions travis.yml → .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ script:
done
cd ..
# Deploy to Github release on tags
deploy:
provider: releases
api_key:
secure: XKXamWW4fttri6OE79mGRrOtuJm7kHXjJJzumloYAtGQRekUM3WA+MM+6nfU1LzrjSJyjMnHhxZD0MRCBkfsVOwuPTPMSMG6gLhbS5ctf5ipDfKWHAxyBKPvc0Z68Cmc5GoxnQIZkPYczv5juCq382hwH+8Y1V/jHHMDUa918QbrjnU67ETWT+Ci9g4lSbjFiz8cjt9pgkZV2V/AwSVufrIAolqu5yOv+ZxUWm8MURGIKrVk5ftRA1lEVWoCfdC5hkRDMpXoiomZ6hLxBpqWEZJ1XkNDYtL9GEpG44/0T4be4GvcBtaynyRoCx0pLCzzcVrt3r3UCP1KeL3s5mCl1jHiBiNmqtwgVgti6RIyJgSe7/hBIWpe8aqGUAfSI3IpcjOB7NsbOXyomvhdSqJhA7xWzeX9ZGaYCooMyIa7OfrA8uQw0TQbs2I6JwXPhWC5sWspF8DVfzeigXIuJ/dcyw3O74GwA84uOPji8q8NoEyddFDFnrnD+mDmqWe3SbhUtUpYHVa7CxP+iZV1zDADG7fXT5oreXVY2dYgxj7vBAgMbPM4JsBX/RudKBz/S8dRuHlCr2xBaYPVBTaAFtLEEaqjbl+6tuoB4oEuHpSWXdRF3lp0V9tjdQrlf0LeVaaxR5q1ueGRct/r1zc7MLTsrRBMUcpIKtSax+0MHVL5xT4=
secure: Zmrp/FxMYZu37z4uMiOIHnVxS7GXYf9lE3mb+IEeMK+LkX9JW8s2w4mGo32KbsSx/ZjliFciHEU0N8sd+O8O6sNAPRpzSpD1C1Izw13r8fEMvcozl2ZiuC/I/6xseFE9QAoMXxdzSG95YPtcKqOyXCA4j45/T3f3XHnfczFXqQYSgacyWqSRWk6wbCBZPLIhDpjptBQ21qP/yJ62FI1m3833KRuhd1hh1d4vwW9dwD0jYi5JLAI9X29p3/tZzszPCpV9acFUKDVVCoobbW3HOyxNy7T9zb5eZWiNvqjW3qbZ3DzwHJcD19YfV36soLAHeMZocCiP2TxgibdR2IuM+SsuYdE6hhZ5MVGPZpTNppifyPTW47Y+gZPoSdi366yz93PvuhGpTZFUhcLchg+vLczBFt8SPi1AzFghELZGCN8KeyyfqZLpv+2qUJ1RM7yzD7FMRZ6kAuOS6Degb3bj0RDB3onjbgjTc7JIqYNRVkmlY/KtWI9PpBMxhl4FPPVrFvPbaSDiBqJ9kNtPDT/f8repmtisq9Cob5PtW/kFODTzWilqJrX1mZYXt8ERMaI6LsnPTweqQjaaTQ0pHS049wmeBgaLSL3UC8UKcZ08Wp7wQsn1m1ecZU6+VmWr++gwonZc6AC1UQwmId+B8pg6MOkDoqE6jskV6u7rDrNC+kk=
file_glob: true
file: "build/*"
skip_cleanup: true
on:
tags: true
tags: true
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Kablamo Network Plugin for Kombustion

[![Build Status](https://travis-ci.org/KablamoOSS/kombustion-plugin-network.svg?branch=master)](https://travis-ci.org/KablamoOSS/kombustion-plugin-network)
[![](https://tokei.rs/b1/github/KablamoOSS/kombustion-plugin-network)](https://github.com/KablamoOSS/kombustion-plugin-network)
[![Go Report Card](https://goreportcard.com/badge/github.com/KablamoOSS/kombustion-plugin-network)](https://goreportcard.com/badge/github.com/KablamoOSS/kombustion-plugin-network)
[![Coverage Status](https://coveralls.io/repos/github/KablamoOSS/kombustion-plugin-network/badge.svg?branch=master)](https://coveralls.io/github/KablamoOSS/kombustion-plugin-network?branch=master)

0 comments on commit 36997ea

Please sign in to comment.