Tried to fix travis

master
Keith Irwin 2018-03-06 04:00:45 +00:00
parent 10d0fe986e
commit 43dbc91087
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 4 additions and 3 deletions

View File

@ -4,10 +4,11 @@ node_js:
branches: branches:
only: only:
- master - master
build: before_script:
- echo "module.exports = require('./travis.js')" > config/env/env.js - echo "module.exports = require('./travis.js')" > config/env/env.js
script: script:
- npm run cover - npm run minify & npm run build
# Send coverage data to Coveralls # Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js" after_script:
- npm run cover && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js