Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
3f628550
Commit
3f628550
authored
Jul 14, 2016
by
Alex Beregszaszi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move download to `npm run downloadsolc`
parent
29ed1bd3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-1
package.json
package.json
+2
-1
No files found.
.travis.yml
View file @
3f628550
...
@@ -2,7 +2,7 @@ language: node_js
...
@@ -2,7 +2,7 @@ language: node_js
node_js
:
node_js
:
-
stable
-
stable
script
:
script
:
-
npm run lint && npm run test && npm run build
-
npm run lint && npm run test && npm run
downloadsolc && npm run
build
-
./ci/browser_tests.sh
-
./ci/browser_tests.sh
deploy
:
deploy
:
provider
:
script
provider
:
script
...
...
package.json
View file @
3f628550
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
"browser-test-remote-ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"browser-test-remote-ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"browser-test-remote-chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"browser-test-remote-chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"browser-test-remote-safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"browser-test-remote-safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"build"
:
"mkdir -p build; rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js; browserify src/index.js -g yo-yoify -o build/app.js"
,
"build"
:
"mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js"
,
"downloadsolc"
:
"rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js"
,
"lint"
:
"semistandard"
,
"lint"
:
"semistandard"
,
"serve"
:
"http-server ."
"serve"
:
"http-server ."
},
},
...
...
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