2015-04-12 12:13:11 +02:00
|
|
|
language: csharp
|
2014-02-24 11:24:16 +01:00
|
|
|
|
2016-07-17 23:12:35 +02:00
|
|
|
sudo: false # use the new container-based Travis infrastructure
|
2014-02-24 11:24:16 +01:00
|
|
|
|
2016-07-17 23:12:35 +02:00
|
|
|
before_install:
|
|
|
|
- chmod +x build.sh
|
|
|
|
|
|
|
|
script:
|
2016-07-18 02:00:20 +02:00
|
|
|
- ./build.sh NuGet
|