update travis.yml

This commit is contained in:
Aykut Saraç 2022-02-09 13:05:27 +03:00
parent 692690e68b
commit 6a94a2c86c

View File

@ -5,6 +5,9 @@ cache:
directories:
- node_modules
- .next
branches:
only:
- main
script:
- npm run test
- npm run build