Skip to content

Commit 1a513ce

Browse files
committed
Fix broken nginx PPA in Travis install script
1 parent 439e350 commit 1a513ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/travis_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ section "install.base.requirements"
88
firefox --version
99

1010
# Install v1.7 or newer of nginx to support 'if' statement for logging
11-
sudo apt-add-repository -y ppa:nginx/development
11+
sudo apt-add-repository -y ppa:nginx/stable
1212
sudo apt update
1313
sudo apt install -y nginx
1414

0 commit comments

Comments
 (0)