UNPKG

capnp-js-plugin

Version:

Capnproto implementation for Javascript

12 lines (11 loc) 403 B
language: node_js node_js: - "0.10" before_install: - sudo apt-get remove -y g++ gcc - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - sudo apt-get install -y g++-4.9 gcc-4.9 - sudo apt-get autoremove -y - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 50 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 50