From 65aeebc75eafdb5af625445528f44d3e32889b12 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Wed, 10 Jan 2018 20:14:32 +0100 Subject: [PATCH] Attempt to fix build --- .gitignore | 2 +- .travis.yml | 8 ++++---- README.md | 6 ------ 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1f50abf..34c248d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules/ js/bundle.js -css/stylesheet.css \ No newline at end of file +css/stylesheet.css diff --git a/.travis.yml b/.travis.yml index 7a111ff..eb56d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ node_js: install: npm i -script: npm test - -after_success: npm run-script build +script: +- npm test +- npm run-script build deploy: provider: pages skip-cleanup: true - github-token: $TOKEN \ No newline at end of file + github-token: $TOKEN diff --git a/README.md b/README.md index f66151c..0a09e08 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,3 @@ Run the watcher to compile while you code ```sh gulp watch # or npm run-script watch ``` - -Build before pushing to production - -```sh -gulp # or npm run-script build -```