Skip to content

Commit 6557035

Browse files
committed
use yarn on CI
1 parent a9ff27d commit 6557035

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ node_js:
44
- '5'
55
- '6'
66
- 'node'
7+
before_install:
8+
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
9+
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
10+
- sudo apt-get update -qq
11+
- sudo apt-get install -y -qq yarn
12+
install: yarn
713
services:
814
- redis-server
915
after_success:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# simple-redis-store
88
Redis store ready to scale with node-pool support
99

10-
> Note: This lib is still in alpha
10+
> Note: This lib is in beta
1111
1212
## Prerequisites
1313

0 commit comments

Comments
 (0)