This commit is contained in:
Peter Braden 2015-09-22 19:38:03 +02:00
parent b96c99e5c1
commit b5f62f1f34
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: node_js
os: os:
- linux - linux
- osx # - osx
matrix: matrix:
allow_failures: allow_failures:

View File

@ -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