Created
January 10, 2018 16:49
-
-
Save steveliles/f0af301d86640cf3b03dcf93c747bc7d to your computer and use it in GitHub Desktop.
This file contains 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:9.3.0 | |
pipelines: | |
branches: | |
production: | |
- step: | |
caches: | |
- node | |
script: | |
# build and test the app | |
- npm install | |
- npm test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment