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
-7
View File
@@ -7,13 +7,6 @@ cache:
install:
- yarn install
- ./node_modules/.bin/bower install
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- npm run build
- npm run test