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:
parent
5b7610d726
commit
5e9eeb5bf9
5 changed files with 634 additions and 240 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue