Skip to content

Commit

Permalink
drone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Sep 17, 2017
1 parent 20e6636 commit 15e7e30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build:
image: node:6.9.0
commands:
- apt-get -qq update
- apt-get build-essential g++-4.8 -y
- export CXX="g++-4.8"
- npm install -g npm@latest
- npm install -g ethereumjs-testrpc truffle
- testrpc &
- truffle test

0 comments on commit 15e7e30

Please sign in to comment.