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
0b33d29e
Unverified
Commit
0b33d29e
authored
Apr 19, 2018
by
Santiago Palladino
Committed by
GitHub
Apr 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add travis job to run test suite with solc nightly (#902)
Job is allowed to fail, and is run just for information purposes
parent
61dfdde6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.travis.yml
.travis.yml
+2
-0
test.sh
scripts/test.sh
+5
-0
No files found.
.travis.yml
View file @
0b33d29e
...
...
@@ -10,10 +10,12 @@ cache:
env
:
-
-
SOLIDITY_COVERAGE=true
-
SOLC_NIGHTLY=true
matrix
:
fast_finish
:
true
allow_failures
:
-
env
:
SOLIDITY_COVERAGE=true
-
env
:
SOLC_NIGHTLY=true
before_script
:
-
truffle version
script
:
...
...
scripts/test.sh
View file @
0b33d29e
...
...
@@ -54,6 +54,11 @@ else
start_ganache
fi
if
[
"
$SOLC_NIGHTLY
"
=
true
]
;
then
echo
"Downloading solc nightly"
wget
-q
https://raw.githubusercontent.com/ethereum/solc-bin/gh-pages/bin/soljson-nightly.js
-O
/tmp/soljson.js
&&
find
.
-name
soljson.js
-exec
cp /tmp/soljson.js
{}
\;
fi
if
[
"
$SOLIDITY_COVERAGE
"
=
true
]
;
then
node_modules/.bin/solidity-coverage
...
...
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