-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the build configuration to run on Travis CI
- Loading branch information
1 parent
eca7589
commit 1550f02
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
dist: trusty | ||
language: csharp | ||
install: true | ||
mono: latest | ||
dotnet: 1.0.4 | ||
mono: none | ||
dotnet: 2.1.500 | ||
sudo: required | ||
branches: | ||
only: | ||
- netcore | ||
- netcore-2.1 | ||
script: | ||
- ./build.sh -t Deploy | ||
- ./build.sh --target=Deploy | ||
env: | ||
- DeployTo="https://linker-demo.scm.azurewebsites.net/api/zipdeploy" |