Skip to content

Commit 6261e30

Browse files
authored
Merge pull request #17 from SpringRole/travis-ci-test
Running test case via travis
2 parents d5b18bb + 199ec01 commit 6261e30

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
=================================================
55

6+
[![Build Status](https://travis-ci.org/SpringRole/smart-contracts.svg?branch=master)](https://travis-ci.org/SpringRole/smart-contracts)
7+
68
Steps to Run Tests
79

810
1. npm install -g ethereumjs-testrpc

0 commit comments

Comments
 (0)