Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Apr 13, 2013
1 parent ddef88f commit 864d500
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- 0.10

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g karma

script:
- karma start --no-auto-watch --single-run --reporters dots --browsers Firefox

0 comments on commit 864d500

Please sign in to comment.