Skip to content

Commit 256fb21

Browse files
committed
Improve travis cfg
1 parent f755012 commit 256fb21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ php:
33
- '7.1'
44
- '7.2'
55
- '7.3'
6-
- nightly
7-
8-
matrix:
9-
allow_failures:
10-
- php: nightly
116

127
before_script:
138
- travis_retry composer self-update
149
- travis_retry composer install --no-interaction --prefer-source --dev
1510

1611
script:
12+
- set -x
1713
- composer build
14+
- cd build; shashum > shashum; cd ..
1815

1916
deploy:
2017
- provider: releases
2118
token: $GITHUB_OAUTH_TOKEN
22-
file: build/aws-excfwd
19+
file:
20+
- build/aws-excfwd
21+
- build/shasum
2322
skip_cleanup: true
2423
on:
25-
tags: true
24+
tags: true
25+
php: '7.1'

0 commit comments

Comments
 (0)