Skip to content

Commit b482fa5

Browse files
author
Andy Hanson
committed
Merge branch 'master' into cast_of_await
2 parents 952d2fe + a621c09 commit b482fa5

File tree

850 files changed

+26569
-34987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

850 files changed

+26569
-34987
lines changed

.travis.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,33 @@ node_js:
77

88
sudo: false
99

10-
os:
11-
- linux
12-
- osx
10+
env:
11+
- workerCount=3
1312

1413
matrix:
1514
fast_finish: true
15+
include:
16+
- os: osx
17+
node_js: stable
18+
osx_image: xcode7.3
19+
env: workerCount=2
20+
allow_failures:
21+
- os: osx
22+
23+
branches:
24+
only:
25+
- master
26+
- transforms
27+
28+
install:
29+
- npm uninstall typescript
30+
- npm uninstall tslint
31+
- npm install
32+
- npm update
33+
34+
cache:
35+
directories:
36+
- node_modules
37+
38+
git:
39+
depth: 1

Gulpfile.ts

Lines changed: 138 additions & 131 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)