We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8f540 commit 36e0808Copy full SHA for 36e0808
.travis.yml
@@ -3,6 +3,9 @@ language: php
3
php:
4
- 5.6
5
- 7.0
6
+before_install:
7
+ ## Install latest version of node
8
+ - nvm install node
9
before_script:
10
## Disabling xdebug
11
- phpenv config-rm xdebug.ini
@@ -12,7 +15,7 @@ before_script:
12
15
## Travis configuration
13
16
- cp app/config/config.ini-travis app/config/config.ini
14
17
## Install ESLint
- - npm install -g eslint@3.0.0
18
+ - npm install -g eslint
19
script:
20
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
21
- php tests/functional/api.php
0 commit comments