Merge duplicate keys in travis yaml (#1150)

* Merge duplicate keys in travis yaml

* Update .travis.yml
This commit is contained in:
Paulus Schoutsen 2018-05-08 17:20:35 -04:00 committed by GitHub
parent eeba117e4b
commit 356e104096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,6 @@ cache:
install: install:
- yarn install - yarn install
- ./node_modules/.bin/bower install - ./node_modules/.bin/bower install
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script: script:
- npm run build - npm run build
- npm run test - npm run test