We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5b18bb + 199ec01 commit 6261e30Copy full SHA for 6261e30
.travis.yml
@@ -0,0 +1,16 @@
1
+dist: trusty
2
+sudo: false
3
+
4
+language: node_js
5
+node_js:
6
+ - "7"
7
8
+install:
9
+ - npm install -g ethereumjs-testrpc
10
+ - npm install
11
12
+before_script:
13
+ - testrpc -l 6721975 > testrpc.log &
14
15
+script:
16
+ - npm test
README.md
@@ -3,6 +3,8 @@
=================================================
+[](https://travis-ci.org/SpringRole/smart-contracts)
Steps to Run Tests
1. npm install -g ethereumjs-testrpc
0 commit comments