3c6028e0e3
This changes the `.travis.yml` to use the correct Node.js version by using strings as version numbers. Relevant Travis CI documentation page: http://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/#Choosing-Node-versions-to-test-against Without using strings to specify the desired versions Travis CI runs on Node.js 0.1 instead of 0.10.
12 linhas
216 B
YAML
Arquivo Executável
12 linhas
216 B
YAML
Arquivo Executável
language: node_js
|
|
node_js:
|
|
- "0.6"
|
|
- "0.8"
|
|
- "0.10"
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install libcv-dev
|
|
- sudo apt-get install libopencv-dev
|
|
- sudo apt-get install libhighgui-dev
|