Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMulgundkar authored Apr 22, 2020
1 parent 5e4b0d0 commit 0ba53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
sudo: false
addons: {apt: {sources: [ubuntu-toolchain-r-test], packages: [libstdc++6, fonts-droid]}}
before_script: ['wget https://services.gradle.org/distributions/gradle-3.5-bin.zip', 'unzip -qq gradle-3.5-bin.zip', 'export GRADLE_HOME=$PWD/gradle-3.5', 'export PATH=$GRADLE_HOME/bin:$PATH', 'git clone https://github.com/flutter/flutter.git -b stable']
script: ['cd example', './flutter/bin/flutter -v build apk']
script: ['cd example', '../flutter/bin/flutter -v build apk']
cache:
directories:
- $HOME/.pub-cache

0 comments on commit 0ba53e2

Please sign in to comment.