Skip to content

Commit ee2601d

Browse files
committed
Add .travis.yml
1 parent cc4d601 commit ee2601d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: csharp
2+
sudo: false
3+
dist: trusty
4+
mono: none
5+
dotnet: 2.1.4
6+
before_install:
7+
- bash <(curl -fsSL https://raw.githubusercontent.com/PowerShell/PowerShell/v6.0.1/tools/install-powershell.sh)
8+
script:
9+
- ./build.ps1
10+
branches:
11+
only:
12+
- master
13+
- develop
14+
- travis

0 commit comments

Comments
 (0)