Skip to content

Commit 9a1b13a

Browse files
committed
chore(travis): yarn install --frozen-lockfile
1 parent 0dcd302 commit 9a1b13a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
sudo: false
22
language: node_js
3-
node_js: "stable"
3+
node_js: stable
4+
before_install:
5+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
6+
- export PATH=$HOME/.yarn/bin:$PATH
7+
install:
8+
- yarn install --frozen-lockfile
9+
cache:
10+
yarn: true

0 commit comments

Comments
 (0)