Skip to content

Commit

Permalink
Updates the build configuration to run on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Feb 21, 2019
1 parent eca7589 commit 1550f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
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"

0 comments on commit 1550f02

Please sign in to comment.