Skip to content

Instantly share code, notes, and snippets.

@ducks
Last active October 12, 2016 03:24
Show Gist options
  • Save ducks/c3679003566311e68c66256127778423 to your computer and use it in GitHub Desktop.
Save ducks/c3679003566311e68c66256127778423 to your computer and use it in GitHub Desktop.
Travis CI config to install and build with yarn
language: node_js
node_js:
- "6"
before_install:
- npm install -g yarn
install:
- yarn
script:
- yarn run test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment