Skip to content

Commit

Permalink
Add travis file for automated release via the BigWigsMods packer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Sommer committed Jul 30, 2018
1 parent 87851ed commit 0ef284f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: c

addons:
apt:
packages:
- pandoc

script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash

branches:
only:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

0 comments on commit 0ef284f

Please sign in to comment.