mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
disable osx until https://github.com/travis-ci/travis-ci/issues/2311
This commit is contained in:
parent
b96c99e5c1
commit
b5f62f1f34
@ -2,7 +2,7 @@ language: node_js
|
|||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
# - osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|||||||
7
Makefile
7
Makefile
@ -33,3 +33,10 @@ release:
|
|||||||
@echo "Publishing to NPM"
|
@echo "Publishing to NPM"
|
||||||
@npm publish
|
@npm publish
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
|
||||||
|
|
||||||
|
travis-build:
|
||||||
|
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
|
||||||
|
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-14-04 .
|
||||||
|
|
||||||
|
.PHONY: travis-build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user