We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7dc7c commit d50984aCopy full SHA for d50984a
.travis.yml
@@ -2,6 +2,7 @@ language: csharp
2
mono: none
3
dotnet: 2.1.300
4
before_script:
5
+ - export PATH="$PATH:/home/travis/.dotnet/tools"
6
- npm install electron-packager --global
7
script:
8
- ./buildAll.sh
0 commit comments