Skip to content

Commit 69a5fa4

Browse files
committed
Disable OSX builds (resolves stdlib-js#147)
This is a temporary workaround until we are able to run selective tests and other tasks.
1 parent 8579a96 commit 69a5fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node_js:
5050

5151
os:
5252
- linux
53-
- osx
53+
# - osx
5454

5555
# Compiling native modules for io.js v3.x.x or Node.js >=v4.0.0 requires a C++11 standard-compliant compiler. Specifically, either gcc >=4.8 or clang >=3.5. Add-ons are Linux-specific. Electron requires a virtual display server (xvfb) on Linux.
5656
addons:

0 commit comments

Comments
 (0)