Skip to content

Commit fea4ef4

Browse files
committed
Fix travis coverage
1 parent 45c6fec commit fea4ef4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717

1818
install:
1919
- pip3 install pytest-cov
20-
- pip3 install coverage
20+
- pip3 install coverage==4.5.4
2121
- pip3 install python-coveralls
2222
- pip3 install -r requirements.txt
2323
- cd Angular

Docker/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ RUN npm install
4848
EXPOSE 443 80
4949

5050
WORKDIR /home/user_skf
51-
VOLUME [ "/home/user_skf" ]
5251
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)