Repository for Truffle with testing, linting, and a Travis CI configuration set up.
Start a test server, and run the tests
ganache-cli
yarn test
yarn lint
Docker image for testing and running on CI.
docker-compose up
docker-compose exec truffle yarn run test:docker