Skip to content

Commit

Permalink
Fix travis node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
rurku committed Oct 21, 2018
1 parent 7152013 commit d9b9557
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 d9b9557

Please sign in to comment.