Skip to content

Commit 3b64d3f

Browse files
authored
Merge pull request webpack#3900 from webpack/ci/travis
faster travis builds
2 parents ff88513 + a1f9883 commit 3b64d3f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo: false
22
language: node_js
33

4+
branches:
5+
only:
6+
- master
7+
48
cache:
59
directories:
610
- $HOME/.npm
@@ -23,12 +27,6 @@ matrix:
2327
- os: osx
2428
node_js: "7"
2529
env: NO_WATCH_TESTS=1 JOB_PART=test
26-
- os: osx
27-
node_js: "6"
28-
env: NO_WATCH_TESTS=1 JOB_PART=test
29-
- os: osx
30-
node_js: "4"
31-
env: NO_WATCH_TESTS=1 JOB_PART=test
3230
allow_failures:
3331
- os: osx
3432
fast_finish: true

0 commit comments

Comments
 (0)