From 43dbc9108714c11affb8a0f08a46a594cbe01d26 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 6 Mar 2018 04:00:45 +0000 Subject: [PATCH] Tried to fix travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a6d197..d2fb6f1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ node_js: branches: only: - master -build: +before_script: - echo "module.exports = require('./travis.js')" > config/env/env.js script: - - npm run cover + - npm run minify & npm run build # Send coverage data to Coveralls -after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js" \ No newline at end of file +after_script: + - npm run cover && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js \ No newline at end of file