diff --git a/.travis.yml b/.travis.yml
index 0cffa72e2a5..17e8212dcde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ before_script:
- if [[ "$LDAP" == "true" ]]; then ./tests/LDAP/ldap_fixtures.sh > /dev/null; fi
#APCu
- phpenv config-add tests/enable-apcu.ini
+ - if [[ "$UPDATE" == "true" ]]; then ./vendor/bin/robo --load-from tools minify; fi
script:
- mysql -u root -e 'select version();'
- if [[ "$UPDATE" == "true" ]]; then composer testdb; fi
diff --git a/inc/config.class.php b/inc/config.class.php
index 944bae673d9..3bbd3440ffa 100644
--- a/inc/config.class.php
+++ b/inc/config.class.php
@@ -1142,18 +1142,14 @@ function showFormUserPrefs($data = []) {
echo "
";
echo " | ";
- $themes_files = scandir(GLPI_ROOT."/css/palettes/");
- echo " |