Skip to content

Instantly share code, notes, and snippets.

@torchhound
Last active November 3, 2018 04:29
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 torchhound/14c774272e922f4c72f589f4f76892fb to your computer and use it in GitHub Desktop.
Save torchhound/14c774272e922f4c72f589f4f76892fb to your computer and use it in GitHub Desktop.
mongo-crud .travis.yml
services: docker
before_install:
- docker -v
- cp example.env .env
- sudo /etc/init.d/postgresql stop
- sudo service mysql stop
install:
- npm run build
script:
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment