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 45af238 commit a68c99bCopy full SHA for a68c99b
.travis.yml
@@ -1,12 +1,8 @@
1
language: c
2
-script: bash -ex .travis-ci.sh
+install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3
+script: bash -ex .travis-opam.sh
4
env:
- global:
5
- - OPAM_DEPENDS="cstruct quickcheck ounit pa_ounit core async sexplib"
6
- - CONFIG_FLAGS="--enable-tests --enable-quickcheck --enable-async"
7
- - FRENETIC_DEPENDS="ocaml-packet"
8
- matrix:
9
- - OCAML_VERSION=4.02.0 OPAM_VERSION=1.2.0
+ - OCAML_VERSION=latest PACKAGE=openflow
10
notifications:
11
irc:
12
channels:
0 commit comments