From 4ac665cae5b6ad32336b82e026632972ed5a2e19 Mon Sep 17 00:00:00 2001 From: Jhonatan Hardt de Medeiros Date: Sat, 24 Feb 2018 18:02:00 -0300 Subject: [PATCH 1/3] =?UTF-8?q?Altera=C3=A7=C3=A3o=20no=20texto=20do=20for?= =?UTF-8?q?m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

- +
From 750c4143245a76ffdf6efde8e7194f77f4a16748 Mon Sep 17 00:00:00 2001 From: Jhonatan Hardt de Medeiros Date: Sat, 24 Feb 2018 18:08:42 -0300 Subject: [PATCH 2/3] Adicionado .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml 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 From bbecc7f20ca1e505d820cfc1a74e7d59ffe8d832 Mon Sep 17 00:00:00 2001 From: Jhonatan Hardt de Medeiros Date: Sat, 24 Feb 2018 18:40:48 -0300 Subject: [PATCH 3/3] =?UTF-8?q?Altera=C3=A7=C3=A3o=20no=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",