diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..1a2f4c41 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: node_js +rvm: + - 2.2 + - jruby + - rbx-3 +notifications: + email: + - contato@jhonatanmedeiros.com + - jhonatan.medeiros02@gmail.com \ No newline at end of file diff --git a/app/index.html b/app/index.html index c8eb4701..0569e989 100644 --- a/app/index.html +++ b/app/index.html @@ -203,7 +203,7 @@

Aplicativo Controle Financeiro

- +
diff --git a/package.json b/package.json index 6258a7c4..e00c70c1 100644 --- a/package.json +++ b/package.json @@ -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",