Skip to content

Commit 13e35af

Browse files
authored
Merge pull request #59 from Zimmi48/fix-travis
Fix Travis (coq-released is already a remote repository).
2 parents 888839a + 9cf770d commit 13e35af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ install:
1010
- sudo apt-get update && sudo apt-get install -y opam
1111
- opam init -y && eval $(opam config env) && opam config var root
1212
- travis_wait opam install -y coq
13-
- opam repo add coq-released http://coq.inria.fr/opam/released
13+
- opam repo add coq-released http://coq.inria.fr/opam/released || true
1414
- opam install -y coq-bignums
1515
script: ./configure.sh && make

0 commit comments

Comments
 (0)