Skip to content

Commit fe7ac05

Browse files
committed
'dist:trusty' added to '.travis.yml' file
1 parent 47b7f79 commit fe7ac05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
os:
22
- linux
33
sudo: false
4+
dist: trusty
45
addons:
56
apt:
67
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
@@ -16,4 +17,4 @@ script:
1617
- ./flutter/bin/flutter test
1718
cache:
1819
directories:
19-
- $HOME/.pub-cache
20+
- $HOME/.pub-cache

0 commit comments

Comments
 (0)