Skip to content

Commit 743895f

Browse files
Make sure Travis is running latest node and npm
1 parent c71f288 commit 743895f

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)