Skip to content

Commit

Permalink
'dist:trusty' added to '.travis.yml' file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechoch committed Aug 6, 2019
1 parent 47b7f79 commit fe7ac05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
os:
- linux
sudo: false
dist: trusty
addons:
apt:
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
Expand All @@ -16,4 +17,4 @@ script:
- ./flutter/bin/flutter test
cache:
directories:
- $HOME/.pub-cache
- $HOME/.pub-cache

0 comments on commit fe7ac05

Please sign in to comment.