Skip to content

Commit

Permalink
Merge branch 'fix_travis_nodejs_version'
Browse files Browse the repository at this point in the history
  • Loading branch information
rurku committed Oct 21, 2018
2 parents 7152013 + d9b9557 commit 4bc2e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ addons:
key_url: "https://packages.microsoft.com/keys/microsoft.asc"
packages:
- powershell
install:
- nvm install 8.12.0
script:
- nvm use 8.12.0
- dotnet build
before_deploy:
- dotnet publish ShowPics/ShowPics.csproj --configuration Release
Expand Down

0 comments on commit 4bc2e95

Please sign in to comment.