Created
August 10, 2016 02:37
-
-
Save mchelen/72ed1cfcefcbc2ee38c9ad24048cb3e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: node:4.4.7 | |
services: | |
- postgres:9.5.3 | |
before_script: | |
- npm install | |
all_tests: | |
script: | |
- npm test | |
after_script: | |
- npm run coverage | |
artifacts: | |
paths: | |
- coverage/ |
fixed:
image: node:4.4.7
services:
- postgres:9.5.3
before_script:
- npm install
all_tests:
script:
- npm test
- npm run coverage
artifacts:
paths:
- coverage/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: Unknown parameter: artifacts