Skip to content

Commit 1c61272

Browse files
committed
Fix .travis.yml
1 parent 7d7b0ee commit 1c61272

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

.travis.yml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
1+
language: objective-c
2+
osx_image: xcode7.3
3+
before_install:
4+
- brew update
5+
- brew install opam
6+
- opam init
7+
- opam switch "$OCAML_VERSION"
8+
- eval `opam config env`
9+
- 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

Comments
 (0)