Skip to content

Commit

Permalink
Add releases deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Aug 20, 2020
1 parent 82606f8 commit f5c502e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
language: ruby
dist: bionic

rvm: 2.5.4
rvm: 2.6.6

install: skip

script: skip

after_script: echo hello

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: readdir.c
skip_cleanup: true
on:
tags: true

# matrix:
# include:
# - language: generic
Expand Down

0 comments on commit f5c502e

Please sign in to comment.