Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Created July 31, 2018 22:23
Show Gist options
  • Save ollelauribostrom/476f8ecdb32e79f203296981d324b533 to your computer and use it in GitHub Desktop.
Save ollelauribostrom/476f8ecdb32e79f203296981d324b533 to your computer and use it in GitHub Desktop.
sudo: false
language: node_js
node_js:
- '8'
branches:
only:
- master
cache:
directories:
- node_modules
before_install:
- npm update
install:
- npm install
script:
- npm test
- npm run coveralls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment