Files
squoosh/.travis.yml
Ingvar Stepanyan 9816be83ab Add Windows to Travis config (#775)
This will help to catch somewhat frequent Windows-specific issues in the future (latest example: #774).
2020-07-08 14:28:31 +01:00

8 lines
111 B
YAML

language: node_js
cache: npm
script: npm run build
after_success: npm run sizereport
os:
- linux
- windows