Skip to content

Commit c8afda0

Browse files
committed
Try Docker-based Travis CI infrastructure
Attempting to alleviate Travis CI timeout issues.
1 parent 68b523e commit c8afda0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: csharp
22
solution: IntegrationEngine.sln
33

4+
sudo: false
5+
cache: apt
6+
47
script:
58
- xbuild /p:Configuration=Release IntegrationEngine.sln

0 commit comments

Comments
 (0)