Skip to content

Commit

Permalink
Merge pull request #305 from pborreli/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
dunglas committed Feb 28, 2020
2 parents fcc7cfd + aab0af5 commit 40ccacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ before_script:
- apt-get install curl wget php php-cli php7.2 php7.2-common php7.2-curl php7.2-pgsql php7.2-mysql php7.2-intl php7.2-gd php7.2-xml php7.2-opcache php7.2-mbstring php7.2-zip libfontconfig1 fontconfig libxrender-dev libfreetype6 libxrender1 zlib1g-dev xvfb chromium-browser chromium-chromedriver -y -qq
- export PANTHER_CHROME_DRIVER_BINARY="/usr/lib/chromium-browser/chromedriver"
- export PANTHER_NO_SANDBOX=1
- export PANTHER_WEB_SERVER_PORT=9800
- export PANTHER_WEB_SERVER_PORT=9080
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php --install-dir=/usr/local/bin --filename=composer
- php -r "unlink('composer-setup.php');"
Expand Down

0 comments on commit 40ccacf

Please sign in to comment.