Skip to content

Instantly share code, notes, and snippets.

@mert
Created December 27, 2017 11:59
Show Gist options
  • Save mert/af59e64f3e47441295e0928a8a5a7625 to your computer and use it in GitHub Desktop.
Save mert/af59e64f3e47441295e0928a8a5a7625 to your computer and use it in GitHub Desktop.
sudo: required
dist: trusty
group: deprecated-2017Q4
language: node_js
sudo: true
services:
- mongodb
node_js:
- "9"
cache:
yarn: true
directories:
- node_modules
before_install:
- npm install -g node-gyp
script:
- npm test
- gulp
notifications:
slack: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment