Skip to content

Instantly share code, notes, and snippets.

3Box is a social profiles network for web3. This post links my 3Box profile to my Github account!
✅ did:muport:QmSJgpCjpP1gTKevmvQospuuntCRiSdLg8Se15ufdNTUPY ✅
Create your profile today to start building social connection and trust online. https://3box.io/
@ConsenSys-Academy
ConsenSys-Academy / .travis.yml
Created December 21, 2018 16:19
Travis-CI testing script for Truffle version 4.1.14
language: node_js
- "8"
before_script:
- npm install -g ganache-cli
- npm install -g truffle@4.1.14
script:
- ganache-cli &
- sleep 5