Commit 2d354d61 authored by NGPixel's avatar NGPixel

Added nodejs 7 testing

parent 7dfd5a04
language: node_js language: node_js
node_js: node_js:
- '7'
- '6' - '6'
- '4' - '4'
addons: addons:
...@@ -37,4 +38,4 @@ deploy: ...@@ -37,4 +38,4 @@ deploy:
branch: master branch: master
repo: Requarks/wiki repo: Requarks/wiki
tags: true tags: true
node: '6' node: '7'
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
- [Installation Guide](https://wiki.requarks.io/get-started.html) - [Installation Guide](https://wiki.requarks.io/get-started.html)
##### Milestones ##### Milestones
- [ ] Account Management - [x] Account Management
- [x] Assets Management - [x] Assets Management
- [x] Images - [x] Images
- [x] Files/Documents - [x] Files/Documents
...@@ -46,13 +46,13 @@ ...@@ -46,13 +46,13 @@
- [x] Git Management - [x] Git Management
- [x] Markdown Editor - [x] Markdown Editor
- [x] Basic Formatting - [x] Basic Formatting
- [ ] Links - [ ] Insert Link modal
- [x] Image Selection modal - [x] Image Selection modal
- [x] File Selection modal - [x] File Selection modal
- [x] Video player - [x] Video player
- [x] Inline Code - [x] Inline Code
- [x] Code Editor modal - [x] Code Editor modal
- [ ] Table Editor - [ ] Table Visual Editor
- [x] Move Entry - [x] Move Entry
- [x] Navigation - [x] Navigation
- [x] Parsing / Tree / Metadata - [x] Parsing / Tree / Metadata
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment