We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc0feb commit 4c6d9d8Copy full SHA for 4c6d9d8
.travis.yml
@@ -16,11 +16,7 @@ branches:
16
services:
17
- docker
18
19
-env:
20
- jobs:
21
- - COQ_IMAGE="coqorg/coq:8.12.0"
22
-
23
script:
24
- echo -e "${ANSI_YELLOW}Building...${ANSI_RESET}" && echo -en 'travis_fold:start:script\\r'
25
-- docker build --build-arg=coq_image="${COQ_IMAGE}" --build-arg=NJOBS=2 --pull --tag iris-tini --file Dockerfile .
+- docker build --build-arg=NJOBS=2 --pull --tag iris-tini --file Dockerfile .
26
- echo -en 'travis_fold:end:script\\r'
0 commit comments