Skip to content

Commit

Permalink
only do branch builds on master
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed May 4, 2019
1 parent a066886 commit e15706d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
services:
- docker

branches:
only:
- master

before_install:
- docker build -t hello-world .
- docker run -d -p 127.0.0.1:8000:8000 hello-world
Expand Down

0 comments on commit e15706d

Please sign in to comment.