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
45747144
Commit
45747144
authored
Oct 09, 2018
by
Nicolás Venturo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying to get the Travis build to pass.
parent
bc7ba69f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
.travis.yml
.travis.yml
+8
-2
No files found.
.travis.yml
View file @
45747144
...
@@ -19,8 +19,10 @@ jobs:
...
@@ -19,8 +19,10 @@ jobs:
-
env
:
SOLC_NIGHTLY=true
-
env
:
SOLC_NIGHTLY=true
include
:
include
:
-
stage
:
install
-
stage
:
install
script
:
npm install
script
:
true
script
:
npx npm-install-peers
install
:
-
npm install
-
npx npm-install-peers
# Run the unit test suite three times in parallel.
# Run the unit test suite three times in parallel.
# The first one gets results faster and is the only one required to pass.
# The first one gets results faster and is the only one required to pass.
# The second one generates the coverage report.
# The second one generates the coverage report.
...
@@ -28,18 +30,22 @@ jobs:
...
@@ -28,18 +30,22 @@ jobs:
# upcoming solidity release.
# upcoming solidity release.
-
stage
:
tests
-
stage
:
tests
name
:
"
unit
tests"
name
:
"
unit
tests"
install
:
npx npm-install-peers
script
:
npm run test
script
:
npm run test
-
stage
:
tests
-
stage
:
tests
name
:
"
unit
tests
with
coverage"
name
:
"
unit
tests
with
coverage"
install
:
npx npm-install-peers
script
:
npm run test
script
:
npm run test
env
:
SOLIDITY_COVERAGE=true
env
:
SOLIDITY_COVERAGE=true
-
stage
:
tests
-
stage
:
tests
name
:
"
unit
tests
with
solc
nightly"
name
:
"
unit
tests
with
solc
nightly"
install
:
npx npm-install-peers
script
:
npm run test
script
:
npm run test
env
:
SOLC_NIGHTLY=true
env
:
SOLC_NIGHTLY=true
# solidity and javascript style tests.
# solidity and javascript style tests.
-
stage
:
tests
-
stage
:
tests
name
:
"
static
tests"
name
:
"
static
tests"
install
:
npx npm-install-peers
script
:
npm run lint
script
:
npm run lint
-
stage
:
update docs
-
stage
:
update docs
if
:
tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
if
:
tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
...
...
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