vscode-php-intellisense/.travis.yml

11 lines
90 B
YAML

language: node_js
node_js:
- '5.10.0'
install:
- npm install
script:
- npm run lint