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 28aa14c commit d017fb5Copy full SHA for d017fb5
.travis.yml
@@ -1,24 +1,17 @@
1
-sudo: false
2
language: node_js
3
cache:
4
directories:
5
- node_modules
6
notifications:
7
email: false
8
node_js:
9
- - stable
+ - '8'
10
- '6'
11
- '4'
12
before_install:
13
- npm i -g npm@^5.0.0
14
-before_script:
15
- - npm prune
16
after_success:
17
- - 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
18
- - python travis_after_all.py
19
- - export $(cat .to_export_back) &> /dev/null
20
- - npm install -g semantic-release
21
- - semantic-release
+ - travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
22
branches:
23
except:
24
- /^v\d+\.\d+\.\d+$/
0 commit comments