aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c85c46d..3542a592 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,9 @@ git:
matrix:
fast_finish: true
+ allow_failures:
+ - language: node_js
+ node_js: "node"
include:
- python: 3.5
env: TOXENV=lint
@@ -47,6 +50,15 @@ matrix:
env: TOXENV=individual_coverage
- python: 3.5
env: TOXENV=docs
+ - language: node_js
+ node_js: "node"
+ before_install: npm install -g yarn
+ install: cd web && yarn
+ script: npm test
+ cache:
+ yarn: true
+ directories:
+ - web/node_modules
install:
- |