oz123 před 10 roky
rodič
revize
cf4036815a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -8,8 +8,8 @@ before_script:
   - psql -c 'create database pwman;' -U postgres
   - psql -c 'grant ALL ON DATABASE pwman to tester' -U postgres
   - mysql -e 'create database pwmantest' -uroot 
-  - mysql -e "create user 'pwman'@'localhost' IDENTIFIED BY '123456'"
-  - mysql -e "grant all on pwmantest.* to 'pwman'@'localhost';"
+  - mysql -e "create user 'pwman'@'localhost' IDENTIFIED BY '123456'" -uroot
+  - mysql -e "grant all on pwmantest.* to 'pwman'@'localhost';" -uroot
 
 before_install:
   - sudo apt-get update -qq