Last active
November 3, 2018 04:29
-
-
Save torchhound/14c774272e922f4c72f589f4f76892fb to your computer and use it in GitHub Desktop.
mongo-crud .travis.yml
This file contains 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
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