Fix tests not running in CI

Accidentally stopped running tests after this patch:
9a5b932139
This commit is contained in:
Nicolas Gallagher
2017-12-23 13:06:35 +00:00
parent 5881f07323
commit 14d87f4b30
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- yarn lint
- yarn test