We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcf830 commit 35b887aCopy full SHA for 35b887a
.travis.yml
@@ -8,14 +8,10 @@ notifications:
8
node_js:
9
- 6
10
- 4
11
- - '0.12'
12
before_script:
13
- npm prune
14
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
+ - npm run semantic-release
19
branches:
20
except:
21
- "/^v\\d+\\.\\d+\\.\\d+$/"
0 commit comments