UNPKG

@cakoose/re2

Version:

Bindings for RE2: fast, safe alternative to backtracking regular expression engines.

25 lines (19 loc) 401 B
sudo: false language: node_js node_js: - "6" - "7" - "8" - "9" addons: apt: sources: - ubuntu-toolchain-r-test packages: - build-essential - gcc-4.9 - g++-4.9 before_install: - export CXX="g++-4.9" before_script: - if [ "`nvm current`" < "system" ]; then N=`which node`; D=`dirname $N`; ln -s $D/../lib/node_modules/npm/bin/node-gyp-bin/node-gyp; fi