Skip to content
Snippets Groups Projects
Commit 90f251da authored by Thomas Wood's avatar Thomas Wood
Browse files

stupid apples [ci skip]

parent 88015600
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,12 +28,12 @@ install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-ocaml.sh
- bash -ex .travis-ocaml.sh
- make init
- if [[ -v TESTJSJSREF ]]; then make test_init; fi
- if [ -n "$TESTJSJSREF" ]; then make test_init; fi
- eval `opam config env`
script:
- make
- if [[ -v TESTJSJSREF ]]; then make test; fi
- if [ -n "$TESTJSJSREF" ]; then make test; fi
deploy:
skip_cleanup: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment