summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-10 15:38:22 +0300
committerYuval Adam <_@yuv.al>2017-07-10 15:38:22 +0300
commita9641bfd44ef43e1f76b6769695fc8e713f2b087 (patch)
tree3bcffe600c9e18b11a868e4676f5c903ec2a5bca /.travis.yml
parent872d7d35dd3bac58da25aaa2ba2b23a00212456c (diff)
Switch to yarn and fix tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e46b87..912b152 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,11 @@
language: node_js
node_js:
- - "node"
+ - "node"
sudo: false
dist: trusty
addons:
- chrome: stable
-before_install:
- - google-chrome-stable --headless --disable-gpu --load-extension=. --remote-debugging-port=9222 http://localhost &
+ chrome: stable
install:
- - npm install chrome-remote-interface
-
+ - yarn install
+script:
+ - yarn test