Skip to content

Commit cc6827a

Browse files
committed
Travis unit-test
1 parent 66f0060 commit cc6827a

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)