Last active
September 25, 2017 14:48
-
-
Save odlp/5d62bddafa405b8b2a3aeb2b50a51bc5 to your computer and use it in GitHub Desktop.
Modern node on CircleCI
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
8.5 |
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
dependencies: | |
pre: | |
- nvm install && nvm alias default $(cat .nvmrc) | |
override: | |
- yarn install | |
test: | |
override: | |
- yarn test | |
- yarn run lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment