Skip to content

Commit 0ba53e2

Browse files
Update .travis.yml
1 parent 5e4b0d0 commit 0ba53e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
sudo: false
2525
addons: {apt: {sources: [ubuntu-toolchain-r-test], packages: [libstdc++6, fonts-droid]}}
2626
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']
27-
script: ['cd example', './flutter/bin/flutter -v build apk']
27+
script: ['cd example', '../flutter/bin/flutter -v build apk']
2828
cache:
2929
directories:
3030
- $HOME/.pub-cache

0 commit comments

Comments
 (0)