Commit a61ee273 by Manuel Aráoz Committed by GitHub

Merge pull request #85 from maraoz/travis

Add Travis CI
parents 3606f491 2c7d8831
dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- "6"
before_install:
- npm i -g ethereumjs-testrpc
- npm i -g truffle
script:
- testrpc&
- npm test
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
"version": "0.0.11", "version": "0.0.11",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"main": "truffle.js", "main": "truffle.js",
"devDependencies": {}, "devDependencies": {
"ethereumjs-testrpc": "^3.0.2",
"truffle": "^2.1.1"
},
"scripts": { "scripts": {
"test": "truffle test", "test": "truffle test",
"install": "scripts/install.sh" "install": "scripts/install.sh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment