diff --git a/.travis.yml b/.travis.yml index a1d67bc..70004d8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,6 @@ node_js: - '0.12' - "iojs-v1.0.4" -sudo: required -services: - - docker - compiler: clang env: @@ -47,8 +43,6 @@ before_install: # or if we put [publish binary] in the commit message - if test "${COMMIT_MESSAGE#*'[publish binary]'}" != "$COMMIT_MESSAGE"; then PUBLISH_BINARY=true; fi; - 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: # ensure source install works diff --git a/Dockerfile b/Dockerfile index dd98f18..2af10e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 apt-get install -y nodejs run npm install opencv || cat npm-debug.log -run add . /root/node-opencv