UNPKG

db-migrate-cockroachdb

Version:
41 lines (32 loc) 525 B
language: node_js node_js: - 4 - 6 - 8 notifications: email: recipients: - magic@wizardtales.com webhooks: urls: - https://webhooks.gitter.im/e/509c88551a18006fe93f on_success: change on_failure: always on_start: false os: - linux matrix: fast_finish: true sudo: false cache: npm: true directories: - node_modules addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - export CXX=g++-4.8; export CC=gcc-4.8;