Skip to content

Instantly share code, notes, and snippets.

@Fabianopb
Last active June 2, 2019 07:56
Show Gist options
  • Save Fabianopb/d57b97949e9a7bc2553a0a8c3871ba3d to your computer and use it in GitHub Desktop.
Save Fabianopb/d57b97949e9a7bc2553a0a8c3871ba3d to your computer and use it in GitHub Desktop.
Example of Travis config for express-react-ts-ci
language: node_js
node_js:
- 10
- 8
services:
- mongodb
env:
- AUTH_SHARED_SECRET=auth-shared-secret
script:
- yarn lint
- yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment