Skip to content

Commit 2ad3850

Browse files
committed
move to bionic
1 parent 25ce588 commit 2ad3850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: bionic
22
sudo: required
33
language: c
44
cache:
@@ -25,7 +25,7 @@ env:
2525

2626
install:
2727
- export OPAMROOT=$HOME/.opam
28-
- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
28+
- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
2929
- eval $(opam config env)
3030
- opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev || echo "coq-core-dev registered"
3131
- opam repo add "${REPO_NAME}" "${REPO_URL}" || echo "${REPO_NAME} registered"

0 commit comments

Comments
 (0)