Skip to content

Commit

Permalink
Merge pull request #61 from gaborigloi/fix_travis
Browse files Browse the repository at this point in the history
Fix Travis CI build
  • Loading branch information
lindig authored Nov 21, 2016
2 parents 420d941 + b874095 commit 2cfe786
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
- pip install --user flake8
script:
- flake8 --show-source --show-pep8 python
- flake8 --show-source python
- bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.02 PACKAGE=xapi-storage
12 changes: 9 additions & 3 deletions opam
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
opam-version: "1"
opam-version: "1.2"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xapi-storage/issues"
dev-repo: "git://github.com/xapi-project/xapi-storage.git"
build: [
[make]
]
install: [
[make "install" "PREFIX=%{prefix}%"]
]
remove: [
["make" "uninstall" "PREFIX=%{prefix}%"]
[make "uninstall" "PREFIX=%{prefix}%"]
]
depends: [
"cow"
"cow" {< "2.0.0"}
"rpc"
"caml2html"
"xmlm"
Expand Down

0 comments on commit 2cfe786

Please sign in to comment.