Skip to content

Commit 4c6d9d8

Browse files
cleanup .travis.yml
1 parent 2dc0feb commit 4c6d9d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ branches:
1616
services:
1717
- docker
1818

19-
env:
20-
jobs:
21-
- COQ_IMAGE="coqorg/coq:8.12.0"
22-
2319
script:
2420
- 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 .
21+
- docker build --build-arg=NJOBS=2 --pull --tag iris-tini --file Dockerfile .
2622
- echo -en 'travis_fold:end:script\\r'

0 commit comments

Comments
 (0)