Skip to content

Commit 8284e5d

Browse files
author
Andrew
committed
Travis CI - part 2
1 parent f7c4f21 commit 8284e5d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: cpp
2+
3+
git:
4+
depth: 1000
5+
6+
os:
7+
- linux
8+
sudo: required
9+
dist: trusty
10+
11+
matrix:
12+
fast_finish: true
13+
14+
install:
15+
- git clone https://github.com/PowerShell/PowerShell.git
16+
- pushd PowerShell/tools
17+
- ./download.sh
18+
- popd
19+
20+
script:
21+
- ulimit -n 4096

0 commit comments

Comments
 (0)