diff --git a/dev/tests/integration/etc/install-config-mysql.travis.php.dist b/dev/tests/integration/etc/install-config-mysql.travis.php.dist
index ac8eeb0bbbaccc5b2604d3a0e925c384afec1049..1359c82a334bd91bb52f44a0e03cf41b5f10d911 100644
--- a/dev/tests/integration/etc/install-config-mysql.travis.php.dist
+++ b/dev/tests/integration/etc/install-config-mysql.travis.php.dist
@@ -9,7 +9,7 @@ return [
     'db-user' => 'travis',
     'db-password' => '',
     'db-name' => 'magento_integration_tests',
-    'db-prefix' => 'travis_',
+    'db-prefix' => 'trv_',
     'backend-frontname' => 'backend',
     'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
     'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,