Skip to content

Commit

Permalink
changing travisci to node build
Browse files Browse the repository at this point in the history
  • Loading branch information
JJediny committed Dec 23, 2015
1 parent d0c94cd commit d15f5b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: ruby
rvm:
- 2.2.0
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"

script: "bundle jekyll build"
script: "npm install && grunt"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Markdown Editor</h2>
</div>
<h3>JSON Output</h3>
<p>You can also make changes to the JSON here and set the value in the editor by clicking <button class='btn btn-primary' id='setvalue'>Update Form</button></p>
<textarea id='output' style='width: 100%; height: 900px; font-family: monospace; background-color: #000;' class='form-control'></textarea>
<textarea id='output' style='width: 100%; height: 900px; font-family: monospace;' class='form-control'></textarea>
</div>
</div>
<div class='row'>
Expand Down

0 comments on commit d15f5b7

Please sign in to comment.