aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/preact/.travis.yml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-08 15:07:07 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-08 15:19:39 +0100
commitafb9fba64be1f15a3ce3ed31214a704e73e5e8bb (patch)
tree6f69712a8c976178c05144483ff0c8e9b09445c8 /thirdparty/preact/.travis.yml
parentb37e7762bb5492cbd6788863232e7d2634ab5e5c (diff)
parent6e5fb04d3f3f9a6cd43ac20896d73321dd079f96 (diff)
downloadwallet-core-afb9fba64be1f15a3ce3ed31214a704e73e5e8bb.tar.xz
Update preact version
Diffstat (limited to 'thirdparty/preact/.travis.yml')
-rw-r--r--thirdparty/preact/.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/thirdparty/preact/.travis.yml b/thirdparty/preact/.travis.yml
index 5953c1a84..8a5ff0a0d 100644
--- a/thirdparty/preact/.travis.yml
+++ b/thirdparty/preact/.travis.yml
@@ -9,13 +9,19 @@ cache:
directories:
- node_modules
+# Make chrome browser available for testing
+before_install:
+ - export CHROME_BIN=chromium-browser
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
+
install:
- npm install
script:
- npm run build
- npm run test
- - SAUCELABS=true COVERAGE=false FLAKEY=false PERFORMANCE=false npm run test:karma
+ - BROWSER=true COVERAGE=false FLAKEY=false PERFORMANCE=false npm run test:karma
# Necessary to compile native modules for io.js v3 or Node.js v4
env: