Skip to content

Commit e738616

Browse files
committed
travis build
1 parent e51b8f0 commit e738616

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: bash
2+
3+
# only build pushes to master
4+
# prs are build separately
5+
# https://docs.travis-ci.com/user/pull-requests/#how-pull-requests-are-built
6+
branches:
7+
only:
8+
- master
9+
10+
services:
11+
- docker
12+
13+
script:
14+
make build

0 commit comments

Comments
 (0)