Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,4 +1,3 @@
sudo: false
language: node_js
cache:
directories:
@@ -6,23 +5,13 @@ cache:
notifications:
email: false
node_js:
- 'stable'
- '8'
- '6'
- '4'
- iojs-v3
- iojs-v2
- iojs-v1
- '0.12'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
- npm i -g npm@^5.0.0
after_success:
- bash <(curl -s https://codecov.io/bash)
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
- travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/