Skip to content

Commit fdb31a7

Browse files
committed
Add xvfb to travis config.
1 parent 33c7dfd commit fdb31a7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ node_js:
55
install:
66
- npm install
77
- bower install
8+
before_install:
9+
- "export DISPLAY=:99.0"
10+
- "sh -e /etc/init.d/xvfb start"

ngStorage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
});
205205

206206
return $storage;
207-
}
208-
];
207+
}
208+
];
209209
};
210210
}
211211

0 commit comments

Comments
 (0)