jqh 5 년 전
부모
커밋
374c187676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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