Skip to content

Commit 69de02b

Browse files
committed
Consolidate build steps in one to avoid overhead.
1 parent 74d29c7 commit 69de02b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ services:
44
node_js:
55
- 4
66
- 6
7-
script: "npm run $TEST_STEP"
8-
env:
9-
matrix:
10-
- TEST_STEP=lint
11-
- TEST_STEP=test
7+
script: npm run ci
128
notifications:
139
email: false

0 commit comments

Comments
 (0)