diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e275ba28 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - '0.10' +install: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start + - npm install \ No newline at end of file