Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 30, 2018
1 parent 59b0b12 commit 467f6a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ cache:
- c:\tools\php -> .appveyor.yml

init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%MYSQL_PATH%\bin;%PATH%
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;C:\Program Files\MySQL\MySQL Server 5.7\bin;%PATH%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=1
- SET ANSICON=121x90 (121x90)

install:
- mysqladmin -uroot -p"Password12!" start
- >
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -u root -p"Password12!" -h localhost -p 3306 -e "CREATE DATABASE IF NOT EXISTS errorheromodule;"
- >
Expand Down

0 comments on commit 467f6a7

Please sign in to comment.