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 af179c6 commit 4220ea0Copy full SHA for 4220ea0
.travis.yml
@@ -1,22 +1,24 @@
1
language: php
2
-php:
3
- - '7.3'
+
4
install:
5
- composer install
6
script:
7
- php tests/test.php
8
-after_script:
9
+before_deploy:
10
- mkdir dist/
11
- cp bin dist/ -R
12
- cp src dist/ -R
13
- cp vendor dist/ -R
14
- cp LICENSE dist/
15
- cp README.md dist/
- - zip php-enphp-decoder-$TRAVIS_TAG.zip -r dist
16
+ - zip php-enphp-decoder-$TRAVIS_BRANCH.zip -r dist
17
18
deploy:
19
provider: releases
20
api_key: $GITHUB_TOKEN
- file: php-enphp-decoder-$TRAVIS_TAG.zip
21
+ file: "php-enphp-decoder-$TRAVIS_TAG.zip"
22
skip_cleanup: true
23
on:
24
tags: true
0 commit comments