This commit is contained in:
Jordi Baylina 2017-08-13 13:32:24 +02:00
parent eca4de6b2e
commit d6169b4492
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 2 additions and 14 deletions

View File

@ -1,3 +0,0 @@
language: 'node_js'
node_js:
- '8'

View File

@ -1,12 +1,3 @@
dist: trusty
sudo: false
group: beta
language: node_js
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
- '8'