sudo: required services: - docker script: - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - ./builder.sh branches: only: - master