We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ce588 commit 2ad3850Copy full SHA for 2ad3850
.travis.yml
@@ -1,4 +1,4 @@
1
-dist: trusty
+dist: bionic
2
sudo: required
3
language: c
4
cache:
@@ -25,7 +25,7 @@ env:
25
26
install:
27
- export OPAMROOT=$HOME/.opam
28
-- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
+- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
29
- eval $(opam config env)
30
- opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev || echo "coq-core-dev registered"
31
- opam repo add "${REPO_NAME}" "${REPO_URL}" || echo "${REPO_NAME} registered"
0 commit comments