Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 4, 2016
1 parent 9a756d1 commit 5d2c3c7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

language: node_js
node_js:
- "4.0"
Expand All @@ -9,5 +10,13 @@ branches:
before_install:
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images

addons:
firefox: 'latest'

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

script:
- npm test
- npm test

0 comments on commit 5d2c3c7

Please sign in to comment.