Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 7859f6a

Browse files
authored
Update the travis script (#159)
1 parent 397e8be commit 7859f6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ install:
88
- cd ../
99
before_script:
1010
- mkdir -p src/main/resources/static/dist
11-
- cp -r scholarx-frontend/dist/. src/main/resources/static/dist/
12-
- cp src/main/resources/static/dist/index.html src/main/resources/static/
11+
- cp -r scholarx-frontend/dist/. src/main/resources/static/
1312
- sudo rm -R scholarx-frontend
1413
script:
1514
- mvn clean install

0 commit comments

Comments
 (0)