We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b726a commit 8532fcbCopy full SHA for 8532fcb
.travis.yml
@@ -13,19 +13,22 @@ cache:
13
matrix:
14
include:
15
- os: linux
16
- node_js: "8"
+ node_js: "10"
17
env: NO_WATCH_TESTS=1 JOB_PART=lint
18
19
20
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
21
22
node_js: "8"
23
+ env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
24
+ - os: linux
25
26
env: NO_WATCH_TESTS=1 JOB_PART=unit
27
28
node_js: "6"
29
env: NO_WATCH_TESTS=1 JEST=--runInBand JOB_PART=integration
30
- os: osx
31
32
33
allow_failures:
34
0 commit comments