mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
711c38403d
lts/boron is v6
12 lines
218 B
YAML
12 lines
218 B
YAML
language: node_js
|
|
dist: trusty
|
|
node_js:
|
|
- 6
|
|
- 7
|
|
env:
|
|
- CXX=g++-4.8
|
|
cache: yarn
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|