Skip to content

Commit

Permalink
Merge branch 'release/1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Oct 5, 2016
2 parents 4a01080 + 74152c6 commit 86d9a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ after_success:
before_deploy:
- $CLEAN
- $MAKETAR
- mv FLAP.tar.gz FLAP-$TRAVIS_TAG.tar.gz

deploy:
provider: releases
api_key:
secure: MqRf9dWvZak0yEzTUcrf/tlfWztVLJe1OImUZBHfJLWE3GjtM8VLv50otNOyb+JNUYfV8e86F5Tzouxxp5xD54RhDhSKnG3f2RSpVJ3BwTewIXsJEYlV14Ec1xlKCLkg6EEZg1Fn/eZDLonjicm1whTP9GJb3GCWL9X1y6mPCt0=
file: FLAP.tar.gz
file: FLAP-$TRAVIS_TAG.tar.gz
skip_cleanup: true
overwrite: true
on:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A KISS pure Fortran Library for building powerful, easy-to-use, elegant command

---

| [What is FLAP?](#what-is-flap) | [Main features](#main-features) | [Copyrights](#copyrights) | [Documentation](#documentation) | [Download & Compile](#download-and-build) |
| [What is FLAP?](#what-is-flap) | [Main features](#main-features) | [Copyrights](#copyrights) | [Documentation](#documentation) | [Download & Build](#download-and-build) |

---

Expand Down

0 comments on commit 86d9a42

Please sign in to comment.