mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05: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
|