Skip to content

Commit ca325e0

Browse files
committed
poprawiony przez yamllint.
1 parent 18c4eae commit ca325e0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
sudo: required
22
services:
3-
- docker
3+
- docker
4+
5+
before_install:
6+
7+
# image dostał nazwę zm/docker-react, tylko travis proces będzie znać tn tag
8+
- docker build -t zm/docker-react -f Dockerfile.dev .
9+
410

5-
before_install:
6-
# image dostał nazwę zm/docker-react, tylko travis proces będzie znać tn tag
7-
- docker build -t zm/docker-react -f Dockerfile.dev .
811

912
# tutaj wszystkie komendy niezbędne do wykonania testów. Travis będzie sprawdzał rezultat każdej z tych komend
1013
# Jako ostatnie parameter docker run jest polecenie, które będzie wykonane w kontenerze po uruchomieniu jego
1114
# w tym przypadku jest to npm run test . -- --coverage to komenda, która
12-
script:
15+
script:
1316
- docker run zm/docker-react npm run test -- --coverage
14-

0 commit comments

Comments
 (0)