From ef6fd95e6ec2a97060c090107893797fc2dbe4d3 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Mon, 9 Oct 2017 12:48:21 +0300 Subject: [PATCH 1/4] Create .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c486d3b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +#cache: +# directories: +# - node_modules +node_js: + - "7" + - "6" From 0b85aa40dde9a8b3212c5835ec7c81a1576607f3 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Mon, 9 Oct 2017 13:18:51 +0300 Subject: [PATCH 2/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9398f7..d4c3677 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", "unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch", "e2e": "node test/e2e/runner.js", - "test": "npm run unit && npm run e2e", + "test": "npm run unit", "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" }, "keywords": [ From 17233c938e04f068974b6e9fc2463905bcdad647 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Thu, 12 Oct 2017 10:34:33 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f8149c..0ed7b59 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ + + +

A dynamic wizard to split your forms easier From d15ed4cae86497886639ef7429339c29d984dae8 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Thu, 12 Oct 2017 10:38:50 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed7b59..a15a5ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# vue-form-wizard +

Vue form wizard