Skip to content

Commit 4693289

Browse files
committed
Fix Travis
1 parent f299c75 commit 4693289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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 --no-save booljs @booljs/express @booljs/passport \
7-
passport passport-http passport-http-bearer \
6+
- npm install --no-save booljs @booljs/express @booljs/passport
7+
passport passport-http passport-http-bearer
88
oauth2orize passport-oauth2-client-password
99
- npm install
1010

0 commit comments

Comments
 (0)