Skip to content

Commit 8173fb8

Browse files
Merge pull request #124 from WordPress/danielbachhuber-patch-1
Make sure Travis is running latest node and npm
2 parents 9ed6700 + 743895f commit 8173fb8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
sudo: false
2-
31
language: php
2+
node_js:
3+
- node
44

5-
branches:
6-
only:
7-
- master
5+
before_install:
6+
- npm install -g npm@latest
87

98
install:
109
- php prepare.php

0 commit comments

Comments
 (0)