Skip to content

Commit

Permalink
Update Travis config && OPAM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilisp committed Feb 2, 2018
1 parent 4d5ed45 commit 17ee54d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ before_install:
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.03 PINS="eliom:https://github.com/ocsigen/eliom.git ocsigen-toolkit:https://github.com/ocsigen/ocsigen-toolkit.git ocsigenserver:https://github.com/ocsigen/ocsigenserver.git" PACKAGE=ocsigen-start
- OCAML_VERSION=4.04 PINS="eliom:https://github.com/ocsigen/eliom.git ocsigen-toolkit:https://github.com/ocsigen/ocsigen-toolkit.git ocsigenserver:https://github.com/ocsigen/ocsigenserver.git" PACKAGE=ocsigen-start
- OCAML_VERSION=4.03 PINS="deriving:https://github.com/ocsigen/deriving.git eliom:https://github.com/ocsigen/eliom.git ocsigen-toolkit:https://github.com/ocsigen/ocsigen-toolkit.git" PACKAGE=ocsigen-start
- OCAML_VERSION=4.05 PINS="deriving:https://github.com/ocsigen/deriving.git eliom:https://github.com/ocsigen/eliom.git ocsigen-toolkit:https://github.com/ocsigen/ocsigen-toolkit.git" PACKAGE=ocsigen-start
- OCAML_VERSION=4.06 PINS="deriving:https://github.com/ocsigen/deriving.git eliom:https://github.com/ocsigen/eliom.git ocsigen-toolkit:https://github.com/ocsigen/ocsigen-toolkit.git" PACKAGE=ocsigen-start
os:
- linux
- osx
branches:
only:
- master
4 changes: 2 additions & 2 deletions opam/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ depends: [
"macaque" {>= "0.7.4"}
"safepass"
"ocsigen-i18n" {>= "3.1.0"}
"eliom" {>= "6.2"}
"ocsigen-toolkit" {>= "0.99"}
"eliom" {>= "6.3"}
"ocsigen-toolkit" {>= "1.1"}
"js_of_ocaml-camlp4"
"yojson"
]
Expand Down

0 comments on commit 17ee54d

Please sign in to comment.