Skip to content

Commit

Permalink
fix: Apply Travis CI suggestions (Build config validation)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Jun 19, 2020
1 parent 657e8d0 commit 9994026
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
opam: &OPAM
language: minimal
sudo: required
os: linux
dist: bionic
language: shell

.opam: &OPAM
services: docker
install: |
# Prepare the COQ container
Expand Down Expand Up @@ -38,12 +40,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-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 9994026

Please sign in to comment.