Skip to content

Commit aa25d75

Browse files
committed
chore(tests): only run windows tests on linux success
Previously we were running windows tests when each of the linux environments would complete. We only need to do it if all of the linux environments complete. This changes that setting.
1 parent a869728 commit aa25d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ before_script:
1919
- curl -Lo travis_after_all.py https://git.io/vLSON
2020
script:
2121
- npm run test
22-
- npm run test:windows
2322
- npm run check-coverage
2423
after_success:
2524
- python travis_after_all.py
2625
- export $(cat .to_export_back)
2726
- npm run report-coverage
27+
- npm run test:windows
2828
- npm run semantic-release
2929
env:
3030
global:

0 commit comments

Comments
 (0)