Update .travis.yml

This commit is contained in:
walisonjose 2018-06-04 10:55:52 -03:00 committed by GitHub
parent c3a4de5e77
commit 02aa1b4539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ before_install:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('root') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;" - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('root') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade - sudo mysql_upgrade
- sudo service mysql restart - sudo service mysql restart
- sudo mysql -u root -p 'root' #- sudo mysql -u root -p 'root'
install: install:
- echo -e "Install" - echo -e "Install"
- mkdir /home/travis/build/wordpress/ - mkdir /home/travis/build/wordpress/
- sudo ./tests/bin/install-wp-tests.sh c1_phpunit c1_phpunit_test 6NrE59YsZpHoRHIi /home/travis/build/wordpress medialab.ufg.br latest true - sudo ./tests/bin/install-wp-tests.sh c1_phpunit c1_phpunit_test 6NrE59YsZpHoRHIi /home/travis/build/wordpress medialab.ufg.br latest true
- service mysql restart #- service mysql restart
script: phpunit #--version script: phpunit #--version
#after_success: #after_success:
#- openssl aes-256-cbc -K $encrypted_cb93ef43fcd2_key -iv $encrypted_cb93ef43fcd2_iv #- openssl aes-256-cbc -K $encrypted_cb93ef43fcd2_key -iv $encrypted_cb93ef43fcd2_iv