Created
January 9, 2019 01:23
-
-
Save kcmr/93d9b79241ce2bb0d2b8879e79c080f1 to your computer and use it in GitHub Desktop.
CI/CD con Travis en Github (Medium post)
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
{ | |
"name": "demo-project", | |
"version": "0.0.0", | |
"scripts": { | |
"build": "sampleframework build", | |
"start": "sampleframework serve", | |
"test": "sampleframework test" | |
}, | |
"devDependencies": { | |
"sampleframework-cli": "~3.5.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment