Skip to content

Commit a68c99b

Browse files
author
Arjun Guha
committed
forgot to update travis.yml
1 parent 45af238 commit a68c99b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: c
2-
script: bash -ex .travis-ci.sh
2+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3+
script: bash -ex .travis-opam.sh
34
env:
4-
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
5+
- OCAML_VERSION=latest PACKAGE=openflow
106
notifications:
117
irc:
128
channels:

0 commit comments

Comments
 (0)