Skip to content

Commit

Permalink
Don't build tags/branches
Browse files Browse the repository at this point in the history
Tags and branches starting with dockerfile-image-update should not be
built
  • Loading branch information
justinharringa committed Feb 22, 2018
1 parent 9b1e6aa commit cd38ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,9 @@ sudo: required
language: java
services:
- docker
branches:
except:
- /^dockerfile-image-update-.*$/
script:
- mvn --quiet --batch-mode verify
- docker build -t salesforce/dockerfile-image-update .
Expand Down

0 comments on commit cd38ecc

Please sign in to comment.