Viktor Söderqvist 10 лет назад
Родитель
Сommit
32aa87eebd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: erlang
 services:
   - mysql
 before_script:
-  - mysql -e 'grant all privileges on otptest.* to otptest@localhost identified by 'otptest''
+  - mysql -e "grant all privileges on otptest.* to otptest@localhost identified by 'otptest'"
 script: 'rebar eunit'
 otp_release:
   - 17.3