Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Added prerelease and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarlopro committed Mar 3, 2018
1 parent 34253ee commit 18f2350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ addons:
- gcc-6
- g++-6
- cmake
- jansson
- libjansson4
- libssl-dev
- libcurl-dev
- libcurl4-openssl-dev
script:
- sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++
Expand All @@ -26,5 +26,6 @@ deploy:
file_glob: true
file: "build/src/framebot-bin.zip"
skip_cleanup: true
prerelease: true
on:
tags: true

0 comments on commit 18f2350

Please sign in to comment.