Merge pull request #15216 from raisedadead/chore/update-ci-config

chore(CI): Update Travis CI Config
This commit is contained in:
Berkeley Martinez
2017-06-09 23:09:14 -07:00
committed by GitHub

View File

@ -3,8 +3,6 @@ language: node_js
node_js:
- '6'
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
cache:
directories:
- node_modules