We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f52bb commit 7c76419Copy full SHA for 7c76419
1 file changed
.travis-ci.sh
@@ -1,15 +1,14 @@
1
-set -e
2
-
3
-pushd ..
4
-wget 'http://homes.cs.washington.edu/~jrw12/coq-8.5-build-local.tgz'
5
-tar xf coq-8.5-build-local.tgz
6
-export PATH=$PWD/coq-8.5/bin:$PATH
7
-popd
+opam init --yes --no-setup
+eval $(opam config env)
+opam install coq --yes
8
9
./build.sh
10
11
case $DOWNSTREAM in
12
verdi)
+ opam repo add coq-released https://coq.inria.fr/opam/released
+ opam install coq-mathcomp-ssreflect --yes
+
13
pushd ..
14
git clone 'http://github.com/uwplse/StructTact'
15
pushd StructTact
@@ -23,4 +22,3 @@ verdi)
23
22
popd
24
;;
25
esac
26
0 commit comments