Skip to content

Commit

Permalink
Tune up Travis CI deploy [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 15, 2018
1 parent ce3232f commit 028495b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -71,7 +71,6 @@ script:
after_success:
- .ci/after-success.sh
- if [ ! -z "${CODECOV_TOKEN}" ]; then bash <(curl -s https://codecov.io/bash); fi
- export TRAVIS_TAG="$(zephir --dumpversion | cut -d '-' -f 1)-$(git log --format=%h -1)"

notifications:
email: false
Expand All @@ -86,10 +85,8 @@ deploy:
file: zephir.phar
skip_cleanup: true
draft: true
name: "$(zephir --dumpversion) $(date +'%Y.%m.%d %H:%M:%S')"
name: "$(zephir --dumpversion)"
on:
# all_branches: true
# condition: $TRAVIS_BRANCH =~ ^development|master$
tags: true
php: '7.2'
repo: phalcon/zephir
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Introduced a brand new CLI interface
- The preferred method of installation is to use the Zephir PHAR
which can be downloaded from the most recent Github Release

[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.3...HEAD

0 comments on commit 028495b

Please sign in to comment.