Fix linux 32 bit builds (#85)

* Correct Linux 32-bit dependency installation
This commit is contained in:
Peter Squicciarini
2019-02-14 19:40:11 -05:00
committed by GitHub
parent 4cf7166a48
commit c38cc161c0
2 changed files with 16 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ node_js: "8"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- ./install_deps.sh
- . install_deps.sh
- . get_repo.sh
- . check_tags.sh