Skip to content

Commit d322cdf

Browse files
committed
Fix CI lint
1 parent b8d5a2f commit d322cdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- docker
1111

1212
script:
13-
- docker build --tag orleika/nginx .
14-
- docker run -d -p 80:80 orleika/nginx
15-
- sleep 5
16-
- curl -sSf localhost
13+
- docker build --tag orleika/nginx .
14+
- docker run -d -p 80:80 orleika/nginx
15+
- sleep 5
16+
- curl -sSf localhost

0 commit comments

Comments
 (0)