Browse Source

added travis

bubble
Tony Tam 9 years ago
parent
commit
54d8993c22
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .travis.yml

+ 7
- 0
.travis.yml View File

@@ -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

Loading…
Cancel
Save