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