We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d35a2 commit cba0b1bCopy full SHA for cba0b1b
.travis.yml
@@ -6,6 +6,9 @@ php:
6
install:
7
- composer install
8
9
+before_script:
10
+ - echo ${TRAVIS_BRANCH} $TRAVIS_BRANCH ${TRAVIS_TAG} $TRAVIS_TAG
11
+
12
script:
13
- php tests/test.php
14
@@ -16,12 +19,12 @@ before_deploy:
16
19
- cp vendor dist/ -R
17
20
- cp LICENSE dist/
18
21
- cp README.md dist/
- - zip php-enphp-decoder-$TRAVIS_BRANCH.zip -r dist
22
+ - zip php-enphp-decoder-${TRAVIS_TAG}.zip -r dist
23
24
deploy:
25
provider: releases
26
api_key: $GITHUB_TOKEN
- file: "php-enphp-decoder-$TRAVIS_TAG.zip"
27
+ file: "php-enphp-decoder-${TRAVIS_TAG}.zip"
28
skip_cleanup: true
29
on:
30
tags: true
0 commit comments