We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f108160 commit dbf9ce2Copy full SHA for dbf9ce2
.travis.yml
@@ -7,11 +7,9 @@ notifications:
7
email: false
8
node_js:
9
- 'stable'
10
- - '5.0'
11
- - '4.1'
12
- - '4.0'
+ - '4.6'
13
before_install:
14
- - npm i -g npm@^2.0.0
+ - npm i -g npm@^4.0.0
15
before_script:
16
- "export DISPLAY=:99.0"
17
- "sh -e /etc/init.d/xvfb start"
package.json
@@ -49,7 +49,7 @@
49
"react": "^15.3.2",
50
"react-addons-test-utils": "^15.3.2",
51
"react-dom": "^15.3.2",
52
- "semantic-release": "^4.3.5",
+ "semantic-release": "^6.3.2",
53
"webpack": "^1.12.9"
54
},
55
"version": "2.0.1"
0 commit comments