Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
tsai
CAP
Commits
07d9ef29
Commit
07d9ef29
authored
Oct 14, 2017
by
Savorboard
Committed by
GitHub
Oct 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .travis.yml
parent
b2d0c6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
14 deletions
+3
-14
.travis.yml
.travis.yml
+3
-14
No files found.
.travis.yml
View file @
07d9ef29
#language: csharp
language
:
cpp
language
:
csharp
sudo
:
required
dist
:
trusty
...
...
@@ -31,18 +30,8 @@ before_install:
-
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
-
sudo apt-get update
-
sudo apt-get install -y dotnet-sdk-2.0.0 dotnet-sharedframework-microsoft.netcore.app-1.1.2
-
export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
-
export PATH="$DOTNET_INSTALL_DIR:$PATH"
#install:
# - travis_retry curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --channel 2.0 --install-dir "$DOTNET_INSTALL_DIR"
#cache:
# - apt
# - directories:
# - packages
# Run the build script
script
:
-
travis_retry dotnet restore
--disable-parallel
-
dotnet test test\DotNetCore.CAP.Test
-verbose
-
travis_retry dotnet restore
-
dotnet test test\DotNetCore.CAP.Test
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