Last active
February 26, 2020 21:19
-
-
Save stared/2b62f01c247fe816b3792c21e9791fb4 to your computer and use it in GitHub Desktop.
Travis CI config for https://github.com/Quantum-Game/quantum-tensors/
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
language: node_js | |
node_js: node | |
before_script: | |
- npm install -g typescript | |
- npm install codecov -g | |
script: | |
- yarn lint | |
- yarn build | |
- yarn test | |
- yarn build-docs | |
after_success: | |
- codecov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment