Skip to content

Commit 2e1817c

Browse files
authored
Create .travis.yml
1 parent d5b18bb commit 2e1817c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
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

0 commit comments

Comments
 (0)