Skip to content

Commit e5572f8

Browse files
committed
fix(ci): run regular build on osx and windows
1 parent 417e4e8 commit e5572f8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ addons:
1919
install:
2020
- npm run ci:install
2121
script:
22-
- npm run ci:build
23-
- npm run ci:test
24-
- npm run ci:lint
22+
- npm run build
23+
- npm run test
24+
- npm run lint
2525
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
2626
notifications:
27-
email: false
27+
email:
28+
if: branch = master
29+
on_success: never
30+
on_failure: always

0 commit comments

Comments
 (0)