Skip to content

Commit

Permalink
Added nodejs 7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jan 28, 2017
1 parent 7dfd5a0 commit 2d354d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '7'
- '6'
- '4'
addons:
Expand Down Expand Up @@ -37,4 +38,4 @@ deploy:
branch: master
repo: Requarks/wiki
tags: true
node: '6'
node: '7'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- [Installation Guide](https://wiki.requarks.io/get-started.html)

##### Milestones
- [ ] Account Management
- [x] Account Management
- [x] Assets Management
- [x] Images
- [x] Files/Documents
Expand All @@ -46,13 +46,13 @@
- [x] Git Management
- [x] Markdown Editor
- [x] Basic Formatting
- [ ] Links
- [ ] Insert Link modal
- [x] Image Selection modal
- [x] File Selection modal
- [x] Video player
- [x] Inline Code
- [x] Code Editor modal
- [ ] Table Editor
- [ ] Table Visual Editor
- [x] Move Entry
- [x] Navigation
- [x] Parsing / Tree / Metadata
Expand Down

0 comments on commit 2d354d6

Please sign in to comment.