Skip to content

Commit 4a36e11

Browse files
some tidying up of .travis.yml better formatting
1 parent a133436 commit 4a36e11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ addons:
2323
packages:
2424
- realpath
2525
- mailutils
26+
2627
before_install:
2728
- export TZ=Africa/Johannesburg
29+
2830
install:
2931
- sudo add-apt-repository -y ppa:nginx/stable
3032
- sudo apt-get update
3133
- sudo apt-get install -y --force-yes nginx-extras
34+
3235
script:
3336
- travis-ci/install-nginx.sh
3437
- curl -vsf 'http://localhost:9000/index.php' &> /dev/stdout
@@ -40,7 +43,8 @@ script:
4043
- travis-ci/change-file.sh
4144

4245
before_deploy:
43-
- travis-ci/deploy-package.sh
46+
- travis-ci/deploy-package.sh
47+
4448
deploy:
4549
provider: releases
4650
api_key:

0 commit comments

Comments
 (0)