Skip to content

Commit 695582e

Browse files
authored
Tell travis to build on OSX in addition to Linux (microsoft#9717)
This way we can have a CI environment with a case-insensitive filesystem. Travis added supprot for this around April.
1 parent cc4b331 commit 695582e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ node_js:
66
- '0.10'
77

88
sudo: false
9+
10+
os:
11+
- linux
12+
- osx

0 commit comments

Comments
 (0)