Merge remote-tracking branch 'origin/master' into gs-master

Conflicts:
	.travis.yml
master
David Yip 6 years ago
commit 00ce2be148
No known key found for this signature in database
GPG Key ID: 7DA0036508FCC0CC
  1. 3
      .travis.yml

@ -8,7 +8,7 @@ cache:
- public/packs-test
- tmp/cache/babel-loader
dist: trusty
sudo: required
sudo: false
notifications:
email: false
@ -44,7 +44,6 @@ services:
- redis-server
install:
- gem update --system
- nvm install
- bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
- yarn install

Loading…
Cancel
Save