Skip to content

Commit

Permalink
move to bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Oct 4, 2021
1 parent 25ce588 commit 2ad3850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: bionic
sudo: required
language: c
cache:
Expand All @@ -25,7 +25,7 @@ env:

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

0 comments on commit 2ad3850

Please sign in to comment.