Commit 8da89888 by Maurits van Beusekom

Switch to Flutter dev channel

parent aeda2092
...@@ -14,7 +14,7 @@ matrix: ...@@ -14,7 +14,7 @@ matrix:
- libstdc++6 - libstdc++6
- fonts-droid - fonts-droid
before_script: before_script:
- git clone --single-branch --branch stable https://github.com/flutter/flutter.git $HOME/flutter - git clone --single-branch --branch dev https://github.com/flutter/flutter.git $HOME/flutter
- export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH - export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor - flutter doctor
script: script:
......
...@@ -20,7 +20,7 @@ unzip -qq gradle-4.1-bin.zip -d $HOME/gradle-4.1 ...@@ -20,7 +20,7 @@ unzip -qq gradle-4.1-bin.zip -d $HOME/gradle-4.1
export GRADLE_HOME=$HOME/gradle-4.1 export GRADLE_HOME=$HOME/gradle-4.1
export PATH=$GRADLE_HOME/bin:$PATH export PATH=$GRADLE_HOME/bin:$PATH
gradle -v gradle -v
git clone --single-branch --branch stable https://github.com/flutter/flutter.git $HOME/flutter git clone --single-branch --branch dev https://github.com/flutter/flutter.git $HOME/flutter
export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
flutter doctor flutter doctor
...@@ -5,6 +5,6 @@ brew install ideviceinstaller ...@@ -5,6 +5,6 @@ brew install ideviceinstaller
brew install ios-deploy brew install ios-deploy
pod repo update pod repo update
gem update cocoapods gem update cocoapods
git clone --single-branch --branch stable https://github.com/flutter/flutter.git $HOME/flutter git clone --single-branch --branch dev https://github.com/flutter/flutter.git $HOME/flutter
export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
flutter doctor flutter doctor
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment