Aykut Saraç
3 роки тому
1 змінених файлів з
3 додано та
0 видалено
-
3
0
.travis.yml
|
@@ -5,6 +5,9 @@ cache:
|
|
directories:
|
|
directories:
|
|
- node_modules
|
|
- node_modules
|
|
- .next
|
|
- .next
|
|
|
|
+branches:
|
|
|
|
+ only:
|
|
|
|
+ - main
|
|
script:
|
|
script:
|
|
- npm run test
|
|
- npm run test
|
|
- npm run build
|
|
- npm run build
|