Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Use install step to install app deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Dec 3, 2018
1 parent bb34f51 commit 3123db3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,7 @@ addons:
apt:
packages:
- lib32stdc++6
install: echo "skipping pub get"
before_script:
install:
- git clone https://github.com/flutter/flutter.git -b beta
- ./flutter/bin/flutter doctor
script:
Expand Down

0 comments on commit 3123db3

Please sign in to comment.