Skip to content

Instantly share code, notes, and snippets.

@MrRio
Last active October 26, 2016 05:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MrRio/5071b11a1d02bae30f70ab527c5f2529 to your computer and use it in GitHub Desktop.
Save MrRio/5071b11a1d02bae30f70ab527c5f2529 to your computer and use it in GitHub Desktop.
# Supercharge your Travis builds with yarn
# Commit your lock file locally, and change your travis to this
language: node_js
node_js:
- "4"
install:
- npm -g install yarn
- yarn
cache:
directories:
- ~/.yarn
- ~/.nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment