Use yarn on travis (#316)

This commit is contained in:
Adam Mills 2017-06-25 18:08:39 -04:00 committed by Paulus Schoutsen
parent bdec22bb0a
commit a3d4b575d4

View File

@ -5,7 +5,7 @@ cache:
- node_modules - node_modules
- bower_components - bower_components
install: install:
- npm install - yarn install
- bower install - bower install
addons: addons:
firefox: latest firefox: latest