Skip to content

Commit 0db806c

Browse files
Update .travis.yml
1 parent 95c8506 commit 0db806c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ dart: stable
77
os: linux
88

99
install:
10+
- apt-get install -y apt-transport-https
11+
- wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/dart.gpg
12+
- echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list
13+
- apt-get update
14+
- apt-get install -y dart
1015
- mkdir -p ~/.pub-cache
1116
- |
1217
cat <<EOF > ~/.pub-cache/credentials.json

0 commit comments

Comments
 (0)