Skip to content

Commit ffeba27

Browse files
committed
fix
1 parent ab42ad9 commit ffeba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ node_js:
1414
script:
1515
- npm install
1616
- npm install if-node-version
17-
- if-node-version ">=4" node "./node_modules/.bin/eslint . "
17+
- if-node-version ">=4" "./node_modules/.bin/eslint . "
1818
- npm test

0 commit comments

Comments
 (0)