Truffle Teams is a new service from TruffleSuite!
Our initial offering is a (free) zero config continuous integration service designed explicitly for your truffle projects! We've added some natural chocolate polish too, of course :chocolate_bar:
Seamlessly attach your Truffle project to Truffle Teams using GitHub and we'll handle running your automated tests with every commit. It's like Travis CI, but with no additional work by you! You can get started at https://truffleframework.com/teams.
Q: Are you using a version of Truffle less than the v5.x?
A: Unless your project has a package.json
file which installs a specific version of Truffle, we'll always try to build with the latest Truffle version. If your project requires a specific Truffle version, make sure that version is included as a dependency
or devDependency
in your project's package.json
file.
Q: Is your build dependent on an external ganache instance?
A: Currently, Truffle Teams only supports the native truffle development network.
Please reach out and let us know what you think!