Skip to content

Commit 7230d49

Browse files
committed
Add CI configuration
1 parent 76e6f13 commit 7230d49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: bash
2+
3+
sudo: required
4+
5+
branches:
6+
only:
7+
- master
8+
9+
services:
10+
- docker
11+
12+
script:
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)