aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-09 19:01:10 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-09 19:01:10 -0400
commitfcb522e8a8994d80cb363096bda62fa30f762001 (patch)
treedeabbac55e26645a7517f52e04b331238c1e47a3 /.travis.yml
parent372737ba74baa2af8ee798df1b2768a5d827a179 (diff)
[ci] Add mit-plv/cross-crypto
I followed the code for fiat-crypto / fiat-parsers. I hope I didn't miss anything.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eeb0b800e..0f637103e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,6 +76,9 @@ matrix:
- TEST_TARGET="ci-coquelicot"
- if: NOT (type = pull_request)
env:
+ - TEST_TARGET="ci-cross-crypto"
+ - if: NOT (type = pull_request)
+ env:
- TEST_TARGET="ci-elpi" EXTRA_OPAM="elpi"
# ppx_tools_versioned requires a specific version findlib
- FINDLIB_VER=""