Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
feat(project): Added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RWOverdijk committed Jan 15, 2016
1 parent 7206203 commit 33707db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- '0.11'
before_install:
- npm install -g jspm
- jspm config registries.github.auth U3Bvb25YOjY2NWIxYWQ2ZTM4ZjUxZGNjMzcwNDBkYzMxYjgxZGVkZjE1M2RjYjg=
before_script:
- jspm i
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

0 comments on commit 33707db

Please sign in to comment.