Skip to content

Commit d3b2ca8

Browse files
committed
Fix Travis install script
1 parent 173607f commit d3b2ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: node_js
33
node_js:
44
- lts/*
55
install:
6-
- npm install booljs passport passport-http-bearer
76
- npm install
7+
- npm install booljs @booljs/express passport passport-http-bearer
88

99
deploy:
1010
provider: npm

0 commit comments

Comments
 (0)