Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 3fbf6e8

Browse files
committed
chore: move branch update to after_success
1 parent cbc54fc commit 3fbf6e8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ stages:
88
- check
99
- test
1010
- cov
11-
- interop
1211

1312
node_js:
1413
- '10'
@@ -20,7 +19,9 @@ os:
2019
- windows
2120

2221
script: npx nyc -s npx aegir test -t node --timeout 10000 --bail
23-
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
22+
after_success:
23+
- npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
24+
- test $TRAVIS_BRANCH = "master" && npx aegir update-last-successful-build
2425

2526
jobs:
2627
include:
@@ -62,10 +63,5 @@ jobs:
6263
- npm link
6364
- npm run test:interop
6465

65-
- stage: tag
66-
if: branch = master
67-
script:
68-
- npx aegir update-last-successful-build
69-
7066
notifications:
7167
email: false

0 commit comments

Comments
 (0)