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
|
||||
dist: trusty
|
||||
node_js:
|
||||
- 6
|
||||
- 7
|
||||
- lts/boron
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
cache: yarn
|
||||
|
|
Loading…
Reference in a new issue