We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a56441 + 94aaf45 commit e6fdcccCopy full SHA for e6fdccc
.travis.yml
@@ -3,6 +3,9 @@ addons:
3
language: node_js
4
node_js:
5
- "5.9.0"
6
+before_install:
7
+ - "export DISPLAY=:99.0"
8
+ - "sh -e /etc/init.d/xvfb start"
9
install:
10
- npm install
11
- npm install -g typings
0 commit comments