Skip to content

Commit 4042a0c

Browse files
committed
Fix set -x typo
1 parent 8e2cab2 commit 4042a0c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99
- travis_retry composer install --no-interaction --prefer-source --dev
1010

1111
script:
12-
- set -x
12+
- set -e
1313
- composer build
1414
- cd build; shashum > shashum; cd ..
1515

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ composer build
2222

2323
### Install
2424

25+
#### Fetch from GitHub releases
26+
27+
Find the latest release and install the PHAR directly.
28+
29+
```shell
30+
curl -Ls https://github.com/mageops/php-report-cloudwatch-forwarder/releases/aws-excfwd -O /usr/local/bin/aws-excfwd && chmod +x /usr/local/bin/aws-excfwd
31+
```
32+
2533
#### CentOS RPM Package
2634

2735
Install the package from [MageOps RPM Repository](https://mageops.github.io/rpm/).

0 commit comments

Comments
 (0)