Skip to content

Commit

Permalink
change syntax opamrc: update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Apr 13, 2018
1 parent 9daaf3d commit b2a8689
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,12 @@ case "$TARGET" in
# Disable bubblewrap wrapping, it's not available within Docker
cat <<EOF >>~/.opamrc
required-tools: [
[
["curl" "wget"]
"A download tool is required, check env variables OPAMCURL or OPAMFETCH"
]
[["diff"] ""]
[["patch"] ""]
[["tar"] ""]
[["unzip"] ""]
["curl" "wget"]
{"A download tool is required, check env variables OPAMCURL or OPAMFETCH"}
"diff"
"patch"
"tar"
"unzip"
]
wrap-build-commands: []
wrap-install-commands: []
Expand Down

0 comments on commit b2a8689

Please sign in to comment.