Skip to content

Commit 6efee8e

Browse files
authored
Merge pull request #24 from softprops/update-npm-deps
update npm deps
2 parents 36615f4 + 2519712 commit 6efee8e

File tree

3 files changed

+350
-394
lines changed

3 files changed

+350
-394
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ language: node_js
22
node_js:
33
- "node"
44

5+
# only build pushes to master
6+
# prs are build separately
7+
# https://docs.travis-ci.com/user/pull-requests/#how-pull-requests-are-built
8+
branches:
9+
only:
10+
- master
11+
512
services:
613
# start docker to enable lambda ci compatible build env
714
- docker

0 commit comments

Comments
 (0)