Skip to content

Commit

Permalink
:octocat: travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare authored Sep 14, 2016
1 parent 669eba7 commit 4e9450c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

node_js:
- 'node'

before_install:
- npm install

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 5 # give xvfb some time to start

script:
- npm start

0 comments on commit 4e9450c

Please sign in to comment.