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 3ab829d commit 4e6103eCopy full SHA for 4e6103e
.travis.yml
@@ -28,6 +28,9 @@ install:
28
- sudo apt-get update
29
- sudo apt-get install -y --force-yes nginx-extras
30
#- travis-ci/install-nginx2.sh
31
+before_script:
32
+ - echo 'Africa/Johannesburg' | sudo tee /etc/timezone
33
+ - sudo dpkg-reconfigure --frontend noninteractive tzdata
34
script:
35
- travis-ci/install-nginx2.sh
36
- curl -vsf 'http://localhost:9000/index.php' &> /dev/stdout
0 commit comments