Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
DeStream-public
Breeze
Commits
944f2161
Unverified
Commit
944f2161
authored
Aug 08, 2018
by
Jeremy Bokobza
Committed by
GitHub
Aug 08, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #389 from bokobza/upgrade-node
upgraded node and npm to newer versions
parents
9c171842
bb8b838c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
.travis.yml
.travis.yml
+4
-1
appveyor.yml
appveyor.yml
+5
-2
build.sh
build.sh
+1
-1
No files found.
.travis.yml
View file @
944f2161
...
...
@@ -39,10 +39,13 @@ cache:
# https://github.com/travis-ci/travis-ci/issues/7728
install
:
-
nvm install 6
-
nvm install 8.11.2
-
npm install -g npm@6.2.0
before_script
:
-
if [ -z "$TRAVIS_TAG" ] ; then TRAVIS_TAG=cd-unstable; fi
-
npm --version
-
nvm --version
script
:
-
chmod +x build.sh
...
...
appveyor.yml
View file @
944f2161
...
...
@@ -53,9 +53,12 @@ install:
Write-Host "--> git submodule" -foregroundcolor "magenta"
git submodule update --init --recursive
Write-Host "--> node
6
" -foregroundcolor "magenta"
Install-Product node
6
Write-Host "--> node
8.11.2
" -foregroundcolor "magenta"
Install-Product node
8.11.2
Write-Host "--> npm 6.2.0" -foregroundcolor "magenta"
npm install -g npm@6.2.0
Write-Host "--> npm config" -foregroundcolor "magenta"
npm config set unsafe-perm=true
...
...
build.sh
View file @
944f2161
...
...
@@ -41,7 +41,7 @@ git submodule update --init --recursive
cd
$TRAVIS_BUILD_DIR
/Breeze.UI
npm
install
npm
install
-g
cross-env
npm
install
-g
npx
echo
$log_prefix
FINISHED restoring dotnet and npm packages
...
...
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