Skip to content

Commit 4f75327

Browse files
author
Aaron Schlesinger
committed
fix(.travis.yml): run the docker-build target on all branches
This commit allows us to test dockerfile changes in PRs
1 parent a3ebb95 commit 4f75327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo: required
1111
install:
1212
- make bootstrap
1313
script:
14-
- make test
14+
- make test build docker-build
1515
deploy:
1616
provider: script
1717
script: _scripts/deploy.sh

0 commit comments

Comments
 (0)