previs
previs copied to clipboard
🎯 Testing your project locally in a clean environment.
I cannot install `previs` "manually" as [explained in the README](https://github.com/PaulRosset/previs#for-others-users): ```sh $ go get -v github.com/PaulRosset/previs github.com/PaulRosset/previs/api # github.com/PaulRosset/previs/api work/gocode/src/github.com/PaulRosset/previs/api/docker.go:93:50: not enough arguments in call to cli.ContainerCreate have ("golang.org/x/net/context".Context, *container.Config,...
OS: Ubuntu 18.04 When I'm at the root of my project and running `previs -p` it throws an error: ```sh You are using '.previs.yml' file An error occurred: Could not...
This error occurs when run previs: ```sh $ previs You are using '.travis.yml' file error encountered: open /home/user/my-project/.travis.yml: permission denied ``` Attempt to run with `sudo` gives the same result....