Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Last active October 20, 2019 19:28
Show Gist options
  • Save wshihadeh/dba7b5a778caa3eeb62b2821c3968b1d to your computer and use it in GitHub Desktop.
Save wshihadeh/dba7b5a778caa3eeb62b2821c3968b1d to your computer and use it in GitHub Desktop.
Travis file
language: ruby
rvm:
- "2.6.4"
branches:
only:
- master
before_script:
- echo $DOCKER_TOKEN | docker login -u $DOCKER_NAMESPACE --password-stdin
script:
- ./create_docker_files
- ./build_and_push_docker_images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment