Skip to content

Instantly share code, notes, and snippets.

@kcmr
Created January 9, 2019 01:23
Show Gist options
  • Save kcmr/93d9b79241ce2bb0d2b8879e79c080f1 to your computer and use it in GitHub Desktop.
Save kcmr/93d9b79241ce2bb0d2b8879e79c080f1 to your computer and use it in GitHub Desktop.
CI/CD con Travis en Github (Medium post)
{
"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