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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
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)