gl-engine
gl-engine copied to clipboard
Travis CI failures
For some reason the tests are failing. Need to do a deeper dive into this one. It could be electron, maybe travis can't handle the gl calls, or something in my test runner. The tests are working locally.
https://travis-ci.org/glamjs/glam
$ npm test
> [email protected] test /home/travis/build/glamjs/glam
> npm run test:runner && npm run lint
> [email protected] test:runner /home/travis/build/glamjs/glam
> npm run build:es5 && npm run build:tests && browserify es5/tests/*.js | tape-run | tap-spec
> [email protected] build:es5 /home/travis/build/glamjs/glam
> sh ./bin/build-es5.sh
> [email protected] build:tests /home/travis/build/glamjs/glam
> rm -rf ./es5/tests && babel --presets es2015 -d es5/tests tests -q
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v0.12.9/bin/node" "/home/travis/.nvm/versions/node/v0.12.9/bin/npm" "run" "test:runner"
npm ERR! node v0.12.9
npm ERR! npm v2.14.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test:runner: `npm run build:es5 && npm run build:tests && browserify es5/tests/*.js | tape-run | tap-spec`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test:runner script 'npm run build:es5 && npm run build:tests && browserify es5/tests/*.js | tape-run | tap-spec'.
npm ERR! This is most likely a problem with the glam package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run build:es5 && npm run build:tests && browserify es5/tests/*.js | tape-run | tap-spec
npm ERR! You can get their info via:
npm ERR! npm owner ls glam
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/travis/build/glamjs/glam/npm-debug.log
npm ERR! Test failed. See above for more details.