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 f755012 commit 256fb21Copy full SHA for 256fb21
.travis.yml
@@ -3,23 +3,23 @@ php:
3
- '7.1'
4
- '7.2'
5
- '7.3'
6
- - nightly
7
-
8
-matrix:
9
- allow_failures:
10
- - php: nightly
11
12
before_script:
13
- travis_retry composer self-update
14
- travis_retry composer install --no-interaction --prefer-source --dev
15
16
script:
+ - set -x
17
- composer build
+ - cd build; shashum > shashum; cd ..
18
19
deploy:
20
- provider: releases
21
token: $GITHUB_OAUTH_TOKEN
22
- file: build/aws-excfwd
+ file:
+ - build/aws-excfwd
+ - build/shasum
23
skip_cleanup: true
24
on:
25
- tags: true
+ tags: true
+ php: '7.1'
0 commit comments