We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f02e7 commit 5e14632Copy full SHA for 5e14632
.travis.yml
@@ -1 +1,5 @@
1
language: python
2
+services:
3
+- docker
4
+script:
5
+- docker build --pull . -t "${TRAVIS_REPO_SLUG}:latest"
0 commit comments