Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 4133071

Browse files
Bobby EarlBlackbaud-SteveBrush
Bobby Earl
authored andcommitted
Using a build matrix to split coverage/e2e (#299)
1 parent 39da305 commit 4133071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ language: node_js
22
sudo: required
33
dist: trusty
44

5+
env:
6+
- TEST_COMMAND=coverage
7+
- TEST_COMMAND=e2e
8+
9+
script: "npm run lint && npm run $TEST_COMMAND"
10+
511
addons:
612
apt:
713
sources:

0 commit comments

Comments
 (0)