Skip to content

Commit

Permalink
Merge pull request #9 from JhonatanMedeiros/developer
Browse files Browse the repository at this point in the history
developer
  • Loading branch information
JhonatanMedeiros authored Feb 24, 2018
2 parents e052ac4 + bbecc7f commit 4d9a2e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
rvm:
- 2.2
- jruby
- rbx-3
notifications:
email:
- contato@jhonatanmedeiros.com
- jhonatan.medeiros02@gmail.com
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 class="title slate">Aplicativo Controle Financeiro</h4>
</div>

<div class="form-group col-lg-12">
<label class="form-control-label" for="note">Notes</label>
<label class="form-control-label" for="note">Mensagem</label>
<textarea class="form-control" id="note" name="notes" rows="6" style="resize: none"
required></textarea>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"serve": "gulp dev",
"dist": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "Jhonatan Hardt de Medeiros",
"license": "MIT",
Expand Down

0 comments on commit 4d9a2e1

Please sign in to comment.