Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
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
俞永鹏
openzeppelin-contracts-upgradeable
Commits
28b2a0c8
Unverified
Commit
28b2a0c8
authored
Jun 11, 2017
by
Jaynti Kanani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move npm to yarn
parent
7b9c1429
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
.travis.yml
.travis.yml
+3
-4
README.md
README.md
+3
-0
coveralls.sh
scripts/coveralls.sh
+1
-1
yarn.lock
yarn.lock
+0
-0
No files found.
.travis.yml
View file @
28b2a0c8
...
...
@@ -4,11 +4,10 @@ group: beta
language
:
node_js
node_js
:
-
"
6"
before_install
:
-
npm install truffle@3.2.2 -g
-
npm i -g ethereumjs-testrpc
cache
:
yarn
:
true
script
:
-
testrpc > /dev/null &
-
truffle test
after_script
:
-
npm
run coveralls
-
yarn
run coveralls
README.md
View file @
28b2a0c8
...
...
@@ -24,6 +24,9 @@ truffle init
To install the OpenZeppelin library, run:
```
sh
npm install zeppelin-solidity
# If you are using yarn, add dependency like this -
yarn add zeppelin-solidity
```
After that, you'll get all the library's contracts in the
`node_modules/zeppelin-solidity/contracts`
folder. You can use the contracts in the library like so:
...
...
scripts/coveralls.sh
View file @
28b2a0c8
#! /bin/bash
npm
run coverage
&&
cat
coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
yarn
run coverage
&&
cat
coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
yarn.lock
0 → 100644
View file @
28b2a0c8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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