9 lines
155 B
YAML
9 lines
155 B
YAML
language: csharp
|
|
|
|
sudo: false # use the new container-based Travis infrastructure
|
|
|
|
before_install:
|
|
- chmod +x build.sh
|
|
|
|
script:
|
|
- ./build.sh NuGet
|