vscode-php-intellisense/.travis.yml

13 lines
110 B
YAML
Raw Normal View History

2016-08-25 15:55:00 +00:00
language: node_js
node_js:
- '5.10.0'
install:
- npm install
script:
- npm run lint
2016-09-04 11:56:59 +00:00
- npm run compile