Last active
June 2, 2019 07:56
-
-
Save Fabianopb/d57b97949e9a7bc2553a0a8c3871ba3d to your computer and use it in GitHub Desktop.
Example of Travis config for express-react-ts-ci
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
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