We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2974db4 commit d66c814Copy full SHA for d66c814
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
sudo: required
3
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
+ - sudo dpkg --add-architecture i386
+ - sudo apt-get update
+ - sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
8
cache:
9
yarn: true
0 commit comments