Skip to content

Commit 6b63f72

Browse files
authored
Merge pull request #13 from singnet/ci
Travis unit-test
2 parents 66f0060 + cc6827a commit 6b63f72

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- 7.6
4+
cache:
5+
directories:
6+
- node_modules
7+
install:
8+
- npm install
9+
script:
10+
- npm run test
11+
notifications:
12+
email: true

test/TestAgentFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Agent = artifacts.require('agent/Agentfactory.sol')
1+
const Agent = artifacts.require('agent/AgentFactory.sol')
22

33

44
contract('AgentFactory', function () {

0 commit comments

Comments
 (0)