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 a133436 commit 4a36e11Copy full SHA for 4a36e11
.travis.yml
@@ -23,12 +23,15 @@ addons:
23
packages:
24
- realpath
25
- mailutils
26
+
27
before_install:
28
- export TZ=Africa/Johannesburg
29
30
install:
31
- sudo add-apt-repository -y ppa:nginx/stable
32
- sudo apt-get update
33
- sudo apt-get install -y --force-yes nginx-extras
34
35
script:
36
- travis-ci/install-nginx.sh
37
- curl -vsf 'http://localhost:9000/index.php' &> /dev/stdout
@@ -40,7 +43,8 @@ script:
40
43
- travis-ci/change-file.sh
41
44
42
45
before_deploy:
-- travis-ci/deploy-package.sh
46
+ - travis-ci/deploy-package.sh
47
48
deploy:
49
provider: releases
50
api_key:
0 commit comments