Skip to content

Instantly share code, notes, and snippets.

@pomber
Created March 30, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pomber/3ab48f3d2796846f3e18e5d12cd241c1 to your computer and use it in GitHub Desktop.
Save pomber/3ab48f3d2796846f3e18e5d12cd241c1 to your computer and use it in GitHub Desktop.
Basic node Travis config
sudo: false
language: node_js
node_js:
- "node"
cache:
yarn: true
before_install: npm install yarn -g
script:
- npm test
- npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment