Skip to content

Instantly share code, notes, and snippets.

@odlp
Last active September 25, 2017 14:48
Show Gist options
  • Save odlp/5d62bddafa405b8b2a3aeb2b50a51bc5 to your computer and use it in GitHub Desktop.
Save odlp/5d62bddafa405b8b2a3aeb2b50a51bc5 to your computer and use it in GitHub Desktop.
Modern node on CircleCI
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