Revert "try docker and travis"

This reverts commit d9fee0f814afc1b278dd3b9a1506a66a57869893.
This commit is contained in:
Peter Braden 2015-09-22 12:38:33 -04:00
parent d9fee0f814
commit ae84a6891b
2 changed files with 0 additions and 7 deletions

View File

@ -12,10 +12,6 @@ node_js:
- '0.12' - '0.12'
- "iojs-v1.0.4" - "iojs-v1.0.4"
sudo: required
services:
- docker
compiler: clang compiler: clang
env: env:
@ -47,8 +43,6 @@ before_install:
# or if we put [publish binary] in the commit message # or if we put [publish binary] in the commit message
- if test "${COMMIT_MESSAGE#*'[publish binary]'}" != "$COMMIT_MESSAGE"; then PUBLISH_BINARY=true; fi; - if test "${COMMIT_MESSAGE#*'[publish binary]'}" != "$COMMIT_MESSAGE"; then PUBLISH_BINARY=true; fi;
- platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/") - platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
- docker build -t peterbraden/node-opencv .
- docker run peterbraden/node-opencv /bin/sh -c "cd /root/node-opencv; make test"
install: install:
# ensure source install works # ensure source install works

View File

@ -16,4 +16,3 @@ run apt-get install -y libcv-dev libcvaux-dev libhighgui-dev libopencv-dev
run curl -sL https://deb.nodesource.com/setup | bash - run curl -sL https://deb.nodesource.com/setup | bash -
run apt-get install -y nodejs run apt-get install -y nodejs
run npm install opencv || cat npm-debug.log run npm install opencv || cat npm-debug.log
run add . /root/node-opencv