Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
a4e6f0b3
Commit
a4e6f0b3
authored
Jan 11, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed travis.yml && added nmp test script
parent
048e7771
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
.travis.yml
.travis.yml
+3
-1
ethereum.js
dist/ethereum.js
+1
-0
ethereum.js.map
dist/ethereum.js.map
+2
-2
package.json
package.json
+2
-1
No files found.
.travis.yml
View file @
a4e6f0b3
...
...
@@ -8,4 +8,6 @@ before_script:
script
:
-
"
jshint
*.js
lib"
after_script
:
-
npm run-script gulp
-
npm run-script build
-
npm test
dist/ethereum.js
View file @
a4e6f0b3
...
...
@@ -277,6 +277,7 @@ module.exports = {
methodSignature
:
methodSignature
};
},{}],
2
:[
function
(
require
,
module
,
exports
){
/*
This file is part of ethereum.js.
...
...
dist/ethereum.js.map
View file @
a4e6f0b3
This diff is collapsed.
Click to expand it.
package.json
View file @
a4e6f0b3
...
...
@@ -31,7 +31,8 @@
"scripts"
:
{
"build"
:
"gulp"
,
"watch"
:
"gulp watch"
,
"lint"
:
"gulp lint"
"lint"
:
"gulp lint"
,
"test"
:
"mocha"
},
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment