Skip to content

Commit 505184f

Browse files
committed
simplify travis build
versions are already tested by azure
1 parent f98374d commit 505184f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.travis.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ cache:
1616
stages:
1717
- basic
1818
- advanced
19-
- versions
2019

2120
matrix:
2221
include:
@@ -39,25 +38,8 @@ matrix:
3938
node_js: "10"
4039
env:
4140
NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
42-
stage: versions
43-
- os: osx
44-
node_js: "10"
45-
env:
46-
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
47-
stage: versions
48-
- os: linux
49-
node_js: "8"
50-
env:
51-
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
52-
stage: versions
53-
- os: linux
54-
node_js: "6"
55-
env:
56-
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
57-
stage: versions
41+
stage: advanced
5842
fast_finish: true
59-
allow_failures:
60-
- os: osx
6143

6244
install:
6345
- yarn --frozen-lockfile

0 commit comments

Comments
 (0)