Skip to content

Commit

Permalink
ci(travis): set dist: trusty in .travis.yml (#777)
Browse files Browse the repository at this point in the history
to avoid errored Travis CI build on Node.js 12

including NOTE with a TODO item
  • Loading branch information
Chris Brody authored Jul 14, 2019
1 parent acad24d commit a5ad440
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
sudo: false

# NOTE: dist is added here to ensure that Travis CI works consistently
# on Node.js 12. It is desired to remove it once this issue is resolved
# or otherwise goes away.
dist: trusty

env:
global:
- ANDROID_API_LEVEL=28
Expand Down

0 comments on commit a5ad440

Please sign in to comment.