Skip to content

Commit

Permalink
Merge pull request #38 from canjs/fix-travis-build
Browse files Browse the repository at this point in the history
Create .travis.yml
  • Loading branch information
Macrofig authored Aug 17, 2016
2 parents aa740ce + 1d71f6b commit 6efc35b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "iojs"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

0 comments on commit 6efc35b

Please sign in to comment.