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 1, 2018
1 parent bb34f51 commit 59ff7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ addons:
apt:
packages:
- lib32stdc++6
install: echo "skipping pub get"
before_script:
before_install:
- git clone https://github.com/flutter/flutter.git -b beta
install:
- ./flutter/bin/flutter doctor
script:
- cd app
Expand Down

0 comments on commit 59ff7dd

Please sign in to comment.