1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 15:05:28 +02:00

Use Ember v3.12.0

Bumped JS dependencies where possible
This commit is contained in:
HarveyKandola 2019-08-28 12:57:02 +01:00
parent 5b7610d726
commit 5e9eeb5bf9
5 changed files with 634 additions and 240 deletions

View file

@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "6"
- "8"
sudo: false
dist: trusty
@ -17,13 +17,6 @@ env:
# See https://git.io/vdao3 for details.
- JOBS=1
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install --non-interactive
script:
- npm run lint:hbs
- npm run lint:js