jqh 5 anni fa
parent
commit
374c187676
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -40,7 +40,7 @@ install:
   - php artisan admin:install
   - php artisan migrate:rollback
   - php artisan dusk:chrome-driver
-  - cp -f ./tests/routes ./app/Admin/
+  - cp -f ./tests/routes.php ./app/Admin/
 
 before_script:
   - export DISPLAY=:99.0