Skip to content

Commit d66c814

Browse files
committed
more one
1 parent 2974db4 commit d66c814

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
sudo: required
33
before_install:
4-
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
5-
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
6-
- sudo apt-get update -qq
7-
- sudo apt-get install -y -qq yarn
4+
- sudo dpkg --add-architecture i386
5+
- sudo apt-get update
6+
- sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
87
cache:
98
yarn: true

0 commit comments

Comments
 (0)