Browse Source

Speed up CI by not creating production image

pull/207/head
Clemens Wolff 5 years ago
parent
commit
df4d06568f
1 changed files with 1 additions and 1 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -4,7 +4,7 @@ services:
- docker
script:
- docker build .
- docker build --target=builder .
deploy:
- provider: script

Loading…
Cancel
Save