Skip to content

Commit

Permalink
configuration adjustments for Coq 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jul 26, 2020
1 parent d434d5f commit 0418990
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
opam: &OPAM
language: minimal
sudo: required
os: linux
dist: bionic
language: shell

.opam: &OPAM
language: shell
services: docker
install: |
# Prepare the COQ container
Expand Down Expand Up @@ -30,7 +33,7 @@ opam: &OPAM
- docker stop COQ # optional
- echo -en 'travis_fold:end:script\\r'

matrix:
jobs:
include:

# Test supported versions of Coq via OPAM
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2019, Distributed Components Team.
Copyright (c) 2016-2020, Distributed Components Team.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -projection-no-head-constant
-arg -w -arg -duplicate-clear
-arg -w -arg -notation-incompatible-format

Core/Domain.v
Core/State.v
Expand Down

0 comments on commit 0418990

Please sign in to comment.