mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
Merge pull request #428 from PeterDaveHello/travis-ci-optimize
Move to Ubuntu Trusty on Travis CI and remove apt add-on
This commit is contained in:
commit
57b670d17a
1 changed files with 1 additions and 6 deletions
|
@ -1,14 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
dist: trusty
|
||||||
node_js:
|
node_js:
|
||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
- lts/boron
|
- lts/boron
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-4.8
|
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
Loading…
Reference in a new issue