Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Removed release uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh.kulykov committed Oct 14, 2014
1 parent d888fa0 commit e4fa2de
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,9 @@ script:
- 7z a -t7z -mx=9 -xr!cmake -xr!pkgconfig -xr!bin -xr!share $_system_name-$_system_version-$_system_arch-$CC-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER.7z fayecpp-install-dir
- curl --upload-file $_system_name-$_system_version-$_system_arch-$CC-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER.7z --user [email protected]:ff42af47a623 ftp://node100.net2ftp.ru/public_http/fayecpp/
- rm -rf build
## - rm -rf ~/fayecpp-install-dir
- rm -rf ~/fayecpp-install-dir

branches:
only:
- master
- dev

deploy:
provider: releases
api-key: "cf4ca8aa767e5df11472fa391342a8d7e294cab7"
file:
- ~/fayecpp-install-dir/$_system_name-$_system_version-$_system_arch-$CC-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER.7z
skip_cleanup: true
on:
tags: true
all_branches: true

0 comments on commit e4fa2de

Please sign in to comment.