Skip to content

Commit d5e5160

Browse files
committed
test(travis): add yarn install step
1 parent 1301437 commit d5e5160

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ env:
1919
- CXX=g++-4.8
2020

2121
install:
22-
- npm install
22+
- npm install -g yarn
23+
- yarn install
2324

2425
before_script:
2526
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)