mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-09 11:12:17 +00:00
13 lines
223 B
YAML
13 lines
223 B
YAML
dist: trusty
|
|
sudo: false
|
|
group: beta
|
|
language: node_js
|
|
node_js:
|
|
- "7"
|
|
before_install:
|
|
- npm install truffle@3.2.3 -g
|
|
- npm i -g ethereumjs-testrpc
|
|
script:
|
|
- testrpc -l 100000000 -i 15 > /dev/null &
|
|
- truffle test
|