Created
July 31, 2018 22:23
-
-
Save ollelauribostrom/476f8ecdb32e79f203296981d324b533 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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