Skip to content

Commit 1e8c379

Browse files
Update .travis.yml
1 parent 051def4 commit 1e8c379

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

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

99
install:
10-
- sudo 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-
- sudo apt-get update
14-
- sudo apt-get install -y dart
1510
- mkdir -p ~/.pub-cache
1611
- |
1712
cat <<EOF > ~/.pub-cache/credentials.json

0 commit comments

Comments
 (0)