We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66f0060 + cc6827a commit 6b63f72Copy full SHA for 6b63f72
.travis.yml
@@ -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
@@ -1,4 +1,4 @@
-const Agent = artifacts.require('agent/Agentfactory.sol')
+const Agent = artifacts.require('agent/AgentFactory.sol')
contract('AgentFactory', function () {
0 commit comments