Skip to content

Commit 0418990

Browse files
committed
configuration adjustments for Coq 8.12
1 parent d434d5f commit 0418990

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
opam: &OPAM
2-
language: minimal
3-
sudo: required
1+
os: linux
2+
dist: bionic
3+
language: shell
4+
5+
.opam: &OPAM
6+
language: shell
47
services: docker
58
install: |
69
# Prepare the COQ container
@@ -30,7 +33,7 @@ opam: &OPAM
3033
- docker stop COQ # optional
3134
- echo -en 'travis_fold:end:script\\r'
3235

33-
matrix:
36+
jobs:
3437
include:
3538

3639
# Test supported versions of Coq via OPAM

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2019, Distributed Components Team.
1+
Copyright (c) 2016-2020, Distributed Components Team.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
-arg -w -arg -redundant-canonical-projection
77
-arg -w -arg -projection-no-head-constant
88
-arg -w -arg -duplicate-clear
9+
-arg -w -arg -notation-incompatible-format
910

1011
Core/Domain.v
1112
Core/State.v

0 commit comments

Comments
 (0)