Skip to content

Commit

Permalink
Fix Travis CI "Build config validation" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Mar 10, 2020
1 parent 74f8be6 commit f4859eb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml.mustache
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,12 +33,12 @@ opam: &OPAM
- docker stop COQ # optional
- echo -en 'travis_fold:end:script\\r'

nix: &NIX
.nix: &NIX
language: nix
script:
- nix-build --argstr coq-version-or-url "$COQ" --extra-substituters https://coq.cachix.org --trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= coq.cachix.org-1:5QW/wwEnD+l2jvN6QRbRRsa4hBHG3QiQQ26cxu1F5tI="

matrix:
jobs:
include:

# Test supported versions of Coq via Nix
Expand Down

0 comments on commit f4859eb

Please sign in to comment.