Skip to content

Commit 36e0808

Browse files
authored
Update node.js to latest version in Travis
And use latest version of eslint
1 parent cf8f540 commit 36e0808

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
before_install:
7+
## Install latest version of node
8+
- nvm install node
69
before_script:
710
## Disabling xdebug
811
- phpenv config-rm xdebug.ini
@@ -12,7 +15,7 @@ before_script:
1215
## Travis configuration
1316
- cp app/config/config.ini-travis app/config/config.ini
1417
## Install ESLint
15-
- npm install -g eslint@3.0.0
18+
- npm install -g eslint
1619
script:
1720
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
1821
- php tests/functional/api.php

0 commit comments

Comments
 (0)