We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7b0ee commit 1c61272Copy full SHA for 1c61272
1 file changed
.travis.yml
@@ -1,9 +1,22 @@
1
-language: node_js
2
-os:
3
- - linux
4
- - osx
5
-node_js:
6
- - "6"
7
- - "6.1"
8
- - "5.11"
9
-
+language: objective-c
+osx_image: xcode7.3
+before_install:
+ - brew update
+ - brew install opam
+ - opam init
+ - opam switch "$OCAML_VERSION"
+ - eval `opam config env`
+ - opam update
10
+before_script:
11
+ - opam pin add -y ReasonProject .
12
+script:
13
+ - ./test-with-version.sh "$OCAML_VERSION"
14
+ - git diff --exit-code
15
+env:
16
+ - OCAML_VERSION=4.02.3
17
+ - OCAML_VERSION=4.03.0
18
+ - OCAML_VERSION=4.04.0
19
+notifications:
20
+ email:
21
+ - yunxing@fb.com
22
+ - reason@cloudwalk.me
0 commit comments