mirror of
https://github.com/status-im/codimd.git
synced 2025-01-14 13:44:27 +00:00
14 lines
161 B
YAML
14 lines
161 B
YAML
language: node_js
|
|
node_js:
|
|
- 6
|
|
- 7
|
|
- stable
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|