GitLab CI is better

This commit is contained in:
Travis Rowland
2018-01-26 02:26:03 -08:00
parent efc5865789
commit 6b8be06bba

View File

@@ -9,7 +9,7 @@ env:
# - VERSION=${TRAVIS_TAG}
- VERSION=${TRAVIS_BRANCH}
before_install:
script:
- docker build -t ${NAME}:${VERSION} --rm image
- env NAME=${NAME} VERSION=${VERSION} ./test/runner.sh