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 e79b36f commit ebc5b98Copy full SHA for ebc5b98
.travis.yml
@@ -1,20 +1,30 @@
1
sudo: false
2
+
3
language: node_js
4
5
addons:
6
sauce_connect: true
7
8
cache:
9
directories:
10
- node_modules
11
12
node_js:
- - 0.1
- - 4.3
- - stable
13
+ - 4 # to be removed 2018-04-01
14
+ - 6 # to be removed 2019-04-01
15
+ - 7 # to be removed 2017-06-30
16
+ - lts/* # safety net; don't remove
17
+ - node # safety net; don't remove
18
19
before_install:
- - npm i -g npm
20
+ - npm i -g npm@latest
21
22
script:
23
- npm t
24
25
after_success:
26
- 'travis-after-all && npm run semantic-release'
27
28
env:
29
global:
30
- secure: AgiUWRCNP2z0oHCjdm3lk4YawBOQz8Q4DOrzOR3tDt2fSWo2t40cynfGJlQwpFmTvec5G04lO9bEC9/yoW7xAS0ysu5p7utngXaKtKDoq3Zr0aYLLLsCv/0PAv1YstMyo/mRbRetxob76wUFcrbB3r5alIF5YW1JCmj/O9bvdUQ=
0 commit comments