Skip to content

Commit

Permalink
Fix Travis, part2: disable owl-base tests (all tests require owl) (#367)
Browse files Browse the repository at this point in the history
* Update owl-base.opam

* Update .travis.yml
  • Loading branch information
mseri authored and ryanrhymes committed Feb 8, 2019
1 parent 3953493 commit 39f5c93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -11,5 +11,4 @@ env:
- PINS="owl-base:. owl-aeos:. owl-top:. owl-zoo:. owl:."
- DISTRO=debian-stable
matrix:
- PACKAGE="owl-base"
- PACKAGE="owl"
2 changes: 0 additions & 2 deletions owl-base.opam
Expand Up @@ -11,12 +11,10 @@ description: "Owl is an OCaml scientific library."
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]

depends: [
"ocaml" {>= "4.06.0"}
"alcotest" {test}
"base-bigarray"
"dune" {build}
]

0 comments on commit 39f5c93

Please sign in to comment.