Skip to content

Commit 2d354d6

Browse files
committed
Added nodejs 7 testing
1 parent 7dfd5a0 commit 2d354d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- '7'
34
- '6'
45
- '4'
56
addons:
@@ -37,4 +38,4 @@ deploy:
3738
branch: master
3839
repo: Requarks/wiki
3940
tags: true
40-
node: '6'
41+
node: '7'

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- [Installation Guide](https://wiki.requarks.io/get-started.html)
2121

2222
##### Milestones
23-
- [ ] Account Management
23+
- [x] Account Management
2424
- [x] Assets Management
2525
- [x] Images
2626
- [x] Files/Documents
@@ -46,13 +46,13 @@
4646
- [x] Git Management
4747
- [x] Markdown Editor
4848
- [x] Basic Formatting
49-
- [ ] Links
49+
- [ ] Insert Link modal
5050
- [x] Image Selection modal
5151
- [x] File Selection modal
5252
- [x] Video player
5353
- [x] Inline Code
5454
- [x] Code Editor modal
55-
- [ ] Table Editor
55+
- [ ] Table Visual Editor
5656
- [x] Move Entry
5757
- [x] Navigation
5858
- [x] Parsing / Tree / Metadata

0 commit comments

Comments
 (0)