Skip to content

Commit 35b887a

Browse files
committed
chore: adapt to latest semantic-release
1 parent 2fcf830 commit 35b887a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ notifications:
88
node_js:
99
- 6
1010
- 4
11-
- '0.12'
1211
before_script:
1312
- npm prune
1413
after_success:
15-
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
16-
- python travis_after_all.py
17-
- 'export $(cat .to_export_back) &> /dev/null'
18-
- npm run semantic-release
14+
- npm run semantic-release
1915
branches:
2016
except:
2117
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 commit comments

Comments
 (0)