Skip to content

Commit f0059dd

Browse files
committed
add opam specialized solver, fix up Travis script
1 parent 03f8e13 commit f0059dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ verdi)
1010
opam install coq-mathcomp-ssreflect.$SSREFLECT_VERSION --yes --verbose
1111

1212
pushd ..
13-
git clone 'http://github.com/uwplse/StructTact'
13+
git clone 'https://github.com/uwplse/StructTact.git'
1414
pushd StructTact
1515
./build.sh
1616
popd
1717

18-
git clone 'http://github.com/uwplse/verdi'
18+
git clone 'https://github.com/uwplse/verdi.git'
1919
pushd verdi
2020
./build.sh
2121
popd

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ addons:
77
packages:
88
- ocaml
99
- opam
10+
- aspcud
1011
env:
1112
global:
1213
- COQ_VERSION=8.5.3

0 commit comments

Comments
 (0)