UNPKG

418 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.11"
4 - "0.10"
5before_install:
6 - "sudo apt-get update"
7 # we need these packages to run atom-shell
8 - "sudo apt-get install -y libgtk2.0-0:i386 libgconf2-4:i386 libnss3:i386 libasound2-dev:i386 libxtst6:i386 libcap2:i386"
9 # we need these packages to compile for ia32
10 # also, we need to install these last for some reason
11 - "sudo apt-get install -y gcc-multilib g++-multilib"
\No newline at end of file