mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-07 04:05:01 +00:00
Fix tests not running in CI
Accidentally stopped running tests after this patch:
9a5b932139
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user