From c8d5395e078f838604eb9df32ef9d298288057fd Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 11 Feb 2020 18:57:09 -0500 Subject: [PATCH] Add travis browser test names. --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index acf170044..31c1915b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,16 +7,19 @@ node_js: - "12" - "node" sudo: false -install: npm install +install: + - npm install script: - if [ "x$BUNDLER" = "x" ]; then npm test; fi - if [ "x$BUNDLER" != "x" ]; then npm run test-karma; fi # only run karma tests for one node version matrix: include: - - node_js: "12" + - name: "Browser Unit Tests (webpack)" + node_js: "12" env: BUNDLER=webpack - - node_js: "12" + - name: "Browser Unit Tests (browserify)" + node_js: "12" env: BUNDLER=browserify notifications: email: