We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f8e13 commit f0059ddCopy full SHA for f0059dd
.travis-ci.sh
@@ -10,12 +10,12 @@ verdi)
10
opam install coq-mathcomp-ssreflect.$SSREFLECT_VERSION --yes --verbose
11
12
pushd ..
13
- git clone 'http://github.com/uwplse/StructTact'
+ git clone 'https://github.com/uwplse/StructTact.git'
14
pushd StructTact
15
./build.sh
16
popd
17
18
- git clone 'http://github.com/uwplse/verdi'
+ git clone 'https://github.com/uwplse/verdi.git'
19
pushd verdi
20
21
.travis.yml
@@ -7,6 +7,7 @@ addons:
7
packages:
8
- ocaml
9
- opam
+ - aspcud
env:
global:
- COQ_VERSION=8.5.3
0 commit comments