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
e169edf6
Commit
e169edf6
authored
Oct 17, 2017
by
Pieterjan Vanhoof
Committed by
GitHub
Oct 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #287 from bokobza/master
fixed before install in Travis build
parents
30e8c86b
7ae36565
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+2
-3
No files found.
.travis.yml
View file @
e169edf6
...
@@ -17,6 +17,8 @@ matrix:
...
@@ -17,6 +17,8 @@ matrix:
-
chmod +x dotnet-install.sh
-
chmod +x dotnet-install.sh
-
./dotnet-install.sh --channel 2.0
-
./dotnet-install.sh --channel 2.0
-
export PATH=$PATH:~/.dotnet/
-
export PATH=$PATH:~/.dotnet/
-
ulimit -n 1024
-
os_platform=darwin
# branches to build
# branches to build
branches
:
branches
:
...
@@ -34,9 +36,6 @@ env:
...
@@ -34,9 +36,6 @@ env:
# https://github.com/NuGet/Home/issues/2163
# https://github.com/NuGet/Home/issues/2163
# https://github.com/travis-ci/travis-ci/issues/7728
# https://github.com/travis-ci/travis-ci/issues/7728
before_install
:
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then ulimit -n 1024 ; os_platform=darwin ; fi
install
:
install
:
-
nvm install 6
-
nvm install 6
...
...
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